1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-10 07:26:34 +00:00

Update included libpcap to 1.10.1

This commit is contained in:
dmiller
2022-08-31 18:39:55 +00:00
parent 04bcefd3e4
commit 65410fead1
174 changed files with 20680 additions and 14646 deletions

View File

@@ -82,219 +82,99 @@ extern int pcap_debug;
NUM = 292,
INBOUND = 293,
OUTBOUND = 294,
PF_IFNAME = 295,
PF_RSET = 296,
PF_RNR = 297,
PF_SRNR = 298,
PF_REASON = 299,
PF_ACTION = 300,
TYPE = 301,
SUBTYPE = 302,
DIR = 303,
ADDR1 = 304,
ADDR2 = 305,
ADDR3 = 306,
ADDR4 = 307,
RA = 308,
TA = 309,
LINK = 310,
GEQ = 311,
LEQ = 312,
NEQ = 313,
ID = 314,
EID = 315,
HID = 316,
HID6 = 317,
AID = 318,
LSH = 319,
RSH = 320,
LEN = 321,
IPV6 = 322,
ICMPV6 = 323,
AH = 324,
ESP = 325,
VLAN = 326,
MPLS = 327,
PPPOED = 328,
PPPOES = 329,
GENEVE = 330,
ISO = 331,
ESIS = 332,
CLNP = 333,
ISIS = 334,
L1 = 335,
L2 = 336,
IIH = 337,
LSP = 338,
SNP = 339,
CSNP = 340,
PSNP = 341,
STP = 342,
IPX = 343,
NETBEUI = 344,
LANE = 345,
LLC = 346,
METAC = 347,
BCC = 348,
SC = 349,
ILMIC = 350,
OAMF4EC = 351,
OAMF4SC = 352,
OAM = 353,
OAMF4 = 354,
CONNECTMSG = 355,
METACONNECT = 356,
VPI = 357,
VCI = 358,
RADIO = 359,
FISU = 360,
LSSU = 361,
MSU = 362,
HFISU = 363,
HLSSU = 364,
HMSU = 365,
SIO = 366,
OPC = 367,
DPC = 368,
SLS = 369,
HSIO = 370,
HOPC = 371,
HDPC = 372,
HSLS = 373,
LEX_ERROR = 374,
OR = 375,
AND = 376,
UMINUS = 377
IFINDEX = 295,
PF_IFNAME = 296,
PF_RSET = 297,
PF_RNR = 298,
PF_SRNR = 299,
PF_REASON = 300,
PF_ACTION = 301,
TYPE = 302,
SUBTYPE = 303,
DIR = 304,
ADDR1 = 305,
ADDR2 = 306,
ADDR3 = 307,
ADDR4 = 308,
RA = 309,
TA = 310,
LINK = 311,
GEQ = 312,
LEQ = 313,
NEQ = 314,
ID = 315,
EID = 316,
HID = 317,
HID6 = 318,
AID = 319,
LSH = 320,
RSH = 321,
LEN = 322,
IPV6 = 323,
ICMPV6 = 324,
AH = 325,
ESP = 326,
VLAN = 327,
MPLS = 328,
PPPOED = 329,
PPPOES = 330,
GENEVE = 331,
ISO = 332,
ESIS = 333,
CLNP = 334,
ISIS = 335,
L1 = 336,
L2 = 337,
IIH = 338,
LSP = 339,
SNP = 340,
CSNP = 341,
PSNP = 342,
STP = 343,
IPX = 344,
NETBEUI = 345,
LANE = 346,
LLC = 347,
METAC = 348,
BCC = 349,
SC = 350,
ILMIC = 351,
OAMF4EC = 352,
OAMF4SC = 353,
OAM = 354,
OAMF4 = 355,
CONNECTMSG = 356,
METACONNECT = 357,
VPI = 358,
VCI = 359,
RADIO = 360,
FISU = 361,
LSSU = 362,
MSU = 363,
HFISU = 364,
HLSSU = 365,
HMSU = 366,
SIO = 367,
OPC = 368,
DPC = 369,
SLS = 370,
HSIO = 371,
HOPC = 372,
HDPC = 373,
HSLS = 374,
LEX_ERROR = 375,
OR = 376,
AND = 377,
UMINUS = 378
};
#endif
/* Tokens. */
#define DST 258
#define SRC 259
#define HOST 260
#define GATEWAY 261
#define NET 262
#define NETMASK 263
#define PORT 264
#define PORTRANGE 265
#define LESS 266
#define GREATER 267
#define PROTO 268
#define PROTOCHAIN 269
#define CBYTE 270
#define ARP 271
#define RARP 272
#define IP 273
#define SCTP 274
#define TCP 275
#define UDP 276
#define ICMP 277
#define IGMP 278
#define IGRP 279
#define PIM 280
#define VRRP 281
#define CARP 282
#define ATALK 283
#define AARP 284
#define DECNET 285
#define LAT 286
#define SCA 287
#define MOPRC 288
#define MOPDL 289
#define TK_BROADCAST 290
#define TK_MULTICAST 291
#define NUM 292
#define INBOUND 293
#define OUTBOUND 294
#define PF_IFNAME 295
#define PF_RSET 296
#define PF_RNR 297
#define PF_SRNR 298
#define PF_REASON 299
#define PF_ACTION 300
#define TYPE 301
#define SUBTYPE 302
#define DIR 303
#define ADDR1 304
#define ADDR2 305
#define ADDR3 306
#define ADDR4 307
#define RA 308
#define TA 309
#define LINK 310
#define GEQ 311
#define LEQ 312
#define NEQ 313
#define ID 314
#define EID 315
#define HID 316
#define HID6 317
#define AID 318
#define LSH 319
#define RSH 320
#define LEN 321
#define IPV6 322
#define ICMPV6 323
#define AH 324
#define ESP 325
#define VLAN 326
#define MPLS 327
#define PPPOED 328
#define PPPOES 329
#define GENEVE 330
#define ISO 331
#define ESIS 332
#define CLNP 333
#define ISIS 334
#define L1 335
#define L2 336
#define IIH 337
#define LSP 338
#define SNP 339
#define CSNP 340
#define PSNP 341
#define STP 342
#define IPX 343
#define NETBEUI 344
#define LANE 345
#define LLC 346
#define METAC 347
#define BCC 348
#define SC 349
#define ILMIC 350
#define OAMF4EC 351
#define OAMF4SC 352
#define OAM 353
#define OAMF4 354
#define CONNECTMSG 355
#define METACONNECT 356
#define VPI 357
#define VCI 358
#define RADIO 359
#define FISU 360
#define LSSU 361
#define MSU 362
#define HFISU 363
#define HLSSU 364
#define HMSU 365
#define SIO 366
#define OPC 367
#define DPC 368
#define SLS 369
#define HSIO 370
#define HOPC 371
#define HDPC 372
#define HSLS 373
#define LEX_ERROR 374
#define OR 375
#define AND 376
#define UMINUS 377
/* Value type. */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
union YYSTYPE
{
#line 291 "grammar.y" /* yacc.c:1909 */
#line 321 "grammar.y" /* yacc.c:1909 */
int i;
bpf_u_int32 h;
@@ -309,7 +189,7 @@ union YYSTYPE
} blk;
struct block *rblk;
#line 313 "grammar.h" /* yacc.c:1909 */
#line 193 "grammar.h" /* yacc.c:1909 */
};
typedef union YYSTYPE YYSTYPE;