aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-miop.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-05-20Don't assign to a proto_item* if the value won't be used:wmeier1-4/+3
2011-04-21#include <errno.h> & #include <math.h> not req'd;wmeier1-2/+0
2011-04-21Remove unneeded #include <ctype.h> and "isprint.h";wmeier1-36/+33
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-21Remove unneeded #includeskrj1-7/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-07-06From Kovarththanan Rajaratnam via bug 3652:gerald1-108/+91
2009-03-05Remove stuff that's really "non-public" from .h files. wmeier1-0/+1
2009-03-05Minor rework of reg_handoff ...wmeier1-10/+5
2009-03-03From Alvaro Vega Garcia:etxrab1-0/+345