Wireshark-commits: [Wireshark-commits] rev 19410: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-bacapp.c packet-bacapp.h
From:
etxrab@xxxxxxxxxxxxx
Date: Tue, 03 Oct 2006 18:11:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19410
User: etxrab
Date: 2006/10/03 06:11 PM
Log:
From David Richards:
numerous changes, most notably:
1) BACnetStatusFlags is bit string, not enum, in NotificationParameters
2) Fixes many places where enclosing context tags were not handled properly.
3) Simplify tag decoding logic. Change to explicit decoding in many
instances rather
than read tags in a loop and do a switch based on tag number. Looping
ignores out-of-order and other types of tagging errors.
Directory: /trunk/epan/dissectors/
Changes Path Action
+311 -397 packet-bacapp.c Modified
+0 -15 packet-bacapp.h Modified