aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-06 VALS(& -> VALS(etxrab1-3/+3
2011-04-12Comment out some (currently ?) unused code: Coverity 969-971;wmeier1-1550/+1550
2011-02-10Declare ett's as gint, not guint.cmaynard1-1/+1
2011-02-09Use tvb_bytes_to_str_punct() instead of bytestring_to_str(tvb_get_ptr(), ...)morriss1-1/+1
2011-02-08Add NTP times using proto_tree_add_item().morriss1-25/+21
2011-01-10Add an expert item about not dissected IE'setxrab1-1/+5
2011-01-09Make comment a real comment, trying to fix the buildbot.jake1-3/+3
2011-01-09Update value_stringsetxrab1-58/+107
2011-01-09More field related fixes.etxrab1-22/+22
2011-01-09Fix:etxrab1-1/+1
2011-01-09Fix:etxrab1-2/+0
2011-01-09Add 26 Link-local Address Option.etxrab1-73/+319
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-1/+1
2010-09-24Replace blurbs that match the name (case insensitive) with NULL.morriss1-1/+1
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-1/+1
2010-07-26Move contents of packet-mip6.h to packet-mip6.cwmeier1-147/+744
2010-07-25From KATAOKA Toshihiro:etxrab1-11/+116
2010-07-17From KATAOKA Toshihiro:jake1-50/+50
2010-07-17From KATAOKA Toshihiro:jake1-65/+294
2010-06-27From KATAOKA Toshihiro:etxrab1-0/+43
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...krj1-1/+0
2009-09-17Use a value_string for Mobility options, update the value string with values ...etxrab1-20/+67
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-27/+13
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-6/+3
2009-08-03Do find_dissector_table() in proto_reg_handoff().wmeier1-2/+3
2009-07-02From Albert Chin:stig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-47/+47
2008-12-19Back out r27047 and r27053.gerald1-1/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-1/+1
2007-07-06From Nicolas Dichtel:etxrab1-736/+823
2006-10-04From Nicolas DICHTEL:etxrab1-3/+3
2006-09-28From Nicolas DICHTEL:jake1-12/+37
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-01-16done:jmayer1-1/+1
2005-10-29Give RFC numbers for MIPv6, NEMO, and FMIPv6.guy1-34/+59
2005-10-25From Martin Andréetxrab1-11/+307
2005-10-20From Bruno Deniaud:etxrab1-4/+88
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-03-28Add a tvb_ensure_bytes_exist().gerald1-0/+1
2004-09-29Move various tables into the epan directory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+692