summaryrefslogtreecommitdiffstats
path: root/src/packet-isi.h
blob: 6609958ec116cd9f15e5e27de88433d2fba5e419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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;
extern guint32 ett_isi_info;

void dissect_isi_common(const char *resource, tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);

#endif