Commit Graph

5 Commits

Author SHA1 Message Date
Pau Espin 7ae55ea29c Update pcap pkt size to 1520 bytes
I see packets of 1520 bytes in the generated pcap running under the
docker setup. This happens when a lot of IPA concurrent clients send
messages and end up in the same TCP packet due to naggle algorithm.

Change-Id: I362371508ba83acc48376b6ed012a97a59d4b31b
2024-02-28 14:15:19 +01:00
arehbein a084fbe605 Fix missing quotes for possibly unresolved variables in shell test-statements
Related: OS#5736

Change-Id: I7e7f4f95d1a7cc886360c733908c63a2843b0906
2022-11-02 17:36:35 +00:00
Harald Welte 8132008573 ttcn3-dumpcap-start.sh: Always capture lo interface
The loopback interface should always be captured, as it includes
the 'ping' commands we use to detect the start of the packet capture.

Change-Id: Ic3aee59dd230141a5d182e9babf8d33d59144aa4
2020-12-12 16:28:30 +01:00
Harald Welte ccee3a50c3 ttcn3-dumpcap-start.sh: Accept running as root or setuid dumpcap
Change-Id: Id97fb22e0018739a07e46ecaf26463248554f276
2020-12-11 17:22:26 +01:00
Harald Welte 7c29536975 gbproxy: Properly capture HDLC/FR traffic in addition to ethernet
We cannot use "-i all" but must list each interface separately,
which is only supported by dumpcap.  We also must write pcapng
files.

Change-Id: Id412af3bb6bcad5e0f2cf40a6dc497d7e4f3d948
2020-12-11 15:32:08 +01:00