http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45124
User: etxrab
Date: 2012/09/25 01:44 AM
Log:
Copy over:
--------------------------------------------------------------------------------
Revision 44438 - Use val_to_str_const() where appropriate;
Also (for a few files):
- create/use some extended value strings;
- remove unneeded #include files;
- remove unneeded variable initialization;
- re-order fcns slightly so prefs_reg_handoff...() at end, etc
--------------------------------------------------------------------------------
Revision 44207 - From Lori Tribble via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7556 :
The BACnet GetEnrollmentSummary-ACK has an optional parameter Notification
Class. The Wireshark decoding does not correctly decode when this parameter is
missing.
The fix is to verify the context exists before attempting to decode this
parameter.
From me: replace the few remaining tabs in the file with spaces.
--------------------------------------------------------------------------------
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+65 -58 packet-bacapp.c Modified