------------------------------------------------------------------------
r43951 | gerald | 2012-07-23 17:29:04 -0700 (Mon, 23 Jul 2012) | 2 lines
Changed paths:
   M /trunk-1.8/config.nmake
   M /trunk-1.8/configure.in
   M /trunk-1.8/debian/changelog
   M /trunk-1.8/debian/wireshark-common.files
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/epan/Makefile.am
   M /trunk-1.8/make-version.pl
   M /trunk-1.8/version.conf
   M /trunk-1.8/wiretap/Makefile.am

1.8.1 → 1.8.2.

------------------------------------------------------------------------
r44086 | gerald | 2012-07-27 16:30:58 -0700 (Fri, 27 Jul 2012) | 26 lines
Changed paths:
   M /trunk-1.8/Makefile.nmake
   M /trunk-1.8/packaging/nsis/Makefile.nmake

Copy over revisions from the trunk:

  ------------------------------------------------------------------------
  r43965 | gerald | 2012-07-24 09:30:03 -0700 (Tue, 24 Jul 2012) | 3 lines
  Changed paths:
     M /trunk/packaging/nsis/Makefile.nmake

  Remove uninstall_installer.exe when we're done with it so that we don't
  have an extraneous executable in the staging directory.
  ------------------------------------------------------------------------


Copy over with manual intervention:

  ------------------------------------------------------------------------
  r43976 | gerald | 2012-07-24 16:59:42 -0700 (Tue, 24 Jul 2012) | 5 lines
  Changed paths:
     M /trunk/Makefile.nmake
     M /trunk/packaging/nsis/Makefile.nmake

  Fix the dependencies for wireshark.exe and tshark.exe and use "xcopy
  /d" instead of "copy" in Makefile.nmake. Fix the uninstall.exe path in
  packaging\nsis\Makefile.nmake. This keeps us from clobbering existing
  files in wireshark-gt2 unnecessarily.
  ------------------------------------------------------------------------

------------------------------------------------------------------------
r44102 | gerald | 2012-07-29 07:34:01 -0700 (Sun, 29 Jul 2012) | 1 line
Changed paths:
   M /trunk-1.8/epan/enterprise-numbers
   M /trunk-1.8/manuf
   M /trunk-1.8/services

[Automatic manuf, services and enterprise-numbers update for 2012-07-29]
------------------------------------------------------------------------
r44121 | wmeier | 2012-07-29 14:43:11 -0700 (Sun, 29 Jul 2012) | 32 lines
Changed paths:
   M /trunk-1.8/epan/dissectors/packet-nfs.c

Copy from trunk:
------------------------------------------------------------------------
r44111 | wmeier | 2012-07-29 14:17:17 -0400 (Sun, 29 Jul 2012) | 11 lines

Fix crash when "file_name_snooping" & "file_full_name_snooping" prefs enabled.

Crash due to a g_snprintf() incorrect (too large) "max number of bytes" parameter.

Note that g_snprintf() apparently writes to (initializes ?) bytes beyond the
 actual string written.

Fixes Bug #7948: (To be confirmed by the user)
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7498


------------------------------------------------------------------------
r44112 | wmeier | 2012-07-29 15:00:46 -0400 (Sun, 29 Jul 2012) | 2 lines

Cast away a compile warning: "conversion from '__int64' to 'gulong', possible loss of data"

------------------------------------------------------------------------
r44113 | wmeier | 2012-07-29 15:05:18 -0400 (Sun, 29 Jul 2012) | 2 lines

