Wireshark-commits: [Wireshark-commits] rev 27664: /trunk/epan/ /trunk/epan/: uat.c

Date: Sun, 08 Mar 2009 22:36:44 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27664

User: stig
Date: 2009/03/08 03:36 PM

Log:
 Handle a empty string as "0" when checking numeric uat values, because
 strtol() will set errno on some platforms and not on other platforms.
 With this change we don't need to set a value in DLT_USER header size
 and trailer size.
 
 Also remove an unused strdup.

Directory: /trunk/epan/
  Changes    Path          Action
  +17 -12    uat.c         Modified