aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eap.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-14EAP: Add reassembled_in fieldJohn Thacker1-15/+27
2023-06-14EAP: Fix conversation creationJohn Thacker1-10/+26
2023-05-19Fix some more item lengths vs callsMartin Mathieson1-2/+2
2023-01-29check_typed_item_calls: filter out some false positivesMartin Mathieson1-1/+1
2022-12-31eap: tweak conversation tracking to avoid breaking pinfo horriblyAlexander Clouter1-25/+15
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-1/+1
2022-07-14EAP: Encrypted IMSI Memory Bugmsweant1-2/+35
2022-07-03eap: add a comment asking why dissect_eap_identity_wlan() exists?Guy Harris1-1/+19
2022-05-09eap: support tunneled TLS decodingAlexander Clouter1-43/+51
2022-05-02EAP: fix packet leak caused by ce087027ef87679ca934f392d37b0bf4d1334860Alexander Clouter1-4/+4
2022-04-30EAP: massage pinfo for EAPOL so the TLS decoder does not get lostAlexander Clouter1-10/+38
2022-04-30EAP: decode TEAP Outer-TLVsAlexander Clouter1-1/+23
2022-04-30EAP: add PEAP decoderAlexander Clouter1-1/+4
2022-04-30EAP: use enum for pdata instead of magic numbersAlexander Clouter1-6/+6
2022-04-30EAP: add MSAUTH-TLV decoderAlexander Clouter1-0/+176
2022-04-30EAP: improve EAP-TLS flag decodingAlexander Clouter1-40/+41
2022-03-15packet-eap: Fix memory leakMoshe Kaplan1-0/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-14/+14
2022-02-13EAP: fix Argument with 'nonnull' attribute passed nullAlexis La Goutte1-23/+25
2022-01-18EAP: Adding EAP-IKEv2 supportDr. Lars Völker1-2/+126
2022-01-06EAP: Fix dissection of encrypted IMSI identifiersMatthew Weant1-38/+115
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+1
2021-10-26EAP: Add Autority ID Data from EAP-FASTAlexis La Goutte1-0/+42
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-2/+2
2021-03-11EAP: fix a memory leakNardi Ivan1-0/+1
2021-02-20Make some more vars and functions static.Martin Mathieson1-1/+1
2021-02-14Make some more variables and functions static.Martin Mathieson1-1/+1
2020-10-19EAP: Let dissect_eap_psk_pchannel return offsetMikael Kanstrup1-3/+4
2020-10-19EAP: Fix GPSK CSuite Sel dissectionMikael Kanstrup1-5/+5
2020-10-19EAP: Fix GPSK failure code item lengthMikael Kanstrup1-1/+1
2020-10-13packet-eap.c: Fix a typo in a commentJoerg Mayer1-1/+1
2020-10-01EAP: Fix Dead StoreAlexis La Goutte1-4/+10
2020-09-22EAP: Avoid to inscrement offset on proto_tree_add_item functionAlexis La Goutte1-12/+28
2020-09-21Add a few EAP dissectorsMikael Kanstrup1-0/+873
2020-08-13eap: fix which tokens we think contain mncNNN and mccNNN.Guy Harris1-2/+2
2020-08-10EAP: Update to EAP Identity DissectionMatthew Weant1-54/+77
2020-07-02EAP: Handling Identities with PeriodsMatthew Weant1-24/+63
2020-05-05EAP: AT_NOTIFICATION DissectionMatthew Weant1-10/+84
2020-05-05EAP: Unknown Data at end of EAP IdentitiesMatthew Weant1-0/+11
2020-04-12Fix up some broken links to specs from dissectors.Martin Mathieson1-4/+4
2020-02-27Add TEAP dissectorMikael Kanstrup1-0/+5
2020-02-24EAP: Remove a couple of string length assumptions.Gerald Combs1-1/+2
2020-02-14EAP: Add TEAP (Tunnel EAP)Alexis La Goutte1-1/+3
2019-08-19EAP: use new tls_set_appdata_dissector API to set the dissectorPeter Wu1-5/+5
2019-08-15EAP: add support for EAP-PEAPPeter Wu1-0/+3
2019-08-15EAP, Diameter: add EAP-TTLS and EAP-Message dissection supportPeter Wu1-50/+77
2019-08-15EAP: show expert info for bad EAP lengthsPeter Wu1-2/+7
2019-08-14EAP: rename some identity fieldAlexis La Goutte1-2/+2
2019-08-13EAP: ignore retransmissions to avoid breaking EAP-TTLS reassemblyPeter Wu1-5/+45
2019-08-12EAP: force a new conversation at EAP-Request/IdentifyPeter Wu1-72/+17