Wireshark-commits: [Wireshark-commits] master 8cee907: text2pcap: extend snap length
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8cee907bbdfe94c133f1ed97174acfb3d814f369
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
8cee907 by Jaap Keuter (jaap.keuter@xxxxxxxxx):
text2pcap: extend snap length
The snaplength as saved in the capture file is set to the original
PCAP file length of 65535. In reality the package size can grow to
256kiB. Make use of the correct constant when writing the PCAP file.
Bug: 15292
Change-Id: Ib7710e4151cdc712f3344c1436252f9b3bfb556c
Signed-off-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/30923
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 54847d4 HI2Operations: Remove the not needed .h file.
add 8cee907 text2pcap: extend snap length
Summary of changes:
text2pcap.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)