Fix a typo  :(

------------------------------------------------------------------------
r44117 | wmeier | 2012-07-29 16:19:38 -0400 (Sun, 29 Jul 2012) | 2 lines

g_assert --> DISSECTOR_ASSERT

------------------------------------------------------------------------

------------------------------------------------------------------------
r44123 | wmeier | 2012-07-29 15:03:54 -0700 (Sun, 29 Jul 2012) | 9 lines
Changed paths:
   M /trunk-1.8/epan/dissectors/packet-mpls-pm.c

Copy from trunk:
------------------------------------------------------------------------
r44118 | wmeier | 2012-07-29 16:39:46 -0400 (Sun, 29 Jul 2012) | 3 lines

Several right-shifts should be left-shifts.
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6881#c12

------------------------------------------------------------------------

------------------------------------------------------------------------
r44277 | gerald | 2012-08-05 07:34:04 -0700 (Sun, 05 Aug 2012) | 1 line
Changed paths:
   M /trunk-1.8/epan/enterprise-numbers
   M /trunk-1.8/manuf
   M /trunk-1.8/services

[Automatic manuf, services and enterprise-numbers update for 2012-08-05]
------------------------------------------------------------------------
r44309 | gerald | 2012-08-07 12:29:44 -0700 (Tue, 07 Aug 2012) | 16 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/epan/dissectors/packet-dcp-etsi.c

Copy over r44247 from the trunk:

  ------------------------------------------------------------------------
  r44247 | morriss | 2012-08-03 09:20:31 -0700 (Fri, 03 Aug 2012) | 6 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-dcp-etsi.c

  Fix fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7566 :

  Don't try to reassemble a message of length 0 (fixes a later divide-by-zero
  error but I don't see why we'd want to do any work for message whose length
  we think is 0).
  ------------------------------------------------------------------------

Update the release notes.

------------------------------------------------------------------------
r44342 | gerald | 2012-08-08 08:56:25 -0700 (Wed, 08 Aug 2012) | 16 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/epan/dissectors/packet-mongo.c

Copy over r44288 from the trunk:

  ------------------------------------------------------------------------
  r44288 | gerald | 2012-08-06 15:04:09 -0700 (Mon, 06 Aug 2012) | 6 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-mongo.c

  Check for a too-short BSON document length. Fixes a DoS reported by Ben
  Schmidt in bug 7572.

  Also check for a too-long BSON document length and too many nested BSON
  documents.
  ------------------------------------------------------------------------

Update the release notes.

------------------------------------------------------------------------
r44343 | gerald | 2012-08-08 09:09:52 -0700 (Wed, 08 Aug 2012) | 20 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/epan/dissectors/packet-xtp.c

Copy over r44289 from the trunk:

  ------------------------------------------------------------------------
  r44289 | gerald | 2012-08-06 16:12:13 -0700 (Mon, 06 Aug 2012) | 10 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-xtp.c

  Add a maximum span length check to XTP. Fixes a crash discovered by Ben
  Schmidt.

  Just use proto_tree_add_item() instead of allocating a
  big-ol-honkin'-block of guint64s and adding their values to the tree via
  proto_tree_add_uint64().

  Dissection *should* still work correctly but I can't find any XTP
  captures for testing.
  ------------------------------------------------------------------------

Update the release notes.

------------------------------------------------------------------------
r44347 | gerald | 2012-08-08 09:40:12 -0700 (Wed, 08 Aug 2012) | 18 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/epan/dissectors/packet-erf.c

Copy over revisions from the trunk:

  ------------------------------------------------------------------------
  r44306 | morriss | 2012-08-07 11:17:29 -0700 (Tue, 07 Aug 2012) | 8 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-erf.c

  Fix fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7563 :

  Don't overflow in_fmt->m_vc_index_array: verify that speed is less than or
  equal to DECHAN_MAX_AUG_INDEX before using it.

  Also add a comment: there are comments here that indicate that this array
  should have 5 entries but there are only 4.
  ------------------------------------------------------------------------

Update the release notes.

------------------------------------------------------------------------
r44350 | gerald | 2012-08-08 10:24:27 -0700 (Wed, 08 Aug 2012) | 15 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/epan/dissectors/packet-afp.c

Copy over revisions from the trunk:

  ------------------------------------------------------------------------
  r44317 | gerald | 2012-08-07 16:06:29 -0700 (Tue, 07 Aug 2012) | 5 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-afp.c

  Fix a large loop found by Stefan Cornelius of Red Hat Security Response
  Team (bug 7603).

  Display the ACL entry count as decimal instead of hexadecimal.
  ------------------------------------------------------------------------

Update the release notes.

------------------------------------------------------------------------
r44353 | gerald | 2012-08-08 11:41:48 -0700 (Wed, 08 Aug 2012) | 18 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/epan/dissectors/packet-rtps2.c

Copy over revisions from the trunk:

  ------------------------------------------------------------------------
  r44320 | gerald | 2012-08-07 17:40:03 -0700 (Tue, 07 Aug 2012) | 7 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-rtps2.c

  Use ep_strbufs instead of trying to track string offsets manually
  and overflowing a buffer. Fixes a crash in bug 7568 discovered by
  Laurent Butti.

  We do the Dance Of The String Offset Pointers in several other
  places. They should probably be changed to ep_strbufs as well.
  ------------------------------------------------------------------------


