Wireshark-commits: [Wireshark-commits] master 6a3b24b: EAP: Passing additional context to allow for
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6a3b24be292f4dc9dcf8dc3adacb1196ec67eea3
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
6a3b24b by Dr. Lars Voelker (lars-github@xxxxxxxxxxxxxx):
EAP: Passing additional context to allow for reassembly in vendor parser
Currently an extended vendor parser only gets the vendor_type directly and
the vendor_id indirectly. For some cases (eap fragmentation et al.) it is
important to have access to the eap_code and the eap_identifier as well.
This patch is adding this.
Change-Id: I848cbe58dc4f8e4034382a9c9ca43d350a61bb18
Signed-off-by: Dr. Lars Voelker <lars-github@xxxxxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/32944
Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 900b9f1 CMake: add USE_STATIC option
add 6a3b24b EAP: Passing additional context to allow for reassembly in vendor parser
Summary of changes:
epan/dissectors/packet-eap.c | 22 ++++++++++++++--------
epan/eap.h | 7 +++++++
2 files changed, 21 insertions(+), 8 deletions(-)