aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h261.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-h261.c')
-rw-r--r--epan/dissectors/packet-h261.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-h261.c b/epan/dissectors/packet-h261.c
index 0061b215f0..4c064d1058 100644
--- a/epan/dissectors/packet-h261.c
+++ b/epan/dissectors/packet-h261.c
@@ -43,6 +43,7 @@
#include <string.h>
#include <epan/rtp_pt.h>
+#include "iax2_codec_type.h"
/* H.261 header fields */
static int proto_h261 = -1;
@@ -260,4 +261,5 @@ proto_reg_handoff_h261(void)
h261_handle = create_dissector_handle(dissect_h261, proto_h261);
dissector_add("rtp.pt", PT_H261, h261_handle);
+ dissector_add("iax2.codec", AST_FORMAT_H261, h261_handle);
}