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 33658: /trunk-1.4/ /trunk-1.4/epan/dissectors/: packet-c

Date: Wed, 28 Jul 2010 23:15:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33658

User: gerald
Date: 2010/07/28 04:15 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r33527 | sake | 2010-07-14 13:28:34 -0700 (Wed, 14 Jul 2010) | 3 lines
 Changed paths:
    M /trunk/doc/tshark.pod
    M /trunk/print.c
    M /trunk/tshark.c
 
 Make 'tshark -T fields' print all values for fields with multiple occurences.
 ------------------------------------------------------------------------
 r33528 | sake | 2010-07-14 14:05:11 -0700 (Wed, 14 Jul 2010) | 3 lines
 Changed paths:
    M /trunk/print.c
 
 Oops... forgot to update the "-E usage" text
 ------------------------------------------------------------------------
 r33529 | sake | 2010-07-14 14:53:57 -0700 (Wed, 14 Jul 2010) | 4 lines
 Changed paths:
    M /trunk/doc/tshark.pod
    M /trunk/print.c
    M /trunk/tshark.c
 
 Add an option to print the first, the last or all occurrences of each field
 (when using tshark -T fields)
 ------------------------------------------------------------------------
 r33550 | jmayer | 2010-07-16 02:52:43 -0700 (Fri, 16 Jul 2010) | 9 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-vrrp.c
 
 Fix for bug 5008:
 - Interval is now a 12 bit value in 1/100 s.
 - The address type of the virtual address is the address type
   of the network protocol.
 
 Bugs: Currently the mbz and the interval don't look nice.
       The checksum is incorrect (but it was incorrect with the
       old code as well, so it isn't a regression).
 ------------------------------------------------------------------------
 r33556 | jake | 2010-07-16 13:42:25 -0700 (Fri, 16 Jul 2010) | 4 lines
 Changed paths:
    M /trunk/wka.tmpl
 
 Fix for bug 5015:
 Remove redundancy from VRRP MAC address name resolution, 
 even though it's fitting for the protocol ;)
 ------------------------------------------------------------------------
 r33557 | jake | 2010-07-16 13:57:08 -0700 (Fri, 16 Jul 2010) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-xdmcp.c
 
 From Robert Ancell:
 XDMCP Query contains authentication names, not authorization names.
 ------------------------------------------------------------------------
 r33561 | stig | 2010-07-18 04:07:04 -0700 (Sun, 18 Jul 2010) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-icmpv6.c
 
 Show the reserved values in type 135, 137 and 143 in the packet tree.
 
 This fixes the issues in bug 5018.
 ------------------------------------------------------------------------
 r33580 | stig | 2010-07-19 06:31:02 -0700 (Mon, 19 Jul 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-cops.c
 
 Added SharedResourceID.
 ------------------------------------------------------------------------
 r33581 | stig | 2010-07-19 06:55:12 -0700 (Mon, 19 Jul 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-cops.c
 
 Removed call to check_col().
 ------------------------------------------------------------------------
 r33605 | stig | 2010-07-21 07:17:00 -0700 (Wed, 21 Jul 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-cops.c
 
 Added "Attribute Aggregation Rule Mask" from PKT-SP-MM-I05-091029.
 ------------------------------------------------------------------------
 r33606 | stig | 2010-07-21 07:43:02 -0700 (Wed, 21 Jul 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-cops.c
 
 Use correct length for I04/I05 Envelope headers.
 ------------------------------------------------------------------------
 r33615 | stig | 2010-07-22 03:07:25 -0700 (Thu, 22 Jul 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-cops.c
 
 Corrected length check for I05 Downstream Service.
 ------------------------------------------------------------------------
 r33585 | gerald | 2010-07-19 14:47:51 -0700 (Mon, 19 Jul 2010) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-nfs.c
 
 Use sscanf() to parse clientaddr4 instead of trying to parse it
 ourselves. Add support for IPv6 addresses. Fixes bug 5019.
 ------------------------------------------------------------------------

Directory: /trunk-1.4/epan/dissectors/
  Changes    Path               Action
  +188 -44   packet-cops.c      Modified
  +6 -0      packet-icmpv6.c    Modified
  +18 -42    packet-nfs.c       Modified
  +38 -24    packet-vrrp.c      Modified
  +30 -1     packet-xdmcp.c     Modified

Directory: /trunk-1.4/doc/
  Changes    Path          Action
  +12 -1     tshark.pod    Modified

Directory: /trunk-1.4/
  Changes    Path          Action
  +54 -6     print.c       Modified
  +2 -0      tshark.c      Modified
  +1 -1      wka.tmpl      Modified