ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Sat, 09 Jun 2012 18:24:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43180

User: wmeier
Date: 2012/06/09 11:24 AM

Log:
 str_to_ipaddr() had a bug; use inet_pton() instead;
 See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6844#c27
 
 Also: Improve handling of an invalid value for the 'proxy IP Address'
 preference. If the address is invalid, setting the preference
 to "" in proto_reg_handoff...() doesn't work well.
 Instead, issue a g_warning for an invalid IP address when it'
 s processed in proto_reg_handoff...()
 (AFAIK, there's not a way for a dissector to validate the semantic
 value of a preference and report an error).

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +31 -45    packet-uasip.c    Modified