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