aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-13dissector_try_uint(_new) and dissector_try_string now return the number of by...Pascal Quantin1-1/+1
2014-12-09Fix copy-and-pasteo.Guy Harris1-1/+1
2014-12-09Eliminate proto_tree_add_text from some dissectors.Michael Mann1-7/+21
2014-11-13Add dissector table for sFlow header dissection.Michael Mann1-0/+2
2014-11-13Squelch a compiler warning.Guy Harris1-1/+1
2014-11-12Add Decode As functionality for MPLS PW Associated Channel Type.Michael Mann1-3/+24
2014-11-09Add subdissector table for MPLS PW Associated Channel TypeMichael Mann1-90/+13
2014-11-09Create a subdissector table for juniper payload protocols.Michael Mann1-0/+5
2014-06-18Sort the Ethernet pseudo-wire types so that they're together.Guy Harris1-24/+24
2014-06-18Get the handle for the pw_hdlc_nocw_hdlc_ppp dissector.Guy Harris1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-1/+1
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-01Add MPLS dissector to "ppp.protocol" table. Bug 9492 (https://bugs.wireshark...Michael Mann1-0/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-11-21Remove ethertype, mpls_label and ppids from packet_info structure.Michael Mann1-3/+5
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-1/+21
2013-10-20Pass MPLS "private data" into subdissectors instead of using pinfo->private_d...Michael Mann1-4/+5
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard1-2/+2
2013-04-23When calling IP and Ipv6 dissectors, they may reduce the new tvb we pass in.Martin Mathieson1-0/+6
2013-01-26Init several hf... vars to -1.Bill Meier1-5/+5
2012-12-20Revert r46595Pascal Quantin1-12/+2
2012-12-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8095 :Pascal Quantin1-2/+12
2012-12-01From Krishnamurthy Mayya and Nikitha Malgi viaEvan Huus1-0/+7
2012-11-29Make all enum_val_t's const.Jeff Morriss1-3/+3
2012-11-19From Krishnamurthy Mayya:Anders Broman1-1/+15
2012-10-22Bug 7884 - replace proto_tree_add_text with expert_info for packet-mpls-echo....Michael Mann1-1/+1
2012-09-28Fix another "set but unused" compiler warning...Bill Meier1-4/+1
2012-09-28Fix "set but unused" compiler error.Bill Meier1-2/+0
2012-09-28Cleanup:Bill Meier1-251/+236
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-29From Aditya Ambadkar and Diana Chris:Anders Broman1-1/+18
2012-05-08Enhance MPLS DissectorAlexis La Goutte1-33/+29
2012-04-22From Francesco Fondelli: fix mpls "decode as" dialogpascal1-2/+5
2012-04-17From Francesco Fondelli: fixes up issue 1) and 3) described in the bug report...Anders Broman1-49/+75
2012-03-29Remove unused hf variableAlexis La Goutte1-7/+0
2012-03-27Fix indent (use space) and add Modelines info.Alexis La Goutte1-26/+38
2012-03-18From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Alexis La Goutte1-1/+7
2012-03-11From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Alexis La Goutte1-306/+10
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+8
2012-03-01From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Alexis La Goutte1-0/+30
2011-12-21From Alexander Koeppe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-2/+0
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/+4
2011-11-28Fix Checkapi found errors.Anders Broman1-2/+2
2011-11-28From Krishnamurthy Mayya:Anders Broman1-1/+60
2011-11-28from Shobhank Sharma:Anders Broman1-58/+52
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3