http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34625
User: wmeier
Date: 2010/10/22 11:13 AM
Log:
 From Lori Tribble: Add vendor identifier dissector access to BACnet Private Transfer Msgs
 
  BACnet has a private transfer service which is vendor specific.  The start of
  each request and response contains the vendor identifier.  I've added a way for
  vendors to provide their own dissectors by registering their vendor identifier.
  The packet-bacapp.c method fConfirmedPrivateTransfer has been modified to look
  for a vendor specified dissector.  If found it will be run.  If not found we
  default to running the standard dissection included in packet-bacapp.c.
 
  I modified the summary column display for private transfer messages so that the
  summary now displays the Vendor Identifier (V=xx) and the Service Number (SN=xx).
 
  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5250
 
 From me: Rename sub-dissector tablle to "bacapp.vendor_identifier"
          Change subdissector ui_name to "BACapp Vendor Identifier"
Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +49 -10    packet-bacapp.c    Modified
Directory: /trunk/
  Changes    Path          Action
  +6 -1      AUTHORS       Modified