aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rfc2190.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-20/+20
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-24Don't guard col_append_str with check_colkrj1-9/+3
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
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-09-26Minor cleanups related to proto_reg_handoffwmeier1-1/+1
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-25#include <prefs.h> not req'dwmeier1-2/+0
2008-05-08Stop using deprecated functions identified by checkAPIs script.martinm1-1/+1
2008-04-15i'm an idiot. we don't need to dissect data unless tree is non-NULL.richardv1-83/+96
2008-04-15rename header fields so that they can be distinguished from the h.263 onesrichardv1-117/+114
2008-04-15split the various bits of h263 dissector into separate files, so that werichardv1-0/+523