URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4342323c08e210236469e5f4e17dc8175153c5aa
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4342323 by Guy Harris (guy@xxxxxxxxxxxx):
Support to version 3.0 of netscaler packet wire format.
From shekhar.chandra@xxxxxxxxxx. See bug 9280.
Change-Id: If3abbc653bb1f127b151976d4183af4c4f1e71eb
Reviewed-on: https://code.wireshark.org/review/658
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from f199688 Add an UAT table to define endpoints and channel data to be able to presetup conversations with FP dissection data.
adds 4342323 Support to version 3.0 of netscaler packet wire format.
Summary of changes:
epan/dissectors/packet-nstrace.c | 11 +-
wiretap/file_access.c | 7 +-
wiretap/netscaler.c | 350 +++++++++++++++++++++++++++++++++++++-
wiretap/netscaler.h | 10 ++
wiretap/wtap.c | 3 +
wiretap/wtap.h | 2 +
6 files changed, 372 insertions(+), 11 deletions(-)