Update the release notes.

------------------------------------------------------------------------
r44356 | gerald | 2012-08-08 12:02:51 -0700 (Wed, 08 Aug 2012) | 21 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/epan/dissectors/packet-gsm_rlcmac.h

Copy over revisions from the trunk:

  ------------------------------------------------------------------------
  r44307 | gerald | 2012-08-07 11:36:18 -0700 (Tue, 07 Aug 2012) | 4 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-gsm_rlcmac.h

  Make sure we have a corresponding 'u' member to RlcMacDownlink_t for
  every call to csnStreamDissector. This should fix bug 7561. Based on
  attachment 8888 from Martin Kaiser.
  ------------------------------------------------------------------------
  r44319 | pascal | 2012-08-07 17:11:14 -0700 (Tue, 07 Aug 2012) | 2 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-gsm_rlcmac.h

  Remove Uplink messages from the RlcMacDownlink_t structure (as they are part of the RlcMacUplink_t structure that is also used to call csnStreamDissector function)
  ------------------------------------------------------------------------


Update the release notes.

------------------------------------------------------------------------
r44360 | gerald | 2012-08-08 13:52:36 -0700 (Wed, 08 Aug 2012) | 12 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/epan/dissectors/packet-cip.c

Copy over r44312 from the trunk:

  ------------------------------------------------------------------------
  r44312 | mmann | 2012-08-07 13:09:59 -0700 (Tue, 07 Aug 2012) | 1 line
  Changed paths:
     M /trunk/epan/dissectors/packet-cip.c

  Add a sanity check so we don't unnecessarily allocate memory for a Multiple Service Packet message.  Bugfix 7570 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7570)
  ------------------------------------------------------------------------

Update the release notes.

------------------------------------------------------------------------
r44367 | gerald | 2012-08-08 17:26:42 -0700 (Wed, 08 Aug 2012) | 14 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/epan/dissectors/packet-stun.c

Copy over r44366 from the trunk:

  ------------------------------------------------------------------------
  r44366 | gerald | 2012-08-08 17:20:18 -0700 (Wed, 08 Aug 2012) | 4 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-stun.c

  se_tree_lookup32_array() can destroy its key. Make sure we refresh it
  before passing it to se_tree_insert32_array(). Fixes bug 7569 reported
  by Laurent Butti.
  ------------------------------------------------------------------------

Update the release notes.

------------------------------------------------------------------------
r44389 | gerald | 2012-08-09 10:40:45 -0700 (Thu, 09 Aug 2012) | 17 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/plugins/ethercat/packet-ecatmb.c

Copy over r43149 from the trunk:

  ------------------------------------------------------------------------
  r43149 | wmeier | 2012-06-07 13:16:28 -0700 (Thu, 07 Jun 2012) | 6 lines
  Changed paths:
     M /trunk/plugins/ethercat/packet-ecatmb.c

  Attempt to fix display of "eoe macfilter header".
  Among other things: fix incorrect 'display' value in several hf[] entries.
  (See XXX coments in source for further details).
  Attempt to fix use of incorrect value in hf[] entry 'display' fields
  ------------------------------------------------------------------------

Fixes an abort reported by Laurent Butti in bug 7562.

Update the release notes.

------------------------------------------------------------------------
r44396 | morriss | 2012-08-09 12:20:18 -0700 (Thu, 09 Aug 2012) | 43 lines
Changed paths:
   M /trunk-1.8/diameter/Ericsson.xml
   M /trunk-1.8/diameter/dictionary.xml

