Wireshark-commits: [Wireshark-commits] rev 54100: /trunk/wiretap/ /trunk/wiretap/: ascend_scanner.l
Date: Sat, 14 Dec 2013 18:07:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54100

User: gerald
Date: 2013/12/14 06:07 PM

Log:
 Squelch a bunch of shorten-64-to-32 warnings by parsing all of our
 numeric values using strtoul and casting it the result to a guint32.
 Hopefully no user or session IDs are negative or greater than 32 bits.

Directory: /trunk/wiretap/
  Changes    Path                Action
  +16 -14    ascend_scanner.l    Modified