aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iwarp-ddp-rdmap.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-27/+27
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-19/+19
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-3/+3
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-67/+67
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-2/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-07-07From Kovarththanan Rajaratnam:etxrab1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-8/+8
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2008-04-14From Philip Frey (bug 2443):stig1-1/+6
2008-04-12From Philip Frey (bug 2443):stig1-0/+891