aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tzsp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-01-15Change col_set_str() call to col_add_str() since the string being passedstig1-1/+1
2010-01-13From Didier Gautheron:etxrab1-2/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-13/+13
2009-05-26Make the TZSP dissector register itself for find_dissector.sfisher1-0/+1
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).wmeier1-3/+3
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-1/+1
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+2
2005-03-17Use val_to_str instead of indexing a value_string directly. This keeps usgerald1-1/+1
2005-03-05From Chris Waters: correct an error with the decoding of signalguy1-5/+5
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+521