aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eap.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-11EAP: show reassembled TLS fragments only on the final framePeter Wu1-2/+2
2019-04-26eap: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+1
2019-04-23EAP: Passing additional context to allow for reassembly in vendor parserDr. Lars Voelker1-8/+14
2019-04-20Adding the missing generic method to support multiple vendor-defined ext typesDr. Lars Voelker1-8/+23
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-3/+3
2018-10-11eap: don't dissect the identity as IMSI unless that's the case.Dario Lombardo1-2/+35
2018-09-13Start renaming SSL to TLS.Gerald Combs1-4/+4
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-4/+4
2017-01-29Register reassembly tablesMichael Mann1-15/+3
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-12-20Make EAPOL packet types into a dissector table.Ethan Young1-0/+2
2016-11-06E.212: fix identification of PLMNs with 3 digits MNC ending with a 0Pascal Quantin1-4/+12
2016-09-28eap: check scanf return value (CID 1373396).Dario Lombardo1-2/+4
2016-09-25eap: add imsi to wlan identity dissection.Dario Lombardo1-10/+12
2016-09-23eap: fix cast warning.Dario Lombardo1-3/+3
2016-09-23eap: dissect eap wlan identity.Dario Lombardo1-44/+99
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-7/+5
2016-09-17The full identity string was added above.Guy Harris1-1/+0
2016-09-17Update a comment.Guy Harris1-6/+3
2016-09-17Fix handling of EAP identity.Guy Harris1-20/+47
2016-09-17eap: make eap_identity_prefix a numeric itemMartin Kaiser1-11/+10
2016-09-17eap: (trivial) reformat a commentMartin Kaiser1-2/+2
2016-09-17eap: remove unnecessary if (tree) checksMartin Kaiser1-55/+33