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-dev: Re: [Wireshark-dev] Warn Dissector bug, protocol CPFI, in packet 167: packet-cpfi.c:196: failed assertion "pinfo->src.type == AT_ETHER

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


From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Tue, 02 Oct 2007 10:49:03 -0400



Toralf Förster wrote:
I got that msg with current svn version with the packet attached at this mail.

[I'd suggest opening bugs for this kind of thing so they don't get lost.]

CPFI registers for UDP ports 5000 and 5001 which aren't IANA registered for that protocol. I changed the CPFI dissector to be a "new style" dissector to try to avoid false positives.

With that change this packet still shows up as a CPFI packet. It fails the assertion because it's a Linux Cooked Capture which does not contain the Ethernet addresses (but the dissector requires them). So I further changed the dissector so if there are no MAC addresses, it assumes it can't be CPFI and returns 0. (I'm not sure that's the best way to do it, but...)

  • Prev by Date: [Wireshark-dev] mikey decryption
  • Next by Date: Re: [Wireshark-dev] Wish List - Notes Field
  • Previous by thread: Re: [Wireshark-dev] mikey decryption
  • Next by thread: [Wireshark-dev] svn version r23048
  • Index(es):
    • Date
    • Thread

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