aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip.c
AgeCommit message (Expand)AuthorFilesLines
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-11-14register_dissector -> new_register_dissectorMichael Mann1-10/+7
2015-11-06[Dissector tables] DISSECTOR_TABLE_NOT_ALLOW_DUPLICATE -> DISSECTOR_TABLE_ALL...AndersBroman1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-17[MIP] Add refreence to 3GPP2 documents for 3GPP2 CVSE GRE_KEY_EXTAndersBroman1-1/+3
2014-12-17mip: Fix Rev Revocation [Ack] Flags dissection bugs.Bill Meier1-11/+15
2014-12-17mip: fix (what appear to be) bugs in CVSE GRE key extension dissectionBill Meier1-9/+10
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-54/+57
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+12
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-10/+5
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-28Comment out unused hf[] entries and related found by checkhf.Bill Meier1-1/+3
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-09-12More dissector table name related changes (a continuation of r51904).Chris Maynard1-6/+6
2013-07-15Use 2 Spaces indent and add modelines infoAlexis La Goutte1-50/+61
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-07-11Fix typo found by a compiler warning.Guy Harris1-1/+1
2013-07-11From Tommy Wu:Anders Broman1-11/+39
2013-05-03Add 3gpp2_type16.Anders Broman1-0/+17
2013-04-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-03-28Register a dissector table for Normal Vendor/Organization Specific Extension(...Anders Broman1-18/+139
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-4/+4
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-2/+6
2012-10-24Use tvb_reported_length to skip past all the bytes in the tvb.Chris Maynard1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-3/+0
2012-04-26Fix some "conflicting" value_string warnings.Jakub Zawadzki1-1/+0
2012-02-24From Martin Kaiser:Anders Broman1-2/+0
2012-02-24From Robert Shade: Mobile IP NVSE (RFC3115) Decoding https://bugs.wireshark.o...Anders Broman1-1/+46
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-5/+5
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-11Fix several cases wherein proto_tree_add_uint() was intended iso proto_tree_a...Bill Meier1-7/+6
2011-10-11Revert SVN #39347; There's a better way.Bill Meier1-6/+7
2011-10-10Fix additiuonal bugs in some proto_tree_add_item() 'encoding' args;Bill Meier1-7/+6
2011-10-10Fix benign bug in some proto_tree_add_item() 'encoding' args;Bill Meier1-848/+846
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-10/+10
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-25/+25
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-7/+7
2011-02-08Add NTP times using proto_tree_add_item().Jeff Morriss1-13/+3
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-46/+46
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-10No need for cvse_reserved as a variable; getting rid of it squelches aGuy Harris1-5/+3