Copy over Diameter XMLs from trunk; this includes these revisions:

  ------------------------------------------------------------------------
  r44394 | morriss | 2012-08-09 14:30:49 -0400 (Thu, 09 Aug 2012) | 1 line

  Fix up indentation.
  ------------------------------------------------------------------------
  r44128 | etxrab | 2012-07-30 03:37:24 -0400 (Mon, 30 Jul 2012) | 4 lines

  From e.yimjia:
  Diameter AVP:s for SLh interface.

  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7539
  ------------------------------------------------------------------------
  r44054 | morriss | 2012-07-26 14:33:59 -0400 (Thu, 26 Jul 2012) | 1 line

  Add 3GPP Sy (29.219) command codes, AVPs, and appID.
  ------------------------------------------------------------------------
  r43625 | etxrab | 2012-07-09 10:10:40 -0400 (Mon, 09 Jul 2012) | 1 line

  Update AVP dissection.
  ------------------------------------------------------------------------
  r43472 | morriss | 2012-06-25 00:41:36 -0400 (Mon, 25 Jun 2012) | 9 lines

  From Rick Mortensen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4128 :

  Add Ericsson-proprietary AVPs and Result-Codes for SCAP.

  Add Huawei as a known vendor.

  From me:
  Reindent the Ericsson XML file; sort the new AVPs by number.

  ------------------------------------------------------------------------
  r43205 | morriss | 2012-06-11 12:05:38 -0400 (Mon, 11 Jun 2012) | 1 line

  S9 AVPs start at 2200.
  ------------------------------------------------------------------------
  r43199 | etxrab | 2012-06-11 03:48:14 -0400 (Mon, 11 Jun 2012) | 1 line

  Add a reference to TGPPS9.xml update a couple of AVP:s while at it.


------------------------------------------------------------------------
r44404 | gerald | 2012-08-09 15:12:51 -0700 (Thu, 09 Aug 2012) | 13 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/epan/dissectors/packet-ctdb.c

Copy over r44403 from the trunk:

  ------------------------------------------------------------------------
  r44403 | gerald | 2012-08-09 15:04:46 -0700 (Thu, 09 Aug 2012) | 3 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-ctdb.c

  Add a check for the number of nodes. Fixes a DoS in bug 7573 reported by
  Ben Schmidt.
  ------------------------------------------------------------------------

Update the release notes.

------------------------------------------------------------------------
r44409 | gerald | 2012-08-09 16:44:52 -0700 (Thu, 09 Aug 2012) | 70 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/epan/column-utils.c
   M /trunk-1.8/epan/dissectors/packet-giop.c
   M /trunk-1.8/epan/dissectors/packet-gtpv2.c
   M /trunk-1.8/epan/dissectors/packet-x25.c
   M /trunk-1.8/epan/tfs.c
   M /trunk-1.8/epan/tfs.h
   M /trunk-1.8/ui/gtk/capture_dlg.c
   M /trunk-1.8/ui/gtk/main.c
   M /trunk-1.8/ui/gtk/main_menubar.c

Copy over revisions from the trunk:

  ------------------------------------------------------------------------
  r43930 | etxrab | 2012-07-23 08:27:52 -0700 (Mon, 23 Jul 2012) | 4 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-gtpv2.c
     M /trunk/epan/tfs.c
     M /trunk/epan/tfs.h

  Fix reversed values for  Bearer Context IE decodes Bearer Level Quality of Service (Bearer QoS) in ARP field the wireshark decoded preemption values.

  As reported in
  http://ask.wireshark.org/questions/12907/pre-emption-decoding-on-s11-interface
  ------------------------------------------------------------------------
  r43953 | etxrab | 2012-07-23 22:51:42 -0700 (Mon, 23 Jul 2012) | 1 line
  Changed paths:
     M /trunk/ui/gtk/main_menubar.c

  Reinsert conversation colorization shortcuts
  ------------------------------------------------------------------------
  r43955 | etxrab | 2012-07-24 03:25:13 -0700 (Tue, 24 Jul 2012) | 4 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-giop.c

  From Peng Di:
  GIOP request_id used for sub dissectors is not assigned when decoding GIOP 1.2 Request message.

  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7516
  ------------------------------------------------------------------------
  r43956 | etxrab | 2012-07-24 04:47:23 -0700 (Tue, 24 Jul 2012) | 6 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-x25.c

  From Karsten Keil:
  ISDN LAPD X.31 packet traffic can not be decoded

  X.31 is X.25 over ISDN. It use SAPI 16 LAPD service.

  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7514
  ------------------------------------------------------------------------
  r43957 | etxrab | 2012-07-24 05:20:18 -0700 (Tue, 24 Jul 2012) | 3 lines
  Changed paths:
     M /trunk/epan/column-utils.c

  Use the correct symbols
  COL_UTC_TIME and COL_UTC_DATE_TIME
  insted of TS_UTC and TS_UTC_WITH_DATE.
  ------------------------------------------------------------------------


