blob: 12c79f2740dc71af90bbcfbdffc2a3ad5c875a35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* packet-qsig.h
* Routines for QSIG packet dissection
* 2007 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_QSIG_H
#define PACKET_QSIG_H
#include "packet-qsig-exp.h"
#endif /* PACKET_QSIG_H */
|