aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-miop.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Don't assign to a proto_item* if the value won't be used:Bill Meier1-4/+3
2011-04-21#include <errno.h> & #include <math.h> not req'd;Bill Meier1-2/+0
2011-04-21Remove unneeded #include <ctype.h> and "isprint.h";Bill Meier1-36/+33
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-21Remove unneeded #includesKovarththanan Rajaratnam1-7/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-07-06From Kovarththanan Rajaratnam via bug 3652:Gerald Combs1-108/+91
2009-03-05Remove stuff that's really "non-public" from .h files. Bill Meier1-0/+1
2009-03-05Minor rework of reg_handoff ...Bill Meier1-10/+5
2009-03-03From Alvaro Vega Garcia:Anders Broman1-0/+345