-
Notifications
You must be signed in to change notification settings - Fork 3
Dumpy API
Jason Ish edited this page Sep 4, 2016
·
3 revisions
Parameters:
-
startTime
The start time of packets to find, no packets prior to the start time will be returned.
Examples:
- 2016-09-03T18:22:19-06:00
- 2016-09-03T18:22:19.123456-06:00
-
endTime
The end time of packets to find. No packets after this time will be returned. See startTime for examples of the time format.
-
duration
The amount of time in seconds after startTime to return packets for. This is an alternative to endTime.
Examples:
- 1s
- 1m
- 1h
-
filter
A PCAP filter.
-
spool
The name of the spool to retrieve packets from. If no spool is provided, the first one listed in the configuration will be used.
-
filename
The filename to be presented to the browser for a download dialog. If not provided, the name will simply be "dumpy.pcap"