Wireshark-commits: [Wireshark-commits] rev 51452: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 21 Aug 2013 17:04:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51452

User: alagoutte
Date: 2013/08/21 10:04 AM

Log:
 From Dario Lombardo via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9061 Added expert info to DNS dissector for negative TTL values
 
 According to RFC, TTL valid values are the positive values of a 32 bit signed field. This means that, despite the negative values can be put in a packet, they should be ignored. Wireshark prints them correctly, but a warning expert info could be useful.

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