From e79d91f328844ccd662a8288005fe3928850a6ab Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Wed, 5 Oct 2011 16:12:29 +0000 Subject: 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 --- epan/dissectors/packet-brp.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'epan/dissectors/packet-brp.c') 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 -- cgit v1.2.3