aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-04 19:03:55 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-04 19:03:55 +0000
commit57c7f80df2fe8bee4326e4a19e016ceca6f5fa5c (patch)
tree99271e3a4a03e884bce201416c05a4b6c18b4f21 /epan/dissectors/Makefile.common
parent51c3ae13325b3ff4729126b67d2e603eb490bb5b (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39254 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index ed08aed8d4..37b4b20aef 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -285,6 +285,7 @@ DISSECTOR_SRC = \
packet-bootparams.c \
packet-bpdu.c \
packet-brdwlk.c \
+ packet-brp.c \
packet-bssap.c \
packet-bssgp.c \
packet-btamp.c \