aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-brp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-10-05 16:12:29 +0000
committerBill Meier <wmeier@newsguy.com>2011-10-05 16:12:29 +0000
commite79d91f328844ccd662a8288005fe3928850a6ab (patch)
treebc6a9bb0c58eee4925ef99c59647e9058bc6835e /epan/dissectors/packet-brp.c
parenta5c09a54e35318bd85e011889e9d8bb2b4d49308 (diff)
Add a short description ofthe dissector (from the Bug submission)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6428 svn path=/trunk/; revision=39272
Diffstat (limited to 'epan/dissectors/packet-brp.c')
-rw-r--r--epan/dissectors/packet-brp.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/dissectors/packet-brp.c b/epan/dissectors/packet-brp.c
index 8e93b0315a..e03fb12154 100644
--- a/epan/dissectors/packet-brp.c
+++ b/epan/dissectors/packet-brp.c
@@ -21,6 +21,13 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+/*
+ * 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.
+ */
+
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif