summaryrefslogtreecommitdiff
path: root/plugins/docsis
AgeCommit message (Expand)AuthorFilesLines
2015-11-24Developers Guide updates for plugins with CMakeGraham Bloice1-1/+1
2015-11-24[docsis->type35ucd] Add support for type 35 UCD message.AdrianSimionov3-0/+1186
2015-11-22[docsis] Remove unused exceptions.hAdrianSimionov3-10/+23
2015-11-20[docsis->ucd] Dissect TYPE and LENGTH values for burst TLVs also.AdrianSimionov1-60/+108
2015-11-19[docsis-type29ucd] Changed TLV Length Bad filter to make more senseAdrianSimionov1-1/+1
2015-11-18[docsis->type29ucd] Update to DOCSIS 2.0AdrianSimionov1-180/+380
2015-11-16[docsis->ucd] Removed S-CDMA bursts and added expertAdrianSimionov1-112/+27
2015-11-15[docsis->type29ucd] Remove Type 4 Burst from Type 29 UCDAdrianSimionov1-154/+2
2015-11-15[docsis->ucd] Add support for 6 new TLVsAdrianSimionov1-5/+244
2015-11-15[docsis->packet-tlv.c] Updated Confirmation Code list per MULPIv3.1-I07 Annex...AdrianSimionov1-5/+62
2015-11-14register_dissector -> new_register_dissector for plugins.Michael Mann44-137/+181
2015-11-13[docsis] Support for Queue Depth-based Request FrameAdrianSimionov1-6/+37
2015-11-10[docsis->packet-tlv.c] Update for modem capabilities TLV 5, subTLV 2 and subT...AdrianSimionov1-3/+11
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann2-2/+2
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-10-16CMake: Add /WXGerald Combs1-2/+2
2015-08-05Clean up some fields.Guy Harris1-19/+18
2015-04-17Fix CMake warningsGraham Bloice1-3/+3
2015-04-05docsis: remove tvb_length callsEvan Huus8-10/+10
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-7/+4
2015-02-10Remove unneeded includes from plugins folderMartin Mathieson1-1/+0
2015-01-20CMake: Set an output directory for plugins.Gerald Combs1-40/+3
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice2-2/+27
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-12-23DOCSIS: missing break in switch (CID 280485 & 280486)Alexis La Goutte2-0/+2
2014-11-15Eliminate proto_tree_add_text from some plugin dissector files.Michael Mann2-45/+73
2014-10-09CMake: Bundle our plugins.Gerald Combs1-3/+12
2014-10-05docsis: Add editor modelines; Adjust whitespace; Remove boilerplate comments.Bill Meier44-7941/+7702
2014-08-31Don't show the echo/python command lines when making plugin.cРоман Донченко1-3/+4
2014-08-24Remove obsolete comments regarding the shell version of make-dissector-regРоман Донченко1-5/+0
2014-08-12Remove make-dissector-reg and require python for autotool builds as wellJoerg Mayer1-12/+4
2014-08-09Now that Python is mandatory on Windows, remove checks for it from nmakefilesРоман Донченко1-12/+1
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann12-255/+130
2014-07-06make-dissectors-reg: optimize by factoring out the loopsРоман Донченко2-10/+10
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer1-0/+1
2014-06-09Windows does not allow data copy between dlls,AndersBroman1-1/+4
2014-06-09Added TLV 16 for MDD messageAdrian Simionov1-9/+19
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann3-11/+11
2014-04-25Support out-of-source checkapiStig Bjørlykke1-1/+2
2014-04-08I don't see anything here requiring netinet/in.h, so don't include it.Guy Harris1-8/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte5-10/+0
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte3-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte45-90/+0
2014-02-25Remove trailing whitespaceBill Meier12-178/+178
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+1
2013-11-19Fix [-Wmissing-prototypes]Anders Broman5-10/+10
2013-11-18Fix [-Wmissing-prototypes]Anders Broman43-0/+123
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki13-0/+14
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier22-22/+0