Unhandled exception while converting .pcap file to .txt using tshark.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • waqaspcap
    New Member
    • Jul 2012
    • 2

    Unhandled exception while converting .pcap file to .txt using tshark.

    Hi,

    Scenario:

    I have a stored .pcap file of Wireshark.

    i am converting .pcap file into a text file using tshark in linux environment (fedora 9)and storing it with all information extracted from the .pcap file by using following command

    tshark -nr /root/scripts/Test_id.pcap -T text -V > /root/Desktop/test.txt


    but getting following exception while converting:

    Unhandled exception ("proto.c:46 65: failed assertion "DISSECTOR_ASSE RT_NOT_REACHED" ", group=1, code=4)
    Aborted


    and process of conversion Aborted .what to do?
    Thanks
    Waqas
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    The examples I've found use -V and -r
    Code:
    tshark -V -r capture.pcacp > capture_to_text.txt
    Did adding the -r work for you?

    Comment

    • waqaspcap
      New Member
      • Jul 2012
      • 2

      #3
      I have tried that also but same problem persists.

      Comment

      • sicarie
        Recognized Expert Specialist
        • Nov 2006
        • 4677

        #4
        Interesting. Have you tried updating your system, or whatever is calling proto.c ?

        I can't find anything on that error, I can't recreate it - sorry!

        Comment

        Working...