Skip to content

Commit 472f62d

Browse files
authored
Add cryptographic key decoders (#187)
1 parent ec165df commit 472f62d

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

docs/features.mdx

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -360,24 +360,25 @@ PcapPlusPlus currently supports parsing, editing and generation of packets of th
360360

361361
36. ASN.1 decoder and encoder
362362
37. BGP (v4)
363-
38. DHCP
364-
39. DHCPv6
365-
40. DNS
366-
41. DoIP
367-
42. FTP
368-
43. HTTP headers (request & response)
369-
44. LDAP
370-
45. Modbus
371-
46. NTP (v3, v4)
372-
47. PEM decoder and encoder
373-
48. Radius
374-
49. S7 Communication (S7comm)
375-
50. SMTP
376-
51. SOME/IP
377-
52. SSH - parsing only (no editing capabilities)
378-
53. Telnet - parsing only (no editing capabilities)
379-
54. X509 certificates - parsing only (no editing capabilities)
380-
55. Generic payload
363+
38. Cryptographic key decoders
364+
39. DHCP
365+
40. DHCPv6
366+
41. DNS
367+
42. DoIP
368+
43. FTP
369+
44. HTTP headers (request & response)
370+
45. LDAP
371+
46. Modbus
372+
47. NTP (v3, v4)
373+
48. PEM decoder and encoder
374+
49. Radius
375+
50. S7 Communication (S7comm)
376+
51. SMTP
377+
52. SOME/IP
378+
53. SSH - parsing only (no editing capabilities)
379+
54. Telnet - parsing only (no editing capabilities)
380+
55. X509 certificates - parsing only (no editing capabilities)
381+
56. Generic payload
381382

382383
## License
383384

static/api-docs/next/doxygen/mainpage.dox

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
* - pcpp::SSLLayer, SSLLayer.h - SSL/TLS protocol - parsing only (no editing capabilities)
6969
* - pcpp::Asn1Record, Asn1Codec.h - ASN.1 decoder and encoder
7070
* - pcpp::BgpLayer, BgpLayer.h - BGP protocol
71+
* - pcpp::PKCS8PrivateKey , pcpp::RSAPrivateKey , pcpp::ECPrivateKey, pcpp::RSAPublicKey, pcpp::SubjectPublicKeyInfo, CryptoKeyDecoder.h - cryptographic key decoders
7172
* - pcpp::DhcpLayer, DhcpLayer.h - DHCP protocol
7273
* - pcpp::DhcpV6Layer, DhcpV6Layer.h - DHCPv6 protocol
7374
* - pcpp::DnsLayer, DnsLayer.h - DNS protocol

0 commit comments

Comments
 (0)