Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-bugs: [Wireshark-bugs] [Bug 2868] EditCap and TShark cannot convert some file formats to libpcap while Wireshark can

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: bugzilla-daemon@xxxxxxxxxxxxx
Date: Sun, 4 Jan 2009 05:58:43 -0800 (PST)

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2868





--- Comment #3 from Sake <sake@xxxxxxxxxx>  2009-01-04 05:58:42 PDT ---
This is caused by the fact that some capture formats can contain packets with
multiple encapsulation types in one file. Wireshark reads all packets and if
they are of the same type, it is able to save all the packets to a libpcap file
(which can contain only one encapsulation type for all packets). Editcap and
tshark do reading and writing in one run and therefor can not predict if all
packets are of the same encapsulation type. Therefore they say you can't save
to libpcap.

This however can be changed into something like: "Save all the packets with the
encapsulation type of the first packet and mention how many packets were not
saved". Or some other creative solution...


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

  • Prev by Date: [Wireshark-bugs] [Bug 3170] New plugin to dissect collectd network packets
  • Next by Date: [Wireshark-bugs] [Bug 3170] New plugin to dissect collectd network packets
  • Previous by thread: [Wireshark-bugs] [Bug 2868] EditCap and TShark cannot convert some file formats to libpcap while Wireshark can
  • Next by thread: [Wireshark-bugs] [Bug 2868] EditCap and TShark cannot convert some file formats to libpcap while Wireshark can
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation