aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-08Fix typo about encoding in MIP6 dissector...Alexis La Goutte1-1/+1
2014-02-08Fix some typo in MIP6 dissectorAlexis La Goutte1-54/+67
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+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-25From Masayuki Takemura:Anders Broman1-1/+1
2013-09-22More emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-21Make it more obvious that the function is using wmem memoryPascal Quantin1-1/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-12/+12
2013-08-30Convert a few dissectors from EMEM to WMEM APIPascal Quantin1-1/+1
2013-07-22Mark a parameter unused.Gerald Combs1-1/+1
2013-07-22Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8958 :Pascal Quantin1-2/+7
2013-07-22Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8957 :Pascal Quantin1-6/+1
2013-07-15Fix warnings: comma at end of enumerator list.Chris Maynard1-1/+1
2013-06-30ip_proto.h now requires expert.h.Jeff Morriss1-6/+7
2013-05-27Batch of filterable expert infosMichael Mann1-4/+11
2013-04-16Introduce a dissector table for vendor extensions.Anders Broman1-47/+52
2013-03-11Dissect GRE Key and Service Selection.Anders Broman1-4/+35
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-1/+3
2013-01-18Dissect 3GPP PCO option.Anders Broman1-1/+8
2012-10-30Dissect Handover Initiate/Handover Acknowledge messages.Anders Broman1-14/+161
2012-10-29Add IE/Options dissection.Anders Broman1-22/+217
2012-10-28Fix null-pointer dereference in mip6 dissector when optp is NULL becauseEvan Huus1-1/+1
2012-10-28Changes:Bill Meier1-771/+855
2012-10-28fix [-Werror=uninitialized]Anders Broman1-1/+1
2012-10-28Only add a subtree if optp->subtree_index is non NULL. should fix https://bug...Anders Broman1-4/+8
2012-10-26Prepare to dissect 3GPP options.Anders Broman1-11/+89
2012-10-26More options dissecton.Anders Broman1-14/+291
2012-10-25Mark a couple of parameters as unused. Fix up indentation (replace 4-space ta...Jeff Morriss1-154/+154
2012-10-25- Pretify output a bit more.Anders Broman1-149/+353
2012-10-25- Dissect more options.Anders Broman1-110/+474
2012-10-24Mark unused parameter.Anders Broman1-69/+69
2012-10-24Add dissection of a number of options.Anders Broman1-87/+588
2012-10-24Mark optlen as unused.Anders Broman1-1/+1
2012-10-24Highlight the correct number of bytes for hf_mip6_acoa_acoaAnders Broman1-7/+51
2012-10-23Add B flag to Proxy Binding messages.Anders Broman1-0/+46
2012-10-23Mark unused parameters.Anders Broman1-13/+13
2012-10-23- Use mip6_mh_types to build the INFO_COL string rather than a fixed string i...Anders Broman1-40/+12
2012-10-22Extend value_strings with entries from IANA.Anders Broman1-48/+65
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-01remove unnecessary underscores from display filtersMichael Mann1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-27From Martin Raison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7414Alexis La Goutte1-0/+4
2012-06-11Don't define value_string arrays in a .h file (included in multiple places).Bill Meier1-29/+29
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-11-01Remove comma at the end of several enumerator lists.Jeff Morriss1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1