aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-2/+3
2017-06-07MIP: Add decoding of Mobile Network Extensions (RFC5177)Marius Paliga1-1/+77
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-3/+3
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