aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-3com-njack.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2021-07-21First pass pinfo->pool conversionEvan Huus1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-11/+17
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-2/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-01-08Replace some ep_alloc and ep_alloc0 with its wmem equivalent.Michael Mann1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-0/+12
2014-09-08Convert some deprecated tvb_length callsEvan Huus1-1/+1
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-5/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+1
2013-04-24Now that the test suite is done and most of the common functions areEvan Huus1-1/+0
2013-03-12- [-Wmissing-prototypes]Anders Broman1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-5/+5
2012-08-10General cleanup:Bill Meier1-128/+128
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer1-27/+27
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-03-03remove check_colAnders Broman1-2/+1
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-8/+8
2009-09-25Upon 2nd thought: revert removal of 'if (check_col(...))' around col_add_fstr...Bill Meier1-1/+2
2009-09-24Minor changes: Bill Meier1-11/+7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-03-26Repleace "" by NULL in hf-array (inspired by commit 27851).Jörg Mayer1-22/+22
2008-12-19Revert the queueing --> queuing spelling changeBill Meier1-3/+3
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-3/+3
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-09-02Minor cleanup (mostly related to proto_reg_handoff...)Bill Meier1-6/+1
2008-08-14Fix a few typos & spelling errorsBill Meier1-1/+1
2008-04-09Remove:Anders Broman1-3/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-10-15Implement some of the minor possible speed improvment patches.Anders Broman1-2/+2
2007-04-15Revert commit 21430 and use #if 0/#endif insteadJörg Mayer1-0/+62
2007-04-14get rid of unused variables (tfs, value_string)Sebastien Tandel1-58/+0
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-5/+5
2006-08-21move a few arrays off the stackRonnie Sahlberg1-2/+5