isi-wireshark-plugin/src/packet-isi.h

12 lines
164 B
C

#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