Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 40243: /trunk-1.4/ /trunk-1.4/epan/dissectors/: packet-s

Date: Mon, 19 Dec 2011 08:01:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40243

User: jake
Date: 2011/12/19 12:01 AM

Log:
 ------------------------------------------------------------------------
 r39834 | cmaynard | 2011-11-14 20:57:45 +0100 (Mon, 14 Nov 2011) | 2 lines
 
 The Originator protocol identifier is not present in the "provisioning 
 actions operation -61", only the "session management operatin -60".  
 Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6570.
 ------------------------------------------------------------------------
 r39886 | guy | 2011-11-16 18:54:44 +0100 (Wed, 16 Nov 2011) | 15 lines
 
 Support nanosecond-resolution time for NetMon 2.x format (it's only
 100-nanosecond resolution, but that's still better than microsecond
 resolution).
 
 For NetMon 1.x format, only claim to support millisecond resolution, as
 that's all you get.
 
 Fix handling of negative time deltas in NetMon 2.x format.
 
 When writing a NetMon file, trim the time of the first packet to
 millisecond precision to get the capture start time, so that the start
 time written to the file (which has millisecond precision) is the same
 as the start time used to calculate the deltas written to the packet
 headers.
 
 ------------------------------------------------------------------------
 r39930 | guy | 2011-11-18 08:13:33 +0100 (Fri, 18 Nov 2011) | 4 lines
 
 Make sure pcap-ng supports a particular encapsulation type before
 trying to write out an interface description block for an interface with
 that type.
 
 ------------------------------------------------------------------------
 r39944 | guy | 2011-11-18 22:39:18 +0100 (Fri, 18 Nov 2011) | 3 lines
 
 Fail if somebody tries to write out a packet with an unsupported
 encapsulation.
 
 ------------------------------------------------------------------------
 r39959 | cmaynard | 2011-11-20 16:11:15 +0100 (Sun, 20 Nov 2011) | 2 lines
 
 Fix "'Closing File!' Dialog Hangs" bug 3046: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3046
 
 ------------------------------------------------------------------------
 
 
 Applied by hand:
 
 ------------------------------------------------------------------------
 r39831 | guy | 2011-11-14 19:42:11 +0100 (Mon, 14 Nov 2011) | 3 lines
 
 Do some more length checking to avoid a dissector bug error.  Should fix
 bug 6564.
 ------------------------------------------------------------------------
 r39902 | cmaynard | 2011-11-17 16:57:44 +0100 (Thu, 17 Nov 2011) | 2 lines
 
 Fix crash caused by trying to apply a field of type BASE_CUSTOM as a column.  
 Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6503.
 
 ------------------------------------------------------------------------

Directory: /trunk-1.4/epan/dissectors/
  Changes    Path             Action
  +39 -6     packet-snmp.c    Modified
  +4 -2      packet-ucp.c     Modified

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

Directory: /trunk-1.4/asn1/snmp/
  Changes    Path                      Action
  +36 -3     packet-snmp-template.c    Modified

Directory: /trunk-1.4/
  Changes    Path          Action
  +1 -2      file.c        Modified

Directory: /trunk-1.4/wiretap/
  Changes    Path          Action
  +16 -7     k12text.l     Modified
  +125 -41   netmon.c      Modified
  +17 -1     pcapng.c      Modified