aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-03-05 15:28:10 +0000
committerBill Meier <wmeier@newsguy.com>2013-03-05 15:28:10 +0000
commitdb6243a180cb451d43130ce5c67910758b110d3e (patch)
tree629ce48194dc2c9216da335d5ac3b058bc577fdb /wiretap
parent19214234ae06bc4523beb2fcdb8d2b29856927ab (diff)
Use consistent indentation (4 spaces);
Reformat long single line comments for readability; Add editor modelines. svn path=/trunk/; revision=48086
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap.h1191
1 files changed, 657 insertions, 534 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index f82cac5ed9..21ecda4511 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -73,123 +73,123 @@ extern "C" {
* WTAP_ENCAP_NULL corresponds to DLT_NULL from "libpcap". This
* corresponds to
*
- * 1) PPP-over-HDLC encapsulation, at least with some versions
- * of ISDN4BSD (but not the current ones, it appears, unless
- * I've missed something);
+ * 1) PPP-over-HDLC encapsulation, at least with some versions
+ * of ISDN4BSD (but not the current ones, it appears, unless
+ * I've missed something);
*
- * 2) a 4-byte header containing the AF_ address family, in
- * the byte order of the machine that saved the capture,
- * for the packet, as used on many BSD systems for the
- * loopback device and some other devices, or a 4-byte header
- * containing the AF_ address family in network byte order,
- * as used on recent OpenBSD systems for the loopback device;
+ * 2) a 4-byte header containing the AF_ address family, in
+ * the byte order of the machine that saved the capture,
+ * for the packet, as used on many BSD systems for the
+ * loopback device and some other devices, or a 4-byte header
+ * containing the AF_ address family in network byte order,
+ * as used on recent OpenBSD systems for the loopback device;
*
- * 3) a 4-byte header containing 2 octets of 0 and an Ethernet
- * type in the byte order from an Ethernet header, that being
- * what older versions of "libpcap" on Linux turn the Ethernet
- * header for loopback interfaces into (0.6.0 and later versions
- * leave the Ethernet header alone and make it DLT_EN10MB). */
+ * 3) a 4-byte header containing 2 octets of 0 and an Ethernet
+ * type in the byte order from an Ethernet header, that being
+ * what older versions of "libpcap" on Linux turn the Ethernet
+ * header for loopback interfaces into (0.6.0 and later versions
+ * leave the Ethernet header alone and make it DLT_EN10MB). */
#define WTAP_ENCAP_PER_PACKET -1
-#define WTAP_ENCAP_UNKNOWN 0
-#define WTAP_ENCAP_ETHERNET 1
-#define WTAP_ENCAP_TOKEN_RING 2
-#define WTAP_ENCAP_SLIP 3
-#define WTAP_ENCAP_PPP 4
-#define WTAP_ENCAP_FDDI 5
-#define WTAP_ENCAP_FDDI_BITSWAPPED 6
-#define WTAP_ENCAP_RAW_IP 7
-#define WTAP_ENCAP_ARCNET 8
-#define WTAP_ENCAP_ARCNET_LINUX 9
-#define WTAP_ENCAP_ATM_RFC1483 10
-#define WTAP_ENCAP_LINUX_ATM_CLIP 11
-#define WTAP_ENCAP_LAPB 12
-#define WTAP_ENCAP_ATM_PDUS 13
-#define WTAP_ENCAP_ATM_PDUS_UNTRUNCATED 14
-#define WTAP_ENCAP_NULL 15
-#define WTAP_ENCAP_ASCEND 16
-#define WTAP_ENCAP_ISDN 17
-#define WTAP_ENCAP_IP_OVER_FC 18
-#define WTAP_ENCAP_PPP_WITH_PHDR 19
-#define WTAP_ENCAP_IEEE_802_11 20
-#define WTAP_ENCAP_IEEE_802_11_PRISM 21
-#define WTAP_ENCAP_IEEE_802_11_WITH_RADIO 22
-#define WTAP_ENCAP_IEEE_802_11_RADIOTAP 23
-#define WTAP_ENCAP_IEEE_802_11_AVS 24
-#define WTAP_ENCAP_SLL 25
-#define WTAP_ENCAP_FRELAY 26
-#define WTAP_ENCAP_FRELAY_WITH_PHDR 27
-#define WTAP_ENCAP_CHDLC 28
-#define WTAP_ENCAP_CISCO_IOS 29
-#define WTAP_ENCAP_LOCALTALK 30
-#define WTAP_ENCAP_OLD_PFLOG 31
-#define WTAP_ENCAP_HHDLC 32
-#define WTAP_ENCAP_DOCSIS 33
-#define WTAP_ENCAP_COSINE 34
-#define WTAP_ENCAP_WFLEET_HDLC 35
-#define WTAP_ENCAP_SDLC 36
-#define WTAP_ENCAP_TZSP 37
-#define WTAP_ENCAP_ENC 38
-#define WTAP_ENCAP_PFLOG 39
-#define WTAP_ENCAP_CHDLC_WITH_PHDR 40
-#define WTAP_ENCAP_BLUETOOTH_H4 41
-#define WTAP_ENCAP_MTP2 42
-#define WTAP_ENCAP_MTP3 43
-#define WTAP_ENCAP_IRDA 44
-#define WTAP_ENCAP_USER0 45
-#define WTAP_ENCAP_USER1 46
-#define WTAP_ENCAP_USER2 47
-#define WTAP_ENCAP_USER3 48
-#define WTAP_ENCAP_USER4 49
-#define WTAP_ENCAP_USER5 50
-#define WTAP_ENCAP_USER6 51
-#define WTAP_ENCAP_USER7 52
-#define WTAP_ENCAP_USER8 53
-#define WTAP_ENCAP_USER9 54
-#define WTAP_ENCAP_USER10 55
-#define WTAP_ENCAP_USER11 56
-#define WTAP_ENCAP_USER12 57
-#define WTAP_ENCAP_USER13 58
-#define WTAP_ENCAP_USER14 59
-#define WTAP_ENCAP_USER15 60
-#define WTAP_ENCAP_SYMANTEC 61
-#define WTAP_ENCAP_APPLE_IP_OVER_IEEE1394 62
-#define WTAP_ENCAP_BACNET_MS_TP 63
-#define WTAP_ENCAP_NETTL_RAW_ICMP 64
-#define WTAP_ENCAP_NETTL_RAW_ICMPV6 65
-#define WTAP_ENCAP_GPRS_LLC 66
-#define WTAP_ENCAP_JUNIPER_ATM1 67
-#define WTAP_ENCAP_JUNIPER_ATM2 68
-#define WTAP_ENCAP_REDBACK 69
-#define WTAP_ENCAP_NETTL_RAW_IP 70
-#define WTAP_ENCAP_NETTL_ETHERNET 71
-#define WTAP_ENCAP_NETTL_TOKEN_RING 72
-#define WTAP_ENCAP_NETTL_FDDI 73
-#define WTAP_ENCAP_NETTL_UNKNOWN 74
-#define WTAP_ENCAP_MTP2_WITH_PHDR 75
-#define WTAP_ENCAP_JUNIPER_PPPOE 76
-#define WTAP_ENCAP_GCOM_TIE1 77
-#define WTAP_ENCAP_GCOM_SERIAL 78
-#define WTAP_ENCAP_NETTL_X25 79
-#define WTAP_ENCAP_K12 80
-#define WTAP_ENCAP_JUNIPER_MLPPP 81
-#define WTAP_ENCAP_JUNIPER_MLFR 82
-#define WTAP_ENCAP_JUNIPER_ETHER 83
-#define WTAP_ENCAP_JUNIPER_PPP 84
-#define WTAP_ENCAP_JUNIPER_FRELAY 85
-#define WTAP_ENCAP_JUNIPER_CHDLC 86
-#define WTAP_ENCAP_JUNIPER_GGSN 87
-#define WTAP_ENCAP_LINUX_LAPD 88
-#define WTAP_ENCAP_CATAPULT_DCT2000 89
-#define WTAP_ENCAP_BER 90
-#define WTAP_ENCAP_JUNIPER_VP 91
-#define WTAP_ENCAP_USB 92
-#define WTAP_ENCAP_IEEE802_16_MAC_CPS 93
-#define WTAP_ENCAP_NETTL_RAW_TELNET 94
-#define WTAP_ENCAP_USB_LINUX 95
-#define WTAP_ENCAP_MPEG 96
-#define WTAP_ENCAP_PPI 97
-#define WTAP_ENCAP_ERF 98
-#define WTAP_ENCAP_BLUETOOTH_H4_WITH_PHDR 99
+#define WTAP_ENCAP_UNKNOWN 0
+#define WTAP_ENCAP_ETHERNET 1
+#define WTAP_ENCAP_TOKEN_RING 2
+#define WTAP_ENCAP_SLIP 3
+#define WTAP_ENCAP_PPP 4
+#define WTAP_ENCAP_FDDI 5
+#define WTAP_ENCAP_FDDI_BITSWAPPED 6
+#define WTAP_ENCAP_RAW_IP 7
+#define WTAP_ENCAP_ARCNET 8
+#define WTAP_ENCAP_ARCNET_LINUX 9
+#define WTAP_ENCAP_ATM_RFC1483 10
+#define WTAP_ENCAP_LINUX_ATM_CLIP 11
+#define WTAP_ENCAP_LAPB 12
+#define WTAP_ENCAP_ATM_PDUS 13
+#define WTAP_ENCAP_ATM_PDUS_UNTRUNCATED 14
+#define WTAP_ENCAP_NULL 15
+#define WTAP_ENCAP_ASCEND 16
+#define WTAP_ENCAP_ISDN 17
+#define WTAP_ENCAP_IP_OVER_FC 18
+#define WTAP_ENCAP_PPP_WITH_PHDR 19
+#define WTAP_ENCAP_IEEE_802_11 20
+#define WTAP_ENCAP_IEEE_802_11_PRISM 21
+#define WTAP_ENCAP_IEEE_802_11_WITH_RADIO 22
+#define WTAP_ENCAP_IEEE_802_11_RADIOTAP 23
+#define WTAP_ENCAP_IEEE_802_11_AVS 24
+#define WTAP_ENCAP_SLL 25
+#define WTAP_ENCAP_FRELAY 26
+#define WTAP_ENCAP_FRELAY_WITH_PHDR 27
+#define WTAP_ENCAP_CHDLC 28
+#define WTAP_ENCAP_CISCO_IOS 29
+#define WTAP_ENCAP_LOCALTALK 30
+#define WTAP_ENCAP_OLD_PFLOG 31
+#define WTAP_ENCAP_HHDLC 32
+#define WTAP_ENCAP_DOCSIS 33
+#define WTAP_ENCAP_COSINE 34
+#define WTAP_ENCAP_WFLEET_HDLC 35
+#define WTAP_ENCAP_SDLC 36
+#define WTAP_ENCAP_TZSP 37
+#define WTAP_ENCAP_ENC 38
+#define WTAP_ENCAP_PFLOG 39
+#define WTAP_ENCAP_CHDLC_WITH_PHDR 40
+#define WTAP_ENCAP_BLUETOOTH_H4 41
+#define WTAP_ENCAP_MTP2 42
+#define WTAP_ENCAP_MTP3 43
+#define WTAP_ENCAP_IRDA 44
+#define WTAP_ENCAP_USER0 45
+#define WTAP_ENCAP_USER1 46
+#define WTAP_ENCAP_USER2 47
+#define WTAP_ENCAP_USER3 48
+#define WTAP_ENCAP_USER4 49
+#define WTAP_ENCAP_USER5 50
+#define WTAP_ENCAP_USER6 51
+#define WTAP_ENCAP_USER7 52
+#define WTAP_ENCAP_USER8 53
+#define WTAP_ENCAP_USER9 54
+#define WTAP_ENCAP_USER10 55
+#define WTAP_ENCAP_USER11 56
+#define WTAP_ENCAP_USER12 57
+#define WTAP_ENCAP_USER13 58
+#define WTAP_ENCAP_USER14 59
+#define WTAP_ENCAP_USER15 60
+#define WTAP_ENCAP_SYMANTEC 61
+#define WTAP_ENCAP_APPLE_IP_OVER_IEEE1394 62
+#define WTAP_ENCAP_BACNET_MS_TP 63
+#define WTAP_ENCAP_NETTL_RAW_ICMP 64
+#define WTAP_ENCAP_NETTL_RAW_ICMPV6 65
+#define WTAP_ENCAP_GPRS_LLC 66
+#define WTAP_ENCAP_JUNIPER_ATM1 67
+#define WTAP_ENCAP_JUNIPER_ATM2 68
+#define WTAP_ENCAP_REDBACK 69
+#define WTAP_ENCAP_NETTL_RAW_IP 70
+#define WTAP_ENCAP_NETTL_ETHERNET 71
+#define WTAP_ENCAP_NETTL_TOKEN_RING 72
+#define WTAP_ENCAP_NETTL_FDDI 73
+#define WTAP_ENCAP_NETTL_UNKNOWN 74
+#define WTAP_ENCAP_MTP2_WITH_PHDR 75
+#define WTAP_ENCAP_JUNIPER_PPPOE 76
+#define WTAP_ENCAP_GCOM_TIE1 77
+#define WTAP_ENCAP_GCOM_SERIAL 78
+#define WTAP_ENCAP_NETTL_X25 79
+#define WTAP_ENCAP_K12 80
+#define WTAP_ENCAP_JUNIPER_MLPPP 81
+#define WTAP_ENCAP_JUNIPER_MLFR 82
+#define WTAP_ENCAP_JUNIPER_ETHER 83
+#define WTAP_ENCAP_JUNIPER_PPP 84
+#define WTAP_ENCAP_JUNIPER_FRELAY 85
+#define WTAP_ENCAP_JUNIPER_CHDLC 86
+#define WTAP_ENCAP_JUNIPER_GGSN 87
+#define WTAP_ENCAP_LINUX_LAPD 88
+#define WTAP_ENCAP_CATAPULT_DCT2000 89
+#define WTAP_ENCAP_BER 90
+#define WTAP_ENCAP_JUNIPER_VP 91
+#define WTAP_ENCAP_USB 92
+#define WTAP_ENCAP_IEEE802_16_MAC_CPS 93
+#define WTAP_ENCAP_NETTL_RAW_TELNET 94
+#define WTAP_ENCAP_USB_LINUX 95
+#define WTAP_ENCAP_MPEG 96
+#define WTAP_ENCAP_PPI 97
+#define WTAP_ENCAP_ERF 98
+#define WTAP_ENCAP_BLUETOOTH_H4_WITH_PHDR 99
#define WTAP_ENCAP_SITA 100
#define WTAP_ENCAP_SCCP 101
#define WTAP_ENCAP_BLUETOOTH_HCI 102 /*raw packets without a transport layer header e.g. H4*/
@@ -213,7 +213,7 @@ extern "C" {
#define WTAP_ENCAP_NSTRACE_2_0 120
#define WTAP_ENCAP_FIBRE_CHANNEL_FC2 121
#define WTAP_ENCAP_FIBRE_CHANNEL_FC2_WITH_FRAME_DELIMS 122
-#define WTAP_ENCAP_JPEG_JFIF 123 /* obsoleted by WTAP_ENCAP_MIME*/
+#define WTAP_ENCAP_JPEG_JFIF 123 /* obsoleted by WTAP_ENCAP_MIME*/
#define WTAP_ENCAP_IPNET 124
#define WTAP_ENCAP_SOCKETCAN 125
#define WTAP_ENCAP_IEEE_802_11_NETMON 126
@@ -246,18 +246,18 @@ extern "C" {
#define WTAP_NUM_ENCAP_TYPES wtap_get_num_encap_types()
/* File types that can be read by wiretap.
- We support writing some many of these file types, too, so we
+ We support writing many of these file types, too, so we
distinguish between different versions of them. */
-#define WTAP_FILE_UNKNOWN 0
-#define WTAP_FILE_PCAP 1
-#define WTAP_FILE_PCAPNG 2
-#define WTAP_FILE_PCAP_NSEC 3
-#define WTAP_FILE_PCAP_AIX 4
-#define WTAP_FILE_PCAP_SS991029 5
-#define WTAP_FILE_PCAP_NOKIA 6
-#define WTAP_FILE_PCAP_SS990417 7
-#define WTAP_FILE_PCAP_SS990915 8
-#define WTAP_FILE_5VIEWS 9
+#define WTAP_FILE_UNKNOWN 0
+#define WTAP_FILE_PCAP 1
+#define WTAP_FILE_PCAPNG 2
+#define WTAP_FILE_PCAP_NSEC 3
+#define WTAP_FILE_PCAP_AIX 4
+#define WTAP_FILE_PCAP_SS991029 5
+#define WTAP_FILE_PCAP_NOKIA 6
+#define WTAP_FILE_PCAP_SS990417 7
+#define WTAP_FILE_PCAP_SS990915 8
+#define WTAP_FILE_5VIEWS 9
#define WTAP_FILE_IPTRACE_1_0 10
#define WTAP_FILE_IPTRACE_2_0 11
#define WTAP_FILE_BER 12
@@ -316,19 +316,19 @@ extern "C" {
#define WTAP_NUM_FILE_TYPES wtap_get_num_file_types()
/* timestamp precision (currently only these values are supported) */
-#define WTAP_FILE_TSPREC_SEC 0
-#define WTAP_FILE_TSPREC_DSEC 1
-#define WTAP_FILE_TSPREC_CSEC 2
-#define WTAP_FILE_TSPREC_MSEC 3
-#define WTAP_FILE_TSPREC_USEC 6
-#define WTAP_FILE_TSPREC_NSEC 9
+#define WTAP_FILE_TSPREC_SEC 0
+#define WTAP_FILE_TSPREC_DSEC 1
+#define WTAP_FILE_TSPREC_CSEC 2
+#define WTAP_FILE_TSPREC_MSEC 3
+#define WTAP_FILE_TSPREC_USEC 6
+#define WTAP_FILE_TSPREC_NSEC 9
/*
* Maximum packet size we'll support.
* 65535 is the largest snapshot length that libpcap supports, so we
* use that.
*/
-#define WTAP_MAX_PACKET_SIZE 65535
+#define WTAP_MAX_PACKET_SIZE 65535
/*
* "Pseudo-headers" are used to supply to the clients of wiretap
@@ -348,43 +348,43 @@ extern "C" {
struct nstr_phdr {
- gint64 rec_offset;
- gint32 rec_len;
- guint8 nicno_offset;
- guint8 nicno_len;
- guint8 dir_offset;
- guint8 dir_len;
- guint8 eth_offset;
- guint8 pcb_offset;
- guint8 l_pcb_offset;
- guint8 rec_type;
- guint8 vlantag_offset;
- guint8 coreid_offset;
- guint8 srcnodeid_offset;
- guint8 destnodeid_offset;
- guint8 clflags_offset;
- guint8 src_vmname_len_offset;
- guint8 dst_vmname_len_offset;
- guint8 data_offset;
+ gint64 rec_offset;
+ gint32 rec_len;
+ guint8 nicno_offset;
+ guint8 nicno_len;
+ guint8 dir_offset;
+ guint8 dir_len;
+ guint8 eth_offset;
+ guint8 pcb_offset;
+ guint8 l_pcb_offset;
+ guint8 rec_type;
+ guint8 vlantag_offset;
+ guint8 coreid_offset;
+ guint8 srcnodeid_offset;
+ guint8 destnodeid_offset;
+ guint8 clflags_offset;
+ guint8 src_vmname_len_offset;
+ guint8 dst_vmname_len_offset;
+ guint8 data_offset;
};
/* Packet "pseudo-header" information for Ethernet capture files. */
struct eth_phdr {
- gint fcs_len; /* Number of bytes of FCS - -1 means "unknown" */
+ gint fcs_len; /* Number of bytes of FCS - -1 means "unknown" */
};
/* Packet "pseudo-header" information for X.25 capture files. */
-#define FROM_DCE 0x80
+#define FROM_DCE 0x80
struct x25_phdr {
- guint8 flags; /* ENCAP_LAPB, ENCAP_V120 : 1st bit means From DCE */
+ guint8 flags; /* ENCAP_LAPB, ENCAP_V120 : 1st bit means From DCE */
};
/* Packet "pseudo-header" information for ISDN capture files. */
/* Direction */
struct isdn_phdr {
- gboolean uton;
- guint8 channel; /* 0 = D-channel; n = B-channel n */
+ gboolean uton;
+ guint8 channel; /* 0 = D-channel; n = B-channel n */
};
/* Packet "pseudo-header" for ATM capture files.
@@ -393,93 +393,93 @@ struct isdn_phdr {
/*
* Status bits.
*/
-#define ATM_RAW_CELL 0x01 /* TRUE if the packet is a single cell */
-#define ATM_NO_HEC 0x02 /* TRUE if the cell has HEC stripped out */
-#define ATM_AAL2_NOPHDR 0x04 /* TRUE if the AAL2 PDU has no pseudo-header */
+#define ATM_RAW_CELL 0x01 /* TRUE if the packet is a single cell */
+#define ATM_NO_HEC 0x02 /* TRUE if the cell has HEC stripped out */
+#define ATM_AAL2_NOPHDR 0x04 /* TRUE if the AAL2 PDU has no pseudo-header */
/*
* AAL types.
*/
-#define AAL_UNKNOWN 0 /* AAL unknown */
-#define AAL_1 1 /* AAL1 */
-#define AAL_2 2 /* AAL2 */
-#define AAL_3_4 3 /* AAL3/4 */
-#define AAL_5 4 /* AAL5 */
-#define AAL_USER 5 /* User AAL */
-#define AAL_SIGNALLING 6 /* Signaling AAL */
-#define AAL_OAMCELL 7 /* OAM cell */
+#define AAL_UNKNOWN 0 /* AAL unknown */
+#define AAL_1 1 /* AAL1 */
+#define AAL_2 2 /* AAL2 */
+#define AAL_3_4 3 /* AAL3/4 */
+#define AAL_5 4 /* AAL5 */
+#define AAL_USER 5 /* User AAL */
+#define AAL_SIGNALLING 6 /* Signaling AAL */
+#define AAL_OAMCELL 7 /* OAM cell */
/*
* Traffic types.
*/
-#define TRAF_UNKNOWN 0 /* Unknown */
-#define TRAF_LLCMX 1 /* LLC multiplexed (RFC 1483) */
-#define TRAF_VCMX 2 /* VC multiplexed (RFC 1483) */
-#define TRAF_LANE 3 /* LAN Emulation */
-#define TRAF_ILMI 4 /* ILMI */
-#define TRAF_FR 5 /* Frame Relay */
-#define TRAF_SPANS 6 /* FORE SPANS */
-#define TRAF_IPSILON 7 /* Ipsilon */
-#define TRAF_UMTS_FP 8 /* UMTS Frame Protocol */
-#define TRAF_GPRS_NS 9 /* GPRS Network Services */
-#define TRAF_SSCOP 10 /* SSCOP */
+#define TRAF_UNKNOWN 0 /* Unknown */
+#define TRAF_LLCMX 1 /* LLC multiplexed (RFC 1483) */
+#define TRAF_VCMX 2 /* VC multiplexed (RFC 1483) */
+#define TRAF_LANE 3 /* LAN Emulation */
+#define TRAF_ILMI 4 /* ILMI */
+#define TRAF_FR 5 /* Frame Relay */
+#define TRAF_SPANS 6 /* FORE SPANS */
+#define TRAF_IPSILON 7 /* Ipsilon */
+#define TRAF_UMTS_FP 8 /* UMTS Frame Protocol */
+#define TRAF_GPRS_NS 9 /* GPRS Network Services */
+#define TRAF_SSCOP 10 /* SSCOP */
/*
* Traffic subtypes.
*/
-#define TRAF_ST_UNKNOWN 0 /* Unknown */
+#define TRAF_ST_UNKNOWN 0 /* Unknown */
/*
* For TRAF_VCMX:
*/
-#define TRAF_ST_VCMX_802_3_FCS 1 /* 802.3 with an FCS */
-#define TRAF_ST_VCMX_802_4_FCS 2 /* 802.4 with an FCS */
-#define TRAF_ST_VCMX_802_5_FCS 3 /* 802.5 with an FCS */
-#define TRAF_ST_VCMX_FDDI_FCS 4 /* FDDI with an FCS */
-#define TRAF_ST_VCMX_802_6_FCS 5 /* 802.6 with an FCS */
-#define TRAF_ST_VCMX_802_3 7 /* 802.3 without an FCS */
-#define TRAF_ST_VCMX_802_4 8 /* 802.4 without an FCS */
-#define TRAF_ST_VCMX_802_5 9 /* 802.5 without an FCS */
-#define TRAF_ST_VCMX_FDDI 10 /* FDDI without an FCS */
-#define TRAF_ST_VCMX_802_6 11 /* 802.6 without an FCS */
-#define TRAF_ST_VCMX_FRAGMENTS 12 /* Fragments */
-#define TRAF_ST_VCMX_BPDU 13 /* BPDU */
+#define TRAF_ST_VCMX_802_3_FCS 1 /* 802.3 with an FCS */
+#define TRAF_ST_VCMX_802_4_FCS 2 /* 802.4 with an FCS */
+#define TRAF_ST_VCMX_802_5_FCS 3 /* 802.5 with an FCS */
+#define TRAF_ST_VCMX_FDDI_FCS 4 /* FDDI with an FCS */
+#define TRAF_ST_VCMX_802_6_FCS 5 /* 802.6 with an FCS */
+#define TRAF_ST_VCMX_802_3 7 /* 802.3 without an FCS */
+#define TRAF_ST_VCMX_802_4 8 /* 802.4 without an FCS */
+#define TRAF_ST_VCMX_802_5 9 /* 802.5 without an FCS */
+#define TRAF_ST_VCMX_FDDI 10 /* FDDI without an FCS */
+#define TRAF_ST_VCMX_802_6 11 /* 802.6 without an FCS */
+#define TRAF_ST_VCMX_FRAGMENTS 12 /* Fragments */
+#define TRAF_ST_VCMX_BPDU 13 /* BPDU */
/*
* For TRAF_LANE:
*/
-#define TRAF_ST_LANE_LE_CTRL 1 /* LANE: LE Ctrl */
-#define TRAF_ST_LANE_802_3 2 /* LANE: 802.3 */
-#define TRAF_ST_LANE_802_5 3 /* LANE: 802.5 */
-#define TRAF_ST_LANE_802_3_MC 4 /* LANE: 802.3 multicast */
-#define TRAF_ST_LANE_802_5_MC 5 /* LANE: 802.5 multicast */
+#define TRAF_ST_LANE_LE_CTRL 1 /* LANE: LE Ctrl */
+#define TRAF_ST_LANE_802_3 2 /* LANE: 802.3 */
+#define TRAF_ST_LANE_802_5 3 /* LANE: 802.5 */
+#define TRAF_ST_LANE_802_3_MC 4 /* LANE: 802.3 multicast */
+#define TRAF_ST_LANE_802_5_MC 5 /* LANE: 802.5 multicast */
/*
* For TRAF_IPSILON:
*/
-#define TRAF_ST_IPSILON_FT0 1 /* Ipsilon: Flow Type 0 */
-#define TRAF_ST_IPSILON_FT1 2 /* Ipsilon: Flow Type 1 */
-#define TRAF_ST_IPSILON_FT2 3 /* Ipsilon: Flow Type 2 */
+#define TRAF_ST_IPSILON_FT0 1 /* Ipsilon: Flow Type 0 */
+#define TRAF_ST_IPSILON_FT1 2 /* Ipsilon: Flow Type 1 */
+#define TRAF_ST_IPSILON_FT2 3 /* Ipsilon: Flow Type 2 */
struct atm_phdr {
- guint32 flags; /* status flags */
- guint8 aal; /* AAL of the traffic */
- guint8 type; /* traffic type */
- guint8 subtype; /* traffic subtype */
- guint16 vpi; /* virtual path identifier */
- guint16 vci; /* virtual circuit identifier */
- guint8 aal2_cid; /* channel id */
- guint16 channel; /* link: 0 for DTE->DCE, 1 for DCE->DTE */
- guint16 cells; /* number of cells */
- guint16 aal5t_u2u; /* user-to-user indicator */
- guint16 aal5t_len; /* length of the packet */
- guint32 aal5t_chksum; /* checksum for AAL5 packet */
+ guint32 flags; /* status flags */
+ guint8 aal; /* AAL of the traffic */
+ guint8 type; /* traffic type */
+ guint8 subtype; /* traffic subtype */
+ guint16 vpi; /* virtual path identifier */
+ guint16 vci; /* virtual circuit identifier */
+ guint8 aal2_cid; /* channel id */
+ guint16 channel; /* link: 0 for DTE->DCE, 1 for DCE->DTE */
+ guint16 cells; /* number of cells */
+ guint16 aal5t_u2u; /* user-to-user indicator */
+ guint16 aal5t_len; /* length of the packet */
+ guint32 aal5t_chksum; /* checksum for AAL5 packet */
};
/* Packet "pseudo-header" for Nokia output */
-struct nokia_phdr {
- struct eth_phdr eth;
- guint8 stuff[4]; /* mysterious stuff */
+struct nokia_phdr {
+ struct eth_phdr eth;
+ guint8 stuff[4]; /* mysterious stuff */
};
/* Packet "pseudo-header" for the output from "wandsession", "wannext",
@@ -487,30 +487,30 @@ struct nokia_phdr {
#define ASCEND_MAX_STR_LEN 64
-#define ASCEND_PFX_WDS_X 1
-#define ASCEND_PFX_WDS_R 2
-#define ASCEND_PFX_WDD 3
-#define ASCEND_PFX_ISDN_X 4
-#define ASCEND_PFX_ISDN_R 5
-#define ASCEND_PFX_ETHER 6
+#define ASCEND_PFX_WDS_X 1
+#define ASCEND_PFX_WDS_R 2
+#define ASCEND_PFX_WDD 3
+#define ASCEND_PFX_ISDN_X 4
+#define ASCEND_PFX_ISDN_R 5
+#define ASCEND_PFX_ETHER 6
struct ascend_phdr {
- guint16 type; /* ASCEND_PFX_*, as defined above */
- char user[ASCEND_MAX_STR_LEN]; /* Username, from wandsession header */
- guint32 sess; /* Session number, from wandsession header */
- char call_num[ASCEND_MAX_STR_LEN]; /* Called number, from WDD header */
- guint32 chunk; /* Chunk number, from WDD header */
- guint32 task; /* Task number */
+ guint16 type; /* ASCEND_PFX_*, as defined above */
+ char user[ASCEND_MAX_STR_LEN]; /* Username, from wandsession header */
+ guint32 sess; /* Session number, from wandsession header */
+ char call_num[ASCEND_MAX_STR_LEN]; /* Called number, from WDD header */
+ guint32 chunk; /* Chunk number, from WDD header */
+ guint32 task; /* Task number */
};
/* Also defined in epan/packet_info.h */
-#define P2P_DIR_UNKNOWN -1
-#define P2P_DIR_SENT 0
-#define P2P_DIR_RECV 1
+#define P2P_DIR_UNKNOWN -1
+#define P2P_DIR_SENT 0
+#define P2P_DIR_RECV 1
/* Packet "pseudo-header" for point-to-point links with direction flags. */
struct p2p_phdr {
- int sent; /* TRUE=sent, FALSE=received, -1=unknown*/
+ int sent; /* TRUE=sent, FALSE=received, -1=unknown*/
};
/*
@@ -532,39 +532,39 @@ struct p2p_phdr {
* times the ratio of the RSSI and the maximum RSSI.
*/
struct ieee_802_11_phdr {
- gint fcs_len; /* Number of bytes of FCS - -1 means "unknown" */
- gboolean decrypted; /* TRUE if frame is decrypted even if "protected" bit is set */
- guint8 channel; /* Channel number */
- guint16 data_rate; /* in .5 Mb/s units */
- guint8 signal_level; /* percentage */
+ gint fcs_len; /* Number of bytes of FCS - -1 means "unknown" */
+ gboolean decrypted; /* TRUE if frame is decrypted even if "protected" bit is set */
+ guint8 channel; /* Channel number */
+ guint16 data_rate; /* in .5 Mb/s units */
+ guint8 signal_level; /* percentage */
};
/* Packet "pseudo-header" for the output from CoSine L2 debug output. */
-#define COSINE_MAX_IF_NAME_LEN 128
+#define COSINE_MAX_IF_NAME_LEN 128
-#define COSINE_ENCAP_TEST 1
-#define COSINE_ENCAP_PPoATM 2
-#define COSINE_ENCAP_PPoFR 3
-#define COSINE_ENCAP_ATM 4
-#define COSINE_ENCAP_FR 5
-#define COSINE_ENCAP_HDLC 6
-#define COSINE_ENCAP_PPP 7
-#define COSINE_ENCAP_ETH 8
-#define COSINE_ENCAP_UNKNOWN 99
+#define COSINE_ENCAP_TEST 1
+#define COSINE_ENCAP_PPoATM 2
+#define COSINE_ENCAP_PPoFR 3
+#define COSINE_ENCAP_ATM 4
+#define COSINE_ENCAP_FR 5
+#define COSINE_ENCAP_HDLC 6
+#define COSINE_ENCAP_PPP 7
+#define COSINE_ENCAP_ETH 8
+#define COSINE_ENCAP_UNKNOWN 99
#define COSINE_DIR_TX 1
#define COSINE_DIR_RX 2
struct cosine_phdr {
- guint8 encap; /* COSINE_ENCAP_* as defined above */
- guint8 direction; /* COSINE_DIR_*, as defined above */
- char if_name[COSINE_MAX_IF_NAME_LEN]; /* Encap & Logical I/F name */
- guint16 pro; /* Protocol */
- guint16 off; /* Offset */
- guint16 pri; /* Priority */
- guint16 rm; /* Rate Marking */
- guint16 err; /* Error Code */
+ guint8 encap; /* COSINE_ENCAP_* as defined above */
+ guint8 direction; /* COSINE_DIR_*, as defined above */
+ char if_name[COSINE_MAX_IF_NAME_LEN]; /* Encap & Logical I/F name */
+ guint16 pro; /* Protocol */
+ guint16 off; /* Offset */
+ guint16 pri; /* Priority */
+ guint16 rm; /* Rate Marking */
+ guint16 err; /* Error Code */
};
/* Packet "pseudo-header" for IrDA capture files. */
@@ -589,17 +589,17 @@ struct cosine_phdr {
#define IRDA_CLASS_MASK 0xFF00
struct irda_phdr {
- guint16 pkttype; /* packet type */
+ guint16 pkttype; /* packet type */
};
/* Packet "pseudo-header" for nettl (HP-UX) capture files. */
struct nettl_phdr {
- guint16 subsys;
- guint32 devid;
- guint32 kind;
- gint32 pid;
- guint16 uid;
+ guint16 subsys;
+ guint32 devid;
+ guint32 kind;
+ gint32 pid;
+ guint16 uid;
};
/* Packet "pseudo-header" for MTP2 files. */
@@ -609,32 +609,32 @@ struct nettl_phdr {
#define MTP2_ANNEX_A_USED_UNKNOWN 2
struct mtp2_phdr {
- guint8 sent;
- guint8 annex_a_used;
- guint16 link_number;
+ guint8 sent;
+ guint8 annex_a_used;
+ guint16 link_number;
};
/* Packet "pseudo-header" for K12 files. */
typedef union {
- struct {
- guint16 vp;
- guint16 vc;
- guint16 cid;
- } atm;
+ struct {
+ guint16 vp;
+ guint16 vc;
+ guint16 cid;
+ } atm;
- guint32 ds0mask;
+ guint32 ds0mask;
} k12_input_info_t;
struct k12_phdr {
- guint32 input;
- const gchar* input_name;
- const gchar* stack_file;
- guint32 input_type;
- k12_input_info_t input_info;
- guint8* extra_info;
- guint32 extra_length;
- void* stuff;
+ guint32 input;
+ const gchar *input_name;
+ const gchar *stack_file;
+ guint32 input_type;
+ k12_input_info_t input_info;
+ guint8 *extra_info;
+ guint32 extra_length;
+ void* stuff;
};
#define K12_PORT_DS0S 0x00010008
@@ -642,21 +642,21 @@ struct k12_phdr {
#define K12_PORT_ATMPVC 0x01020000
struct lapd_phdr {
- guint16 pkttype; /* packet type */
- guint8 we_network;
+ guint16 pkttype; /* packet type */
+ guint8 we_network;
};
struct wtap;
struct catapult_dct2000_phdr
{
- union
- {
- struct isdn_phdr isdn;
- struct atm_phdr atm;
- struct p2p_phdr p2p;
- } inner_pseudo_header;
- gint64 seek_off;
- struct wtap *wth;
+ union
+ {
+ struct isdn_phdr isdn;
+ struct atm_phdr atm;
+ struct p2p_phdr p2p;
+ } inner_pseudo_header;
+ gint64 seek_off;
+ struct wtap *wth;
};
#define LIBPCAP_BT_PHDR_SENT 0
@@ -684,12 +684,12 @@ struct libpcap_ppp_phdr {
* Endace Record Format pseudo header
*/
struct erf_phdr {
- guint64 ts; /* Time stamp */
- guint8 type;
- guint8 flags;
- guint16 rlen;
- guint16 lctr;
- guint16 wlen;
+ guint64 ts; /* Time stamp */
+ guint8 type;
+ guint8 flags;
+ guint16 rlen;
+ guint16 lctr;
+ guint16 wlen;
};
struct erf_ehdr {
@@ -704,174 +704,175 @@ struct erf_ehdr {
#define MAX_ERF_EHDR 8
struct erf_mc_phdr {
- struct erf_phdr phdr;
- struct erf_ehdr ehdr_list[MAX_ERF_EHDR];
- union
- {
- guint16 eth_hdr;
- guint32 mc_hdr;
- } subhdr;
+ struct erf_phdr phdr;
+ struct erf_ehdr ehdr_list[MAX_ERF_EHDR];
+ union
+ {
+ guint16 eth_hdr;
+ guint32 mc_hdr;
+ } subhdr;
};
#define LLCP_PHDR_FLAG_SENT 0
struct llcp_phdr {
- guint8 adapter;
- guint8 flags;
+ guint8 adapter;
+ guint8 flags;
};
-#define SITA_FRAME_DIR_TXED (0x00) /* values of sita_phdr.flags */
-#define SITA_FRAME_DIR_RXED (0x01)
-#define SITA_FRAME_DIR (0x01) /* mask */
-#define SITA_ERROR_NO_BUFFER (0x80)
-
-#define SITA_SIG_DSR (0x01) /* values of sita_phdr.signals */
-#define SITA_SIG_DTR (0x02)
-#define SITA_SIG_CTS (0x04)
-#define SITA_SIG_RTS (0x08)
-#define SITA_SIG_DCD (0x10)
-#define SITA_SIG_UNDEF1 (0x20)
-#define SITA_SIG_UNDEF2 (0x40)
-#define SITA_SIG_UNDEF3 (0x80)
-
-#define SITA_ERROR_TX_UNDERRUN (0x01) /* values of sita_phdr.errors2 (if SITA_FRAME_DIR_TXED) */
-#define SITA_ERROR_TX_CTS_LOST (0x02)
-#define SITA_ERROR_TX_UART_ERROR (0x04)
-#define SITA_ERROR_TX_RETX_LIMIT (0x08)
-#define SITA_ERROR_TX_UNDEF1 (0x10)
-#define SITA_ERROR_TX_UNDEF2 (0x20)
-#define SITA_ERROR_TX_UNDEF3 (0x40)
-#define SITA_ERROR_TX_UNDEF4 (0x80)
-
-#define SITA_ERROR_RX_FRAMING (0x01) /* values of sita_phdr.errors1 (if SITA_FRAME_DIR_RXED) */
-#define SITA_ERROR_RX_PARITY (0x02)
-#define SITA_ERROR_RX_COLLISION (0x04)
-#define SITA_ERROR_RX_FRAME_LONG (0x08)
-#define SITA_ERROR_RX_FRAME_SHORT (0x10)
-#define SITA_ERROR_RX_UNDEF1 (0x20)
-#define SITA_ERROR_RX_UNDEF2 (0x40)
-#define SITA_ERROR_RX_UNDEF3 (0x80)
-
-#define SITA_ERROR_RX_NONOCTET_ALIGNED (0x01) /* values of sita_phdr.errors2 (if SITA_FRAME_DIR_RXED) */
-#define SITA_ERROR_RX_ABORT (0x02)
-#define SITA_ERROR_RX_CD_LOST (0x04)
-#define SITA_ERROR_RX_DPLL (0x08)
-#define SITA_ERROR_RX_OVERRUN (0x10)
-#define SITA_ERROR_RX_FRAME_LEN_VIOL (0x20)
-#define SITA_ERROR_RX_CRC (0x40)
-#define SITA_ERROR_RX_BREAK (0x80)
-
-#define SITA_PROTO_UNUSED (0x00) /* values of sita_phdr.proto */
-#define SITA_PROTO_BOP_LAPB (0x01)
-#define SITA_PROTO_ETHERNET (0x02)
-#define SITA_PROTO_ASYNC_INTIO (0x03)
-#define SITA_PROTO_ASYNC_BLKIO (0x04)
-#define SITA_PROTO_ALC (0x05)
-#define SITA_PROTO_UTS (0x06)
-#define SITA_PROTO_PPP_HDLC (0x07)
-#define SITA_PROTO_SDLC (0x08)
-#define SITA_PROTO_TOKENRING (0x09)
-#define SITA_PROTO_I2C (0x10)
-#define SITA_PROTO_DPM_LINK (0x11)
-#define SITA_PROTO_BOP_FRL (0x12)
+#define SITA_FRAME_DIR_TXED (0x00) /* values of sita_phdr.flags */
+#define SITA_FRAME_DIR_RXED (0x01)
+#define SITA_FRAME_DIR (0x01) /* mask */
+#define SITA_ERROR_NO_BUFFER (0x80)
+
+#define SITA_SIG_DSR (0x01) /* values of sita_phdr.signals */
+#define SITA_SIG_DTR (0x02)
+#define SITA_SIG_CTS (0x04)
+#define SITA_SIG_RTS (0x08)
+#define SITA_SIG_DCD (0x10)
+#define SITA_SIG_UNDEF1 (0x20)
+#define SITA_SIG_UNDEF2 (0x40)
+#define SITA_SIG_UNDEF3 (0x80)
+
+#define SITA_ERROR_TX_UNDERRUN (0x01) /* values of sita_phdr.errors2 (if SITA_FRAME_DIR_TXED) */
+#define SITA_ERROR_TX_CTS_LOST (0x02)
+#define SITA_ERROR_TX_UART_ERROR (0x04)
+#define SITA_ERROR_TX_RETX_LIMIT (0x08)
+#define SITA_ERROR_TX_UNDEF1 (0x10)
+#define SITA_ERROR_TX_UNDEF2 (0x20)
+#define SITA_ERROR_TX_UNDEF3 (0x40)
+#define SITA_ERROR_TX_UNDEF4 (0x80)
+
+#define SITA_ERROR_RX_FRAMING (0x01) /* values of sita_phdr.errors1 (if SITA_FRAME_DIR_RXED) */
+#define SITA_ERROR_RX_PARITY (0x02)
+#define SITA_ERROR_RX_COLLISION (0x04)
+#define SITA_ERROR_RX_FRAME_LONG (0x08)
+#define SITA_ERROR_RX_FRAME_SHORT (0x10)
+#define SITA_ERROR_RX_UNDEF1 (0x20)
+#define SITA_ERROR_RX_UNDEF2 (0x40)
+#define SITA_ERROR_RX_UNDEF3 (0x80)
+
+#define SITA_ERROR_RX_NONOCTET_ALIGNED (0x01) /* values of sita_phdr.errors2 (if SITA_FRAME_DIR_RXED) */
+#define SITA_ERROR_RX_ABORT (0x02)
+#define SITA_ERROR_RX_CD_LOST (0x04)
+#define SITA_ERROR_RX_DPLL (0x08)
+#define SITA_ERROR_RX_OVERRUN (0x10)
+#define SITA_ERROR_RX_FRAME_LEN_VIOL (0x20)
+#define SITA_ERROR_RX_CRC (0x40)
+#define SITA_ERROR_RX_BREAK (0x80)
+
+#define SITA_PROTO_UNUSED (0x00) /* values of sita_phdr.proto */
+#define SITA_PROTO_BOP_LAPB (0x01)
+#define SITA_PROTO_ETHERNET (0x02)
+#define SITA_PROTO_ASYNC_INTIO (0x03)
+#define SITA_PROTO_ASYNC_BLKIO (0x04)
+#define SITA_PROTO_ALC (0x05)
+#define SITA_PROTO_UTS (0x06)
+#define SITA_PROTO_PPP_HDLC (0x07)
+#define SITA_PROTO_SDLC (0x08)
+#define SITA_PROTO_TOKENRING (0x09)
+#define SITA_PROTO_I2C (0x10)
+#define SITA_PROTO_DPM_LINK (0x11)
+#define SITA_PROTO_BOP_FRL (0x12)
struct sita_phdr {
- guint8 sita_flags;
- guint8 sita_signals;
- guint8 sita_errors1;
- guint8 sita_errors2;
- guint8 sita_proto;
+ guint8 sita_flags;
+ guint8 sita_signals;
+ guint8 sita_errors1;
+ guint8 sita_errors2;
+ guint8 sita_proto;
};
/*pseudo header for Bluetooth HCI*/
struct bthci_phdr {
- gboolean sent;
- guint8 channel;
+ gboolean sent;
+ guint8 channel;
};
-#define BTHCI_CHANNEL_COMMAND 1
-#define BTHCI_CHANNEL_ACL 2
-#define BTHCI_CHANNEL_SCO 3
-#define BTHCI_CHANNEL_EVENT 4
+#define BTHCI_CHANNEL_COMMAND 1
+#define BTHCI_CHANNEL_ACL 2
+#define BTHCI_CHANNEL_SCO 3
+#define BTHCI_CHANNEL_EVENT 4
/* pseudo header for WTAP_ENCAP_LAYER1_EVENT */
struct l1event_phdr {
- gboolean uton;
+ gboolean uton;
};
/* * I2C pseudo header */
struct i2c_phdr {
- guint8 is_event;
- guint8 bus;
- guint32 flags;
+ guint8 is_event;
+ guint8 bus;
+ guint32 flags;
};
/* pseudo header for WTAP_ENCAP_GSM_UM */
struct gsm_um_phdr {
- gboolean uplink;
- guint8 channel;
- /* The following are only populated for downlink */
- guint8 bsic;
- guint16 arfcn;
- guint32 tdma_frame;
- guint8 error;
- guint16 timeshift;
+ gboolean uplink;
+ guint8 channel;
+ /* The following are only populated for downlink */
+ guint8 bsic;
+ guint16 arfcn;
+ guint32 tdma_frame;
+ guint8 error;
+ guint16 timeshift;
};
-#define GSM_UM_CHANNEL_UNKNOWN 0
-#define GSM_UM_CHANNEL_BCCH 1
-#define GSM_UM_CHANNEL_SDCCH 2
-#define GSM_UM_CHANNEL_SACCH 3
-#define GSM_UM_CHANNEL_FACCH 4
-#define GSM_UM_CHANNEL_CCCH 5
-#define GSM_UM_CHANNEL_RACH 6
-#define GSM_UM_CHANNEL_AGCH 7
-#define GSM_UM_CHANNEL_PCH 8
+#define GSM_UM_CHANNEL_UNKNOWN 0
+#define GSM_UM_CHANNEL_BCCH 1
+#define GSM_UM_CHANNEL_SDCCH 2
+#define GSM_UM_CHANNEL_SACCH 3
+#define GSM_UM_CHANNEL_FACCH 4
+#define GSM_UM_CHANNEL_CCCH 5
+#define GSM_UM_CHANNEL_RACH 6
+#define GSM_UM_CHANNEL_AGCH 7
+#define GSM_UM_CHANNEL_PCH 8
union wtap_pseudo_header {
- struct eth_phdr eth;
- struct x25_phdr x25;
- struct isdn_phdr isdn;
- struct atm_phdr atm;
- struct ascend_phdr ascend;
- struct p2p_phdr p2p;
- struct ieee_802_11_phdr ieee_802_11;
- struct cosine_phdr cosine;
- struct irda_phdr irda;
- struct nettl_phdr nettl;
- struct mtp2_phdr mtp2;
- struct k12_phdr k12;
- struct lapd_phdr lapd;
- struct catapult_dct2000_phdr dct2000;
- struct erf_mc_phdr erf;
- struct sita_phdr sita;
- struct bthci_phdr bthci;
- struct l1event_phdr l1event;
- struct i2c_phdr i2c;
- struct gsm_um_phdr gsm_um;
- struct nstr_phdr nstr;
- struct nokia_phdr nokia;
- struct llcp_phdr llcp;
+ struct eth_phdr eth;
+ struct x25_phdr x25;
+ struct isdn_phdr isdn;
+ struct atm_phdr atm;
+ struct ascend_phdr ascend;
+ struct p2p_phdr p2p;
+ struct ieee_802_11_phdr ieee_802_11;
+ struct cosine_phdr cosine;
+ struct irda_phdr irda;
+ struct nettl_phdr nettl;
+ struct mtp2_phdr mtp2;
+ struct k12_phdr k12;
+ struct lapd_phdr lapd;
+ struct catapult_dct2000_phdr dct2000;
+ struct erf_mc_phdr erf;
+ struct sita_phdr sita;
+ struct bthci_phdr bthci;
+ struct l1event_phdr l1event;
+ struct i2c_phdr i2c;
+ struct gsm_um_phdr gsm_um;
+ struct nstr_phdr nstr;
+ struct nokia_phdr nokia;
+ struct llcp_phdr llcp;
};
struct wtap_nstime {
- time_t secs;
- int nsecs;
+ time_t secs;
+ int nsecs;
};
struct wtap_pkthdr {
- guint32 presence_flags; /* what stuff do we have? */
- struct wtap_nstime ts;
- guint32 caplen; /* data length in the file */
- guint32 len; /* data length on the wire */
- int pkt_encap;
- /* pcapng variables */
- guint32 interface_id; /* identifier of the interface. */
- /* options */
- gchar *opt_comment; /* NULL if not available */
- guint64 drop_count; /* number of packets lost (by the interface and the operating system) between this packet and the preceding one. */
- guint32 pack_flags; /* XXX - 0 for now (any value for "we don't have it"?) */
-
- union wtap_pseudo_header pseudo_header;
+ guint32 presence_flags; /* what stuff do we have? */
+ struct wtap_nstime ts;
+ guint32 caplen; /* data length in the file */
+ guint32 len; /* data length on the wire */
+ int pkt_encap;
+ /* pcapng variables */
+ guint32 interface_id; /* identifier of the interface. */
+ /* options */
+ gchar *opt_comment; /* NULL if not available */
+ guint64 drop_count; /* number of packets lost (by the interface and the
+ operating system) between this packet and the preceding one. */
+ guint32 pack_flags; /* XXX - 0 for now (any value for "we don't have it"?) */
+
+ union wtap_pseudo_header pseudo_header;
};
/*
@@ -894,26 +895,35 @@ struct wtap_pkthdr {
* absent, use the file encapsulation - but it's not clear that's useful;
* we currently do that in the module for the file format.
*/
-#define WTAP_HAS_TS 0x00000001 /**< time stamp */
-#define WTAP_HAS_CAP_LEN 0x00000002 /**< captured length separate from on-the-network length */
-#define WTAP_HAS_INTERFACE_ID 0x00000004 /**< interface ID */
-#define WTAP_HAS_COMMENTS 0x00000008 /**< comments */
-#define WTAP_HAS_DROP_COUNT 0x00000010 /**< drop count */
-#define WTAP_HAS_PACK_FLAGS 0x00000020 /**< packet flags */
+#define WTAP_HAS_TS 0x00000001 /**< time stamp */
+#define WTAP_HAS_CAP_LEN 0x00000002 /**< captured length separate from on-the-network length */
+#define WTAP_HAS_INTERFACE_ID 0x00000004 /**< interface ID */
+#define WTAP_HAS_COMMENTS 0x00000008 /**< comments */
+#define WTAP_HAS_DROP_COUNT 0x00000010 /**< drop count */
+#define WTAP_HAS_PACK_FLAGS 0x00000020 /**< packet flags */
/**
* Holds the option strings from pcapng:s Section Header block(SHB).
*/
typedef struct wtapng_section_s {
- /* mandatory */
- guint64 section_length; /**< 64-bit value specifying the length in bytes of the following section.
- * Section Length equal -1 (0xFFFFFFFFFFFFFFFF) means that the size of the section is not specified
- */
- /* options */
- gchar *opt_comment; /**< NULL if not available */
- gchar *shb_hardware; /**< NULL if not available, UTF-8 string containing the description of the hardware used to create this section. */
- gchar *shb_os; /**< NULL if not available, UTF-8 string containing the name of the operating system used to create this section. */
- const gchar *shb_user_appl; /**< NULL if not available, UTF-8 string containing the name of the application used to create this section. */
+ /* mandatory */
+ guint64 section_length; /**< 64-bit value specifying the length in bytes of the
+ * following section.
+ * Section Length equal -1 (0xFFFFFFFFFFFFFFFF) means
+ * that the size of the section is not specified
+ */
+ /* options */
+ gchar *opt_comment; /**< NULL if not available */
+ gchar *shb_hardware; /**< NULL if not available
+ * UTF-8 string containing the description of the
+ * hardware used to create this section.
+ */
+ gchar *shb_os; /**< NULL if not available, UTF-8 string containing the
+ * name of the operating system used to create this section.
+ */
+ const gchar *shb_user_appl; /**< NULL if not available, UTF-8 string containing the
+ * name of the application used to create this section.
+ */
} wtapng_section_t;
@@ -922,26 +932,74 @@ typedef struct wtapng_section_s {
* one per interface.
*/
typedef struct wtapng_iface_descriptions_s {
- guint number_of_interfaces;
- GArray *interface_data;
+ guint number_of_interfaces;
+ GArray *interface_data;
} wtapng_iface_descriptions_t;
-/* Interface Description
+/* Interface Description
*
* Options:
- * if_name 2 A UTF-8 string containing the name of the device used to capture data. "eth0" / "\Device\NPF_{AD1CE675-96D0-47C5-ADD0-2504B9126B68}" / ...
- * if_description 3 A UTF-8 string containing the description of the device used to capture data. "Broadcom NetXtreme" / "First Ethernet Interface" / ...
- * if_IPv4addr 4 Interface network address and netmask. This option can be repeated multiple times within the same Interface Description Block when multiple IPv4 addresses are assigned to the interface. 192 168 1 1 255 255 255 0
- * if_IPv6addr 5 Interface network address and prefix length (stored in the last byte). This option can be repeated multiple times within the same Interface Description Block when multiple IPv6 addresses are assigned to the interface. 2001:0db8:85a3:08d3:1319:8a2e:0370:7344/64 is written (in hex) as "20 01 0d b8 85 a3 08 d3 13 19 8a 2e 03 70 73 44 40"
- * if_MACaddr 6 Interface Hardware MAC address (48 bits). 00 01 02 03 04 05
- * if_EUIaddr 7 Interface Hardware EUI address (64 bits), if available. TODO: give a good example
- * if_speed 8 Interface speed (in bps). 100000000 for 100Mbps
- * if_tsresol 9 Resolution of timestamps. If the Most Significant Bit is equal to zero, the remaining bits indicates the resolution of the timestamp as as a negative power of 10 (e.g. 6 means microsecond resolution, timestamps are the number of microseconds since 1/1/1970). If the Most Significant Bit is equal to one, the remaining bits indicates the resolution as as negative power of 2 (e.g. 10 means 1/1024 of second). If this option is not present, a resolution of 10^-6 is assumed (i.e. timestamps have the same resolution of the standard 'libpcap' timestamps). 6
- * if_tzone 10 Time zone for GMT support (TODO: specify better). TODO: give a good example
- * if_filter 11 The filter (e.g. "capture only TCP traffic") used to capture traffic. The first byte of the Option Data keeps a code of the filter used (e.g. if this is a libpcap string, or BPF bytecode, and more). More details about this format will be presented in Appendix XXX (TODO). (TODO: better use different options for different fields? e.g. if_filter_pcap, if_filter_bpf, ...) 00 "tcp port 23 and host 10.0.0.5"
- * if_os 12 A UTF-8 string containing the name of the operating system of the machine in which this interface is installed. This can be different from the same information that can be contained by the Section Header Block (Section 3.1 (Section Header Block (mandatory))) because the capture can have been done on a remote machine. "Windows XP SP2" / "openSUSE 10.2" / ...
- * if_fcslen 13 An integer value that specified the length of the Frame Check Sequence (in bits) for this interface. For link layers whose FCS length can change during time, the Packet Block Flags Word can be used (see Appendix A (Packet Block Flags Word)). 4
- * if_tsoffset 14 A 64 bits integer value that specifies an offset (in seconds) that must be added to the timestamp of each packet to obtain the absolute timestamp of a packet. If the option is missing, the timestamps stored in the packet must be considered absolute timestamps. The time zone of the offset can be specified with the option if_tzone. TODO: won't a if_tsoffset_low for fractional second offsets be useful for highly syncronized capture systems? 1234
+ *
+ * if_name 2 A UTF-8 string containing the name of the device used to capture data.
+ * "eth0" / "\Device\NPF_{AD1CE675-96D0-47C5-ADD0-2504B9126B68}" / ...
+ *
+ * if_description 3 A UTF-8 string containing the description of the device used
+ * to capture data. "Broadcom NetXtreme" / "First Ethernet Interface" / ...
+ *
+ * if_IPv4addr 4 Interface network address and netmask. This option can be
+ * repeated multiple times within the same Interface Description Block
+ * when multiple IPv4 addresses are assigned to the interface. 192 168 1 1 255 255 255 0
+ *
+ * if_IPv6addr 5 Interface network address and prefix length (stored in the last byte).
+ * This option can be repeated multiple times within the same Interface
+ * Description Block when multiple IPv6 addresses are assigned to the interface.
+ * 2001:0db8:85a3:08d3:1319:8a2e:0370:7344/64 is written (in hex) as
+ * "20 01 0d b8 85 a3 08 d3 13 19 8a 2e 03 70 73 44 40"
+ *
+ * if_MACaddr 6 Interface Hardware MAC address (48 bits). 00 01 02 03 04 05
+ *
+ * if_EUIaddr 7 Interface Hardware EUI address (64 bits), if available. TODO: give a good example
+ *
+ * if_speed 8 Interface speed (in bps). 100000000 for 100Mbps
+ *
+ * if_tsresol 9 Resolution of timestamps. If the Most Significant Bit is equal to zero,
+ * the remaining bits indicates the resolution of the timestamp as as a
+ * negative power of 10 (e.g. 6 means microsecond resolution, timestamps
+ * are the number of microseconds since 1/1/1970). If the Most Significant Bit
+ * is equal to one, the remaining bits indicates the resolution has a
+ * negative power of 2 (e.g. 10 means 1/1024 of second).
+ * If this option is not present, a resolution of 10^-6 is assumed
+ * (i.e. timestamps have the same resolution of the standard 'libpcap' timestamps). 6
+ *
+ * if_tzone 10 Time zone for GMT support (TODO: specify better). TODO: give a good example
+ *
+ * if_filter 11 The filter (e.g. "capture only TCP traffic") used to capture traffic.
+ * The first byte of the Option Data keeps a code of the filter used
+ * (e.g. if this is a libpcap string, or BPF bytecode, and more).
+ * More details about this format will be presented in Appendix XXX (TODO).
+ * (TODO: better use different options for different fields?
+ * e.g. if_filter_pcap, if_filter_bpf, ...) 00 "tcp port 23 and host 10.0.0.5"
+ *
+ * if_os 12 A UTF-8 string containing the name of the operating system of the
+ * machine in which this interface is installed.
+ * This can be different from the same information that can be
+ * contained by the Section Header Block
+ * (Section 3.1 (Section Header Block (mandatory))) because
+ * the capture can have been done on a remote machine.
+ * "Windows XP SP2" / "openSUSE 10.2" / ...
+ *
+ * if_fcslen 13 An integer value that specified the length of the
+ * Frame Check Sequence (in bits) for this interface.
+ * For link layers whose FCS length can change during time,
+ * the Packet Block Flags Word can be used (see Appendix A (Packet Block Flags Word)). 4
+ *
+ * if_tsoffset 14 A 64 bits integer value that specifies an offset (in seconds)
+ * that must be added to the timestamp of each packet to obtain
+ * the absolute timestamp of a packet. If the option is missing,
+ * the timestamps stored in the packet must be considered absolute
+ * timestamps. The time zone of the offset can be specified with the
+ * option if_tzone. TODO: won't a if_tsoffset_low for fractional
+ * second offsets be useful for highly syncronized capture systems? 1234
*/
/**
* Interface description data
@@ -949,50 +1007,81 @@ typedef struct wtapng_iface_descriptions_s {
typedef struct wtapng_if_descr_s {
int wtap_encap; /**< link_type translated to wtap_encap */
guint64 time_units_per_second;
+
/* mandatory */
guint16 link_type;
guint32 snap_len;
+
/* options */
gchar *opt_comment; /**< NULL if not available */
- gchar *if_name; /**< NULL if not available, opt 2 A UTF-8 string containing the name of the device used to capture data. */
- gchar *if_description; /**< NULL if not available, opt 3 A UTF-8 string containing the description of the device used to capture data. */
- /* XXX: if_IPv4addr opt 4 Interface network address and netmask.*/
+ gchar *if_name; /**< NULL if not available
+ * opt 2
+ * A UTF-8 string containing the name of the
+ * device used to capture data.
+ */
+ gchar *if_description; /**< NULL if not available
+ * opt 3
+ * A UTF-8 string containing the description
+ * of the device used to capture data.
+ */
+
+ /* XXX: if_IPv4addr opt 4 Interface network address and netmask. */
/* XXX: if_IPv6addr opt 5 Interface network address and prefix length (stored in the last byte).*/
- /* XXX: if_MACaddr opt 6 Interface Hardware MAC address (48 bits).*/
- /* XXX: if_EUIaddr opt 7 Interface Hardware EUI address (64 bits)*/
- guint64 if_speed; /**< 0xFFFFFFFF if unknown, opt 8 Interface speed (in bps). 100000000 for 100Mbps */
- guint8 if_tsresol; /**< default is 6 for microsecond resolution, opt 9 Resolution of timestamps.
- * If the Most Significant Bit is equal to zero, the remaining bits indicates the resolution of the timestamp as as a negative power of 10
+ /* XXX: if_MACaddr opt 6 Interface Hardware MAC address (48 bits). */
+ /* XXX: if_EUIaddr opt 7 Interface Hardware EUI address (64 bits) */
+
+ guint64 if_speed; /**< 0xFFFFFFFF if unknown
+ * opt 8
+ * Interface speed (in bps). 100000000 for 100Mbps
*/
+ guint8 if_tsresol; /**< default is 6 for microsecond resolution
+ * opt 9
+ * Resolution of timestamps.
+ * If the Most Significant Bit is equal to zero,
+ * the remaining bits indicates the resolution of the
+ * timestamp as as a negative power of 10
+ */
+
/* XXX: if_tzone 10 Time zone for GMT support (TODO: specify better). */
- gchar *if_filter_str; /**< NULL if not available, opt 11 libpcap string. */
+
+ gchar *if_filter_str; /**< NULL if not available
+ * opt 11 libpcap string.
+ */
guint16 bpf_filter_len; /** Opt 11 variant II BPF filter len 0 if not used*/
gchar *if_filter_bpf_bytes; /** Opt 11 BPF filter or NULL */
- gchar *if_os; /**< NULL if not available, 12 A UTF-8 string containing the name of the operating system of the machine in which this interface is installed. */
- gint8 if_fcslen; /**< -1 if unknown or changes between packets, opt 13 An integer value that specified the length of the Frame Check Sequence (in bits) for this interface. */
+ gchar *if_os; /**< NULL if not available
+ * 12 A UTF-8 string containing the name of the
+ * operating system of the machine in which this
+ * interface is installed.
+ */
+ gint8 if_fcslen; /**< -1 if unknown or changes between packets,
+ * opt 13
+ * An integer value that specified the length of
+ * the Frame Check Sequence (in bits) for this interface. */
/* XXX: guint64 if_tsoffset; opt 14 A 64 bits integer value that specifies an offset (in seconds)...*/
guint8 num_stat_entries;
- GArray *interface_statistics; /**< An array holding the interface statistics from pcapng ISB:s or equivalent(?)*/
+ GArray *interface_statistics; /**< An array holding the interface statistics from
+ * pcapng ISB:s or equivalent(?)*/
} wtapng_if_descr_t;
-/**
+/**
* Interface Statistics. pcap-ng Interface Statistics Block (ISB).
*/
typedef struct wtapng_if_stats_s {
- /* mandatory */
- guint32 interface_id;
- guint32 ts_high;
- guint32 ts_low;
- /* options */
- gchar *opt_comment; /**< NULL if not available */
- guint64 isb_starttime;
- guint64 isb_endtime;
- guint64 isb_ifrecv;
- guint64 isb_ifdrop;
- guint64 isb_filteraccept;
- guint64 isb_osdrop;
- guint64 isb_usrdeliv;
+ /* mandatory */
+ guint32 interface_id;
+ guint32 ts_high;
+ guint32 ts_low;
+ /* options */
+ gchar *opt_comment; /**< NULL if not available */
+ guint64 isb_starttime;
+ guint64 isb_endtime;
+ guint64 isb_ifrecv;
+ guint64 isb_ifdrop;
+ guint64 isb_filteraccept;
+ guint64 isb_osdrop;
+ guint64 isb_usrdeliv;
} wtapng_if_stats_t;
struct Buffer;
@@ -1086,8 +1175,8 @@ gboolean wtap_read(wtap *wth, int *err, gchar **err_info,
WS_DLL_PUBLIC
gboolean wtap_seek_read (wtap *wth, gint64 seek_off,
- struct wtap_pkthdr *phdr, guint8 *pd, int len,
- int *err, gchar **err_info);
+ struct wtap_pkthdr *phdr, guint8 *pd, int len,
+ int *err, gchar **err_info);
/*** get various information snippets about the current packet ***/
WS_DLL_PUBLIC
@@ -1160,19 +1249,19 @@ gboolean wtap_dump_has_name_resolution(int filetype);
WS_DLL_PUBLIC
wtap_dumper* wtap_dump_open(const char *filename, int filetype, int encap,
- int snaplen, gboolean compressed, int *err);
+ int snaplen, gboolean compressed, int *err);
WS_DLL_PUBLIC
wtap_dumper* wtap_dump_open_ng(const char *filename, int filetype, int encap,
- int snaplen, gboolean compressed, wtapng_section_t *shb_hdr, wtapng_iface_descriptions_t *idb_inf, int *err);
+ int snaplen, gboolean compressed, wtapng_section_t *shb_hdr, wtapng_iface_descriptions_t *idb_inf, int *err);
WS_DLL_PUBLIC
wtap_dumper* wtap_dump_fdopen(int fd, int filetype, int encap, int snaplen,
- gboolean compressed, int *err);
+ gboolean compressed, int *err);
WS_DLL_PUBLIC
wtap_dumper* wtap_dump_fdopen_ng(int fd, int filetype, int encap, int snaplen,
- gboolean compressed, wtapng_section_t *shb_hdr, wtapng_iface_descriptions_t *idb_inf, int *err);
+ gboolean compressed, wtapng_section_t *shb_hdr, wtapng_iface_descriptions_t *idb_inf, int *err);
WS_DLL_PUBLIC
@@ -1241,55 +1330,89 @@ int wtap_register_encap_type(const char* name, const char* short_name);
/**
* Wiretap error codes.
*/
-#define WTAP_ERR_NOT_REGULAR_FILE -1
- /** The file being opened for reading isn't a plain file (or pipe) */
-#define WTAP_ERR_RANDOM_OPEN_PIPE -2
- /** The file is being opened for random access and it's a pipe */
-#define WTAP_ERR_FILE_UNKNOWN_FORMAT -3
- /** The file being opened is not a capture file in a known format */
-#define WTAP_ERR_UNSUPPORTED -4
- /** Supported file type, but there's something in the file we
- can't support */
-#define WTAP_ERR_CANT_WRITE_TO_PIPE -5
- /** Wiretap can't save to a pipe in the specified format */
-#define WTAP_ERR_CANT_OPEN -6
- /** The file couldn't be opened, reason unknown */
-#define WTAP_ERR_UNSUPPORTED_FILE_TYPE -7
- /** Wiretap can't save files in the specified format */
-#define WTAP_ERR_UNSUPPORTED_ENCAP -8
- /** Wiretap can't read or save files in the specified format with the
- specified encapsulation */
-#define WTAP_ERR_ENCAP_PER_PACKET_UNSUPPORTED -9
- /** The specified format doesn't support per-packet encapsulations */
-#define WTAP_ERR_CANT_CLOSE -10
- /** The file couldn't be closed, reason unknown */
-#define WTAP_ERR_CANT_READ -11
- /** An attempt to read failed, reason unknown */
-#define WTAP_ERR_SHORT_READ -12
- /** An attempt to read read less data than it should have */
-#define WTAP_ERR_BAD_FILE -13
- /** The file appears to be damaged or corrupted or otherwise bogus */
-#define WTAP_ERR_SHORT_WRITE -14
- /** An attempt to write wrote less data than it should have */
-#define WTAP_ERR_UNC_TRUNCATED -15
- /** Sniffer compressed data was oddly truncated */
-#define WTAP_ERR_UNC_OVERFLOW -16
- /** Uncompressing Sniffer data would overflow buffer */
-#define WTAP_ERR_UNC_BAD_OFFSET -17
- /** LZ77 compressed data has bad offset to string */
-#define WTAP_ERR_RANDOM_OPEN_STDIN -18
- /** We're trying to open the standard input for random access */
-#define WTAP_ERR_COMPRESSION_NOT_SUPPORTED -19
- /* The filetype doesn't support output compression */
-#define WTAP_ERR_CANT_SEEK -20
- /** An attempt to seek failed, reason unknown */
-#define WTAP_ERR_DECOMPRESS -21
- /** Error decompressing */
-#define WTAP_ERR_INTERNAL -22
- /** "Shouldn't happen" internal errors */
+#define WTAP_ERR_NOT_REGULAR_FILE -1
+ /** The file being opened for reading isn't a plain file (or pipe) */
+
+#define WTAP_ERR_RANDOM_OPEN_PIPE -2
+ /** The file is being opened for random access and it's a pipe */
+
+#define WTAP_ERR_FILE_UNKNOWN_FORMAT -3
+ /** The file being opened is not a capture file in a known format */
+
+#define WTAP_ERR_UNSUPPORTED -4
+ /** Supported file type, but there's something in the file we
+ can't support */
+
+#define WTAP_ERR_CANT_WRITE_TO_PIPE -5
+ /** Wiretap can't save to a pipe in the specified format */
+
+#define WTAP_ERR_CANT_OPEN -6
+ /** The file couldn't be opened, reason unknown */
+
+#define WTAP_ERR_UNSUPPORTED_FILE_TYPE -7
+ /** Wiretap can't save files in the specified format */
+
+#define WTAP_ERR_UNSUPPORTED_ENCAP -8
+ /** Wiretap can't read or save files in the specified format with the
+ specified encapsulation */
+
+#define WTAP_ERR_ENCAP_PER_PACKET_UNSUPPORTED -9
+ /** The specified format doesn't support per-packet encapsulations */
+
+#define WTAP_ERR_CANT_CLOSE -10
+ /** The file couldn't be closed, reason unknown */
+
+#define WTAP_ERR_CANT_READ -11
+ /** An attempt to read failed, reason unknown */
+
+#define WTAP_ERR_SHORT_READ -12
+ /** An attempt to read read less data than it should have */
+
+#define WTAP_ERR_BAD_FILE -13
+ /** The file appears to be damaged or corrupted or otherwise bogus */
+
+#define WTAP_ERR_SHORT_WRITE -14
+ /** An attempt to write wrote less data than it should have */
+
+#define WTAP_ERR_UNC_TRUNCATED -15
+ /** Sniffer compressed data was oddly truncated */
+
+#define WTAP_ERR_UNC_OVERFLOW -16
+ /** Uncompressing Sniffer data would overflow buffer */
+
+#define WTAP_ERR_UNC_BAD_OFFSET -17
+ /** LZ77 compressed data has bad offset to string */
+
+#define WTAP_ERR_RANDOM_OPEN_STDIN -18
+ /** We're trying to open the standard input for random access */
+
+#define WTAP_ERR_COMPRESSION_NOT_SUPPORTED -19
+ /* The filetype doesn't support output compression */
+
+#define WTAP_ERR_CANT_SEEK -20
+ /** An attempt to seek failed, reason unknown */
+
+#define WTAP_ERR_DECOMPRESS -21
+ /** Error decompressing */
+
+#define WTAP_ERR_INTERNAL -22
+ /** "Shouldn't happen" internal errors */
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __WTAP_H__ */
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */