aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-23Fix (using '#if 0') a few more [-Wunused-const-variable] warningsBill Meier1-0/+2
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
2013-09-20Enhance DOCSIS dissector with new fields. Bug 9149 (https://bugs.wireshark.o...Michael Mann1-5/+86
2013-07-06Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus1-0/+23
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2013-02-10Comment out various unused hf_... instances found by checkhf.Bill Meier4-222/+314
2013-02-10Fix ERROR: NO ARRAY: packet-tlv.c, hf_docsis_rcv_mod_enc_ctr_freq_asgnBill Meier1-0/+5
2013-02-09Pull the definition of NODIST_HEADER_FILES up intoGuy Harris1-3/+0
2013-02-09Make the other plugin makefiles use the new style introduced in the MATEGuy Harris3-26/+42
2013-01-13guint16 needed to prevent rollover. Bug 8199 (https://bugs.wireshark.org/bug...Michael Mann1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss44-115/+27
2012-07-05From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7439 :Pascal Quantin1-4/+5
2012-06-28Update FSF address - part II.Jakub Zawadzki45-45/+45
2012-06-28Update Free Software Foundation address.Jakub Zawadzki3-3/+3
2012-06-02From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=73...Pascal Quantin1-0/+1
2012-06-01Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier1-1/+1
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier1-2/+2
2012-05-02From Gabor Somlai:Anders Broman1-0/+1
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2012-01-13From Yi Zhang:Anders Broman1-3/+3
2012-01-13From Yi Zhang:Anders Broman1-0/+20
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier5-10/+10
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier7-19/+19