aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h263p.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-04-06#include <string.h> not needed.wmeier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-4/+2
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2009-03-16Removed some non-ASCII characters.stig1-1/+1
2008-09-22Minor cleanup related to proto_reg_handoffwmeier1-12/+11
2008-04-15split the various bits of h263 dissector into separate files, so that werichardv1-0/+418