aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nsh.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-20/+20
2023-06-21Use `register_dissector()` for more protocolsDavid Perry1-3/+3
2023-03-28Some more check_type_item_calls warnings.Martin Mathieson1-3/+0
2021-08-05NSH: Add NSH Next Protocol value NoneJaap Keuter1-0/+1
2020-08-09NSH: Fix an item's bitmask.Martin Mathieson1-4/+3
2020-05-15NSH MD Type 2 Context TLV definition updated to conform with RFC8300.Vanson Lim1-14/+21
2018-08-12NSH TTL according to RFC8300Michael Honsel1-6/+6
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-05-05nsh: fix stack overflow due to missing length checksPeter Wu1-46/+75
2017-04-17packet-nsh.c: Create dissector table for next protocolMichael Mann1-71/+29
2017-04-17nsh: add support for nsh/nsh, and nsh/mplsGabriel Ganne1-6/+21
2017-03-08nsh: remove duplicate ethertype entryGabriel Ganne1-1/+2
2017-03-07nsh: add protocol dissection over ethernetGabriel Ganne1-2/+1
2017-01-31Support for NSH with Ethernet encapsulationJaime Caamaño Ruiz1-0/+1
2016-07-19VXLAN: use the newly created vxlan.next_proto dissector table everywherePascal Quantin1-1/+1
2016-07-19Support for NSH with VXLAN encapsulationsjha31-0/+5
2016-07-03Revert "Support for NSH with VXLAN-GPE encapsulation"Alexis La Goutte1-4/+0
2016-07-03Support for NSH with VXLAN-GPE encapsulationsjha31-0/+4
2016-06-16NSH: Correct the display of the NSH header fieldsThomas Shen1-4/+4
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-02-26packet-nsh.c - Look for correct ethernet dissector name.Michael Mann1-1/+1
2016-02-05Network Service Header Dissector for Ethernet & GRE encapsulationChidambaram Arunachalam1-0/+382