]> The Tcpdump Group git mirrors - tcpdump/commit
Fix a bunch of "sizeof(sizeof(XXX))".
authorSascha Wildner <[email protected]>
Wed, 7 Dec 2011 18:42:12 +0000 (10:42 -0800)
committerGuy Harris <[email protected]>
Wed, 7 Dec 2011 18:42:12 +0000 (10:42 -0800)
commit684955d58611ee94eccdc34e82b32e676337188c
treec9880eca11f989098ee2df7b9896dac1961b874a
parent5d52dbf4c7340b9e79f280b2b444c9b652a3458f
Fix a bunch of "sizeof(sizeof(XXX))".

In some places, there was one too many levels of sizeof() -
sizeof(sizeof(XXX)) is sizeof(size_t), but we wanted the size of type
XXX.

Reviewed-By: Guy Harris <[email protected]>
print-eigrp.c
print-ldp.c
print-lmp.c
print-lspping.c
print-rsvp.c
print-slow.c