aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-slowprotocols.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-16/+16
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-3/+3
2011-05-20Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer intomorriss1-15/+10
2011-01-16Actually use proto_tree_add_item instead of proto_tree_add_bytes. Fixes bug ...morriss1-1/+1
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-46/+26
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-10-30Use value_string_ext to access one of the value-string arrays.wmeier1-256/+258
2010-08-08From Roberto Morro:etxrab1-92/+178
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-22Fix some gcc -Wshadow warningswmeier1-754/+754
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-1/+1
2009-11-09Removed unused assignments.stig1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-18/+9
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-8/+4
2009-07-05From Kovarththanan Rajaratnam:etxrab1-2/+2
2009-06-24From Artem Tamazov:jake1-0/+530
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-15/+15
2009-04-07Use some default true_false_string's.wmeier1-33/+23
2007-08-30From Chris Maynard:etxrab1-108/+108
2007-08-22From Todd J Martin:stig1-2/+0
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-03-10Fix CID 6 - Unused code.etxrab1-4/+1
2006-02-19Fix for bug 752:jake1-5/+5
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-3/+3
2005-08-28add missing value_string terminationsahlberg1-1/+1
2005-08-07from Dominique Bastiensahlberg1-2/+2
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedgerald1-1/+1
2005-03-28Make hf_oampdu_info_state_parser "BASE_HEX" instead of "8", so that we don't gerald1-1/+1
2005-03-23hf_oampdu_info_state_parser seems to be an uint8 not bool, as it can contain ...ulfl1-2/+2
2005-02-04From Dominique Bastien: marker and OAM slow protocol support.guy1-479/+2644
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+819