ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 33613: /trunk/epan/ /trunk/epan/: frame_data.c frame_dat

Date: Thu, 22 Jul 2010 09:11:23 GMT
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