aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rohc.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-12-09 18:58:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-12-09 18:58:26 +0000
commit08ca01b2a4affc5df6e9fef0aaafe35aa72b0978 (patch)
tree149beae8d006e2913f250db8ca0ae9662871dcdf /epan/dissectors/packet-rohc.h
parentd5ebe40eaf34aae483dfd98609546b8c4686ab3e (diff)
Dissect the whole IR packet in packet-rohc.c
svn path=/trunk/; revision=40135
Diffstat (limited to 'epan/dissectors/packet-rohc.h')
-rw-r--r--epan/dissectors/packet-rohc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rohc.h b/epan/dissectors/packet-rohc.h
index a9b803ba06..d9e509c4d5 100644
--- a/epan/dissectors/packet-rohc.h
+++ b/epan/dissectors/packet-rohc.h
@@ -53,4 +53,6 @@ typedef struct rohc_info
} rohc_info;
int dissect_rohc_ir_rtp_profile_dynamic(tvbuff_t *tvb, proto_tree *tree, int offset, rohc_info *p_rohc_info);
+int dissect_rohc_ir_packet(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, int offset, guint8 cid, gboolean is_add_cid, rohc_info *p_rohc_info);
+
#endif /* PACKET_ROHC_H */