summaryrefslogtreecommitdiff
path: root/sharkd.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2017-04-08 10:15:11 +0200
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2017-04-17 07:29:31 +0000
commitca29ec9e77ce0422562727187e3d2946f6ec2d6c (patch)
treedbf1c3a34da77da2f55e27212df0d0c1373c35ff /sharkd.c
parent067ef3e08a4728d37c64a50da81087cc7b3ad2e0 (diff)
downloadwireshark-ca29ec9e77ce0422562727187e3d2946f6ec2d6c.tar.gz
sharkd: support for "downloading" decoded RTP stream in wave-like format.
Change-Id: Ic6b241f9b7ed302e7b11644e63230474d5933a85 Reviewed-on: https://code.wireshark.org/review/20963 Petri-Dish: Jakub Zawadzki <darkjames-ws@darkjames.pl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Diffstat (limited to 'sharkd.c')
-rw-r--r--sharkd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sharkd.c b/sharkd.c
index 48279c9990..91c7a186aa 100644
--- a/sharkd.c
+++ b/sharkd.c
@@ -65,6 +65,8 @@
#include <epan/epan_dissect.h>
#include <epan/tap.h>
+#include <codecs/codecs.h>
+
#include "log.h"
#include <wsutil/str_util.h>
@@ -191,6 +193,8 @@ main(int argc, char *argv[])
register_all_wiretap_modules();
#endif
+ register_all_codecs();
+
/* Register all dissectors; we must do this before checking for the
"-G" flag, as the "-G" flag dumps information registered by the
dissectors, and we must do it before we read the preferences, in