http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33613
User: guy
Date: 2010/07/22 02:11 AM
Log:
In the frame_data structure, expand the per-packet
encapsulation/data-link type to 16 bits, and shuffle some fields to
eliminate some unnecessary padding - the net result should be no change
in the structure size for 32 bits and a few bytes removed for 64 bits.
This allows more encapsulation types - we've just about run out of the
ones that fit in a signed 8-bit integer - and thus should fix bug 5025.
Directory: /trunk/epan/
Changes Path Action
+3 -3 frame_data.c Modified
+2 -2 frame_data.h Modified