Copy over with manual intervention:

  ------------------------------------------------------------------------
  r43922 | martink | 2012-07-22 15:09:46 -0700 (Sun, 22 Jul 2012) | 8 lines
  Changed paths:
     M /trunk/ui/gtk/capture_dlg.c
     M /trunk/ui/gtk/iface_lists.c

  initialize required interface_t components of a newly created interface

  this should fix crashes in the interface list handling when the
  interface list contains pipes initliazed by scan_local_interfaces() or
  add_pipe_cb()

  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7511
  ------------------------------------------------------------------------


Update the release notes.

------------------------------------------------------------------------
r44410 | gerald | 2012-08-09 17:08:03 -0700 (Thu, 09 Aug 2012) | 48 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/dumpcap.c
   M /trunk-1.8/epan/dissectors/packet-gsm_a_common.c
   M /trunk-1.8/ui/gtk/main.c
   M /trunk-1.8/ui/gtk/main.h
   M /trunk-1.8/ui/gtk/main_menubar.c

Copy over revisions from the trunk:

  ------------------------------------------------------------------------
  r43961 | etxrab | 2012-07-24 08:03:59 -0700 (Tue, 24 Jul 2012) | 8 lines
  Changed paths:
     M /trunk/ui/gtk/main.c
     M /trunk/ui/gtk/main.h
     M /trunk/ui/gtk/main_menubar.c

  Analyze->Apply as Filter and Analyze->Prepare a Filter cause crashes

  user_data is NULL in the callbacks from the menu_bar, and when preparing filters we need to find the filter widget with g_object_get_data(G_OBJECT(data), E_DFILTER_TE_KEY).
  The object is saved in the global variable popup_menu_object.
  Use that in the filter callbacks from the menu bar.
  - remove unused widget from a couple of callbacks.

  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7506
  ------------------------------------------------------------------------
  r43999 | etxrab | 2012-07-25 08:15:16 -0700 (Wed, 25 Jul 2012) | 6 lines
  Changed paths:
     M /trunk/ui/gtk/main_menubar.c

  Unify the AktionEntries for apply/prepare filter we should probably
  do the same type thing for the ui_desciptions.

   eg put a "place holder" in the UI descriptions and
  make a call from main_menubar.c i.e add_filter_menu()
  and do the UI stuff there.
  ------------------------------------------------------------------------
  r43981 | tuexen | 2012-07-25 00:08:20 -0700 (Wed, 25 Jul 2012) | 4 lines
  Changed paths:
     M /trunk/dumpcap.c

  Update recv/drop counters also when no threads are used.
  This should fix
  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7523
  ------------------------------------------------------------------------
  r44008 | pascal | 2012-07-25 13:04:33 -0700 (Wed, 25 Jul 2012) | 3 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-gsm_a_common.c

  Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7524 :
  8-PSK structure in GSM Classmark 3 is not properly dissected
  ------------------------------------------------------------------------


Update the release notes.

------------------------------------------------------------------------
r44417 | etxrab | 2012-08-10 02:28:23 -0700 (Fri, 10 Aug 2012) | 1 line
Changed paths:
   M /trunk-1.8/ui/gtk/old-gtk-compat.h

Copy over Revision 43536 Update Free Software Foundation address. Compability macros from Revision 43728 Revision 43734 Revision 43735 Revision 44186. In case they are needed by other fixes
------------------------------------------------------------------------
r44427 | gerald | 2012-08-10 10:22:20 -0700 (Fri, 10 Aug 2012) | 15 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/wiretap/pcapng.c

Copy over r44074 from the trunk:

  ------------------------------------------------------------------------
  r44074 | tuexen | 2012-07-27 11:43:53 -0700 (Fri, 27 Jul 2012) | 4 lines
  Changed paths:
     M /trunk/wiretap/pcapng.c

  Handle the case where no IDB follows the SHB. This fixes part of
  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7533
  which deals with Div by 0 crash in pcapng_read_packet_block().
  ------------------------------------------------------------------------


Update the release notes.

------------------------------------------------------------------------
r44428 | gerald | 2012-08-10 10:24:23 -0700 (Fri, 10 Aug 2012) | 16 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/wiretap/vwr.c

Copy over r44075 from the trunk:

  ------------------------------------------------------------------------
  r44075 | tuexen | 2012-07-27 11:59:29 -0700 (Fri, 27 Jul 2012) | 5 lines
  Changed paths:
     M /trunk/wiretap/vwr.c

  It seems that the length should unsigned, not signed.
  This fixes part of
  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7533
  which deals with Crash in vwr.c while reading the capture file.
  ------------------------------------------------------------------------


