aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls-echo.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-07From Tomofumi Hayashi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Evan Huus1-0/+208
2012-09-28Cleanup:Bill Meier1-445/+445
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-12/+12
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-17/+17
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-24From Mayuresh Raut.Anders Broman1-5/+503
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1286/+1286
2012-03-15Fixed error: "/*" within commentStig Bjørlykke1-1/+1
2012-03-15Update MPLS return codes, https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Anders Broman1-2/+7
2011-12-06One more contributor...Anders Broman1-1/+2
2011-12-02Add a contributor.Anders Broman1-0/+1
2011-11-30From Krishnamurthy Mayya:Anders Broman1-0/+3
2011-11-28From Krishnamurthy Mayya:Anders Broman1-3/+179
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-31/+31
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-52/+52
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-9/+9
2011-02-08Add NTP times using proto_tree_add_item().Jeff Morriss1-11/+6
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-12/+12
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
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-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-12/+12
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-01-09Fix bug 3179:Jaap Keuter1-41/+87
2008-12-19Back out r27047 and r27053.Gerald Combs1-2/+2
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-2/+2
2008-09-30Minor cleanup related to proto_register, proto_reg_handoffBill Meier1-3/+2
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-2/+5
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-21get rid of strcpy in packet-ntp.cRonnie Sahlberg1-3/+2
2005-03-04from Carlos PignataroRonnie Sahlberg1-44/+788
2004-10-08From Carlos Pignataro: decode more TLVs and subTLVs and make some smallGuy Harris1-14/+189
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+526