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 5522] Support for the Linux ATM-over-TCP protocol

Date: Mon, 28 Mar 2011 06:32:47 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5522

Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6089|                            |review_for_checkin?
               Flag|                            |

--- Comment #13 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2011-03-28 06:32:43 PDT ---
Created an attachment (id=6089)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6089)
Fix clang Warning for ATMTCP Dissector

A small patch to fix Clang Warning :

ANALYZE: packet-atmtcp.c dissect_atmtcp
packet-atmtcp.c:95:5: warning: Value stored to 'offset' is never read
    offset +=4;
    ^        ~
packet-atmtcp.c:93:5: warning: Value stored to 'length' is never read
    length = tvb_get_ntohl(tvb, offset);

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