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 44430: /trunk-1.8/ /trunk-1.8/epan/dissectors/: packet-d

Date: Fri, 10 Aug 2012 17:51:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44430

User: gerald
Date: 2012/08/10 10:51 AM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r44089 | tuexen | 2012-07-28 04:13:24 -0700 (Sat, 28 Jul 2012) | 4 lines
   Changed paths:
      M /trunk/capture.c
 
   Add handling of ringbuffer support when packets are not updated
   in realtime. This should fix:
   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7423
   ------------------------------------------------------------------------
   r44091 | pascal | 2012-07-28 06:40:11 -0700 (Sat, 28 Jul 2012) | 2 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-gtp.c
      M /trunk/epan/dissectors/packet-gtpv2.c
 
   Fix inverted dissection of Pre-emption Capability and Pre-emption Vulnerability
   ------------------------------------------------------------------------
   r44103 | alagoutte | 2012-07-29 07:51:43 -0700 (Sun, 29 Jul 2012) | 4 lines
   Changed paths:
      M /trunk/ui/gtk/main_menubar.c
 
   It is link Tshark Help not Wireshark (already in bottom !)
 
   #BACKPORT
   ------------------------------------------------------------------------
   r44114 | wmeier | 2012-07-29 12:47:50 -0700 (Sun, 29 Jul 2012) | 6 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-mpls-y1711.c
 
   Don't do 'return 0' in mpls-y1722 dissector (so mpls dissector won't try to continue dissecting).
 
   See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6787
        Comments 14, 16, 17
   ------------------------------------------------------------------------
   r44141 | tuexen | 2012-07-30 13:53:42 -0700 (Mon, 30 Jul 2012) | 4 lines
   Changed paths:
      M /trunk/wiretap/pcapng.c
 
   Avoid a division by zero due to overflow.
   This should fix the crash in
   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7266
   ------------------------------------------------------------------------
   r44283 | gerald | 2012-08-06 11:24:21 -0700 (Mon, 06 Aug 2012) | 4 lines
   Changed paths:
      M /trunk/capture.c
 
   Don't call main_window_update() from capture_input_new_packets()
   on Windows. Otherwise we end up looping forever on a NULL event in
   main_window_update().
   ------------------------------------------------------------------------
   r44287 | jake | 2012-08-06 14:45:43 -0700 (Mon, 06 Aug 2012) | 4 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-dns.c
 
   Fix for bug 7555:
   Add an expert item on the AD bit in a DNS query.
   Also add some type values.
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.8/epan/dissectors/
  Changes    Path                   Action
  +75 -49    packet-dns.c           Modified
  +4 -4      packet-gtp.c           Modified
  +2 -2      packet-gtpv2.c         Modified
  +19 -22    packet-mpls-y1711.c    Modified

Directory: /trunk-1.8/docbook/
  Changes    Path                 Action
  +32 -0     release-notes.xml    Modified

Directory: /trunk-1.8/ui/gtk/
  Changes    Path              Action
  +1 -1      main_menubar.c    Modified

Directory: /trunk-1.8/
  Changes    Path          Action
  +12 -3     capture.c     Modified

Directory: /trunk-1.8/wiretap/
  Changes    Path          Action
  +2 -2      pcapng.c      Modified