aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ziop.c
Commit message (Expand)AuthorAgeFilesLines
* Should have been part of r45470, changing format of "magic number"Michael Mann2012-10-111-2/+2
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2012-05-121-5/+5
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-2/+2
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-1/+1
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-3/+3
* Don't assign to an unused 'proto item *': Coverity 1033 & 906Bill Meier2011-05-191-1/+1
* Remove unneeded #include <errno>,<math>,<ctype> & "isprint";Bill Meier2011-04-211-32/+27
* Make some (preference) variables static.Jeff Morriss2010-12-061-1/+1
* As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss2010-05-131-19/+14
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* Remove unneeded #includesKovarththanan Rajaratnam2009-08-211-7/+0
* Get rid of C++-style comment (and anglicize it).Guy Harris2009-07-151-1/+1
* From Alvaro Vega Garcia via bug 3652:Gerald Combs2009-07-141-126/+58
* Remove stuff that's really "non-public" from .h files. Bill Meier2009-03-051-15/+5
* Oops! Fix the fix Bill Meier2009-03-051-8/+15
* Minor rework of reg_handoff ...Bill Meier2009-03-051-16/+5
* From Alvaro Vega Garcia:Anders Broman2009-03-031-0/+440