aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-33/+33
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-44/+44
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-05-26Inspired by one of the changes from r37406 and bug 2794: detect hf abbreviationsJeff Morriss1-1/+1
2011-05-06 VALS(& -> VALS(Anders Broman1-3/+3
2011-04-12Comment out some (currently ?) unused code: Coverity 969-971;Bill Meier1-1550/+1550
2011-02-10Declare ett's as gint, not guint.Chris Maynard1-1/+1
2011-02-09Use tvb_bytes_to_str_punct() instead of bytestring_to_str(tvb_get_ptr(), ...)Jeff Morriss1-1/+1
2011-02-08Add NTP times using proto_tree_add_item().Jeff Morriss1-25/+21
2011-01-10Add an expert item about not dissected IE'sAnders Broman1-1/+5
2011-01-09Make comment a real comment, trying to fix the buildbot.Jaap Keuter1-3/+3
2011-01-09Update value_stringsAnders Broman1-58/+107
2011-01-09More field related fixes.Anders Broman1-22/+22
2011-01-09Fix:Anders Broman1-1/+1
2011-01-09Fix:Anders Broman1-2/+0
2011-01-09Add 26 Link-local Address Option.Anders Broman1-73/+319
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-1/+1
2010-09-24Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-1/+1
2010-07-26Move contents of packet-mip6.h to packet-mip6.cBill Meier1-147/+744