aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h264.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-12-10 21:25:32 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-12-10 21:25:32 +0000
commit92e1ee3721634b4849219b047209fcef0c921256 (patch)
tree54cb739a25672fdfca7910d9231720a3df967754 /epan/dissectors/packet-h264.h
parent9a3eeab4ee35892ec6d2cc4f3e1124e969082544 (diff)
downloadwireshark-92e1ee3721634b4849219b047209fcef0c921256.tar.gz
wireshark-92e1ee3721634b4849219b047209fcef0c921256.tar.bz2
wireshark-92e1ee3721634b4849219b047209fcef0c921256.zip
Decode more of H264 info in SDP.
svn path=/trunk/; revision=23832
Diffstat (limited to 'epan/dissectors/packet-h264.h')
-rw-r--r--epan/dissectors/packet-h264.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-h264.h b/epan/dissectors/packet-h264.h
index f220b38a34..fb7934bfff 100644
--- a/epan/dissectors/packet-h264.h
+++ b/epan/dissectors/packet-h264.h
@@ -29,5 +29,6 @@
#define __PACKET_H264_H__
void dissect_h264_profile(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+void dissect_h264_nal_unit(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
#endif /* __PACKET_H264_H__ */