aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-3com-njack.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10General cleanup:wmeier1-128/+128
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-01-15Rename crypt-xxx to xxxjmayer1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-4/+4
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriatejmayer1-27/+27
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-03-03remove check_coletxrab1-2/+1
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-8/+8
2009-09-25Upon 2nd thought: revert removal of 'if (check_col(...))' around col_add_fstr...wmeier1-1/+2
2009-09-24Minor changes: wmeier1-11/+7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2009-03-26Repleace "" by NULL in hf-array (inspired by commit 27851).jmayer1-22/+22
2008-12-19Revert the queueing --> queuing spelling changewmeier1-3/+3
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-3/+3
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-09-02Minor cleanup (mostly related to proto_reg_handoff...)wmeier1-6/+1
2008-08-14Fix a few typos & spelling errorswmeier1-1/+1
2008-04-09Remove:etxrab1-3/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-1/+5
2007-10-15Implement some of the minor possible speed improvment patches.etxrab1-2/+2
2007-04-15Revert commit 21430 and use #if 0/#endif insteadjmayer1-0/+62
2007-04-14get rid of unused variables (tfs, value_string)standel1-58/+0
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. Removegerald1-5/+5
2006-08-21move a few arrays off the stacksahlberg1-2/+5
2006-07-09Start declaring the proto_reg... functions to fix 'warning: no previous decla...jmayer1-0/+4
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-04-30No C++/C99 comments, please (GCC warns about them in the Solarisguy1-3/+3
2006-02-05Change port define to something more readablejmayer1-8/+8
2006-01-13Add code to verify the shared secret for documentation purposes.jmayer1-1/+52
2006-01-11set: The first 4 bytes seem to be the saltjmayer1-25/+15
2005-12-26Backup time :-)jmayer1-15/+105
2005-12-22- Add max frame sizejmayer1-33/+116
2005-12-21- Don't use numbers when there are enum valuesjmayer1-32/+83
2005-12-16Some updatesjmayer1-220/+244
2005-12-13Escape question marks when they could be interpreted as part of aguy1-9/+9
2005-12-12Convert to new style dissector (hopefully done right)jmayer1-13/+11
2005-12-12Dissect type 0x0c as 'remove tag' flagjmayer1-0/+27
2005-12-12Dissect the management protocol between 3com Netjack200 devices and thejmayer1-0/+485