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

            Bug ID: 14989
           Summary: udpdump frame too long error
           Product: Wireshark
           Version: Git
          Hardware: x86
                OS: Windows 7
            Status: UNCONFIRMED
          Severity: Major
          Priority: Low
         Component: Common utilities (libwsutil)
          Assignee: bugzilla-ad...@wireshark.org
          Reporter: ee.ce....@gmail.com
  Target Milestone: ---

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
I am using udpdump to capture traffic from another device on windows.
my payload is binary and since in udpdump.c in line 175 we have
        *fp = fopen(fifo, "w");
the payload is written in the text format (on windows) and (the frame too long)
error is generated for addition of some escape charaters.
 I fixed it by changing the line to
        *fp = fopen(fifo, "wb");
I hoped it be fixed in the next stable release.

Thank you

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to