Update the release notes.

------------------------------------------------------------------------
r44430 | gerald | 2012-08-10 10:51:09 -0700 (Fri, 10 Aug 2012) | 63 lines
Changed paths:
   M /trunk-1.8/capture.c
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/epan/dissectors/packet-dns.c
   M /trunk-1.8/epan/dissectors/packet-gtp.c
   M /trunk-1.8/epan/dissectors/packet-gtpv2.c
   M /trunk-1.8/epan/dissectors/packet-mpls-y1711.c
   M /trunk-1.8/ui/gtk/main_menubar.c
   M /trunk-1.8/wiretap/pcapng.c

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.

------------------------------------------------------------------------
r44431 | gerald | 2012-08-10 10:59:51 -0700 (Fri, 10 Aug 2012) | 36 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/epan/dissectors/packet-erf.c

Copy over r44377 with manual intervention:

  ------------------------------------------------------------------------
  r44377 | morriss | 2012-08-09 06:20:39 -0700 (Thu, 09 Aug 2012) | 12 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-erf.c

  From Stephen Donnelly: a better fix for the fuzz failure reported in
  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7563 :

  Previous patch solved the reported problem. This patch should cover input
  validation for the VC Id and Link Rate fields properly.

  Note link_rate==0 (unknown) is supported, as some hardware/firmware may not set
  this field, but vc_size==0 is defined invalid.


  From me: also initialize m_sdh_line_rate when the input is garbage.
  ------------------------------------------------------------------------


Copy over r44419 from the trunk:

  ------------------------------------------------------------------------
  r44419 | morriss | 2012-08-10 06:00:20 -0700 (Fri, 10 Aug 2012) | 4 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-erf.c

  From Stephen Donnelly via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7563 :

  Remove another invalid array write.
  ------------------------------------------------------------------------


Update the release notes.

------------------------------------------------------------------------
r44452 | gerald | 2012-08-12 07:34:01 -0700 (Sun, 12 Aug 2012) | 1 line
Changed paths:
   M /trunk-1.8/epan/enterprise-numbers
   M /trunk-1.8/manuf
   M /trunk-1.8/services

[Automatic manuf, services and enterprise-numbers update for 2012-08-12]
------------------------------------------------------------------------
r44503 | gerald | 2012-08-14 14:01:09 -0700 (Tue, 14 Aug 2012) | 2 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml

Add CVE IDs.

------------------------------------------------------------------------
r44506 | gerald | 2012-08-14 14:39:49 -0700 (Tue, 14 Aug 2012) | 30 lines
Changed paths:
   M /trunk-1.8/docbook/release-notes.xml
   M /trunk-1.8/epan/dissectors/packet-ajp13.c
   M /trunk-1.8/epan/dissectors/packet-btl2cap.c
   M /trunk-1.8/epan/dissectors/packet-fclctl.c
   M /trunk-1.8/epan/dissectors/packet-lisp.c
   M /trunk-1.8/epan/dissectors/packet-sctp.c
   M /trunk-1.8/epan/sctpppids.h

Copy over revisions from the trunk:

  ------------------------------------------------------------------------
  r44476 | gerald | 2012-08-13 12:30:42 -0700 (Mon, 13 Aug 2012) | 3 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-btl2cap.c

  Add length checks to make sure we don't underflow an integer. Make
  sure we allocate and copy the same amount of data. Fixes bug 7621.
  ------------------------------------------------------------------------
  r44491 | mmann | 2012-08-14 09:29:38 -0700 (Tue, 14 Aug 2012) | 1 line
  Changed paths:
     M /trunk/epan/dissectors/packet-ajp13.c
     M /trunk/epan/dissectors/packet-fclctl.c
     M /trunk/epan/dissectors/packet-lisp.c

  fix subtle g_strdup_printf() memory leaks with ephemeral memory
  ------------------------------------------------------------------------
  r44500 | tuexen | 2012-08-14 13:31:49 -0700 (Tue, 14 Aug 2012) | 3 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-sctp.c
     M /trunk/epan/sctpppids.h

  Update SCTP PPIDs.
  This also fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7635
  ------------------------------------------------------------------------


Update the release notes.

------------------------------------------------------------------------
