Difference between revisions of "Type PCAP"

From truxwiki.com
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{| style="float:right;border:1px solid black"
 
{| style="float:right;border:1px solid black"
|+ Details
+
|+ [[Type_RDP_Tile_Cache|<<]] Details [[Type_Windows_Event_Trace_Log|>>]]
 
| Defined Constant
 
| Defined Constant
 
| <code>Type_PCAP</code>
 
| <code>Type_PCAP</code>
Line 17: Line 17:
 
|-
 
|-
 
| MIME Type
 
| MIME Type
| <code>application/octet-stream</code>
+
| <code>application/vnd.tcpdump.pcap</code>
 
|-
 
|-
 
| Filename Extension
 
| Filename Extension
Line 28: Line 28:
 
Network Packet Capture
 
Network Packet Capture
  
=External links=
+
=Details=
 
* [https://wiki.wireshark.org/Development/LibpcapFileFormat#Global_Header PCAP]
 
* [https://wiki.wireshark.org/Development/LibpcapFileFormat#Global_Header PCAP]
 
+
* [https://formats.kaitai.io/pcap/ Kaitai]
=Truxton Exploiters=
 
This file type is handled by the following ETLs:
 
* [[Expand]]
 

Latest revision as of 06:57, 6 March 2026

<< Details >>
Defined Constant Type_PCAP
File Type Value 917
Parent Type None
Carve No
Format Details Yes
MIME Type application/vnd.tcpdump.pcap
Filename Extension pcap

PCAP

Description

Network Packet Capture

Details