aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-slowprotocols.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-16/+16
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-05-20Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer intoJeff Morriss1-15/+10
2011-01-16Actually use proto_tree_add_item instead of proto_tree_add_bytes. Fixes bug ...Jeff Morriss1-1/+1
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-46/+26
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-30Use value_string_ext to access one of the value-string arrays.Bill Meier1-256/+258
2010-08-08From Roberto Morro:Anders Broman1-92/+178
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-754/+754
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-1/+1
2009-11-09Removed unused assignments.Stig Bjørlykke1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-18/+9
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-8/+4
2009-07-05From Kovarththanan Rajaratnam:Anders Broman1-2/+2
2009-06-24From Artem Tamazov:Jaap Keuter1-0/+530
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-15/+15
2009-04-07Use some default true_false_string's.Bill Meier1-33/+23
2007-08-30From Chris Maynard:Anders Broman1-108/+108
2007-08-22From Todd J Martin:Stig Bjørlykke1-2/+0
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-03-10Fix CID 6 - Unused code.Anders Broman1-4/+1
2006-02-19Fix for bug 752:Jaap Keuter1-5/+5
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-3/+3
2005-08-28add missing value_string terminationRonnie Sahlberg1-1/+1
2005-08-07from Dominique BastienRonnie Sahlberg1-2/+2
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedGerald Combs1-1/+1
2005-03-28Make hf_oampdu_info_state_parser "BASE_HEX" instead of "8", so that we don't Gerald Combs1-1/+1
2005-03-23hf_oampdu_info_state_parser seems to be an uint8 not bool, as it can contain ...Ulf Lamping1-2/+2
2005-02-04From Dominique Bastien: marker and OAM slow protocol support.Guy Harris1-479/+2644
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+819