aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-5/+5
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-10-11Fix several cases wherein proto_tree_add_uint() was intended iso proto_tree_a...wmeier1-7/+6
2011-10-11Revert SVN #39347; There's a better way.wmeier1-6/+7
2011-10-10Fix additiuonal bugs in some proto_tree_add_item() 'encoding' args;wmeier1-7/+6
2011-10-10Fix benign bug in some proto_tree_add_item() 'encoding' args;wmeier1-848/+846
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-10/+10
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-25/+25
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-7/+7
2011-02-08Add NTP times using proto_tree_add_item().morriss1-13/+3
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-46/+46
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-10No need for cvse_reserved as a variable; getting rid of it squelches aguy1-5/+3
2010-02-10Define VENDOR_VERIZON in sminmpec.hetxrab1-2/+1
2010-02-10From yi ren:etxrab1-57/+184
2009-12-11From Martin Willi:jake1-5/+1
2009-10-09From Didier Gautheron:etxrab1-5/+7
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-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-06OK, nobody cared about the waring, so just remove thejmayer1-0/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-22/+22
2009-03-22P64 changes: Fix some cases for which size_t is not requiredwmeier1-3/+3
2009-03-18From Munenori Ohuchi:etxrab1-4/+162
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-19Back out r27047 and r27053.gerald1-0/+2
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-2/+0
2007-05-26From Ville Nuorvala :standel1-32/+512
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-01-05Bill Meier:jmayer1-1/+1
2005-12-20From jaap Keuter:etxrab1-0/+1
2005-09-21get rid of strcpy in packet-ntp.csahlberg1-3/+2
2005-03-01Show NTP times correctly.guy1-11/+16
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+519