Wireshark-commits: [Wireshark-commits] rev 31796: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 05 Feb 2010 01:06:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31796

User: guy
Date: 2010/02/04 05:06 PM

Log:
 I think you meant "pinfo->pseudo_header->atm.flags & ATM_AAL2_NOPHDR"
 (test whether ATM_AAL2_NOPHDR is set in atm.flags), not
 "pinfo->pseudo_header->atm.flags | ATM_AAL2_NOPHDR" (which is always
 true if ATM_AAL2_NOPHDR is nonzero, which it is).

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +1 -1      packet-atm.c    Modified