aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eap.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-4/+4
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-4/+4
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-4/+4
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-4/+3
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-3/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+2
2013-06-10Batch of filterable expert infos.Michael Mann1-7/+21
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-4/+4
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-6/+7
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+3
2012-12-10General cleanup:Bill Meier1-685/+814
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1