From ca29ec9e77ce0422562727187e3d2946f6ec2d6c Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Sat, 8 Apr 2017 10:15:11 +0200 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Jakub Zawadzki --- sharkd.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sharkd.c') diff --git a/sharkd.c b/sharkd.c index 48279c9990..91c7a186aa 100644 --- a/sharkd.c +++ b/sharkd.c @@ -65,6 +65,8 @@ #include #include +#include + #include "log.h" #include @@ -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 -- cgit v1.2.1