aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-13MPLS: use directly proto_tree_add_item for display PW ACH Channel TypeAlexis La Goutte1-6/+3
2017-04-18MPLS: Add Support for identifying Entropy Label (RFC6790)Alexis La Goutte1-0/+1
2017-04-17packet-nsh.c: Create dissector table for next protocolMichael Mann1-0/+2
2017-01-28Revert "MPLS: relax pw_eth_heuristic and improve 1st nibble logic"Anders Broman1-40/+18
2017-01-28MPLS: relax pw_eth_heuristic and improve 1st nibble logicFrancesco Fondelli1-18/+40
2017-01-08Restore some MPLS registered dissectors.Michael Mann1-3/+2
2017-01-08Comments on the first nibble stuff.Guy Harris1-3/+42
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+4
2016-10-31PW_ACH: Use proper symbolic namesJaap Keuter1-1/+1
2016-10-28MPLS: Mark only Bottom-of-Stack label as flow labelJaap Keuter1-1/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-07-19VXLAN: use the newly created vxlan.next_proto dissector table everywherePascal Quantin1-0/+2
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