http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21619
User: guy
Date: 2007/04/30 06:19 AM
Log:
Don't cast a "guint8 *" to a pointer to a structure; just use the
pointer to the guint8, plus explicitly defined structure offsets (the
structure had better be the same on all platforms, forever, otherwise
binary compatibility breaks, which would be an error, given that the
structure appears in capture files).
Directory: /trunk/epan/dissectors/
Changes Path Action
+14 -11 packet-radiotap.c Modified