Skip to content

Commit e6f46eb

Browse files
authored
Add Cisco HDLC (#145)
1 parent e17bcc3 commit e6f46eb

File tree

1 file changed

+51
-50
lines changed

1 file changed

+51
-50
lines changed

docs/features.mdx

Lines changed: 51 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -308,71 +308,72 @@ PcapPlusPlus currently supports parsing, editing and generation of packets of th
308308

309309
### Data Link Layer (L2)
310310

311-
1. Ethernet II
312-
2. IEEE 802.3 Ethernet
313-
3. LLC (Only BPDU supported)
314-
4. Null/Loopback
315-
5. Packet trailer (a.k.a footer or padding)
316-
6. PPPoE
317-
7. SLL (Linux cooked capture)
318-
8. SLL2 (Linux cooked capture v2)
319-
9. STP
320-
10. VLAN
321-
11. VXLAN
322-
12. Wake on LAN (WoL)
323-
13. NFLOG (Linux Netfilter NFLOG) - parsing only (no editing capabilities)
311+
1. Cisco HDLC
312+
2. Ethernet II
313+
3. IEEE 802.3 Ethernet
314+
4. LLC (Only BPDU supported)
315+
5. Null/Loopback
316+
6. Packet trailer (a.k.a footer or padding)
317+
7. PPPoE
318+
8. SLL (Linux cooked capture)
319+
9. SLL2 (Linux cooked capture v2)
320+
10. STP
321+
11. VLAN
322+
12. VXLAN
323+
13. Wake on LAN (WoL)
324+
14. NFLOG (Linux Netfilter NFLOG) - parsing only (no editing capabilities)
324325

325326
### Network Layer (L3)
326327

327-
14. ARP
328-
15. GRE
329-
16. ICMP
330-
17. ICMPv6
331-
18. IGMP (IGMPv1, IGMPv2 and IGMPv3 are supported)
332-
19. IPv4
333-
20. IPv6
334-
21. MPLS
335-
22. NDP
336-
23. Raw IP (IPv4 & IPv6)
337-
24. VRRP (IPv4 & IPv6)
338-
25. WireGuard
328+
15. ARP
329+
16. GRE
330+
17. ICMP
331+
18. ICMPv6
332+
19. IGMP (IGMPv1, IGMPv2 and IGMPv3 are supported)
333+
20. IPv4
334+
21. IPv6
335+
22. MPLS
336+
23. NDP
337+
24. Raw IP (IPv4 & IPv6)
338+
25. VRRP (IPv4 & IPv6)
339+
26. WireGuard
339340

340341
### Transport Layer (L4)
341342

342-
26. COTP
343-
27. GTP (v1 & v2)
344-
28. IPSec AH & ESP - parsing only (no editing capabilities)
345-
29. TCP
346-
30. TPKT
347-
31. UDP
343+
27. COTP
344+
28. GTP (v1 & v2)
345+
29. IPSec AH & ESP - parsing only (no editing capabilities)
346+
30. TCP
347+
31. TPKT
348+
32. UDP
348349

349350
### Session Layer (L5)
350351

351-
32. SDP
352-
33. SIP
352+
33. SDP
353+
34. SIP
353354

354355
### Presentation Layer (L6)
355356

356-
34. SSL/TLS - parsing only (no editing capabilities)
357+
35. SSL/TLS - parsing only (no editing capabilities)
357358

358359
### Application Layer (L7)
359360

360-
35. ASN.1 decoder and encoder
361-
36. BGP (v4)
362-
37. DHCP
363-
38. DHCPv6
364-
39. DNS
365-
40. FTP
366-
41. HTTP headers (request & response)
367-
42. LDAP
368-
43. NTP (v3, v4)
369-
44. Radius
370-
45. S7 Communication (S7comm)
371-
46. SMTP
372-
47. SOME/IP
373-
48. SSH - parsing only (no editing capabilities)
374-
49. Telnet - parsing only (no editing capabilities)
375-
50. Generic payload
361+
36. ASN.1 decoder and encoder
362+
37. BGP (v4)
363+
38. DHCP
364+
39. DHCPv6
365+
40. DNS
366+
41. FTP
367+
42. HTTP headers (request & response)
368+
43. LDAP
369+
44. NTP (v3, v4)
370+
45. Radius
371+
46. S7 Communication (S7comm)
372+
47. SMTP
373+
48. SOME/IP
374+
49. SSH - parsing only (no editing capabilities)
375+
50. Telnet - parsing only (no editing capabilities)
376+
51. Generic payload
376377

377378
## License
378379

0 commit comments

Comments
 (0)