summaryrefslogtreecommitdiff
path: root/plugins/docsis/packet-macmgmt.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-12DOCSIS: Simplify all MAC Management into a single file.Michael Mann1-22/+7772
2017-05-09Bring DOCSIS Mac Management "dissectors" into modernity.Michael Mann1-29/+13
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-06-28DOCSIS: Added dissector for OFDM Channel DescriptorBruno Verstuyft1-0/+11
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-5/+4
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissector for plugins.Michael Mann1-7/+6
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs1-2/+2
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-7/+4
2014-10-05docsis: Add editor modelines; Adjust whitespace; Remove boilerplate comments.Bill Meier1-76/+68
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-19Fix [-Wmissing-prototypes]Anders Broman1-2/+2
2013-11-18Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-2/+2
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-3/+3
2011-02-08#if 0 code related to unused "docsis" dissector table;Bill Meier1-17/+19
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-16From Guido Reismueller:Jaap Keuter1-2/+28
2010-10-17Remove some unused hf entries.Stig Bjørlykke1-6/+0
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-8/+0
2009-08-20From Geoffrey Kimball:Jaap Keuter1-0/+4
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>:Richard van der Hoff1-10/+10
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-3/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-17From Brian Wheeler: DOCSIS 2.0 support.Guy Harris1-1/+3
2003-05-28Update Anand Narwani's email address.Gerald Combs1-2/+2
2002-09-10From Anand Narwani: support for Cisco vendor-specific TLVs.Guy Harris1-0/+2
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-8/+0
2002-07-17From Joerg Mayer:Guy Harris1-4/+0
2002-07-12From Anand V. Narwani:Guy Harris1-0/+306