Wireshark-commits: [Wireshark-commits] rev 49357: /trunk/epan/ /trunk/epan/dissectors/: packet-coll

Date: Fri, 17 May 2013 00:06:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49357

User: eapache
Date: 2013/05/16 05:06 PM

Log:
 From Florian Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8472
 
 Starting with collectd 5.0, the representation of time has changed. The new
 fields "TIME_HR" and "INTERVAL_HR" contain the seconds since the epoch in steps
 of 2^{-30} seconds (roughly nanosecond precision). This patch adds support for
 both time formats.
 
 From me:
 Permit using 64-bit integers with value-strings, as this protocol actually 
 seems to needs it. We'll misbehave for named values > 2^32 but there aren't any
 of those despite the field being 64 bits.

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +164 -66   packet-collectd.c    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +2 -0      proto.c       Modified