Wireshark-commits: [Wireshark-commits] rev 25719: /trunk/epan/ /trunk/epan/dissectors/: packet-erf.
Date: Sat, 12 Jul 2008 02:36:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25719

User: guy
Date: 2008/07/11 07:36 PM

Log:
 ERF Ethernet records always contain Ethernet packets, as the name
 indicates; replace the "erf.eth" preference with an "erf.ethfcs"
 preference, specifying whether the FCS is present in Ethernet frames,
 and offer the options "present", "not present", and "maybe present" -
 for "maybe present", call the regular Ethernet dissector, which tries to
 figure out whether there's an FCS at the end of the packet or not.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +20 -20    packet-erf.c    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +11 -0     prefs.c       Modified