aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-miop.c
AgeCommit message (Expand)AuthorFilesLines
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-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-10-16Remove trailing blanks; Fix some indentation;Bill Meier1-1/+14
2013-10-14Try to pptimize heuristics slightly.Anders Broman1-4/+8
2013-09-15emem -> wmemPascal Quantin1-6/+8
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-11/+7
2013-05-27Batch of filterable expert infosMichael Mann1-4/+15
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-14/+14
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-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