aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-10Define VENDOR_VERIZON in sminmpec.hAnders Broman1-2/+1
2010-02-10From yi ren:Anders Broman1-57/+184
2009-12-11From Martin Willi:Jaap Keuter1-5/+1
2009-10-09From Didier Gautheron:Anders Broman1-5/+7
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-06OK, nobody cared about the waring, so just remove theJörg Mayer1-0/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-22/+22
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier1-3/+3
2009-03-18From Munenori Ohuchi:Anders Broman1-4/+162
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-19Back out r27047 and r27053.Gerald Combs1-0/+2
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-2/+0
2007-05-26From Ville Nuorvala :Sebastien Tandel1-32/+512
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-01-05Bill Meier:Jörg Mayer1-1/+1
2005-12-20From jaap Keuter:Anders Broman1-0/+1
2005-09-21get rid of strcpy in packet-ntp.cRonnie Sahlberg1-3/+2
2005-03-01Show NTP times correctly.Guy Harris1-11/+16
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+519