feat: add IP & ICMP packet implementations #7
Annotations
10 errors
lint:
src/packets/icmp.ts#L62
Type number trivially inferred from a number literal, remove type annotation
|
lint:
src/packets/icmp.ts#L65
Type number trivially inferred from a number literal, remove type annotation
|
lint:
src/packets/ip.ts#L22
'octets' is never reassigned. Use 'const' instead
|
lint:
src/packets/ip.ts#L24
'octetInt' is never reassigned. Use 'const' instead
|
lint:
src/packets/ip.ts#L58
Literals should be exposed using readonly fields
|
lint:
src/packets/ip.ts#L64
Literals should be exposed using readonly fields
|
lint:
src/packets/ip.ts#L68
Type number trivially inferred from a number literal, remove type annotation
|
lint:
src/packets/ip.ts#L77
Type number trivially inferred from a number literal, remove type annotation
|
lint:
src/packets/ip.ts#L81
Type number trivially inferred from a number literal, remove type annotation
|
lint:
src/packets/ip.ts#L86
Type number trivially inferred from a number literal, remove type annotation
|