aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-docsis.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-25Docsis: fix an infinite loopPascal Quantin1-0/+14
2017-06-14DOCSIS: Prevent infinite loop from unknown FCParm.Michael Mann1-0/+4
2017-04-18Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS.Guy Harris1-1/+1
2017-04-10Add support for BASE_VALS_NO_UNKNOWNAlexis La Goutte1-9/+7
2017-01-29Register reassembly tablesMichael Mann1-14/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+1
2016-11-26DOCSIS: fix an infinite recursion introduced in g3e1828ePascal Quantin1-1/+4
2016-11-24Removed Manipulation of Visited FlagSeth Alexander1-3/+5
2016-11-22Added Path Value and CRC to DOCSIS PluginSeth Alexander1-421/+747
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-6/+6
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-3/+4
2015-11-13[docsis] Support for Queue Depth-based Request FrameAdrianSimionov1-6/+37
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-08-05Clean up some fields.Guy Harris1-19/+18
2015-04-05docsis: remove tvb_length callsEvan Huus1-1/+1
2014-12-23DOCSIS: missing break in switch (CID 280485 & 280486)Alexis La Goutte1-0/+1
2014-11-15Eliminate proto_tree_add_text from some plugin dissector files.Michael Mann1-8/+3
2014-10-05docsis: Add editor modelines; Adjust whitespace; Remove boilerplate comments.Bill Meier1-253/+248
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-8/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+1
2013-11-18Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+0
2013-09-20Enhance DOCSIS dissector with new fields. Bug 9149 (https://bugs.wireshark.o...Michael Mann1-5/+86
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
2012-05-02From Gabor Somlai:Anders Broman1-0/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-1/+1
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-9/+9
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-34/+34
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-02-08#if 0 code related to unused "docsis" dissector table;Bill Meier1-270/+273
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-05Get rid of a bunch of check_col().Anders Broman1-5/+2
2009-08-21Remove unneeded #includes.Jaap Keuter1-2/+0
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-4/+0
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-12/+12
2008-05-05Dount use proto_tree_add_item_hidden().Anders Broman1-4/+6
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-17Pull the plugin-specific code into "plugin.c", and generate aGuy Harris1-92/+0
2006-02-01From Eric Hultin:Anders Broman1-0/+8