URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fa6e907711f2ac230230cbe970d775e2ef923531
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fa6e907 by Guy Harris (guy@xxxxxxxxxxxx):
Initial version of support for Colasoft Capsa files.
The time stamp origin is not correct. Capsa's absolute time stamp for
the sample captures from their Web site would be helpful.
Change-Id: I365daf7b42240e33f54df76939254f41ed57a9b2
Reviewed-on: https://code.wireshark.org/review/4671
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 0149015 packet-gvsp.c: Fix license; Remove unneeded code from proto_reg_handoff..(); adjust whitespace.
adds fa6e907 Initial version of support for Colasoft Capsa files.
Summary of changes:
wiretap/CMakeLists.txt | 1 +
wiretap/Makefile.common | 2 +
wiretap/capsa.c | 446 +++++++++++++++++++++++++++++++++++++++++
wiretap/{radcom.h => capsa.h} | 9 +-
wiretap/file_access.c | 15 +-
wiretap/wtap.h | 2 +
6 files changed, 469 insertions(+), 6 deletions(-)
create mode 100644 wiretap/capsa.c
copy wiretap/{radcom.h => capsa.h} (87%)