aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eap.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-16eap: add identity details.Dario Lombardo1-3/+55
2016-09-15eap: fix EAPOL conversation tracking, fixes TLS decryptionPeter Wu1-14/+50
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-01eap-sim: add identity in response only.Dario Lombardo1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-5/+5
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-08-05Eliminate proto_tree_add_text from some dissectors.Michael Mann1-17/+28
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2