aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rohc.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-12-10 12:50:05 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-12-10 12:50:05 +0000
commit8f480def7c524b148ca448b9b45e743d960acdb0 (patch)
tree5880d23dbfca9b73c9a26754f216f81233d574a6 /epan/dissectors/packet-rohc.h
parent8d4e40559d19030353465f381b2dc954ce5984f6 (diff)
Dissect the whole IR dyn packet in packet-rohc.c
svn path=/trunk/; revision=40147
Diffstat (limited to 'epan/dissectors/packet-rohc.h')
-rw-r--r--epan/dissectors/packet-rohc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rohc.h b/epan/dissectors/packet-rohc.h
index d9e509c4d5..9b2aae5e55 100644
--- a/epan/dissectors/packet-rohc.h
+++ b/epan/dissectors/packet-rohc.h
@@ -52,7 +52,7 @@ typedef struct rohc_info
proto_item *last_created_item;
} 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);
+int dissect_rohc_ir_dyn_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 */