aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Don't assign to a proto_item* if the value won't be used: Coverity 975 [UNUSED]Bill Meier1-470/+462
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-12/+12
2009-09-10From Artem Tamazov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=39...Jeff Morriss1-73/+73
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-06-29From Artem Tamazov:Anders Broman1-7/+169
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-14/+14
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-79/+79
2009-04-27From Artem Tamazov: SAToP and CESoPSN MPLS PW support.Balint Reczey1-3/+23
2009-03-27From Artem Tamazov:Anders Broman1-17/+108
2009-03-03Artem Tamazov:Anders Broman1-79/+95
2008-12-22Initialize a variable to keep lint happy. reported by Chris Maynard in bug #2814Bill Meier1-1/+1
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-07-13From Francesco Fondelli:Jaap Keuter1-59/+194
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2006-07-14Register the MPLS dissector on its standard IP protocol number.Gilbert Ramirez1-0/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-16Squelch a compiler warning.Guy Harris1-1/+1
2006-03-31From Francesco Fondelli:Anders Broman1-2/+300
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-2/+2
2005-03-04from Carlos PignataroRonnie Sahlberg1-16/+7
2005-01-15From Carlos Pignataro: Layer Two Tunneling Protocol version 3 [L2TPv3]Guy Harris1-0/+1
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris1-3/+3
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-23From Carlos Pignataro: append the symbolic name for reserved MPLS labelsGuy Harris1-3/+6
2004-09-22From Carlos Pignataro:Guy Harris1-3/+9
2004-08-07While we're add it, support the multicast protocol type values for PPPGuy Harris1-0/+3
2004-08-07Hanlde 8848 on Ethernet the same as 8847. Not sure that thisJörg Mayer1-0/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+284