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

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

/* Subtree variables */
extern guint32 ett_isi_msg;


#endif