aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09Pull the definition of NODIST_HEADER_FILES up intoGuy Harris1-3/+0
plugins/Makefile.common.inc. svn path=/trunk/; revision=47596
2013-02-09Make the other plugin makefiles use the new style introduced in the MATEGuy Harris1-4/+17
makefiles. svn path=/trunk/; revision=47579
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-02-07From Hendrik Robbel:Jaap Keuter1-0/+1
Dissector for DOCSIS 3.0 CM-STATUS Report Messages. svn path=/trunk/; revision=35866
2010-12-16There is no exceptions.h file here, remove it from DISSECTOR_INCLUDES.Jeff Morriss1-2/+1
svn path=/trunk/; revision=35201
2010-12-16From Guido Reismueller:Jaap Keuter1-1/+10
packet-mdd.c - TLV 15 fixed packet-tlv.c - Added Support for DOCSIS 3.0 TLVs (38-66) Added Support for the following DOCSIS 3.0 MAC Management Messages - DBC-REQ (packet-dbcreq.c) - DBC-RSP (packet-dbcrsp.c) - DBC-ACK (packet-dbcack.c) - CM-CTRL-REQ (packet-cmctrlreq.c) - CM-CTRL-RSP (packet-cmctrlrsp.c) - DPV-REQ (packet-dpvreq.c) - DPV-RSP (packet-dpvrsp.c) svn path=/trunk/; revision=35193
2009-08-21Remove unneeded #includes.Jaap Keuter1-1/+0
svn path=/trunk/; revision=29495
2009-08-20From Geoffrey Kimball:Jaap Keuter1-0/+1
DOCSIS 3.0 includes a new Bonded Initial Ranging Request (B-INIT-RNG-REQ) MAC Management type (34). A simple dissector is needed to decode this message. svn path=/trunk/; revision=29487
2008-07-30From Bruno Verstuyft:Anders Broman1-0/+4
DOCSIS3.0 support in wireshark (MDD, REG-REQ-MP, REG-RSP-MP) svn path=/trunk/; revision=25875
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris1-24/+22
scripts. svn path=/trunk/; revision=17961
2006-04-17Pull the plugin-specific code into "plugin.c", and generate aGuy Harris1-0/+67
"register.c" with "make-reg-dotc"/"make-reg-dotc.py". Pull the lists of dissector .c and .h files into Makefile.common and have Makefile.am and Makefile.nmake use it. svn path=/trunk/; revision=17883