aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+3
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-5/+6
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-01Only use nibble logic to determine MPLS payloadMichael Mann1-17/+13
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-9/+11
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-9/+10
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-06-25Add proper "Decode As" mechanism for L2TPv3 subdissectors instead of preference.Michael Mann1-0/+2
2015-06-13MPLS: always display payload when no 'Decode As' preference is setPascal Quantin1-8/+13
2015-04-08Remove MPLS preference that doubled for Decode As.Michael Mann1-185/+4
2015-03-15Added MPLS over UDP supportRemi Vichery1-0/+1
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-3/+3
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
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