Wireshark-commits: [Wireshark-commits] rev 35790: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Thu, 03 Feb 2011 22:04:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35790

User: morriss
Date: 2011/02/03 02:04 PM

Log:
 Store the result of tvb_get_ntohs() in a guint16 instead of a guint8 to avoid a
 compiler warning.  (It looks like the only expected values will fit in 8 bits,
 but it also appears that the code really is expecting 'of_code' to be stored in
 16 bits on the wire.)

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +11 -11    packet-pcep.c    Modified