aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
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/CMakeLists.txt
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/CMakeLists.txt')
-rw-r--r--epan/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index de7620eaee..5d32e80ee0 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -366,6 +366,7 @@ set(DISSECTOR_SRC
dissectors/packet-bootparams.c
dissectors/packet-bpdu.c
dissectors/packet-brdwlk.c
+ dissectors/packet-brp.c
dissectors/packet-bssap.c
dissectors/packet-bssgp.c
dissectors/packet-btamp.c