Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6446] New: tshark not make possible display description of

Date: Mon, 10 Oct 2011 04:05:11 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6446

           Summary: tshark not make possible display description of IMAP
                    protokol transaction
           Product: Wireshark
           Version: 1.4.9
          Platform: x86
        OS/Version: Fedora
            Status: NEW
          Severity: Normal
          Priority: Low
         Component: TShark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: franta@xxxxxxxxxxx


Build Information:
TShark 1.4.9

Copyright 1998-2011 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (32-bit) with GLib 2.26.0, with libpcap 1.1.1, without libz, without
POSIX capabilities, without libpcre, with SMI 0.4.8, without c-ares, without
ADNS, with Lua 5.1, without Python, with GnuTLS 2.8.6, with Gcrypt 1.4.5, with
MIT Kerberos, with GeoIP.

Running on Linux 2.6.35.14-96.fc14.i686.PAE, with libpcap version 1.1.1.

Built using gcc 4.5.1 20100924 (Red Hat 4.5.1-4).

--
Possible field names for IMAP protocol are only imap.response and imap.request,
which IMO only classify packet as request or response (they are boolean). There
should be another field(s), something as either "imap.description" or
"imap.request.description" + "imap.response.description" etc.
Now isn't possible display selected fields with IMAP transaction (e.g.
something like:

tshark -r my.pcap -n -T fields -e tcp.dstport -e ip.src -e imap.request -e
imap.response -e imap.description

)

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