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 41969: /trunk/ /trunk/epan/dissectors/: packet-frame.c p

Date: Fri, 06 Apr 2012 03:42:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41969

User: guy
Date: 2012/04/05 08:42 PM

Log:
 Indicate where BACnet MS/TP is specified.
 
 Add a new WTAP_ENCAP_BACNET_MS_TP_WITH_PHDR encapsulation type, for use
 by the EyeSDN file reader; unlike the pcap-encapsulated MS/TP, it
 includes a direction indicator.  Don't treat WTAP_ENCAP_BACNET_MS_TP as
 if it has a direction indicator, as it doesn't; instead, do that for
 WTAP_ENCAP_BACNET_MS_TP_WITH_PHDR.
 
 Add some missing entries to encap_table_base for WTAP_ENCAP_ values that
 didn't get entries added.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +1 -1      packet-frame.c    Modified
  +9 -0      packet-mstp.c     Modified

Directory: /trunk/wiretap/
  Changes    Path          Action
  +3 -3      eyesdn.c      Modified
  +10 -1     wtap.c        Modified
  +1 -0      wtap.h        Modified