PCAP
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |subcat=Networking |extensions={{ext|pcap}} }} '''PCAP''' (or libpcap) is a format used by networking tools such as TcpDump/WinDump to save captured network activ...") |
(Added Kaitai Struct link) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|subcat=Networking | |subcat=Networking | ||
|extensions={{ext|pcap}} | |extensions={{ext|pcap}} | ||
+ | |pronom={{PRONOM|fmt/779}}, {{PRONOM|fmt/780}} | ||
+ | |kaitai struct=pcap | ||
}} | }} | ||
'''PCAP''' (or libpcap) is a format used by networking tools such as TcpDump/WinDump to save captured network activity. | '''PCAP''' (or libpcap) is a format used by networking tools such as TcpDump/WinDump to save captured network activity. | ||
Line 12: | Line 14: | ||
* [https://www.synalysis.net/Grammars/pcap.grammar Synalysis grammar file] (for Hexinator / Synalize It!; [[Synalysis grammar file|more details]]) | * [https://www.synalysis.net/Grammars/pcap.grammar Synalysis grammar file] (for Hexinator / Synalize It!; [[Synalysis grammar file|more details]]) | ||
+ | * [https://github.com/DFDLSchemas/PCAP DFDL schema] (see [[DFDL]]) | ||
== Sample files == | == Sample files == |
Latest revision as of 07:39, 29 June 2017
PCAP (or libpcap) is a format used by networking tools such as TcpDump/WinDump to save captured network activity.
Contents |
[edit] Format description
[edit] Metaformat files
- Synalysis grammar file (for Hexinator / Synalize It!; more details)
- DFDL schema (see DFDL)