aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ziop.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-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-3/+3
2011-05-19Don't assign to an unused 'proto item *': Coverity 1033 & 906wmeier1-1/+1
2011-04-21Remove unneeded #include <errno>,<math>,<ctype> & "isprint";wmeier1-32/+27
2010-12-06Make some (preference) variables static.morriss1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-19/+14
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-07-15Get rid of C++-style comment (and anglicize it).guy1-1/+1
2009-07-14From Alvaro Vega Garcia via bug 3652:gerald1-126/+58
2009-03-05Remove stuff that's really "non-public" from .h files. wmeier1-15/+5
2009-03-05Oops! Fix the fix wmeier1-8/+15
2009-03-05Minor rework of reg_handoff ...wmeier1-16/+5
2009-03-03From Alvaro Vega Garcia:etxrab1-0/+440