aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ziop.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-3/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-10Replace deprecated tvb_length callsEvan Huus1-3/+3
2014-09-07Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-48/+53
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-09Minor whitespace changes and to keep the GNU-syle indentation scheme consistent.Chris Maynard1-26/+24
2013-12-07- Make local functions static.Anders Broman1-0/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-94/+94
2013-09-13Remove useless-use-of-emem, add modelines.Evan Huus1-4/+16
2013-09-12In some cases add include emem.hJörg Mayer1-0/+1
2012-10-11Should have been part of r45470, changing format of "magic number"Michael Mann1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-12Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-5/+5
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-3/+3
2011-05-19Don't assign to an unused 'proto item *': Coverity 1033 & 906Bill Meier1-1/+1
2011-04-21Remove unneeded #include <errno>,<math>,<ctype> & "isprint";Bill Meier1-32/+27
2010-12-06Make some (preference) variables static.Jeff Morriss1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-19/+14
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-07-15Get rid of C++-style comment (and anglicize it).Guy Harris1-1/+1
2009-07-14From Alvaro Vega Garcia via bug 3652:Gerald Combs1-126/+58
2009-03-05Remove stuff that's really "non-public" from .h files. Bill Meier1-15/+5
2009-03-05Oops! Fix the fix Bill Meier1-8/+15
2009-03-05Minor rework of reg_handoff ...Bill Meier1-16/+5
2009-03-03From Alvaro Vega Garcia:Anders Broman1-0/+440