We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9937ef1 commit 5282d1cCopy full SHA for 5282d1c
1 file changed
showcases/general/pcaprecording/omnetpp.ini
@@ -36,14 +36,14 @@ network = PcapRecordingShowcase
36
37
# pcap recorder settings
38
*.host1.numPcapRecorders = 1
39
-*.host1.pcapRecorder[0].pcapFile = "results/host1.pcap"
+*.host1.pcapRecorder[0].pcapFile = "results/host1.80211.pcap"
40
41
*.host2.numPcapRecorders = 1
42
*.host2.pcapRecorder[0].pcapFile = "results/host2.arp.pcap"
43
*.host2.pcapRecorder[0].packetFilter = expr(has(ArpPacket))
44
45
*.ethHost1.numPcapRecorders = 1
46
-*.ethHost1.pcapRecorder[*].pcapFile = "results/ethHost1.pcap"
+*.ethHost1.pcapRecorder[*].pcapFile = "results/ethHost1.eth.pcap"
47
48
*.router1.numPcapRecorders = 2
49
*.router1.pcapRecorder[0].moduleNamePatterns = "ppp[*]"
0 commit comments