1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Converts a captured HTTP exchange (PCAP / HAR / curl trace) into a
deterministic captchaforge bench fixture or
[`AdversarialCapture`][adv].
The capture path is opportunistic, drop a `.har` / `.pcap` / curl-
trace `.txt` into `tools/pcap2fixture/incoming/` and the script
emits the appropriate fixture stub. Operators then commit the
fixture and add a regression test.
1. 2.3.4. - -5.
- --
`convert.py` is a stub today. Real implementation lands when the
first user-reported capture comes in. The PROTOCOL (incoming/ +
out shape) is locked so the script can be filled in incrementally
without disrupting fixture / corpus consumers.