Wireshark-bugs: [Wireshark-bugs] [Bug 1084] Handle packet data encoded using base64, uuencode, e
Date: Fri, 12 Apr 2013 19:08:53 +0000

changed bug 1084

What Removed Added
Component Wireshark Dissection engine (libwireshark)
Assignee wireshark-bugs@wireshark.org bugzilla-admin@wireshark.org
Summary Text converter for viewing in data pane Handle packet data encoded using base64, uuencode, etc.

Comment # 4 on bug 1084 from
(In reply to comment #3)
> we have a dissector for RFC x822 messages, and we might be able to arrange
> that the SMTP dissector call it.

We already *did* arrange that, at least in the trunk.

I suspect that, in most cases, we're now handling this inside the dissectors. 
We don't have a uuencode handler, though, although we *do* have a base64
handler.

In any case, this is probably best handled within the dissectors, as we're
doing it for some encoding types, so let's leave this open for encodings we
don't handle and packet formats we don't handle.


You are receiving this mail because:
  • You are the assignee for the bug.
  • You are watching all bug changes.