diff options
author | Michal Labedzki <michal.labedzki@tieto.com> | 2014-01-20 13:19:23 +0100 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2015-06-25 18:25:15 +0000 |
commit | fcbf1d295b49c9ee49e91b47388526e17ec21968 (patch) | |
tree | 7d8db0ac896400cfb850f77c4943fd8e9bed9142 /epan/dissectors/Makefile.common | |
parent | b679e2aab54edd0b79f9feec433c7d8383689196 (diff) | |
download | wireshark-fcbf1d295b49c9ee49e91b47388526e17ec21968.tar.gz wireshark-fcbf1d295b49c9ee49e91b47388526e17ec21968.tar.bz2 wireshark-fcbf1d295b49c9ee49e91b47388526e17ec21968.zip |
File: Add BTSNOOP File Format support
BTSNOOP format is supported by libwiretap and this dissector add
ability to open the same file in second mode:
1. Wireshark aka Protocol Viewer (default)
2. Fileshark aka File Viewer
Mode 2 also has feature to dissect protocols contained by this file,
try "Protocol Preferences -> Dissect next layer".
Change-Id: I99f0df5b55d31bf5a7d6e9269bfc054c09022b51
Reviewed-on: https://code.wireshark.org/review/17
Reviewed-by: Evan Huus <eapache@gmail.com>
Petri-Dish: Evan Huus <eapache@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r-- | epan/dissectors/Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common index 6f08a14dd6..1cb115207f 100644 --- a/epan/dissectors/Makefile.common +++ b/epan/dissectors/Makefile.common @@ -223,6 +223,7 @@ DIRTY_CORBA_IDL_DISSECTOR_SRC = \ packet-tango.c FILE_DISSECTOR_SRC = \ + file-btsnoop.c \ file-elf.c \ file-file.c \ file-gif.c \ |