From 20b383c1b1f246db21bb61c04f7eab3665f0e816 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Mon, 3 Dec 2007 20:14:42 +0000 Subject: Dissect RTP payload of H.264 and SDP profile-leve-id for H.264. svn path=/trunk/; revision=23709 --- epan/dissectors/packet-h264.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 epan/dissectors/packet-h264.h (limited to 'epan/dissectors/packet-h264.h') diff --git a/epan/dissectors/packet-h264.h b/epan/dissectors/packet-h264.h new file mode 100644 index 0000000000..5c75ac0977 --- /dev/null +++ b/epan/dissectors/packet-h264.h @@ -0,0 +1,33 @@ +/* packet-h264.h + * Routines for H.264 dissection + * Copyright 2007, Anders Broman + * + * $Id$ + * + * Wireshark - Network traffic analyzer + * By Gerald Combs + * Copyright 1998 Gerald Combs + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * References: + * http://www.ietf.org/rfc/rfc3984.txt?number=3984 + */ +#ifndef __PACKET_H264_H__ +#define __PACKET_H264_H__ + +void dissect_h264_profile(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree); + +#endif /* __PACKET_H264_H__ */ \ No newline at end of file -- cgit v1.2.1