18#include <wsutil/file_compressed.h>
89#define WTAP_ENCAP_NONE -2
90#define WTAP_ENCAP_PER_PACKET -1
91#define WTAP_ENCAP_UNKNOWN 0
92#define WTAP_ENCAP_ETHERNET 1
93#define WTAP_ENCAP_TOKEN_RING 2
94#define WTAP_ENCAP_SLIP 3
95#define WTAP_ENCAP_PPP 4
96#define WTAP_ENCAP_FDDI 5
97#define WTAP_ENCAP_FDDI_BITSWAPPED 6
98#define WTAP_ENCAP_RAW_IP 7
99#define WTAP_ENCAP_ARCNET 8
100#define WTAP_ENCAP_ARCNET_LINUX 9
101#define WTAP_ENCAP_ATM_RFC1483 10
102#define WTAP_ENCAP_LINUX_ATM_CLIP 11
103#define WTAP_ENCAP_LAPB 12
104#define WTAP_ENCAP_ATM_PDUS 13
105#define WTAP_ENCAP_ATM_PDUS_UNTRUNCATED 14
106#define WTAP_ENCAP_NULL 15
107#define WTAP_ENCAP_ASCEND 16
108#define WTAP_ENCAP_ISDN 17
109#define WTAP_ENCAP_IP_OVER_FC 18
110#define WTAP_ENCAP_PPP_WITH_PHDR 19
111#define WTAP_ENCAP_IEEE_802_11 20
112#define WTAP_ENCAP_IEEE_802_11_PRISM 21
113#define WTAP_ENCAP_IEEE_802_11_WITH_RADIO 22
114#define WTAP_ENCAP_IEEE_802_11_RADIOTAP 23
115#define WTAP_ENCAP_IEEE_802_11_AVS 24
116#define WTAP_ENCAP_SLL 25
117#define WTAP_ENCAP_FRELAY 26
118#define WTAP_ENCAP_FRELAY_WITH_PHDR 27
119#define WTAP_ENCAP_CHDLC 28
120#define WTAP_ENCAP_CISCO_IOS 29
121#define WTAP_ENCAP_LOCALTALK 30
122#define WTAP_ENCAP_OLD_PFLOG 31
123#define WTAP_ENCAP_HHDLC 32
124#define WTAP_ENCAP_DOCSIS 33
125#define WTAP_ENCAP_COSINE 34
126#define WTAP_ENCAP_WFLEET_HDLC 35
127#define WTAP_ENCAP_SDLC 36
128#define WTAP_ENCAP_TZSP 37
129#define WTAP_ENCAP_ENC 38
130#define WTAP_ENCAP_PFLOG 39
131#define WTAP_ENCAP_CHDLC_WITH_PHDR 40
132#define WTAP_ENCAP_BLUETOOTH_H4 41
133#define WTAP_ENCAP_MTP2 42
134#define WTAP_ENCAP_MTP3 43
135#define WTAP_ENCAP_IRDA 44
136#define WTAP_ENCAP_USER0 45
137#define WTAP_ENCAP_USER1 46
138#define WTAP_ENCAP_USER2 47
139#define WTAP_ENCAP_USER3 48
140#define WTAP_ENCAP_USER4 49
141#define WTAP_ENCAP_USER5 50
142#define WTAP_ENCAP_USER6 51
143#define WTAP_ENCAP_USER7 52
144#define WTAP_ENCAP_USER8 53
145#define WTAP_ENCAP_USER9 54
146#define WTAP_ENCAP_USER10 55
147#define WTAP_ENCAP_USER11 56
148#define WTAP_ENCAP_USER12 57
149#define WTAP_ENCAP_USER13 58
150#define WTAP_ENCAP_USER14 59
151#define WTAP_ENCAP_USER15 60
152#define WTAP_ENCAP_SYMANTEC 61
153#define WTAP_ENCAP_APPLE_IP_OVER_IEEE1394 62
154#define WTAP_ENCAP_BACNET_MS_TP 63
155#define WTAP_ENCAP_NETTL_RAW_ICMP 64
156#define WTAP_ENCAP_NETTL_RAW_ICMPV6 65
157#define WTAP_ENCAP_GPRS_LLC 66
158#define WTAP_ENCAP_JUNIPER_ATM1 67
159#define WTAP_ENCAP_JUNIPER_ATM2 68
160#define WTAP_ENCAP_REDBACK 69
161#define WTAP_ENCAP_NETTL_RAW_IP 70
162#define WTAP_ENCAP_NETTL_ETHERNET 71
163#define WTAP_ENCAP_NETTL_TOKEN_RING 72
164#define WTAP_ENCAP_NETTL_FDDI 73
165#define WTAP_ENCAP_NETTL_UNKNOWN 74
166#define WTAP_ENCAP_MTP2_WITH_PHDR 75
167#define WTAP_ENCAP_JUNIPER_PPPOE 76
168#define WTAP_ENCAP_GCOM_TIE1 77
169#define WTAP_ENCAP_GCOM_SERIAL 78
170#define WTAP_ENCAP_NETTL_X25 79
171#define WTAP_ENCAP_K12 80
172#define WTAP_ENCAP_JUNIPER_MLPPP 81
173#define WTAP_ENCAP_JUNIPER_MLFR 82
174#define WTAP_ENCAP_JUNIPER_ETHER 83
175#define WTAP_ENCAP_JUNIPER_PPP 84
176#define WTAP_ENCAP_JUNIPER_FRELAY 85
177#define WTAP_ENCAP_JUNIPER_CHDLC 86
178#define WTAP_ENCAP_JUNIPER_GGSN 87
179#define WTAP_ENCAP_LINUX_LAPD 88
180#define WTAP_ENCAP_CATAPULT_DCT2000 89
181#define WTAP_ENCAP_BER 90
182#define WTAP_ENCAP_JUNIPER_VP 91
183#define WTAP_ENCAP_USB_FREEBSD 92
184#define WTAP_ENCAP_IEEE802_16_MAC_CPS 93
185#define WTAP_ENCAP_NETTL_RAW_TELNET 94
186#define WTAP_ENCAP_USB_LINUX 95
187#define WTAP_ENCAP_MPEG 96
188#define WTAP_ENCAP_PPI 97
189#define WTAP_ENCAP_ERF 98
190#define WTAP_ENCAP_BLUETOOTH_H4_WITH_PHDR 99
191#define WTAP_ENCAP_SITA 100
192#define WTAP_ENCAP_SCCP 101
193#define WTAP_ENCAP_BLUETOOTH_HCI 102
194#define WTAP_ENCAP_IPMB_KONTRON 103
195#define WTAP_ENCAP_IEEE802_15_4 104
196#define WTAP_ENCAP_X2E_XORAYA 105
197#define WTAP_ENCAP_FLEXRAY 106
198#define WTAP_ENCAP_LIN 107
199#define WTAP_ENCAP_MOST 108
200#define WTAP_ENCAP_CAN20B 109
201#define WTAP_ENCAP_LAYER1_EVENT 110
202#define WTAP_ENCAP_X2E_SERIAL 111
203#define WTAP_ENCAP_I2C_LINUX 112
204#define WTAP_ENCAP_IEEE802_15_4_NONASK_PHY 113
205#define WTAP_ENCAP_TNEF 114
206#define WTAP_ENCAP_USB_LINUX_MMAPPED 115
207#define WTAP_ENCAP_GSM_UM 116
208#define WTAP_ENCAP_DPNSS 117
209#define WTAP_ENCAP_PACKETLOGGER 118
210#define WTAP_ENCAP_NSTRACE_1_0 119
211#define WTAP_ENCAP_NSTRACE_2_0 120
212#define WTAP_ENCAP_FIBRE_CHANNEL_FC2 121
213#define WTAP_ENCAP_FIBRE_CHANNEL_FC2_WITH_FRAME_DELIMS 122
214#define WTAP_ENCAP_JPEG_JFIF 123
215#define WTAP_ENCAP_IPNET 124
216#define WTAP_ENCAP_SOCKETCAN 125
217#define WTAP_ENCAP_IEEE_802_11_NETMON 126
218#define WTAP_ENCAP_IEEE802_15_4_NOFCS 127
219#define WTAP_ENCAP_RAW_IPFIX 128
220#define WTAP_ENCAP_RAW_IP4 129
221#define WTAP_ENCAP_RAW_IP6 130
222#define WTAP_ENCAP_LAPD 131
223#define WTAP_ENCAP_DVBCI 132
224#define WTAP_ENCAP_MUX27010 133
225#define WTAP_ENCAP_MIME 134
226#define WTAP_ENCAP_NETANALYZER 135
227#define WTAP_ENCAP_NETANALYZER_TRANSPARENT 136
228#define WTAP_ENCAP_IP_OVER_IB_SNOOP 137
229#define WTAP_ENCAP_MPEG_2_TS 138
230#define WTAP_ENCAP_PPP_ETHER 139
231#define WTAP_ENCAP_NFC_LLCP 140
232#define WTAP_ENCAP_NFLOG 141
233#define WTAP_ENCAP_V5_EF 142
234#define WTAP_ENCAP_BACNET_MS_TP_WITH_PHDR 143
235#define WTAP_ENCAP_IXVERIWAVE 144
236#define WTAP_ENCAP_SDH 145
237#define WTAP_ENCAP_DBUS 146
238#define WTAP_ENCAP_AX25_KISS 147
239#define WTAP_ENCAP_AX25 148
240#define WTAP_ENCAP_SCTP 149
241#define WTAP_ENCAP_INFINIBAND 150
242#define WTAP_ENCAP_JUNIPER_SVCS 151
243#define WTAP_ENCAP_USBPCAP 152
244#define WTAP_ENCAP_RTAC_SERIAL 153
245#define WTAP_ENCAP_BLUETOOTH_LE_LL 154
246#define WTAP_ENCAP_WIRESHARK_UPPER_PDU 155
247#define WTAP_ENCAP_STANAG_4607 156
248#define WTAP_ENCAP_STANAG_5066_D_PDU 157
249#define WTAP_ENCAP_NETLINK 158
250#define WTAP_ENCAP_BLUETOOTH_LINUX_MONITOR 159
251#define WTAP_ENCAP_BLUETOOTH_BREDR_BB 160
252#define WTAP_ENCAP_BLUETOOTH_LE_LL_WITH_PHDR 161
253#define WTAP_ENCAP_NSTRACE_3_0 162
254#define WTAP_ENCAP_LOGCAT 163
255#define WTAP_ENCAP_LOGCAT_BRIEF 164
256#define WTAP_ENCAP_LOGCAT_PROCESS 165
257#define WTAP_ENCAP_LOGCAT_TAG 166
258#define WTAP_ENCAP_LOGCAT_THREAD 167
259#define WTAP_ENCAP_LOGCAT_TIME 168
260#define WTAP_ENCAP_LOGCAT_THREADTIME 169
261#define WTAP_ENCAP_LOGCAT_LONG 170
262#define WTAP_ENCAP_PKTAP 171
263#define WTAP_ENCAP_EPON 172
264#define WTAP_ENCAP_IPMI_TRACE 173
265#define WTAP_ENCAP_LOOP 174
266#define WTAP_ENCAP_JSON 175
267#define WTAP_ENCAP_NSTRACE_3_5 176
268#define WTAP_ENCAP_ISO14443 177
269#define WTAP_ENCAP_GFP_T 178
270#define WTAP_ENCAP_GFP_F 179
271#define WTAP_ENCAP_IP_OVER_IB_PCAP 180
272#define WTAP_ENCAP_JUNIPER_VN 181
273#define WTAP_ENCAP_USB_DARWIN 182
274#define WTAP_ENCAP_LORATAP 183
275#define WTAP_ENCAP_3MB_ETHERNET 184
276#define WTAP_ENCAP_VSOCK 185
277#define WTAP_ENCAP_NORDIC_BLE 186
278#define WTAP_ENCAP_NETMON_NET_NETEVENT 187
279#define WTAP_ENCAP_NETMON_HEADER 188
280#define WTAP_ENCAP_NETMON_NET_FILTER 189
281#define WTAP_ENCAP_NETMON_NETWORK_INFO_EX 190
282#define WTAP_ENCAP_MA_WFP_CAPTURE_V4 191
283#define WTAP_ENCAP_MA_WFP_CAPTURE_V6 192
284#define WTAP_ENCAP_MA_WFP_CAPTURE_2V4 193
285#define WTAP_ENCAP_MA_WFP_CAPTURE_2V6 194
286#define WTAP_ENCAP_MA_WFP_CAPTURE_AUTH_V4 195
287#define WTAP_ENCAP_MA_WFP_CAPTURE_AUTH_V6 196
288#define WTAP_ENCAP_JUNIPER_ST 197
289#define WTAP_ENCAP_ETHERNET_MPACKET 198
290#define WTAP_ENCAP_DOCSIS31_XRA31 199
291#define WTAP_ENCAP_DPAUXMON 200
292#define WTAP_ENCAP_RUBY_MARSHAL 201
293#define WTAP_ENCAP_RFC7468 202
294#define WTAP_ENCAP_SYSTEMD_JOURNAL 203
295#define WTAP_ENCAP_EBHSCR 204
296#define WTAP_ENCAP_VPP 205
297#define WTAP_ENCAP_IEEE802_15_4_TAP 206
298#define WTAP_ENCAP_LOG_3GPP 207
299#define WTAP_ENCAP_USB_2_0 208
300#define WTAP_ENCAP_MP4 209
301#define WTAP_ENCAP_SLL2 210
302#define WTAP_ENCAP_ZWAVE_SERIAL 211
303#define WTAP_ENCAP_ETW 212
304#define WTAP_ENCAP_ERI_ENB_LOG 213
305#define WTAP_ENCAP_ZBNCP 214
306#define WTAP_ENCAP_USB_2_0_LOW_SPEED 215
307#define WTAP_ENCAP_USB_2_0_FULL_SPEED 216
308#define WTAP_ENCAP_USB_2_0_HIGH_SPEED 217
309#define WTAP_ENCAP_AUTOSAR_DLT 218
310#define WTAP_ENCAP_AUERSWALD_LOG 219
311#define WTAP_ENCAP_ATSC_ALP 220
312#define WTAP_ENCAP_FIRA_UCI 221
313#define WTAP_ENCAP_SILABS_DEBUG_CHANNEL 222
314#define WTAP_ENCAP_MDB 223
315#define WTAP_ENCAP_EMS 224
316#define WTAP_ENCAP_DECT_NR 225
317#define WTAP_ENCAP_MMODULE 226
318#define WTAP_ENCAP_PROCMON 227
322#define WTAP_NUM_ENCAP_TYPES wtap_get_num_encap_types()
325#define WTAP_FILE_TYPE_SUBTYPE_UNKNOWN -1
328#define WTAP_TSPREC_UNKNOWN -2
329#define WTAP_TSPREC_PER_PACKET -1
336#define WTAP_TSPREC_SEC 0
337#define WTAP_TSPREC_100_MSEC 1
338#define WTAP_TSPREC_DSEC 1
339#define WTAP_TSPREC_10_MSEC 2
340#define WTAP_TSPREC_CSEC 2
341#define WTAP_TSPREC_MSEC 3
342#define WTAP_TSPREC_100_USEC 4
343#define WTAP_TSPREC_10_USEC 5
344#define WTAP_TSPREC_USEC 6
345#define WTAP_TSPREC_100_NSEC 7
346#define WTAP_TSPREC_10_NSEC 8
347#define WTAP_TSPREC_NSEC 9
372#define WTAP_MAX_PACKET_SIZE_STANDARD 262144U
373#define WTAP_MAX_PACKET_SIZE_USBPCAP (128U*1024U*1024U)
374#define WTAP_MAX_PACKET_SIZE_EBHSCR (32U*1024U*1024U)
375#define WTAP_MAX_PACKET_SIZE_DBUS (128U*1024U*1024U)
426#define ATM_RAW_CELL 0x01
427#define ATM_NO_HEC 0x02
428#define ATM_AAL2_NOPHDR 0x04
429#define ATM_REASSEMBLY_ERROR 0x08
440#define AAL_SIGNALLING 6
446#define TRAF_UNKNOWN 0
453#define TRAF_IPSILON 7
454#define TRAF_UMTS_FP 8
455#define TRAF_GPRS_NS 9
461#define TRAF_ST_UNKNOWN 0
466#define TRAF_ST_VCMX_802_3_FCS 1
467#define TRAF_ST_VCMX_802_4_FCS 2
468#define TRAF_ST_VCMX_802_5_FCS 3
469#define TRAF_ST_VCMX_FDDI_FCS 4
470#define TRAF_ST_VCMX_802_6_FCS 5
471#define TRAF_ST_VCMX_802_3 7
472#define TRAF_ST_VCMX_802_4 8
473#define TRAF_ST_VCMX_802_5 9
474#define TRAF_ST_VCMX_FDDI 10
475#define TRAF_ST_VCMX_802_6 11
476#define TRAF_ST_VCMX_FRAGMENTS 12
477#define TRAF_ST_VCMX_BPDU 13
482#define TRAF_ST_LANE_LE_CTRL 1
483#define TRAF_ST_LANE_802_3 2
484#define TRAF_ST_LANE_802_5 3
485#define TRAF_ST_LANE_802_3_MC 4
486#define TRAF_ST_LANE_802_5_MC 5
491#define TRAF_ST_IPSILON_FT0 1
492#define TRAF_ST_IPSILON_FT1 2
493#define TRAF_ST_IPSILON_FT2 3
516#define ASCEND_MAX_STR_LEN 64
518#define ASCEND_PFX_WDS_X 1
519#define ASCEND_PFX_WDS_R 2
520#define ASCEND_PFX_WDD 3
521#define ASCEND_PFX_ISDN_X 4
522#define ASCEND_PFX_ISDN_R 5
523#define ASCEND_PFX_ETHER 6
572#define PHDR_802_11_PHY_UNKNOWN 0
573#define PHDR_802_11_PHY_11_FHSS 1
574#define PHDR_802_11_PHY_11_IR 2
575#define PHDR_802_11_PHY_11_DSSS 3
576#define PHDR_802_11_PHY_11B 4
577#define PHDR_802_11_PHY_11A 5
578#define PHDR_802_11_PHY_11G 6
579#define PHDR_802_11_PHY_11N 7
580#define PHDR_802_11_PHY_11AC 8
581#define PHDR_802_11_PHY_11AD 9
582#define PHDR_802_11_PHY_11AH 10
583#define PHDR_802_11_PHY_11AX 11
584#define PHDR_802_11_PHY_11BE 12
628#define PHDR_802_11A_CHANNEL_TYPE_NORMAL 0
629#define PHDR_802_11A_CHANNEL_TYPE_HALF_CLOCKED 1
630#define PHDR_802_11A_CHANNEL_TYPE_QUARTER_CLOCKED 2
640#define PHDR_802_11A_TURBO_TYPE_NORMAL 0
641#define PHDR_802_11A_TURBO_TYPE_TURBO 1
642#define PHDR_802_11A_TURBO_TYPE_DYNAMIC_TURBO 2
643#define PHDR_802_11A_TURBO_TYPE_STATIC_TURBO 3
661#define PHDR_802_11G_MODE_NORMAL 0
662#define PHDR_802_11G_MODE_SUPER_G 1
688#define PHDR_802_11_BANDWIDTH_20_MHZ 0
689#define PHDR_802_11_BANDWIDTH_40_MHZ 1
690#define PHDR_802_11_BANDWIDTH_20_20L 2
691#define PHDR_802_11_BANDWIDTH_20_20U 3
692#define PHDR_802_11_BANDWIDTH_80_MHZ 4
693#define PHDR_802_11_BANDWIDTH_40_40L 5
694#define PHDR_802_11_BANDWIDTH_40_40U 6
695#define PHDR_802_11_BANDWIDTH_20LL 7
696#define PHDR_802_11_BANDWIDTH_20LU 8
697#define PHDR_802_11_BANDWIDTH_20UL 9
698#define PHDR_802_11_BANDWIDTH_20UU 10
699#define PHDR_802_11_BANDWIDTH_160_MHZ 11
700#define PHDR_802_11_BANDWIDTH_80_80L 12
701#define PHDR_802_11_BANDWIDTH_80_80U 13
702#define PHDR_802_11_BANDWIDTH_40LL 14
703#define PHDR_802_11_BANDWIDTH_40LU 15
704#define PHDR_802_11_BANDWIDTH_40UL 16
705#define PHDR_802_11_BANDWIDTH_40UU 17
706#define PHDR_802_11_BANDWIDTH_20LLL 18
707#define PHDR_802_11_BANDWIDTH_20LLU 19
708#define PHDR_802_11_BANDWIDTH_20LUL 20
709#define PHDR_802_11_BANDWIDTH_20LUU 21
710#define PHDR_802_11_BANDWIDTH_20ULL 22
711#define PHDR_802_11_BANDWIDTH_20ULU 23
712#define PHDR_802_11_BANDWIDTH_20UUL 24
713#define PHDR_802_11_BANDWIDTH_20UUU 25
752#define PHDR_802_11AD_MIN_FREQUENCY 57000
753#define PHDR_802_11AD_MAX_FREQUENCY 71000
755#define IS_80211AD(frequency) (((frequency) >= PHDR_802_11AD_MIN_FREQUENCY) &&\
756 ((frequency) <= PHDR_802_11AD_MAX_FREQUENCY))
804#define PHDR_802_11BE_MAX_USERS 4
886#define PHDR_802_11_LAST_PART_OF_A_MPDU 0x00000001
887#define PHDR_802_11_A_MPDU_DELIM_CRC_ERROR 0x00000002
892#define PHDR_802_11_SOUNDING_PSDU 0
893#define PHDR_802_11_DATA_NOT_CAPTURED 1
894#define PHDR_802_11_0_LENGTH_PSDU_VENDOR_SPECIFIC 0xff
898#define COSINE_MAX_IF_NAME_LEN 128
900#define COSINE_ENCAP_TEST 1
901#define COSINE_ENCAP_PPoATM 2
902#define COSINE_ENCAP_PPoFR 3
903#define COSINE_ENCAP_ATM 4
904#define COSINE_ENCAP_FR 5
905#define COSINE_ENCAP_HDLC 6
906#define COSINE_ENCAP_PPP 7
907#define COSINE_ENCAP_ETH 8
908#define COSINE_ENCAP_UNKNOWN 99
910#define COSINE_DIR_TX 1
911#define COSINE_DIR_RX 2
932#define IRDA_INCOMING 0x0000
933#define IRDA_OUTGOING 0x0004
938#define IRDA_LOG_MESSAGE 0x0100
939#define IRDA_MISSED_MSG 0x0101
944#define IRDA_CLASS_FRAME 0x0000
945#define IRDA_CLASS_LOG 0x0100
946#define IRDA_CLASS_MASK 0xFF00
968#define MTP2_ANNEX_A_NOT_USED 0
969#define MTP2_ANNEX_A_USED 1
970#define MTP2_ANNEX_A_USED_UNKNOWN 2
1023#define K12_PORT_DS0S 0x00010008
1024#define K12_PORT_DS1 0x00100008
1025#define K12_PORT_ATMPVC 0x01020000
1051 } inner_pseudo_header;
1076#define MAX_ERF_EHDR 16
1111#define SITA_FRAME_DIR_TXED (0x00)
1112#define SITA_FRAME_DIR_RXED (0x01)
1113#define SITA_FRAME_DIR (0x01)
1114#define SITA_ERROR_NO_BUFFER (0x80)
1116#define SITA_SIG_DSR (0x01)
1117#define SITA_SIG_DTR (0x02)
1118#define SITA_SIG_CTS (0x04)
1119#define SITA_SIG_RTS (0x08)
1120#define SITA_SIG_DCD (0x10)
1121#define SITA_SIG_UNDEF1 (0x20)
1122#define SITA_SIG_UNDEF2 (0x40)
1123#define SITA_SIG_UNDEF3 (0x80)
1125#define SITA_ERROR_TX_UNDERRUN (0x01)
1126#define SITA_ERROR_TX_CTS_LOST (0x02)
1127#define SITA_ERROR_TX_UART_ERROR (0x04)
1128#define SITA_ERROR_TX_RETX_LIMIT (0x08)
1129#define SITA_ERROR_TX_UNDEF1 (0x10)
1130#define SITA_ERROR_TX_UNDEF2 (0x20)
1131#define SITA_ERROR_TX_UNDEF3 (0x40)
1132#define SITA_ERROR_TX_UNDEF4 (0x80)
1134#define SITA_ERROR_RX_FRAMING (0x01)
1135#define SITA_ERROR_RX_PARITY (0x02)
1136#define SITA_ERROR_RX_COLLISION (0x04)
1137#define SITA_ERROR_RX_FRAME_LONG (0x08)
1138#define SITA_ERROR_RX_FRAME_SHORT (0x10)
1139#define SITA_ERROR_RX_UNDEF1 (0x20)
1140#define SITA_ERROR_RX_UNDEF2 (0x40)
1141#define SITA_ERROR_RX_UNDEF3 (0x80)
1143#define SITA_ERROR_RX_NONOCTET_ALIGNED (0x01)
1144#define SITA_ERROR_RX_ABORT (0x02)
1145#define SITA_ERROR_RX_CD_LOST (0x04)
1146#define SITA_ERROR_RX_DPLL (0x08)
1147#define SITA_ERROR_RX_OVERRUN (0x10)
1148#define SITA_ERROR_RX_FRAME_LEN_VIOL (0x20)
1149#define SITA_ERROR_RX_CRC (0x40)
1150#define SITA_ERROR_RX_BREAK (0x80)
1152#define SITA_PROTO_UNUSED (0x00)
1153#define SITA_PROTO_BOP_LAPB (0x01)
1154#define SITA_PROTO_ETHERNET (0x02)
1155#define SITA_PROTO_ASYNC_INTIO (0x03)
1156#define SITA_PROTO_ASYNC_BLKIO (0x04)
1157#define SITA_PROTO_ALC (0x05)
1158#define SITA_PROTO_UTS (0x06)
1159#define SITA_PROTO_PPP_HDLC (0x07)
1160#define SITA_PROTO_SDLC (0x08)
1161#define SITA_PROTO_TOKENRING (0x09)
1162#define SITA_PROTO_I2C (0x10)
1163#define SITA_PROTO_DPM_LINK (0x11)
1164#define SITA_PROTO_BOP_FRL (0x12)
1185#define BTHCI_CHANNEL_COMMAND 1
1186#define BTHCI_CHANNEL_ACL 2
1187#define BTHCI_CHANNEL_SCO 3
1188#define BTHCI_CHANNEL_EVENT 4
1189#define BTHCI_CHANNEL_ISO 5
1229#define GSM_UM_CHANNEL_UNKNOWN 0
1230#define GSM_UM_CHANNEL_BCCH 1
1231#define GSM_UM_CHANNEL_SDCCH 2
1232#define GSM_UM_CHANNEL_SACCH 3
1233#define GSM_UM_CHANNEL_FACCH 4
1234#define GSM_UM_CHANNEL_CCCH 5
1235#define GSM_UM_CHANNEL_RACH 6
1236#define GSM_UM_CHANNEL_AGCH 7
1237#define GSM_UM_CHANNEL_PCH 8
1272#define LLCP_PHDR_FLAG_SENT 0
1436#define REC_TYPE_PACKET 0
1437#define REC_TYPE_FT_SPECIFIC_EVENT 1
1438#define REC_TYPE_FT_SPECIFIC_REPORT 2
1439#define REC_TYPE_SYSCALL 3
1440#define REC_TYPE_SYSTEMD_JOURNAL_EXPORT 4
1441#define REC_TYPE_CUSTOM_BLOCK 5
1482#define PACK_FLAGS_DIRECTION_MASK 0x00000003
1483#define PACK_FLAGS_DIRECTION_SHIFT 0
1484#define PACK_FLAGS_DIRECTION(pack_flags) (((pack_flags) & PACK_FLAGS_DIRECTION_MASK) >> PACK_FLAGS_DIRECTION_SHIFT)
1485#define PACK_FLAGS_DIRECTION_UNKNOWN 0
1486#define PACK_FLAGS_DIRECTION_INBOUND 1
1487#define PACK_FLAGS_DIRECTION_OUTBOUND 2
1490#define PACK_FLAGS_RECEPTION_TYPE_MASK 0x0000001C
1491#define PACK_FLAGS_RECEPTION_TYPE_SHIFT 2
1492#define PACK_FLAGS_RECEPTION_TYPE(pack_flags) (((pack_flags) & PACK_FLAGS_RECEPTION_TYPE_MASK) >> PACK_FLAGS_RECEPTION_TYPE_SHIFT)
1493#define PACK_FLAGS_RECEPTION_TYPE_UNSPECIFIED 0
1494#define PACK_FLAGS_RECEPTION_TYPE_UNICAST 1
1495#define PACK_FLAGS_RECEPTION_TYPE_MULTICAST 2
1496#define PACK_FLAGS_RECEPTION_TYPE_BROADCAST 3
1497#define PACK_FLAGS_RECEPTION_TYPE_PROMISCUOUS 4
1500#define PACK_FLAGS_FCS_LENGTH_MASK 0x000001E0
1501#define PACK_FLAGS_FCS_LENGTH_SHIFT 5
1502#define PACK_FLAGS_FCS_LENGTH(pack_flags) (((pack_flags) & PACK_FLAGS_FCS_LENGTH_MASK) >> PACK_FLAGS_FCS_LENGTH_SHIFT)
1505#define PACK_FLAGS_RESERVED_MASK 0x0000FE00
1510#define PACK_FLAGS_CRC_ERROR 0x01000000
1511#define PACK_FLAGS_PACKET_TOO_LONG 0x02000000
1512#define PACK_FLAGS_PACKET_TOO_SHORT 0x04000000
1513#define PACK_FLAGS_WRONG_INTER_FRAME_GAP 0x08000000
1514#define PACK_FLAGS_UNALIGNED_FRAME 0x10000000
1515#define PACK_FLAGS_START_FRAME_DELIMITER_ERROR 0x20000000
1516#define PACK_FLAGS_PREAMBLE_ERROR 0x40000000
1517#define PACK_FLAGS_SYMBOL_ERROR 0x80000000
1520#define PACK_FLAGS_VALUE(direction, reception_type, fcs_length, ll_dependent_errors) \
1521 (((direction) << 30) | \
1522 ((reception_type) << 27) | \
1523 ((fcs_length) << 23) | \
1524 (ll_dependent_errors))
1592#define WTAP_NSTIME_32BIT_SECS_MAX ((time_t)(sizeof(time_t) > sizeof(int32_t) ? UINT32_MAX : INT32_MAX))
1659#define WTAP_HAS_TS 0x00000001
1660#define WTAP_HAS_CAP_LEN 0x00000002
1661#define WTAP_HAS_INTERFACE_ID 0x00000004
1662#define WTAP_HAS_SECTION_NUMBER 0x00000008
1670#define MAXNAMELEN 64
1673#ifndef MAXDNSNAMELEN
1674#define MAXDNSNAMELEN 256
1683 char ip[WS_INET_ADDRSTRLEN];
1695 char ip6[WS_INET6_ADDRSTRLEN];
1751#define WTAP_DUMP_PARAMS_INIT {.snaplen=0}
1950#define WTAP_COMMENT_PER_SECTION 0x00000001
1957#define WTAP_COMMENT_PER_INTERFACE 0x00000002
1964#define WTAP_COMMENT_PER_PACKET 0x00000004
1998#define OPTION_TYPES_SUPPORTED(option_type_array) \
1999 array_length(option_type_array), option_type_array
2006#define NO_OPTIONS_SUPPORTED \
2028#define BLOCKS_SUPPORTED(block_type_array) \
2029 array_length(block_type_array), block_type_array
2098#define WTAP_TYPE_AUTO 0
2109void wtap_init(
bool load_wiretap_plugins,
const char* app_env_var_prefix,
const struct file_extension_info* file_extensions,
unsigned num_extensions);
2252 int *err,
char **err_info);
2330 unsigned record_type);
2343 unsigned record_type);
2378 uint32_t payload_length,
bool copy_allowed);
2599 const char* line_end);
2828 int *err,
char **err_info);
2866 int *err,
char **err_info);
2882 int *err,
char **err_info);
3004 int *err,
char **err_info);
3100 const GArray *file_encaps, uint32_t required_comment_types,
3438 void (*register_wtap_module)(void);
3549#define WTAP_ERR_NOT_REGULAR_FILE -1
3552#define WTAP_ERR_RANDOM_OPEN_PIPE -2
3555#define WTAP_ERR_FILE_UNKNOWN_FORMAT -3
3558#define WTAP_ERR_UNSUPPORTED -4
3562#define WTAP_ERR_CANT_WRITE_TO_PIPE -5
3565#define WTAP_ERR_CANT_OPEN -6
3568#define WTAP_ERR_UNWRITABLE_FILE_TYPE -7
3571#define WTAP_ERR_UNWRITABLE_ENCAP -8
3575#define WTAP_ERR_ENCAP_PER_PACKET_UNSUPPORTED -9
3578#define WTAP_ERR_CANT_WRITE -10
3581#define WTAP_ERR_CANT_CLOSE -11
3584#define WTAP_ERR_SHORT_READ -12
3587#define WTAP_ERR_BAD_FILE -13
3590#define WTAP_ERR_SHORT_WRITE -14
3593#define WTAP_ERR_UNC_OVERFLOW -15
3596#define WTAP_ERR_RANDOM_OPEN_STDIN -16
3599#define WTAP_ERR_COMPRESSION_NOT_SUPPORTED -17
3602#define WTAP_ERR_CANT_SEEK -18
3605#define WTAP_ERR_CANT_SEEK_COMPRESSED -19
3608#define WTAP_ERR_DECOMPRESS -20
3611#define WTAP_ERR_INTERNAL -21
3614#define WTAP_ERR_PACKET_TOO_LARGE -22
3618#define WTAP_ERR_CHECK_WSLUA -23
3622#define WTAP_ERR_UNWRITABLE_REC_TYPE -24
3625#define WTAP_ERR_UNWRITABLE_REC_DATA -25
3628#define WTAP_ERR_DECOMPRESSION_NOT_SUPPORTED -26
3631#define WTAP_ERR_TIME_STAMP_NOT_SUPPORTED -27
3635#define WTAP_ERR_REC_MALFORMED -28
struct e_in6_addr ws_in6_addr
Represents a 128-bit IPv6 address.
#define WS_INET_CIDRADDRSTRLEN
Convert an IPv6 address to a string representation.
Definition inet_addr.h:155
A dynamic byte buffer with adjustable start and end positions.
Definition buffer.h:30
Aggregates lists of resolved IPv4 and IPv6 addresses for writing into a pcapng Name Resolution Block ...
Definition wtap.h:1704
GList * ipv6_addr_list
Definition wtap.h:1706
GList * ipv4_addr_list
Definition wtap.h:1705
Pseudo-header for Ascend WAN capture files carrying session, call, and task metadata.
Definition wtap.h:528
uint32_t chunk
Definition wtap.h:533
uint16_t type
Definition wtap.h:529
char call_num[64]
Definition wtap.h:532
uint32_t sess
Definition wtap.h:531
uint32_t task
Definition wtap.h:534
char user[64]
Definition wtap.h:530
Pseudo-header for ATM capture files carrying cell, circuit, and AAL-layer metadata.
Definition wtap.h:498
uint16_t vpi
Definition wtap.h:503
uint16_t aal5t_len
Definition wtap.h:509
uint16_t aal5t_u2u
Definition wtap.h:508
uint16_t channel
Definition wtap.h:506
uint8_t aal2_cid
Definition wtap.h:505
uint16_t cells
Definition wtap.h:507
uint8_t subtype
Definition wtap.h:502
uint32_t aal5t_chksum
Definition wtap.h:510
uint8_t aal
Definition wtap.h:500
uint16_t vci
Definition wtap.h:504
uint32_t flags
Definition wtap.h:499
uint8_t type
Definition wtap.h:501
Pseudo-header for BER (Basic Encoding Rules) data files.
Definition wtap.h:1334
const char * pathname
Definition wtap.h:1335
Pseudo-header for Bluetooth HCI capture files carrying direction and channel metadata.
Definition wtap.h:1180
bool sent
Definition wtap.h:1181
uint32_t channel
Definition wtap.h:1182
Pseudo-header for Linux Bluetooth Monitor (WTAP_ENCAP_BLUETOOTH_LINUX_MONITOR) capture files.
Definition wtap.h:1194
uint16_t opcode
Definition wtap.h:1196
uint16_t adapter_id
Definition wtap.h:1195
Pseudo-header for Catapult DCT2000 captures.
Definition wtap.h:1046
int64_t seek_off
Definition wtap.h:1053
struct wtap * wth
Definition wtap.h:1054
struct isdn_phdr isdn
Definition wtap.h:1048
struct p2p_phdr p2p
Definition wtap.h:1050
struct atm_phdr atm
Definition wtap.h:1049
Pseudo-header for CoSine Systems capture files carrying encapsulation, direction, and QoS metadata.
Definition wtap.h:916
uint16_t err
Definition wtap.h:924
uint16_t rm
Definition wtap.h:923
uint8_t direction
Definition wtap.h:918
uint16_t pro
Definition wtap.h:920
char if_name[128]
Definition wtap.h:919
uint16_t off
Definition wtap.h:921
uint16_t pri
Definition wtap.h:922
uint8_t encap
Definition wtap.h:917
Pseudo-header for DTE/DCE capture files (LAPB, V.120, Frame Relay) carrying direction metadata.
Definition wtap.h:405
uint8_t flags
Definition wtap.h:406
Holds a single ERF extension header word appended after the main ERF header.
Definition wtap.h:1072
uint64_t ehdr
Definition wtap.h:1073
Extended pseudo-header for ERF multi-channel (MC) packet records.
Definition wtap.h:1094
union erf_mc_phdr::@031203371227322325321065306065226045005243346162 subhdr
Protocol-specific subheader union.
struct wtap_erf_eth_hdr eth_hdr
Definition wtap.h:1105
struct erf_ehdr ehdr_list[16]
Definition wtap.h:1097
struct erf_phdr phdr
Definition wtap.h:1095
uint32_t aal2_hdr
Definition wtap.h:1107
uint32_t mc_hdr
Definition wtap.h:1106
Pseudo-header for Endace ERF (Extensible Record Format) capture files carrying timestamp and record m...
Definition wtap.h:1060
uint16_t lctr
Definition wtap.h:1065
uint16_t rlen
Definition wtap.h:1064
uint8_t type
Definition wtap.h:1062
uint8_t flags
Definition wtap.h:1063
uint64_t ts
Definition wtap.h:1061
uint16_t wlen
Definition wtap.h:1066
Pseudo-header for Ethernet capture files carrying FCS length metadata.
Definition wtap.h:396
int fcs_len
Definition wtap.h:397
For registering extensions used for file formats.
Definition wtap.h:1817
const char * extensions
Definition wtap.h:1820
const char * name
Definition wtap.h:1818
bool is_capture_file
Definition wtap.h:1819
Describes a single capture file type/subtype, including its metadata, capability flags,...
Definition wtap.h:2034
wtap_wslua_file_info_t * wslua_info
Definition wtap.h:2095
const char * name
Definition wtap.h:2044
const char * additional_file_extensions
Definition wtap.h:2058
int(* can_write_encap)(int)
Definition wtap.h:2083
const struct supported_block_type * supported_blocks
Definition wtap.h:2073
bool writing_must_seek
Definition wtap.h:2063
const char * description
Definition wtap.h:2038
bool(* dump_open)(wtap_dumper *, int *, char **)
Definition wtap.h:2089
size_t num_supported_blocks
Definition wtap.h:2068
const char * default_file_extension
Definition wtap.h:2050
Pseudo-header for GSM Um air interface (WTAP_ENCAP_GSM_UM) capture files.
Definition wtap.h:1218
bool uplink
Definition wtap.h:1219
uint8_t bsic
Definition wtap.h:1222
uint32_t tdma_frame
Definition wtap.h:1224
uint16_t arfcn
Definition wtap.h:1223
uint8_t channel
Definition wtap.h:1220
uint8_t error
Definition wtap.h:1225
uint16_t timeshift
Definition wtap.h:1226
Hash table entry for a resolved or unresolved IPv4 address.
Definition wtap.h:1680
char ip[WS_INET_ADDRSTRLEN]
Definition wtap.h:1683
char cidr_addr[WS_INET_CIDRADDRSTRLEN]
Definition wtap.h:1685
char name[256]
Definition wtap.h:1684
unsigned addr
Definition wtap.h:1681
uint8_t flags
Definition wtap.h:1682
Hash table entry for a resolved or unresolved IPv6 address.
Definition wtap.h:1692
char name[256]
Definition wtap.h:1696
char ip6[WS_INET6_ADDRSTRLEN]
Definition wtap.h:1695
uint8_t flags
Definition wtap.h:1694
uint8_t addr[16]
Definition wtap.h:1693
char cidr_addr[WS_INET6_CIDRADDRSTRLEN]
Definition wtap.h:1697
Pseudo-header for I2C bus capture files carrying bus number, event type, and flag metadata.
Definition wtap.h:1209
uint32_t flags
Definition wtap.h:1212
uint8_t bus
Definition wtap.h:1211
uint8_t is_event
Definition wtap.h:1210
PHY metadata for 802.11 legacy FHSS (Frequency Hopping Spread Spectrum) captures.
Definition wtap.h:593
unsigned has_hop_pattern
Definition wtap.h:595
uint8_t hop_set
Definition wtap.h:598
uint8_t hop_index
Definition wtap.h:600
uint8_t hop_pattern
Definition wtap.h:599
unsigned has_hop_set
Definition wtap.h:594
unsigned has_hop_index
Definition wtap.h:596
Pseudo-header for 802.11 wireless capture files carrying full PHY, signal, and frame metadata.
Definition wtap.h:847
unsigned has_noise_percent
Definition wtap.h:859
unsigned has_frequency
Definition wtap.h:856
uint32_t frequency
Definition wtap.h:869
unsigned has_signal_dbm
Definition wtap.h:860
unsigned has_signal_db
Definition wtap.h:862
int8_t noise_dbm
Definition wtap.h:874
unsigned phy
Definition wtap.h:852
unsigned has_aggregate_info
Definition wtap.h:865
unsigned has_signal_percent
Definition wtap.h:858
unsigned has_channel
Definition wtap.h:855
union ieee_802_11_phy_info phy_info
Definition wtap.h:853
unsigned has_zero_length_psdu_type
Definition wtap.h:866
unsigned datapad
Definition wtap.h:850
unsigned decrypted
Definition wtap.h:849
int fcs_len
Definition wtap.h:848
uint16_t channel
Definition wtap.h:868
uint8_t signal_db
Definition wtap.h:875
unsigned has_tsf_timestamp
Definition wtap.h:864
uint32_t aggregate_id
Definition wtap.h:879
uint16_t data_rate
Definition wtap.h:870
uint8_t signal_percent
Definition wtap.h:871
unsigned has_data_rate
Definition wtap.h:857
uint8_t zero_length_psdu_type
Definition wtap.h:880
uint8_t noise_percent
Definition wtap.h:872
uint64_t tsf_timestamp
Definition wtap.h:877
unsigned has_noise_db
Definition wtap.h:863
unsigned has_noise_dbm
Definition wtap.h:861
unsigned no_a_msdus
Definition wtap.h:851
uint8_t noise_db
Definition wtap.h:876
int8_t signal_dbm
Definition wtap.h:873
uint32_t aggregate_flags
Definition wtap.h:878
PHY metadata for 802.11a captures.
Definition wtap.h:617
unsigned channel_type
Definition wtap.h:621
unsigned has_channel_type
Definition wtap.h:618
unsigned has_turbo_type
Definition wtap.h:619
unsigned turbo_type
Definition wtap.h:622
PHY metadata for 802.11ac (VHT) captures.
Definition wtap.h:718
uint8_t fec
Definition wtap.h:739
unsigned has_short_gi
Definition wtap.h:721
unsigned short_gi_nsym_disambig
Definition wtap.h:733
unsigned txop_ps_not_allowed
Definition wtap.h:731
unsigned stbc
Definition wtap.h:730
uint8_t nss[4]
Definition wtap.h:738
uint16_t partial_aid
Definition wtap.h:741
unsigned has_beamformed
Definition wtap.h:724
unsigned has_ldpc_extra_ofdm_symbol
Definition wtap.h:723
uint8_t mcs[4]
Definition wtap.h:737
unsigned has_bandwidth
Definition wtap.h:725
unsigned has_stbc
Definition wtap.h:719
unsigned has_partial_aid
Definition wtap.h:728
unsigned has_fec
Definition wtap.h:726
unsigned beamformed
Definition wtap.h:735
unsigned short_gi
Definition wtap.h:732
unsigned has_short_gi_nsym_disambig
Definition wtap.h:722
uint8_t bandwidth
Definition wtap.h:736
unsigned has_group_id
Definition wtap.h:727
uint8_t group_id
Definition wtap.h:740
unsigned has_txop_ps_not_allowed
Definition wtap.h:720
unsigned ldpc_extra_ofdm_symbol
Definition wtap.h:734
PHY metadata for 802.11ad (WiGig/DMG) captures.
Definition wtap.h:761
uint8_t mcs
Definition wtap.h:764
unsigned has_mcs_index
Definition wtap.h:762
PHY metadata for 802.11ax (HE — High Efficiency) captures.
Definition wtap.h:771
uint8_t bwru
Definition wtap.h:778
uint8_t gi
Definition wtap.h:779
unsigned has_gi
Definition wtap.h:774
uint8_t mcs
Definition wtap.h:777
uint8_t nsts
Definition wtap.h:776
unsigned has_bwru
Definition wtap.h:773
unsigned has_mcs_index
Definition wtap.h:772
PHY metadata for 802.11b captures.
Definition wtap.h:607
unsigned has_short_preamble
Definition wtap.h:608
bool short_preamble
Definition wtap.h:610
Per-user PHY metadata for a single user within an 802.11be (EHT) MU transmission.
Definition wtap.h:786
unsigned data_for_this_user
Definition wtap.h:794
unsigned coding_known
Definition wtap.h:789
unsigned mcs_known
Definition wtap.h:788
unsigned sta_id
Definition wtap.h:795
unsigned spatial_config_known
Definition wtap.h:793
unsigned ldpc_coding
Definition wtap.h:796
unsigned bf_known
Definition wtap.h:792
unsigned nsts_known
Definition wtap.h:791
unsigned sta_id_known
Definition wtap.h:787
unsigned mcs
Definition wtap.h:797
unsigned rsv
Definition wtap.h:799
unsigned nsts
Definition wtap.h:798
unsigned beamform
Definition wtap.h:800
unsigned rsv_known
Definition wtap.h:790
unsigned rsv2
Definition wtap.h:801
PHY metadata for 802.11be (EHT — Extremely High Throughput) captures.
Definition wtap.h:809
uint8_t bandwidth
Definition wtap.h:814
unsigned has_bandwidth
Definition wtap.h:812
unsigned has_ru_mru_size
Definition wtap.h:810
uint8_t ru_mru_size
Definition wtap.h:815
unsigned has_gi
Definition wtap.h:811
uint8_t gi
Definition wtap.h:816
uint8_t num_users
Definition wtap.h:817
struct ieee_802_11be_user_info user[4]
Definition wtap.h:818
PHY metadata for 802.11g OFDM captures.
Definition wtap.h:652
uint32_t mode
Definition wtap.h:655
unsigned has_mode
Definition wtap.h:653
PHY metadata for 802.11n (HT) captures.
Definition wtap.h:667
unsigned fec
Definition wtap.h:680
unsigned short_gi
Definition wtap.h:678
unsigned has_fec
Definition wtap.h:672
unsigned has_greenfield
Definition wtap.h:671
uint16_t mcs_index
Definition wtap.h:676
unsigned has_stbc_streams
Definition wtap.h:673
unsigned ness
Definition wtap.h:682
unsigned greenfield
Definition wtap.h:679
unsigned has_ness
Definition wtap.h:674
unsigned stbc_streams
Definition wtap.h:681
unsigned has_mcs_index
Definition wtap.h:668
unsigned has_bandwidth
Definition wtap.h:669
unsigned bandwidth
Definition wtap.h:677
unsigned has_short_gi
Definition wtap.h:670
Pseudo-header carrying IrDA packet type metadata for captured IrDA frames.
Definition wtap.h:951
uint16_t pkttype
Definition wtap.h:952
Pseudo-header for ISDN capture files carrying direction and channel metadata.
Definition wtap.h:412
bool uton
Definition wtap.h:413
uint8_t channel
Definition wtap.h:414
Pseudo-header for Tektronix K12 capture files carrying input port, stack, and protocol metadata.
Definition wtap.h:1012
const char * input_name
Definition wtap.h:1014
uint32_t input
Definition wtap.h:1013
void * stuff
Definition wtap.h:1020
uint8_t * extra_info
Definition wtap.h:1018
k12_input_info_t input_info
Definition wtap.h:1017
uint32_t extra_length
Definition wtap.h:1019
uint32_t input_type
Definition wtap.h:1016
const char * stack_file
Definition wtap.h:1015
Pseudo-header for layer 1 event (WTAP_ENCAP_LAYER1_EVENT) capture files carrying signal direction met...
Definition wtap.h:1202
bool uton
Definition wtap.h:1203
LAPD pseudo-header for packet metadata.
Definition wtap.h:1034
uint8_t we_network
Definition wtap.h:1036
uint16_t pkttype
Definition wtap.h:1035
Pseudo-header for NFC Logical Link Control Protocol (LLCP) capture files.
Definition wtap.h:1277
uint8_t adapter
Definition wtap.h:1278
uint8_t flags
Definition wtap.h:1279
Pseudo-header for Android Logcat (WTAP_ENCAP_LOGCAT) capture files.
Definition wtap.h:1285
int version
Definition wtap.h:1286
Pseudo-header for M-Module binary files.
Definition wtap.h:1342
uint8_t chunktype
Definition wtap.h:1343
Pseudo-header carrying MTP2 link metadata for captured SS7 MTP2 frames.
Definition wtap.h:975
uint8_t annex_a_used
Definition wtap.h:977
uint16_t link_number
Definition wtap.h:978
uint8_t sent
Definition wtap.h:976
Pseudo-header metadata for packets captured in NetMon (Network Monitor) files.
Definition wtap.h:1296
unsigned sub_encap
Definition wtap.h:1301
uint8_t * description
Definition wtap.h:1299
uint8_t * title
Definition wtap.h:1297
uint32_t descLength
Definition wtap.h:1298
Pseudo-header for HP-UX nettl capture files carrying subsystem, device, and process metadata.
Definition wtap.h:958
int32_t pid
Definition wtap.h:962
uint16_t subsys
Definition wtap.h:959
uint32_t devid
Definition wtap.h:960
uint32_t kind
Definition wtap.h:961
uint32_t uid
Definition wtap.h:963
Pseudo-header for Nokia firewall capture files, extending the Ethernet pseudo-header with device-spec...
Definition wtap.h:1267
struct eth_phdr eth
Definition wtap.h:1268
uint8_t stuff[4]
Definition wtap.h:1269
Pseudo-header for Citrix NetScaler nstrace capture files carrying field offset and record layout meta...
Definition wtap.h:1242
uint8_t dir_len
Definition wtap.h:1248
uint8_t src_vmname_len_offset
Definition wtap.h:1258
uint8_t clflags_offset
Definition wtap.h:1257
uint8_t srcnodeid_offset
Definition wtap.h:1255
uint8_t ns_activity_offset
Definition wtap.h:1260
uint8_t pcb_offset
Definition wtap.h:1250
uint8_t dst_vmname_len_offset
Definition wtap.h:1259
uint8_t coreid_offset
Definition wtap.h:1254
uint8_t data_offset
Definition wtap.h:1261
uint8_t rec_type
Definition wtap.h:1252
uint8_t destnodeid_offset
Definition wtap.h:1256
uint8_t nicno_offset
Definition wtap.h:1245
int64_t rec_offset
Definition wtap.h:1243
uint8_t nicno_len
Definition wtap.h:1246
uint8_t l_pcb_offset
Definition wtap.h:1251
uint8_t vlantag_offset
Definition wtap.h:1253
int32_t rec_len
Definition wtap.h:1244
uint8_t dir_offset
Definition wtap.h:1247
uint16_t eth_offset
Definition wtap.h:1249
Information about a given file type that applies to all subtypes of the file type.
Definition wtap.h:1925
const char * name
Definition wtap.h:1926
wtap_open_routine_t open_routine
Definition wtap.h:1928
void * wslua_data
Definition wtap.h:1931
const char * extensions
Definition wtap.h:1929
wtap_open_type type
Definition wtap.h:1927
char ** extensions_set
Definition wtap.h:1930
Pseudo-header for point-to-point link capture files carrying packet direction metadata.
Definition wtap.h:540
bool sent
Definition wtap.h:541
Pseudo-header for Microsoft ProcMon (Process Monitor) captures.
Definition wtap.h:1322
struct procmon_process_t * process_array
Definition wtap.h:1325
uint32_t * process_index_map
Definition wtap.h:1323
size_t process_array_size
Definition wtap.h:1326
size_t process_index_map_size
Definition wtap.h:1324
bool system_bitness
Definition wtap.h:1327
Describes a single process observed by Process Monitor, including its identity, security context,...
Definition procmon.h:30
Pseudo-header for SITA WAN capture files carrying signal, error, and protocol metadata.
Definition wtap.h:1169
uint8_t sita_signals
Definition wtap.h:1171
uint8_t sita_flags
Definition wtap.h:1170
uint8_t sita_errors2
Definition wtap.h:1173
uint8_t sita_proto
Definition wtap.h:1174
uint8_t sita_errors1
Definition wtap.h:1172
Describes a single block type supported by a file format, including its option support.
Definition wtap.h:2021
const struct supported_option_type * supported_options
Definition wtap.h:2025
block_support_t support
Definition wtap.h:2023
wtap_block_type_t type
Definition wtap.h:2022
size_t num_supported_options
Definition wtap.h:2024
Entry describing support level for a specific option type.
Definition wtap.h:1988
unsigned opt
Definition wtap.h:1989
option_support_t support
Definition wtap.h:1990
const GArray * nrbs_growing
Definition wtap.h:1734
const GArray * dsbs_growing
Definition wtap.h:1738
int tsprec
Definition wtap.h:1728
GArray * shb_hdrs
Definition wtap.h:1729
int encap
Definition wtap.h:1726
bool dont_copy_idbs
Definition wtap.h:1747
GArray * dsbs_initial
Definition wtap.h:1737
wtapng_iface_descriptions_t * idb_inf
Definition wtap.h:1733
const GArray * mevs_growing
Definition wtap.h:1741
const GArray * shb_iface_to_global
Definition wtap.h:1730
const GArray * dpibs_growing
Definition wtap.h:1744
int snaplen
Definition wtap.h:1727
Wiretap dumper handle and associated state.
Definition wtap_module.h:163
ERF Ethernet subheader providing the frame offset for Ethernet ERF records.
Definition wtap.h:1081
uint8_t pad
Definition wtap.h:1083
uint8_t offset
Definition wtap.h:1082
Plugin registration callback table.
Definition wtap.h:3437
Definition file_wrappers.c:96
Represents a single capture record read from or written to a capture file, regardless of record type.
Definition wtap.h:1597
wtap_syscall_header syscall_header
Definition wtap.h:1611
bool block_was_modified
Definition wtap.h:1625
unsigned rec_type
Definition wtap.h:1598
unsigned section_number
Definition wtap.h:1600
const char * rec_type_name
Definition wtap.h:1603
wtap_packet_header packet_header
Definition wtap.h:1609
wtap_block_t block
Block-level metadata associated with this record.
Definition wtap.h:1623
wtap_ft_specific_header ft_specific_header
Definition wtap.h:1610
wtap_custom_block_header custom_block_header
Definition wtap.h:1613
wtap_systemd_journal_export_header systemd_journal_export_header
Definition wtap.h:1612
int tsprec
Definition wtap.h:1602
Buffer options_buf
Reusable buffer holding serialized file-type-specific option data for this record.
Definition wtap.h:1632
uint32_t presence_flags
Definition wtap.h:1599
nstime_t ts
Definition wtap.h:1601
Buffer data
Definition wtap.h:1634
Companion metadata block for Lua-based file writers registered via wslua, carrying the write-open cal...
Definition wtap.h:1774
void * wslua_data
Definition wtap.h:1776
int(* wslua_can_write_encap)(int, void *)
Definition wtap.h:1775
Definition wtap_module.h:58
wtap_new_secrets_callback_t add_new_secrets
Definition wtap_module.h:113
const char * app_env_var_prefix
Definition wtap_module.h:74
int file_type_subtype
Definition wtap_module.h:62
wtap_new_ipv4_callback_t add_new_ipv4
Definition wtap_module.h:111
wtap_new_ipv6_callback_t add_new_ipv6
Definition wtap_module.h:112
Union representing physical layer information for IEEE 802.11 variants.
Definition wtap.h:832
struct ieee_802_11_fhss info_11_fhss
Definition wtap.h:833
struct ieee_802_11ac info_11ac
Definition wtap.h:838
struct ieee_802_11n info_11n
Definition wtap.h:837
struct ieee_802_11g info_11g
Definition wtap.h:836
struct ieee_802_11ax info_11ax
Definition wtap.h:840
struct ieee_802_11b info_11b
Definition wtap.h:834
struct ieee_802_11be info_11be
Definition wtap.h:841
struct ieee_802_11ad info_11ad
Definition wtap.h:839
struct ieee_802_11a info_11a
Definition wtap.h:835
WS_DLL_PUBLIC bool wtap_dump_can_open(int filetype)
Check if a file type can be opened for dumping.
Definition file_access.c:2068
WS_DLL_PUBLIC void wtap_buffer_append_epdu_tag(Buffer *buf, uint16_t epdu_tag, const uint8_t *data, uint16_t data_len)
Generates arbitrary packet data in "exported PDU" format and appends it to buf.
Definition wtap.c:2281
WS_DLL_PUBLIC GSList * wtap_get_all_file_extensions_list(void)
Return a list of all extensions that are used by all file types that we can read, including compresse...
Definition file_access.c:2012
WS_DLL_PUBLIC wtap_dumper * wtap_dump_open(const char *filename, int file_type_subtype, ws_compression_type compression_type, const wtap_dump_params *params, int *err, char **err_info)
Opens a new capture file for writing.
Definition file_access.c:2241
void(* wtap_new_secrets_callback_t)(uint32_t secrets_type, const void *secrets, unsigned size)
Callback type for receiving new decryption secrets.
Definition wtap.h:2201
WS_DLL_PUBLIC int wtap_register_file_type_subtype(const struct file_type_subtype_info *fi)
Register a file type/subtype.
Definition file_access.c:1172
WS_DLL_PUBLIC bool wtap_dump_flush(wtap_dumper *wdh, int *err)
Flushes the dump file.
Definition file_access.c:2563
WS_DLL_PUBLIC int64_t wtap_file_size(wtap *wth, int *err)
Get the size of the capture file.
Definition wtap.c:81
WS_DLL_PUBLIC GSList * wtap_get_all_capture_file_extensions_list(void)
Return a list of all extensions that are used by all capture file types, including compressed extensi...
Definition file_access.c:1963
WS_DLL_PUBLIC wtap_dumper * wtap_dump_open_tempfile(const char *tmpdir, char **filenamep, const char *pfx, int file_type_subtype, ws_compression_type compression_type, const wtap_dump_params *params, int *err, char **err_info)
Creates a dumper for a temporary file.
Definition file_access.c:2283
option_support_t
Indicates how a file format supports a given option type.
Definition wtap.h:1976
@ MULTIPLE_OPTIONS_SUPPORTED
Definition wtap.h:1979
@ OPTION_NOT_SUPPORTED
Definition wtap.h:1977
@ ONE_OPTION_SUPPORTED
Definition wtap.h:1978
WS_DLL_PUBLIC GSList * wtap_get_file_extensions_list(int file_type_subtype, bool include_compressed)
Return a list of file extensions that are used by the specified file type and subtype.
Definition file_access.c:1906
struct hashipv6 hashipv6_t
Hash table entry for a resolved or unresolved IPv6 address.
WS_DLL_PUBLIC GArray * wtap_get_savable_file_types_subtypes_for_file(int file_type_subtype, const GArray *file_encaps, uint32_t required_comment_types, ft_sort_order sort_order)
Get savable file type/subtype candidates for saving a capture file.
Definition file_access.c:1455
WS_DLL_PUBLIC char * wtap_unwritable_rec_type_err_string(const wtap_rec *rec)
Return an error string for WTAP_ERR_UNWRITABLE_REC_TYPE.
Definition wtap.c:1781
WS_DLL_PUBLIC int wtap_plugins_supported(void)
Query whether libwiretap plugin loading is available.
Definition wtap.c:57
WS_DLL_PUBLIC const char * wtap_encap_description(int encap)
Get a human-readable description for an encapsulation type.
Definition wtap.c:1403
WS_DLL_PUBLIC wtap_block_t wtap_file_get_shb(wtap *wth, unsigned shb_num)
Gets existing section header block, not for new file.
Definition wtap.c:146
WS_DLL_PUBLIC const char * wtap_file_type_subtype_description(int file_type_subtype)
Get a human-readable description for a file type/subtype.
Definition file_access.c:1631
WS_DLL_PUBLIC void wtap_dump_params_cleanup(wtap_dump_params *params)
Free memory associated with the wtap_dump_params when it is no longer in use by wtap_dumper.
Definition wtap.c:644
void(* wtap_new_ipv6_callback_t)(const ws_in6_addr *addrp, const char *name, const bool static_entry)
Callback type for registering new IPv6 hostnames.
Definition wtap.h:2177
WS_DLL_PUBLIC wtapng_iface_descriptions_t * wtap_file_get_idb_info(wtap *wth)
Gets existing interface descriptions.
Definition wtap.c:198
WS_DLL_PUBLIC void wtap_setup_packet_rec(wtap_rec *rec, int encap)
Set up a wtap_rec for a packet (REC_TYPE_PACKET).
Definition wtap.c:1791
WS_DLL_PUBLIC GSList * wtap_get_file_extension_type_extensions(unsigned extension_type)
Get the list of extensions for a file extension type.
Definition file_access.c:207
WS_DLL_PUBLIC void wtap_deregister_open_info(const char *name)
Deregister an open_info handler by name.
Definition file_access.c:498
struct hashipv4 hashipv4_t
Hash table entry for a resolved or unresolved IPv4 address.
WS_DLL_PUBLIC void wtap_set_bytes_dumped(wtap_dumper *wdh, int64_t bytes_dumped)
Set the number of bytes dumped by a capture file.
Definition file_access.c:2636
WS_DLL_PUBLIC bool wtap_dump_close(wtap_dumper *wdh, bool *needs_reload, int *err, char **err_info)
Definition file_access.c:2592
WS_DLL_PUBLIC wtap_block_t wtap_get_next_interface_description(wtap *wth)
Gets next interface description.
Definition wtap.c:221
ft_sort_order
Controls the sort key used when enumerating or presenting file type lists.
Definition wtap.h:3077
@ FT_SORT_BY_NAME
Definition wtap.h:3078
@ FT_SORT_BY_DESCRIPTION
Definition wtap.h:3079
WS_DLL_PUBLIC bool wtap_read(wtap *wth, wtap_rec *rec, int *err, char **err_info, int64_t *offset)
Read the next record in the file, filling in *phdr and *buf.
Definition wtap.c:1852
WS_DLL_PUBLIC void wtap_buffer_append_epdu_string(Buffer *buf, uint16_t epdu_tag, const char *val)
Generates packet data for a string in "exported PDU" format. For filetype readers to transform non-pa...
Definition wtap.c:2328
WS_DLL_PUBLIC void wtap_free_idb_info(wtapng_iface_descriptions_t *idb_info)
Free's a interface description block and all of its members.
Definition wtap.c:396
WS_DLL_PUBLIC struct wtap * wtap_open_offline(const char *filename, unsigned int type, int *err, char **err_info, bool do_random, const char *app_env_var_prefix)
Open a capture file for offline analysis.
Definition file_access.c:846
WS_DLL_PUBLIC int wtap_dump_file_type_subtype(const wtap_dumper *wdh)
Get the file type subtype of a dump file.
Definition file_access.c:2624
WS_DLL_PUBLIC int wtap_file_type_subtype(wtap *wth)
Get the file type subtype.
Definition wtap.c:104
WS_DLL_PUBLIC void wtap_register_file_type_extension(const struct file_extension_info *ei)
Register file extension information for a file type.
Definition file_access.c:151
WS_DLL_PUBLIC const char * wtap_get_file_extension_type_name(int extension_type)
Get the short name for a file extension type.
Definition file_access.c:165
WS_DLL_PUBLIC bool wtap_dump_add_idb(wtap_dumper *wdh, wtap_block_t idb, int *err, char **err_info)
Add an IDB to the list of IDBs for a file we're writing. Makes a copy of the IDB, so it can be freed ...
Definition file_access.c:2525
wtap_open_type
Strategy used to identify a file format.
Definition wtap.h:1878
@ OPEN_INFO_MAGIC
Definition wtap.h:1879
@ OPEN_INFO_HEURISTIC
Definition wtap.h:1880
WS_DLL_PUBLIC void wtap_dump_params_discard_decryption_secrets(wtap_dump_params *params)
Remove any decryption secret information from the per-file information; used if we're stripping decry...
Definition wtap.c:631
WS_DLL_PUBLIC void wtap_fdclose(wtap *wth)
Close all file descriptors for the current wiretap file.
Definition wtap.c:1599
wtap_open_return_val
For registering file types that we can open.
Definition wtap.h:1849
@ WTAP_OPEN_MINE
Definition wtap.h:1851
@ WTAP_OPEN_NOT_MINE
Definition wtap.h:1850
@ WTAP_OPEN_ERROR
Definition wtap.h:1852
#define MAX_ERF_EHDR
Definition wtap.h:1076
WS_DLL_PUBLIC void wtap_rec_reset(wtap_rec *rec)
Re-initialize a wtap_rec structure.
Definition wtap.c:2118
WS_DLL_PUBLIC bool wtap_has_open_info(const char *name)
Check if an open_info handler with the given name is registered.
Definition file_access.c:522
WS_DLL_PUBLIC int wtap_dump_required_file_encap_type(const GArray *file_encaps)
Determine the required per-file encapsulation type.
Definition file_access.c:1289
WS_DLL_PUBLIC void wtap_dump_discard_name_resolution(wtap_dumper *wdh)
Discard name resolution information for a dump file.
Definition file_access.c:2661
WS_DLL_PUBLIC int wtap_file_encap(wtap *wth)
Get the encapsulation type for the capture file.
Definition wtap.c:116
WS_DLL_PUBLIC void wtap_dump_params_discard_name_resolution(wtap_dump_params *params)
Remove any name resolution information from the per-file information; used if we're stripping name re...
Definition wtap.c:625
WS_DLL_PUBLIC wtap_dumper * wtap_dump_open_stdout(int file_type_subtype, ws_compression_type compression_type, const wtap_dump_params *params, int *err, char **err_info)
Creates a dumper for the standard output.
Definition file_access.c:2386
WS_DLL_PUBLIC void wtap_dump_params_init_no_idbs(wtap_dump_params *params, wtap *wth)
Initialize the per-file information based on an existing file, but don't copy over the interface info...
Definition wtap.c:602
WS_DLL_PUBLIC wtap_dumper * wtap_dump_fdopen(int fd, int file_type_subtype, ws_compression_type compression_type, const wtap_dump_params *params, int *err, char **err_info)
Creates a dumper for an existing file descriptor.
Definition file_access.c:2348
WS_DLL_PUBLIC void wtap_buffer_append_epdu_uint(Buffer *buf, uint16_t epdu_tag, uint32_t val)
Generates packet data for an unsigned integer in "exported PDU" format. For filetype readers to trans...
Definition wtap.c:2312
WS_DLL_PUBLIC void wtap_dump_discard_decryption_secrets(wtap_dumper *wdh)
Discard decryption secrets for a dump file.
Definition file_access.c:2673
WS_DLL_PUBLIC const nstime_t * wtap_file_start_ts(wtap *wth)
Get the start timestamp of the capture file.
Definition wtap.c:128
WS_DLL_PUBLIC int wtap_get_num_file_type_extensions(void)
Return the number of registered file type extension groups.
Definition file_access.c:159
WS_DLL_PUBLIC void wtap_setup_custom_block_rec(wtap_rec *rec, uint32_t pen, uint32_t payload_length, bool copy_allowed)
Set up a wtap_rec for a custom block.
Definition wtap.c:1841
WS_DLL_PUBLIC const char * wtap_strerror(int err)
Return a human-readable error string for a WTAP error code.
Definition wtap.c:1548
WS_DLL_PUBLIC unsigned wtap_file_get_shb_global_interface_id(wtap *wth, unsigned shb_num, uint32_t interface_id)
Gets the unique interface id for a SHB's interface.
Definition wtap.c:155
WS_DLL_PUBLIC unsigned wtap_file_get_num_shbs(wtap *wth)
Gets number of section header blocks.
Definition wtap.c:140
WS_DLL_PUBLIC void wtap_register_plugin(const wtap_plugin *plug)
Register a wiretap plugin.
WS_DLL_PUBLIC void wtap_deregister_file_type_subtype(const int file_type_subtype)
Deregister a previously registered file type/subtype.
Definition file_access.c:1249
WS_DLL_PUBLIC void wtap_dump_params_init(wtap_dump_params *params, wtap *wth)
Initialize the per-file information based on an existing file.
Definition wtap.c:575
WS_DLL_PUBLIC bool wtap_dump(wtap_dumper *wdh, const wtap_rec *rec, int *err, char **err_info)
Write a record to the dump file.
Definition file_access.c:2555
WS_DLL_PUBLIC void wtap_free_extensions_list(GSList *extensions)
Free a list of file extension strings returned by extension helpers.
Definition file_access.c:2039
WS_DLL_PUBLIC bool wtap_uses_lua_filehandler(const wtap *wth)
Check whether a wtap handle uses a Lua-based file handler.
Definition file_access.c:542
WS_DLL_PUBLIC void wtap_write_shb_comment(wtap *wth, char *comment)
Sets or replaces the section header comment.
Definition wtap.c:190
block_support_t
Indicates how many instances of a given block type a file format supports.
Definition wtap.h:2012
@ MULTIPLE_BLOCKS_SUPPORTED
Definition wtap.h:2015
@ ONE_BLOCK_SUPPORTED
Definition wtap.h:2014
@ BLOCK_NOT_SUPPORTED
Definition wtap.h:2013
struct wtap_wslua_file_info wtap_wslua_file_info_t
Companion metadata block for Lua-based file writers registered via wslua, carrying the write-open cal...
WS_DLL_PUBLIC void init_open_routines(void)
Initialize registered file open routines.
Definition file_access.c:417
WS_DLL_PUBLIC int64_t wtap_read_so_far(wtap *wth)
Return an approximation of the amount of data read sequentially.
Definition wtap.c:2072
WS_DLL_PUBLIC void wtap_file_add_decryption_secrets(wtap *wth, const wtap_block_t dsb)
Adds a Decryption Secrets Block to the open wiretap session.
Definition wtap.c:262
WS_DLL_PUBLIC void wtap_set_cb_new_secrets(wtap *wth, wtap_new_secrets_callback_t add_new_secrets)
Set the callback for receiving new decryption secrets.
Definition wtap.c:1720
WS_DLL_PUBLIC void wtap_setup_systemd_journal_export_rec(wtap_rec *rec)
Set up a wtap_rec for a systemd journal export entry.
Definition wtap.c:1831
WS_DLL_PUBLIC void wtap_cleanup(void)
Clean up libwiretap internal registrations and plugin state.
Definition wtap.c:2381
WS_DLL_PUBLIC int wtap_pcapng_file_type_subtype(void)
Get the file type/subtype identifier for pcapng.
Definition file_access.c:1728
void cleanup_open_routines(void)
Clean up registered file open routines.
Definition file_access.c:2858
WS_DLL_PUBLIC int64_t wtap_get_bytes_dumped(const wtap_dumper *wdh)
Get the number of bytes dumped by a packet capture.
Definition file_access.c:2630
WS_DLL_PUBLIC void wtap_cleareof(wtap *wth)
Clear EOF status for a wiretap file.
Definition wtap.c:1639
struct addrinfo_lists addrinfo_lists_t
Aggregates lists of resolved IPv4 and IPv6 addresses for writing into a pcapng Name Resolution Block ...
WS_DLL_PUBLIC const nstime_t * wtap_file_end_ts(wtap *wth)
Get the end timestamp of the capture file.
Definition wtap.c:134
WS_DLL_PUBLIC unsigned wtap_file_get_num_dsbs(wtap *wth)
Gets number of decryption secrets blocks.
Definition wtap.c:244
WS_DLL_PUBLIC ws_compression_type wtap_get_compression_type(wtap *wth)
Get the compression type used for the capture file.
Definition file_wrappers.c:46
WS_DLL_PUBLIC int wtap_pcap_nsec_file_type_subtype(void)
Get the file type/subtype identifier for pcap with nanosecond timestamps.
Definition file_access.c:1714
WS_DLL_PUBLIC void wtap_close(wtap *wth)
Fully close the wiretap file and release all resources.
Definition wtap.c:1608
WS_DLL_PUBLIC void wtap_setup_syscall_rec(wtap_rec *rec)
Set up a wtap_rec for a system call.
Definition pcapng-sysdig.c:40
WS_DLL_PUBLIC bool wtap_dump_set_addrinfo_list(wtap_dumper *wdh, addrinfo_lists_t *addrinfo_lists)
Set the address information list for a dump file.
Definition file_access.c:2650
WS_DLL_PUBLIC void wtap_rec_apply_snapshot(wtap_rec *rec, uint32_t snaplen)
Apply a snapshot length to a wtap_rec.
Definition wtap.c:2092
WS_DLL_PUBLIC int wtap_file_tsprec(wtap *wth)
Get the timestamp precision for the capture file.
Definition wtap.c:122
WS_DLL_PUBLIC void wtap_init(bool load_wiretap_plugins, const char *app_env_var_prefix, const struct file_extension_info *file_extensions, unsigned num_extensions)
Initialize the Wiretap library.
Definition wtap.c:2362
WS_DLL_PUBLIC bool wtap_dump_can_write_encap(int file_type_subtype, int encap)
Check if a file type/subtype supports writing a given encapsulation.
Definition file_access.c:1302
WS_DLL_PUBLIC bool wtap_dump_can_write(const GArray *file_encaps, uint32_t required_comment_types)
Determine whether a capture file can be written with the specified options.
Definition file_access.c:1404
WS_DLL_PUBLIC const char * wtap_file_type_subtype_name(int file_type_subtype)
Get a short name for a file type/subtype.
Definition file_access.c:1644
WS_DLL_PUBLIC void wtap_setup_ft_specific_report_rec(wtap_rec *rec, int file_type_subtype, unsigned record_type)
Set up a wtap_rec for a file-type specific report.
Definition wtap.c:1817
WS_DLL_PUBLIC int wtap_get_num_encap_types(void)
Return the number of known encapsulation types.
Definition wtap.c:1369
WS_DLL_PUBLIC void wtap_rec_cleanup(wtap_rec *rec)
Clean up a wtap_rec structure.
Definition wtap.c:2127
WS_DLL_PUBLIC const char * wtap_tsprec_string(int tsprec)
Convert a timestamp precision constant to a string.
Definition wtap.c:1446
WS_DLL_PUBLIC unsigned int open_info_name_to_type(const char *name)
Convert an open_info short name to its numeric type.
Definition file_access.c:580
WS_DLL_PUBLIC wtap_block_t wtap_file_get_dsb(wtap *wth, unsigned dsb_num)
Gets existing decryption secrets block, not for new file.
Definition wtap.c:253
WS_DLL_PUBLIC bool wtap_dump_can_compress(int file_type_subtype)
Check if a file type/subtype supports compression.
Definition file_access.c:2100
WS_DLL_PUBLIC unsigned wtap_snapshot_length(wtap *wth)
Get the snapshot length for the capture file.
Definition wtap.c:110
WS_DLL_PUBLIC bool wtap_fdreopen(wtap *wth, const char *filename, int *err)
Reopen the random-access file descriptor for the current file.
Definition file_access.c:1031
WS_DLL_PUBLIC void wtap_rec_init(wtap_rec *rec, size_t space)
Initialize a wtap_rec structure.
Definition wtap.c:2079
WS_DLL_PUBLIC bool wtap_file_discard_decryption_secrets(wtap *wth)
Remove any decryption secret information from the per-file information; used if we're stripping decry...
Definition wtap.c:271
WS_DLL_PUBLIC void wtap_setup_ft_specific_event_rec(wtap_rec *rec, int file_type_subtype, unsigned record_type)
Set up a wtap_rec for a file-type specific event.
Definition wtap.c:1803
WS_DLL_PUBLIC void wtap_set_cb_new_ipv6(wtap *wth, wtap_new_ipv6_callback_t add_new_ipv6)
Set the callback for adding new IPv6 hostnames.
Definition wtap.c:1693
WS_DLL_PUBLIC const char * wtap_default_file_extension(int file_type_subtype)
Get the default file extension for a file type/subtype.
Definition file_access.c:2055
WS_DLL_PUBLIC int wtap_pcap_file_type_subtype(void)
Get the file type/subtype identifier for classic pcap (microsecond timestamps).
Definition file_access.c:1700
WS_DLL_PUBLIC void wtap_register_open_info(struct open_info *oi, const bool first_routine)
Register an open_info probe/open handler.
Definition file_access.c:462
WS_DLL_PUBLIC int wtap_buffer_append_epdu_end(Buffer *buf)
Close off a set of "exported PDUs" added to the buffer. For filetype readers to transform non-packeti...
Definition wtap.c:2345
WS_DLL_PUBLIC bool wtap_addrinfo_list_empty(const addrinfo_lists_t *addrinfo_lists)
Checks if the address information list is empty.
Definition file_access.c:2642
WS_DLL_PUBLIC wtapng_dpib_lookup_info_t * wtap_file_get_dpib_lookup_info(wtap *wth)
Gets the DPIB lookup information for the current file.
Definition wtap.c:210
WS_DLL_PUBLIC block_support_t wtap_file_type_subtype_supports_block(int file_type_subtype, wtap_block_type_t type)
Determine whether a capture file format supports a given block type.
Definition file_access.c:1742
WS_DLL_PUBLIC GArray * wtap_get_writable_file_types_subtypes(ft_sort_order sort_order)
Get a list of all writable file type/subtype values.
Definition file_access.c:1567
WS_DLL_PUBLIC const char * wtap_encap_name(int encap)
Get a short name for an encapsulation type.
Definition wtap.c:1389
WS_DLL_PUBLIC int wtap_register_encap_type(const char *description, const char *name)
Register a new packet encapsulation type.
Definition wtap.c:1375
WS_DLL_PUBLIC char * wtap_get_debug_if_descr(const wtap_block_t if_descr, const int indent, const char *line_end)
Gets a debug string of an interface description.
Definition wtap.c:406
#define PHDR_802_11BE_MAX_USERS
Definition wtap.h:804
WS_DLL_PUBLIC wtap_block_t wtap_file_get_nrb(wtap *wth)
Gets existing name resolution block, not for new file.
Definition wtap.c:545
WS_DLL_PUBLIC void wtap_set_cb_new_ipv4(wtap *wth, wtap_new_ipv4_callback_t add_new_ipv4)
Set the callback for adding new IPv4 hostnames.
Definition wtap.c:1673
WS_DLL_PUBLIC int wtap_name_to_file_type_subtype(const char *name)
Convert a file type/subtype name to its identifier.
Definition file_access.c:1668
WS_DLL_PUBLIC void wtap_sequential_close(wtap *wth)
Close the sequential-access side of the file.
Definition wtap.c:1575
void(* wtap_new_ipv4_callback_t)(const unsigned addr, const char *name, const bool static_entry)
Callback type for registering new IPv4 hostnames.
Definition wtap.h:2153
WS_DLL_PUBLIC option_support_t wtap_file_type_subtype_supports_option(int file_type_subtype, wtap_block_type_t type, unsigned opttype)
Determine whether a capture file format supports a specific option for a block.
Definition file_access.c:1777
WS_DLL_PUBLIC int wtap_name_to_encap(const char *short_name)
Convert a short encapsulation name to its WTAP_ENCAP_ value.
Definition wtap.c:1417
WS_DLL_PUBLIC bool wtap_seek_read(wtap *wth, int64_t seek_off, wtap_rec *rec, int *err, char **err_info)
Read the record at a specified offset in a capture file, filling in *phdr and *buf.
Definition wtap.c:2149
wtap_block_type_t
Currently supported blocks; these are not the pcapng block type values for them, they're identifiers ...
Definition wtap_opttypes.h:234
struct wtapng_dpib_lookup_info_s wtapng_dpib_lookup_info_t
struct wtapng_iface_descriptions_s wtapng_iface_descriptions_t