aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ayiya.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-24Fix encoding arg for various fcn calls:wmeier1-6/+6
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-68/+68
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-10/+10
2008-10-05Minor cleanup related to proto_register and/or proto_reg_handoffwmeier1-1/+1
2008-09-29From Jelmer Vernooij:etxrab1-0/+219