aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcli.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-7/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-09-24Remove check_col() guardkrj1-3/+1
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...krj1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-02-22Incorporate plugin dissector into build in collection.jake1-0/+164