The libpcap callback "user" argument *should* have been a "void *", as
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 25 May 2007 19:31:13 +0000 (19:31 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 25 May 2007 19:31:13 +0000 (19:31 +0000)
commit137561420c15df77db2ddfa5f6127af299043ae5
treecd9381fa56d2baf9e3962c0a6daf0e1be17a74f6
parent895ffafe7a96f6b81a681bfa616cb37308fbf2fc
The libpcap callback "user" argument *should* have been a "void *", as
it's a pointer to an arbitrary object, assumed to be correctly aligned,
not a pointer to a not-necessarily-properly-aligned array of bytes.
Cast it, so we won't get alignment warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21940 f5534014-38df-0310-8fa8-9805f1628bb7
tshark.c