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

13 lines
210 B
C
Raw Normal View History

#ifndef _PACKET_ISI_H
#define _PACKET_ISI_H
/* Wireshark ID of the protocol */
extern int proto_isi;
/* Subtree variables */
extern guint32 ett_isi_msg;
2010-12-31 18:11:01 +00:00
extern guint32 ett_isi_network_gsm_band_info;
#endif