aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-docsis.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-05Bill Meier:Jörg Mayer1-2/+2
2005-05-23Make sure we don't loop when we dissect concatenated PDUs. Make some intGerald Combs1-7/+11
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-33/+33
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-9/+1
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris1-3/+3
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/+6
2004-02-05Update a comment.Guy Harris1-2/+9
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris1-24/+29
2003-11-12From Anand Narwani: fix bitmask for Active Grants field.Guy Harris1-2/+2
2003-09-09The PDU length is the length field minus the length of the EHDR *minusGuy Harris1-2/+2