Wireshark-commits: [Wireshark-commits] rev 22887: /trunk/ /trunk/epan/dissectors/: packet-eth.c pac

Date: Mon, 17 Sep 2007 12:12:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22887

User: stig
Date: 2007/09/17 12:12 PM

Log:
 Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11
 packets in the Packet Details View.
 
 This "appendix" bytes are not copied with the Copy functions or in the
 Export Selected Packet Bytes.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +1 -0      packet-eth.c          Modified
  +3 -0      packet-ieee80211.c    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +19 -0     proto.c       Modified
  +8 -0      proto.h       Modified

Directory: /trunk/gtk/
  Changes    Path            Action
  +5 -3      main.c          Modified
  +29 -19    proto_draw.c    Modified