aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-l2tp.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-4/+4
2015-12-02L2TP: define the Cisco ACK control messageNicolas S. Dade1-2/+9
2015-12-02L2TP: fix typo: s/zero length bit/zero length body/Nicolas S. Dade1-4/+4
2015-12-02L2TP: show unsigned value of control connection idNicolas S. Dade1-1/+1
2015-11-26L2TP: Correct L2TP over IP SHA1 message digestNicolas S. Dade1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
2015-10-30STUN: register a new conversation dissector after receiving a ConnectionBind ...Pascal Quantin1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-3/+3
2015-07-03Split init of misc dissectors into init/cleanup functionsPeter Wu1-2/+2
2015-06-25Add proper "Decode As" mechanism for L2TPv3 subdissectors instead of preference.Michael Mann1-97/+46
2015-06-22Eliminate proto_tree_add_text from some dissectors.Michael Mann1-24/+30
2015-05-09Define the SHA-1 digest length in wsutil/sha1.h and use it.Guy Harris1-5/+4
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-21/+22
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-4/+1
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-2/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0