aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-l2tp.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-31More fussing with items and calls.Martin Mathieson1-9/+9
2022-11-08Fix more unused variables and enable unused-but-set-variable errors.Gerald Combs1-3/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-3/+3
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-6/+4
2022-08-19Fix some spelling errorsMartin Mathieson1-1/+1
2022-08-11L2TP: Add generated PW type field to data packets, etc.John Thacker1-16/+19
2022-08-11L2TP: Account for cookie length in protocol length, etc.John Thacker1-61/+45
2022-08-10L2TP: Use the IANA assigned PW types for Decode AsJohn Thacker1-52/+38
2022-08-10L2TP: Fix UDP conversation handling.John Thacker1-3/+9
2022-08-10L2TP: Store cookie length, session IDs, and PW type from Cisco AVPsJohn Thacker1-3/+7
2022-08-09L2TP: Don't report Malformed Packet on ZLB messagesJohn Thacker1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-4/+4
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2020-10-03Fix more filter field strings.Martin Mathieson1-1/+1
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-9/+9
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-6/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-29[L2TP] Enhance info col layout.AndersBroman1-6/+7
2017-10-29Add conversation endpoint typeMichael Mann1-3/+3
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+1
2017-07-09tfs: Add up downAlexis La Goutte1-1/+0
2017-07-03Replace and remove enterprises_lookup_format()João Valverde1-10/+10
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-6/+7
2017-04-18Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS.Guy Harris1-2/+2
2017-04-10Add support for BASE_VALS_NO_UNKNOWNAlexis La Goutte1-19/+10
2017-03-05dissectors: fix this statement may fall through [-Werror=implicit-fallthrough...Alexis La Goutte1-0/+1
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-33/+44
2016-11-08L2TP: Fix dissection when unknown vendor AVPAlexis La Goutte1-3/+3
2016-11-07L2TP: Fix typo on ERICSSON define valueAlexis La Goutte1-3/+3
2016-10-26L2TP: Dissect three formerly unknown bytes in Ericsson Transport CfgHarald Welte1-2/+13
2016-10-25L2TP: Fix decoding of SC-TEI Map in Ericsson ALTCRQHarald Welte1-1/+1
2016-10-25l2tp: Dissect multiple Ericsson Transport Config GroupsHarald Welte1-29/+36
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-24L2TP: Add some more Ericsson-specific AVPsHarald Welte1-0/+8
2016-07-17L2TP: Add dissectors for Ericsson specific L2TP AVPsHarald Welte1-0/+300
2016-04-07L2TP: fix 'l2tp.avp.csu.current_t/rx_speed' exists multiple times with NOT co...Alexis La Goutte1-2/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-03-03L2TP: Typo, Decimal display of session IDUli Heilmeier1-4/+4
2016-03-02L2TP: Additional AVPs from RFC 5515Uli Heilmeier1-11/+146
2016-03-01L2TP: Added AVPs from RFC 5515Uli Heilmeier1-0/+281
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-3/+3