Wireshark-commits: [Wireshark-commits] rev 39254: / /trunk/epan/dissectors/: Makefile.common packet

Date: Tue, 04 Oct 2011 19:03:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39254

User: etxrab
Date: 2011/10/04 12:03 PM

Log:
 From Rob Kruciak:
 This is a dissector for the BRP (Bandwidth Reservation Protocol). This protocol
 is used by various telecommunications vendors to establish VoD (Video
 On-Demand) sessions between a STB (Set Top Box) at the customer's home and the
 VoD server at the video head-end. 
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6428
 - Changed hf blurbs to NULL
 - Used dissector_add_handle() as the proposed port is registered to a different protocol.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +417 -0    packet-brp.c       Added

Directory: /trunk/epan/
  Changes    Path              Action
  +1 -0      CMakeLists.txt    Modified