summaryrefslogtreecommitdiffstats
path: root/src/packet-isi.h
blob: 1901c21357c4e7f9ed08195aec86f3f7d7903378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _PACKET_ISI_H
#define _PACKET_ISI_H

/* Wireshark ID of the protocol */
extern int proto_isi;

/* Subtree variables */
extern guint32 ett_isi_msg;
extern guint32 ett_isi_network_gsm_band_info;


#endif