aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cisco-erspan.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07Fix some more spelling errorsMartin Mathieson1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-40/+40
2023-05-16Use `register_dissector()` for more protocolsDavid Perry1-3/+5
2022-08-09GRE: forward GRE key to encapsulated dataJoakim Karlsson1-2/+2
2021-07-11More mask checks and some fixes.Martin Mathieson1-4/+4
2019-10-01Fix checks for "do we have an ERSPAN header?"Guy Harris1-36/+103
2019-09-29Fix interpretation of BSO field in Type III headers.Guy Harris1-1/+10
2019-09-29Improve the handling of the FT (Frame Type) field in Type III headers.Guy Harris1-6/+26
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-03-22Don't crash for ERSPAN packets in Linux cooked captures.Guy Harris1-3/+14
2018-03-18ERSPAN: Remove redundant version checkJoerg Mayer1-4/+2
2018-03-18ERSPAN: Various small cleanups and enhancementsJoerg Mayer1-87/+152
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-25Get rid of the necessity to use a preference to dissect ERSPAN type I packets.Joerg Mayer1-18/+6
2016-10-03cisco-erspan: fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1
2016-07-27ERSPAN: support platform specific sub-header.William Tu1-4/+148
2016-07-26ERSPAN: add link to protocol spec and refactoring.William Tu1-85/+54
2016-07-22Fix ERSPAN type II and type III offset.William Tu1-7/+2
2016-07-14Add ERSPAN II support for field EN and Index.William Tu1-9/+31
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-20Enhance ERSPAN decoder to correctly support ERSPAN3 (current versionPeter Membrey1-52/+78
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-5/+6
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-1/+1
2015-01-26Move #defines of epan/greproto.h to packet-gre.hMichael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-7/+19
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-05-25Batch of filterable expert_infos.Michael Mann1-6/+15
2013-03-01Fix Coverity CID 280362: Logically dead code.Chris Maynard1-2/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-11Revert r44441: pinfo may be NULL only when pi is not NULLPascal Quantin1-2/+2
2012-08-11After commit r44435: pinfo -> NULLJörg Mayer1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-02Fix spelling.Gerald Combs1-1/+1
2011-10-31From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6462 & 6505Alexis La Goutte1-5/+29
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer1-15/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-09-24Comparing type II and III traces of the same packet Jörg Mayer1-7/+11
2010-09-23- trunkated -> truncatedJörg Mayer1-8/+20
2010-09-23Jason Masker:Jörg Mayer1-17/+56
2010-09-23Jason Masker <jason at masker.net>:Jörg Mayer1-10/+40
2010-01-13From Didier Gautheron:Anders Broman1-4/+2
2009-10-09From Didier Gautheron:Anders Broman1-3/+6
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
2008-01-23Get rid of non-ASCII characters.Guy Harris1-1/+1