blob: 60b889e16c939e6c0d13e0de94f310bc1eedd8a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* packet-h235.h
* Routines for H.235 packet dissection
* 2004 Tomas Kukosa
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_H235_H
#define PACKET_H235_H
#include "packet-h235-exp.h"
#endif /* PACKET_H235_H */
|