[-]
[+]
|
Changed |
wireshark.spec
|
|
[-]
[+]
|
Changed |
wireshark-1.4.6.tar.bz2/ChangeLog
^
|
@@ -1,399 +1,16 @@
------------------------------------------------------------------------
-r36116 | gerald | 2011-03-01 14:22:20 -0800 (Tue, 01 Mar 2011) | 2 lines
-Changed paths:
- M /trunk-1.4/config.nmake
- M /trunk-1.4/configure.in
- M /trunk-1.4/debian/changelog
- M /trunk-1.4/docbook/release-notes.xml
- M /trunk-1.4/version.conf
-
-1.4.4 → 1.4.5.
-
-------------------------------------------------------------------------
-r36145 | gerald | 2011-03-06 09:04:40 -0800 (Sun, 06 Mar 2011) | 1 line
-Changed paths:
- M /trunk-1.4/epan/enterprise-numbers
- M /trunk-1.4/manuf
- M /trunk-1.4/services
-
-[Automatic manuf, services and enterprise-numbers update for 2011-03-06]
-------------------------------------------------------------------------
-r36184 | gerald | 2011-03-13 09:04:34 -0700 (Sun, 13 Mar 2011) | 1 line
-Changed paths:
- M /trunk-1.4/epan/enterprise-numbers
- M /trunk-1.4/manuf
- M /trunk-1.4/services
-
-[Automatic manuf, services and enterprise-numbers update for 2011-03-13]
-------------------------------------------------------------------------
-r36189 | wmeier | 2011-03-14 08:28:57 -0700 (Mon, 14 Mar 2011) | 2 lines
-Changed paths:
- M /trunk-1.4/docbook/release-notes.xml
-
-Clear out old items ...
-
-------------------------------------------------------------------------
-r36191 | wmeier | 2011-03-14 09:19:41 -0700 (Mon, 14 Mar 2011) | 15 lines
-Changed paths:
- M /trunk-1.4/docbook/release-notes.xml
- M /trunk-1.4/gtk/new_packet_list.c
- M /trunk-1.4/gtk/packet_list_store.c
- M /trunk-1.4/gtk/packet_list_store.h
-
-Copy over r36180 manually:
-
-------------------------------------------------------------------------
-r36180 | wmeier | 2011-03-12 14:02:24 -0500 (Sat, 12 Mar 2011) | 7 lines
-
-Fix bug #5189: Wireshark crashes when cancelling a large sort operation.
-Essentially: Don't try to sort if the pre-requisite "columnization" step is stopped
- via the progressbar dialog window before the step completes.
-Also: Fix a (very) minor bug wherein the sort-indicator not always cleared on the
- "previous column" when "No Sorting" was selected from a column context menu.
-Also: Do minor code, comments & whitespace cleanup.
-------------------------------------------------------------------------
-
-Update release notes.
-
-------------------------------------------------------------------------
-r36192 | wmeier | 2011-03-14 09:49:01 -0700 (Mon, 14 Mar 2011) | 20 lines
-Changed paths:
- M /trunk-1.4/docbook/release-notes.xml
- M /trunk-1.4/tools/win-setup.sh
-
-Copy over r35788 from trunk:
-
-------------------------------------------------------------------------
-r35788 | wmeier | 2011-02-03 14:33:48 -0500 (Thu, 03 Feb 2011) | 12 lines
-
-Fix: Cygwin make fails after updating to bash v 4.1.9.2
-
-Extracts from the cygwin Bash 4.1.9.2 release announcement:
-
-4a. For a single affected script, add this line just after the she-bang:
- (set -o igncr) 2>/dev/null && set -o igncr; # comment is needed
-
-4e. bash-4.1.9-1 dropped support for 'shopt -s igncr';
-
-I'm assuming this is backwards compatible; If not, we'll know quite shortly :)
-------------------------------------------------------------------------
-
-Update release notes
-
-
-------------------------------------------------------------------------
-r36217 | gerald | 2011-03-20 09:04:43 -0700 (Sun, 20 Mar 2011) | 1 line
+r36678 | gerald | 2011-04-17 09:04:39 -0700 (Sun, 17 Apr 2011) | 1 line
Changed paths:
M /trunk-1.4/epan/enterprise-numbers
M /trunk-1.4/manuf
M /trunk-1.4/services
-[Automatic manuf, services and enterprise-numbers update for 2011-03-20]
+[Automatic manuf, services and enterprise-numbers update for 2011-04-17]
------------------------------------------------------------------------
-r36371 | gerald | 2011-03-27 09:04:28 -0700 (Sun, 27 Mar 2011) | 1 line
+r36694 | cmaynard | 2011-04-17 18:07:41 -0700 (Sun, 17 Apr 2011) | 2 lines
Changed paths:
- M /trunk-1.4/epan/enterprise-numbers
- M /trunk-1.4/manuf
- M /trunk-1.4/services
-
-[Automatic manuf, services and enterprise-numbers update for 2011-03-27]
-------------------------------------------------------------------------
-r36438 | gerald | 2011-04-03 09:04:45 -0700 (Sun, 03 Apr 2011) | 1 line
-Changed paths:
- M /trunk-1.4/epan/enterprise-numbers
- M /trunk-1.4/manuf
- M /trunk-1.4/services
-
-[Automatic manuf, services and enterprise-numbers update for 2011-04-03]
-------------------------------------------------------------------------
-r36535 | gerald | 2011-04-10 09:04:37 -0700 (Sun, 10 Apr 2011) | 1 line
-Changed paths:
- M /trunk-1.4/epan/enterprise-numbers
- M /trunk-1.4/manuf
- M /trunk-1.4/services
-
-[Automatic manuf, services and enterprise-numbers update for 2011-04-10]
-------------------------------------------------------------------------
-r36570 | gerald | 2011-04-11 16:18:27 -0700 (Mon, 11 Apr 2011) | 20 lines
-Changed paths:
- M /trunk-1.4/docbook/release-notes.xml
- M /trunk-1.4/epan/dissectors/packet-nfs.c
-
-Copy over r34115 from the trunk:
-
-------------------------------------------------------------------------
-r34115 | gerald | 2010-09-14 08:43:19 -0700 (Tue, 14 Sep 2010) | 12 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-nfs.c
-
-From Cal Turney via bug 5209:
-
-Decode of SETCLIENTID calls in the Windows x86 version fail with "[Dissector
-bug, protocol NFS: STATUS_ACCESS_VIOLATION: dissector accessed an invalid
-memory address]". This error occurs in packet-nfs.c in
-dissect_nfs_clientaddr4() where vars 'protocol' and 'universal_ip_address' get
-stepped on following the call to scanf(). The b1-b10 vars are declared as
-quint8. While "hh" modifier used in the scanf() is documented in Linux to
-correspond to an a signed/unsigned char arg, I cannot find a similar
-designation in Windows (MSDN). The Windows C compiler interprets %hhu as
-corresponding to a int16 rather than int8.
-------------------------------------------------------------------------
-
-------------------------------------------------------------------------
-r36571 | gerald | 2011-04-11 17:02:47 -0700 (Mon, 11 Apr 2011) | 117 lines
-Changed paths:
- M /trunk-1.4/asn1/ldap/ldap.cnf
- M /trunk-1.4/capinfos.c
- M /trunk-1.4/docbook/check_svn_version.sh
- M /trunk-1.4/docbook/release-notes.xml
- M /trunk-1.4/epan/dissectors/packet-ldap.c
- M /trunk-1.4/epan/dissectors/packet-mysql.c
- M /trunk-1.4/epan/dissectors/packet-sflow.c
- M /trunk-1.4/epan/dissectors/packet-ssl-utils.c
M /trunk-1.4/epan/dissectors/packet-tcp.c
- M /trunk-1.4/epan/libwireshark.def
- M /trunk-1.4/gtk/compare_stat.c
- M /trunk-1.4/pcapio.c
- M /trunk-1.4/tap-comparestat.c
- M /trunk-1.4/text2pcap.c
- M /trunk-1.4/wiretap/netscreen.c
-
-Copy over revisions from the trunk:
-
-------------------------------------------------------------------------
-r36160 | cmaynard | 2011-03-07 13:58:30 -0800 (Mon, 07 Mar 2011) | 6 lines
-Changed paths:
- M /trunk/tap-comparestat.c
-
-Allow <interval> to be successfully sscanf'd no matter the locale for the
-decimal symbol. Similar to the fix made to tap-iostat.c to resolve bug 2880.
-
-Motivated by the discussion started from this thread on the user list:
-http://www.wireshark.org/lists/wireshark-users/201103/msg00018.html
-------------------------------------------------------------------------
-r36162 | sake | 2011-03-08 03:26:34 -0800 (Tue, 08 Mar 2011) | 3 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-tcp.c
-
-Fix for bug 5743 : tshark incorrectly calculates tcp stream for SYN packets when port numbers are re-used
-------------------------------------------------------------------------
-r36166 | cmaynard | 2011-03-08 06:57:38 -0800 (Tue, 08 Mar 2011) | 3 lines
-Changed paths:
- M /trunk/gtk/compare_stat.c
-
-Allow <variance> to be successfully sscanf'd no matter the locale for the
-decimal symbol. Same change and reason as for revision 36160.
-------------------------------------------------------------------------
-r36174 | wmeier | 2011-03-08 16:43:49 -0800 (Tue, 08 Mar 2011) | 6 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-ssl-utils.c
-
-Check that imported private key is RSA; Prevents a crash.
-
-Fixes Bug #5662
-
-https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5662
-------------------------------------------------------------------------
-r36177 | cmaynard | 2011-03-11 17:32:35 -0800 (Fri, 11 Mar 2011) | 2 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-sflow.c
-
-Handle PPP in HDLC framing. Fixes bug 5746.
-------------------------------------------------------------------------
-r36178 | sfisher | 2011-03-11 18:06:25 -0800 (Fri, 11 Mar 2011) | 6 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-sflow.c
-
-Improve r36177 per Guy's suggestion at bug #5746 to always call the
-PPP-over-HDLC dissector since it will do the check for us to see if
-the HDLC framing is present or not.
-------------------------------------------------------------------------
-r36226 | wmeier | 2011-03-21 10:07:18 -0700 (Mon, 21 Mar 2011) | 4 lines
-Changed paths:
- M /trunk/pcapio.c
-
-Don't close file handle if a file write error; (caller does the close)
-
-Fixes "USE_AFTER_FREE" defect reported by Coverity Prevent.
-------------------------------------------------------------------------
-r36232 | sake | 2011-03-21 15:04:22 -0700 (Mon, 21 Mar 2011) | 3 lines
-Changed paths:
- M /trunk/wiretap/netscreen.c
-
-Fix for bug 5762, wireshark asserts on reading juniper snoop output when no hex data is present (snoop detail off).
-------------------------------------------------------------------------
-r36470 | etxrab | 2011-04-04 22:50:45 -0700 (Mon, 04 Apr 2011) | 3 lines
-Changed paths:
- M /trunk/capinfos.c
-
-From Jose Pedro Oliveira:
-#ifdef HAVE_LIBGCRYPT block includes a line too many.
-https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5803
-------------------------------------------------------------------------
-r36471 | tuexen | 2011-04-05 07:28:33 -0700 (Tue, 05 Apr 2011) | 3 lines
-Changed paths:
- M /trunk/text2pcap.c
-
-Fix a typo in the help message.
-Reported by Matthias Wellmeyer.
-------------------------------------------------------------------------
-r36498 | sfisher | 2011-04-06 09:34:45 -0700 (Wed, 06 Apr 2011) | 5 lines
-Changed paths:
- M /trunk/docbook/check_svn_version.sh
-
-From Peter via bug #5798: Don't try to run svnversion if it isn't
-executable.
-------------------------------------------------------------------------
-r36554 | cmaynard | 2011-04-11 06:44:31 -0700 (Mon, 11 Apr 2011) | 2 lines
-Changed paths:
- M /trunk/epan/libwireshark.def
-
-Add proto_field_is_referenced. Fixes bug 5816.
-------------------------------------------------------------------------
-
-
-Copy over with manual intervenion:
-
-------------------------------------------------------------------------
-r36190 | gerald | 2011-03-14 09:00:51 -0700 (Mon, 14 Mar 2011) | 2 lines
-Changed paths:
- M /trunk/asn1/ldap/ldap.cnf
- M /trunk/epan/dissectors/packet-ldap.c
-
-Properly initialize our filter counters.
-------------------------------------------------------------------------
-r36330 | morriss | 2011-03-25 08:45:37 -0700 (Fri, 25 Mar 2011) | 8 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-tcp.c
-
-Fix the problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3785#c14 :
-
-If we thought we finished reassembly (and called the subdissector) only to find
-out that the subdissector asked for more data, handle the case where the
-subdissector asked for DESEGMENT_UNTIL_FIN. Previously we only handled the
-possibility that the subdissector would ask for a specific number of bytes or
-DESEGMENT_ONE_MORE_SEGMENT.
-------------------------------------------------------------------------
-
-------------------------------------------------------------------------
-r36572 | gerald | 2011-04-11 17:10:16 -0700 (Mon, 11 Apr 2011) | 15 lines
-Changed paths:
- M /trunk-1.4/Makefile.nmake
- M /trunk-1.4/config.nmake
- M /trunk-1.4/packaging/nsis/wireshark.nsi
- M /trunk-1.4/tools/win32-setup.sh
- M /trunk-1.4/tools/win64-setup.sh
-
-Copy over r36483 by hand.
-
-------------------------------------------------------------------------
-r36483 | gerald | 2011-04-05 15:38:12 -0700 (Tue, 05 Apr 2011) | 3 lines
-Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.nmake
- M /trunk/packaging/nsis/wireshark.nsi
- M /trunk/tools/win32-setup.sh
- M /trunk/tools/win64-setup.sh
-
-Use the latest library tag, which updates GNUTLS. Add code to check for
-libintl-8.dll and add the GNUTLS version if needed.
-------------------------------------------------------------------------
-
-------------------------------------------------------------------------
-r36573 | gerald | 2011-04-11 17:35:22 -0700 (Mon, 11 Apr 2011) | 2 lines
-Changed paths:
- M /trunk-1.4/docbook/release-notes.xml
-
-Add our updated protocols.
-
-------------------------------------------------------------------------
-r36612 | gerald | 2011-04-12 14:21:31 -0700 (Tue, 12 Apr 2011) | 18 lines
-Changed paths:
- M /trunk-1.4/asn1/x509if/packet-x509if-template.c
- M /trunk-1.4/asn1/x509if/x509if.cnf
- M /trunk-1.4/docbook/release-notes.xml
- M /trunk-1.4/epan/dissectors/packet-x509if.c
-
-Copy over r36608 from the trunk:
-
-------------------------------------------------------------------------
-r36608 | gerald | 2011-04-12 13:39:48 -0700 (Tue, 12 Apr 2011) | 5 lines
-Changed paths:
- M /trunk/asn1/x509if/packet-x509if-template.c
- M /trunk/asn1/x509if/x509if.cnf
- M /trunk/epan/dissectors/packet-x509if.c
- M /trunk/epan/dissectors/packet-x509if.h
-
-Add x509if_frame_end() which is passed to register_frame_end_routine()
-and which resets our global variables. Remove a boolean which was used
-to track a char *; just check if the pointer is NULL instead. Fixes bugs
-5754 and 5793, hopefully without breaking anything.
-------------------------------------------------------------------------
-
-Update the release notes.
-
-------------------------------------------------------------------------
-r36644 | gerald | 2011-04-14 10:17:08 -0700 (Thu, 14 Apr 2011) | 6 lines
-Changed paths:
- M /trunk-1.4/docbook/release-notes.xml
- M /trunk-1.4/epan/dissectors/packet-dect.c
-
-From Paul Makowski of SEI/CERT:
-
-Fix a buffer overflow in the DECT dissector.
-
-From me: Update the release notes.
-
-------------------------------------------------------------------------
-r36645 | gerald | 2011-04-14 11:07:36 -0700 (Thu, 14 Apr 2011) | 19 lines
-Changed paths:
- M /trunk-1.4/docbook/release-notes.xml
- M /trunk-1.4/epan/dissectors/packet-3g-a11.c
- M /trunk-1.4/epan/dissectors/packet-tcp.c
-
-Copy over with manual intervention:
-
-------------------------------------------------------------------------
-r36629 | cmaynard | 2011-04-13 11:15:41 -0700 (Wed, 13 Apr 2011) | 2 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-tcp.c
-
-Allow TCP segment data to be filterable via "tcp.data".
-------------------------------------------------------------------------
-r36642 | cmaynard | 2011-04-14 06:58:40 -0700 (Thu, 14 Apr 2011) | 2 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-3g-a11.c
-
-Revert r24047. Fixes bug 5822.
-------------------------------------------------------------------------
-
-
-Update the release notes.
-
-------------------------------------------------------------------------
-r36646 | gerald | 2011-04-14 14:26:25 -0700 (Thu, 14 Apr 2011) | 20 lines
-Changed paths:
- M /trunk-1.4/docbook/release-notes.xml
- M /trunk-1.4/gtk/export_object.c
-
-Copy over revisions from the trunk:
-
-------------------------------------------------------------------------
-r34805 | cmaynard | 2010-11-08 08:53:11 -0800 (Mon, 08 Nov 2010) | 4 lines
-Changed paths:
- M /trunk/gtk/export_object.c
-
-Allow objects to be saved that otherwise couldn't be due to invalid characters
-in the filename, excessive filename lengths or duplicate filenames. Fixes
-bug 1671.
-------------------------------------------------------------------------
-r34808 | cmaynard | 2010-11-08 09:53:13 -0800 (Mon, 08 Nov 2010) | 2 lines
-Changed paths:
- M /trunk/gtk/export_object.c
-
-Make maxlen a gsize instead of a guint.
-------------------------------------------------------------------------
-Update the release notes.
+Use tvb_get_ptr() instead of NULL. Resolves bug 5837, which I caused. Sorry.
------------------------------------------------------------------------
|
[-]
[+]
|
Changed |
wireshark-1.4.6.tar.bz2/NEWS
^
|
@@ -1,4 +1,4 @@
-Wireshark 1.4.5 Release Notes
+Wireshark 1.4.6 Release Notes
------------------------------------------------------------------
@@ -12,63 +12,10 @@
Bug Fixes
- The following vulnerabilities have been fixed. See the security
- advisory for details and a workaround.
-
- o The NFS dissector could crash on Windows. (Bug 5209)
-
- Versions affected: 1.4.0 to 1.4.4.
-
- o The X.509if dissector could crash. (Bug 5754, Bug 5793)
-
- Versions affected: 1.2.0 to 1.2.15 and 1.4.0 to 1.4.4.
-
- o Paul Makowski from SEI/CERT discovered that the DECT dissector
- could overflow a buffer. He verified that this could allow
- remote code execution on many platforms.
-
- Versions affected: 1.4.0 to 1.4.4.
-
The following bugs have been fixed:
- o Cygwin make fails after updating to bash v 4.1.9.2
-
- o Export HTTP > All - System Appears Hung (but isn't). (Bug
- 1671)
-
- o Some HTTP responses don't decode with TCP reassembly on. (Bug
- 3785)
-
- o Wireshark crashes when cancelling a large sort operation. (Bug
- 5189)
-
- o Wireshark crashes if SSL preferences RSA key is actually a DSA
- key. (Bug 5662)
-
- o tshark incorrectly calculates TCP stream for some syn packets.
- (Bug 5743)
-
- o Wireshark not able to decode the PPP frame in a sflow
- (RFC3176) flow sample packet because Wireshark incorrectly
- read the protocol in PPP frame header. (Bug 5746)
-
- o Mysql protocol dissector: all fields should be little endian.
- (Bug 5759)
-
- o Error when opening snoop from Juniper SSG-140. (Bug 5762)
-
- o svnversion: command not found. (Bug 5798)
-
- o capinfos: #ifdef HAVE_LIBGCRYPT block includes a line too
- many. (Bug 5803)
-
- o Value of TCP segment data cannot be copied. (Bug 5811)
-
- o proto_field_is_referenced() is not exported in
- libwireshark.dll. (Bug 5816)
-
- o Wireshark ver. 1.4.4 not displayed "Granted QoS" field in a
- A11 packet. (Bug 5822)
+ o Wireshark and TShark can crash while analyzing TCP packets.
+ (Bug 5837)
New and Updated Features
@@ -80,10 +27,12 @@
Updated Protocol Support
- HTTP, LDAP, MySQL, NFS, sFlow, SSL, TCP
+ TCP
New and Updated Capture File Support
+ There is no new or updated capture file support in this release.
+
Getting Wireshark
Wireshark source code and installation packages are available from
|
[-]
[+]
|
Changed |
wireshark-1.4.6.tar.bz2/config.nmake
^
|
@@ -1,4 +1,4 @@
-# $Id: config.nmake 36572 2011-04-12 00:10:16Z gerald $
+# $Id: config.nmake 36656 2011-04-15 22:15:15Z gerald $
# Some more information about the settings in this file can be found in
# the file README.windows and the Developer's Guide (available online).
@@ -16,8 +16,8 @@
# It's highly recommended to leave MAJOR/MINOR/MICRO unchanged
VERSION_MAJOR=1
VERSION_MINOR=4
-VERSION_MICRO=5
-VERSION_BUILD=36650
+VERSION_MICRO=6
+VERSION_BUILD=36706
# It's recommended to change VERSION_EXTRA for your own custom builds
# e.g. "-SVN-12345"
VERSION_EXTRA=
|
[-]
[+]
|
Changed |
wireshark-1.4.6.tar.bz2/configure
^
|
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for wireshark 1.4.5.
+# Generated by GNU Autoconf 2.65 for wireshark 1.4.6.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -698,8 +698,8 @@
# Identity of this package.
PACKAGE_NAME='wireshark'
PACKAGE_TARNAME='wireshark'
-PACKAGE_VERSION='1.4.5'
-PACKAGE_STRING='wireshark 1.4.5'
+PACKAGE_VERSION='1.4.6'
+PACKAGE_STRING='wireshark 1.4.6'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1619,7 +1619,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures wireshark 1.4.5 to adapt to many kinds of systems.
+\`configure' configures wireshark 1.4.6 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1690,7 +1690,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of wireshark 1.4.5:";;
+ short | recursive ) echo "Configuration of wireshark 1.4.6:";;
esac
cat <<\_ACEOF
@@ -1874,7 +1874,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-wireshark configure 1.4.5
+wireshark configure 1.4.6
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2414,7 +2414,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by wireshark $as_me 1.4.5, which was
+It was created by wireshark $as_me 1.4.6, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -3186,7 +3186,7 @@
# Define the identity of the package.
PACKAGE='wireshark'
- VERSION='1.4.5'
+ VERSION='1.4.6'
cat >>confdefs.h <<_ACEOF
@@ -24996,7 +24996,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by wireshark $as_me 1.4.5, which was
+This file was extended by wireshark $as_me 1.4.6, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -25062,7 +25062,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-wireshark config.status 1.4.5
+wireshark config.status 1.4.6
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
|
[-]
[+]
|
Changed |
wireshark-1.4.6.tar.bz2/configure.in
^
|
@@ -1,8 +1,8 @@
-# $Id: configure.in 36116 2011-03-01 22:22:20Z gerald $
+# $Id: configure.in 36656 2011-04-15 22:15:15Z gerald $
#
AC_PREREQ(2.60)
-AC_INIT(wireshark, 1.4.5)
+AC_INIT(wireshark, 1.4.6)
dnl Check for CPU / vendor / OS
dnl The user is encouraged to use either `AC_CANONICAL_BUILD', or
|
[-]
[+]
|
Changed |
wireshark-1.4.6.tar.bz2/debian/changelog
^
|
@@ -1,4 +1,4 @@
-wireshark (1.4.5) unstable; urgency=low
+wireshark (1.4.6) unstable; urgency=low
* Self-made package
|
[-]
[+]
|
Changed |
wireshark-1.4.6.tar.bz2/docbook/release-notes.xml
^
|
@@ -2,7 +2,7 @@
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-<!-- $Id: release-notes.xml 36646 2011-04-14 21:26:25Z gerald $ -->
+<!-- $Id: release-notes.xml 36706 2011-04-18 18:36:21Z gerald $ -->
<!--
DOCUMENT SECTION
@@ -12,7 +12,7 @@
<!--
Wireshark Info
-->
- <!ENTITY WiresharkCurrentVersion "1.4.5">
+ <!ENTITY WiresharkCurrentVersion "1.4.6">
]>
@@ -31,68 +31,6 @@
<para>
- The following vulnerabilities have been fixed. See the
- <ulink url="http://www.wireshark.org/security/wnpa-sec-2011-06.html">security advisory</ulink> for details and a workaround.
-
- <itemizedlist>
-
- <listitem>
- <para>
- The NFS dissector could crash on Windows.
- <!-- This is due to Visual C++ not supporting C99. Do non-Windows, non-gcc Wireshark packages exist? -->
- <!-- Fixed in trunk: r34115 -->
- <!-- Fixed in trunk-1.4: r36570 -->
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5209">Bug
- 5209</ulink>)
- </para>
- <para>Versions affected: 1.4.0 to 1.4.4.</para>
-<!--
- <para>
- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-????">CVE-2010-????</ulink>
- </para>
--->
- </listitem>
-
- <listitem>
- <para>
- The X.509if dissector could crash.
- <!-- Fixed in trunk: r36608 -->
- <!-- Fixed in trunk-1.4: r36611 -->
- <!-- Fixed in trunk-1.2: r36612 -->
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5754">Bug
- 5754</ulink>,
- <ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5793">Bug
- 5793</ulink>)
- </para>
- <para>Versions affected: 1.2.0 to 1.2.15 and 1.4.0 to 1.4.4.</para>
-<!--
- <para>
- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-????">CVE-2010-????</ulink>
- </para>
--->
- </listitem>
-
- <listitem>
- <para>
- Paul Makowski from SEI/CERT discovered that the DECT dissector could
- overflow a buffer. He verified that this could allow remote code
- execution on many platforms.
- <!-- Fixed in trunk-1.4: r36644 -->
- </para>
- <para>Versions affected: 1.4.0 to 1.4.4.</para>
-<!--
- <para>
- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-????">CVE-2010-????</ulink>
- </para>
--->
- </listitem>
-
- </itemizedlist>
-
- </para>
-
- <para>
-
The following bugs have been fixed:
<itemizedlist>
@@ -107,85 +45,9 @@
-->
<listitem><para>
- Cygwin make fails after updating to bash v 4.1.9.2
- </para></listitem>
-
- <listitem><para>
- Export HTTP > All - System Appears Hung (but isn't).
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1671">Bug
- 1671</ulink>)
- </para></listitem>
-
- <listitem><para>
- Some HTTP responses don't decode with TCP reassembly on.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3785">Bug
- 3785</ulink>)
- </para></listitem>
-
- <listitem><para>
- Wireshark crashes when cancelling a large sort operation.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5189">Bug
- 5189</ulink>)
- </para></listitem>
-
- <listitem><para>
- Wireshark crashes if SSL preferences RSA key is actually a DSA key.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5662">Bug
- 5662</ulink>)
- </para></listitem>
-
- <listitem><para>
- tshark incorrectly calculates TCP stream for some syn packets.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5743">Bug
- 5743</ulink>)
- </para></listitem>
-
- <listitem><para>
- Wireshark not able to decode the PPP frame in a sflow (RFC3176) flow sample packet because Wireshark incorrectly read the protocol in PPP frame header.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5746">Bug
- 5746</ulink>)
- </para></listitem>
-
- <listitem><para>
- Mysql protocol dissector: all fields should be little endian.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5759">Bug
- 5759</ulink>)
- </para></listitem>
-
- <listitem><para>
- Error when opening snoop from Juniper SSG-140.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5762">Bug
- 5762</ulink>)
- </para></listitem>
-
- <listitem><para>
- svnversion: command not found.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5798">Bug
- 5798</ulink>)
- </para></listitem>
-
- <listitem><para>
- capinfos: #ifdef HAVE_LIBGCRYPT block includes a line too many.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5803">Bug
- 5803</ulink>)
- </para></listitem>
-
- <listitem><para>
- Value of TCP segment data cannot be copied.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5811">Bug
- 5811</ulink>)
- </para></listitem>
-
- <listitem><para>
- proto_field_is_referenced() is not exported in libwireshark.dll.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5816">Bug
- 5816</ulink>)
- </para></listitem>
-
- <listitem><para>
- Wireshark ver. 1.4.4 not displayed "Granted QoS" field in a A11 packet.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5822">Bug
- 5822</ulink>)
+ Wireshark and TShark can crash while analyzing TCP packets.
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5837">Bug
+ 5837</ulink>)
</para></listitem>
</itemizedlist>
@@ -215,12 +77,6 @@
<!-- Sort alphabetically -->
-HTTP,
-LDAP,
-MySQL,
-NFS,
-sFlow,
-SSL,
TCP
</para>
@@ -229,6 +85,7 @@
<section id="NewCapture"><title>New and Updated Capture File Support</title>
<para>
+There is no new or updated capture file support in this release.
</para>
</section>
|
[-]
[+]
|
Changed |
wireshark-1.4.6.tar.bz2/epan/dissectors/packet-tcp.c
^
|
@@ -1,7 +1,7 @@
/* packet-tcp.c
* Routines for TCP packet disassembly
*
- * $Id: packet-tcp.c 36645 2011-04-14 18:07:36Z gerald $
+ * $Id: packet-tcp.c 36694 2011-04-18 01:07:41Z cmaynard $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -1735,7 +1735,8 @@
? another_pdu_follows
: tvb_reported_length_remaining(tvb, offset);
proto_tree_add_bytes_format(tcp_tree, hf_tcp_data, tvb, offset,
- nbytes, NULL, "TCP segment data (%u byte%s)", nbytes,
+ nbytes, tvb_get_ptr(tvb, offset, nbytes),
+ "TCP segment data (%u byte%s)", nbytes,
plurality(nbytes, "", "s"));
print_tcp_fragment_tree(ipfd_head, tree, tcp_tree, pinfo, next_tvb);
@@ -1886,8 +1887,9 @@
*/
nbytes = tvb_reported_length_remaining(tvb, deseg_offset);
proto_tree_add_bytes_format(tcp_tree, hf_tcp_data, tvb, deseg_offset,
- -1, NULL, "TCP segment data (%u byte%s)", nbytes,
- plurality(nbytes, "", "s"));
+ -1, tvb_get_ptr(tvb, deseg_offset, -1),
+ "TCP segment data (%u byte%s)", nbytes,
+ plurality(nbytes, "", "s"));
}
pinfo->can_desegment=0;
pinfo->desegment_offset = 0;
|
[-]
[+]
|
Changed |
wireshark-1.4.6.tar.bz2/epan/enterprise-numbers
^
|
@@ -1,6 +1,6 @@
PRIVATE ENTERPRISE NUMBERS
-(last updated 2011-04-09)
+(last updated 2011-04-16)
SMI Network Management Private Enterprise Codes:
@@ -69524,8 +69524,8 @@
mzac&northco.net
17493
Halliburton Company
- Derek Rude
- derek.rude&halliburton.com
+ Lawrence Baumle
+ larry.baumle&halliburton.com
17494
Matthias Rath, Inc.
Robert Coleman
@@ -72267,9 +72267,9 @@
Neil Neely
neil&frii.net
18179
- Vintela Inc.
- Matthew Peterson
- mpeterson&vintela.com
+ Quest Software, Inc. (previous was 'Vintela Inc.')
+ Eric Baurle
+ iana&quest.com
18180
UNIT Ltd.
Daniel Vanco
@@ -112107,7 +112107,7 @@
28131
iBro
Muhammad Ibrahim Nurmansyah
- jiwabumi&gmail.com
+ ibrahim&ibro.web.id
28132
Embarq Holdings Company LLC
Todd Tomason
@@ -128007,7 +128007,7 @@
noc&cso.pt
32106
Hadiko e.V.
- Marc A. Donges
+ Karl-Heinz Withum
netze&hadiko.de
32107
SOH Systems
@@ -144200,7 +144200,7 @@
Bai Bin
baibin&inhand.com.cn
36154
- Factor Power
+ Factor Power Inc.
Eric Roman
eric&factorpower.com
36155
@@ -147362,7 +147362,7 @@
36944
ANO "TV-Novosti"
Paul Garmashov
- pagarmashov&rttv.ru
+ pgarmashov&rttv.ru
36945
Advance Milles System Co.,Ltd.
Andy Huang
@@ -150461,8 +150461,8 @@
franck.rakotonindrainy&fresenius-vial.fr
37719
PT. Multi Structure
- Muhammad Ibrahim Nurmansyah
- muhammad.ibrahim&multistructure.co.id
+ Mulyo Santoso
+ helpdesk&multistructure.co.id
37720
CSR ZHUZHOU INSTITUTE CO LTD
xiaoyan jiang
@@ -150487,6 +150487,138 @@
Yupiq Corp
Paul Reimer
paul.reimer&yupiq.com
+37726
+ Bertol, Alexander
+ Bertol, Alexander
+ alex&bertol.de
+37727
+ General Digital Corporation
+ ROBERT GREGER
+ iana-pen&generaldigital.com
+37728
+ ADV Consulting
+ Petr Mitrofanov
+ pmitrofanov&advc.ru
+37729
+ ATS Group GmbH
+ Quentin Zak
+ quentin&groupsecurity.net
+37730
+ p-rimes.net
+ Paul Reimer
+ paul&p-rimes.net
+37731
+ MB S.p.A.
+ Luca Faccin
+ luca.faccin&mbcrusher.com
+37732
+ Ymif Engineering b.v.
+ A. Wennen
+ info&ymif.nl
+37733
+ Civil Registry Agency of Ministry of Justice of Georgia
+ Zurab Magradze
+ zmagradze&cra.gov.ge
+37734
+ ASSA ABLOY AB
+ Tomas Lund
+ tomas.lund&assaabloy.com
+37735
+ St. Mary's Medical Center
+ Dave Imhoff
+ dimhoff&st-marys.org
+37736
+ PinnacleHealth System
+ Tony Hackman
+ thackman&pinnaclehealth.org
+37737
+ GUANGDONG DONYAN NETWORK TECHNOLOGIES CO.,LTD.
+ Zhihu Zhang
+ beyoniger&gmail.com
+37738
+ Apadmi Ltd
+ Adam Fleming
+ adamf&apadmi.com
+37739
+ Braintree Payment Solutions, LLC
+ Michael Vallaly
+ noc&getbraintree.com
+37740
+ Johannes Roith
+ Johannes Roith
+ johannes&jroith.de
+37741
+ First Step Internet, LLC
+ Nathan Anderson
+ nathana&fsr.com
+37742
+ Iprio Corporation
+ Kazuhiro Matsushita
+ info&iprio.co.jp
+37743
+ Robert Frank
+ Robert Frank
+ rwf14f&gmail.com
+37744
+ Centrify Corporation
+ Nathan Yocom
+ nate.yocom¢rify.com
+37745
+ spampig.org.uk
+ Barry Hueder
+ barry.hueder.iana_org&spampig.org.uk
+37746
+ Security Data S.A.
+ Ximena Cabezas
+ ximena.cabezas&securitydata.net.ec
+37747
+ Mercy Health Partners
+ Bob Stansfield
+ rstansfield&health-partners.org
+37748
+ GIAVANEERS
+ L. Brian McGann
+ brianm&giavaneers.com
+37749
+ Wire e Wireless World, SA
+ Pedro Lage Tavares
+ security&3w.com.pt
+37750
+ Quester Tangent
+ Rick Pearson
+ rpearson&questertangent.com
+37751
+ E.I. du Pont de Nemours and Company
+ Karen Galbraith
+ contact&dupont.com
+37752
+ NETS DENMARK A/S
+ Peter Lind Damkjaer
+ pldam&nets.eu
+37753
+ Robin Partington Architects
+ James Waite
+ james.waite&fabrictechnologies.com
+37754
+ Nextragen GmbH
+ Helge Jürgensen
+ helge.juergensen&nextragen.de
+37755
+ Radio Activity srl
+ Roberto Roberti
+ r.roberti&radioactivity-tlc.it
+37756
+ The Ministry of Interior of the Republic of Croatia
+ Marin Istvanovic
+ marin&mup.hr
+37757
+ Newton Graphics, Inc.
+ Tadahiro kanno
+ kanno&newton-graphics.co.jp
+37758
+ Actidata Company
+ Sergey Firsov
+ admin&telemetr.net
End of Document
|
[-]
[+]
|
Changed |
wireshark-1.4.6.tar.bz2/epan/sminmpec.c
^
|
@@ -18067,7 +18067,7 @@
{ 18176, "Pikeville Methodist Hospital" },
{ 18177, "INPE" },
{ 18178, "Front Range Internet, Inc." },
- { 18179, "Vintela Inc." },
+ { 18179, "Quest Software, Inc. (previous was 'Vintela Inc.')" },
{ 18180, "UNIT Ltd." },
{ 18181, "Western Union Financial Services, Inc" },
{ 18182, "Ahold Information Services" },
@@ -36025,7 +36025,7 @@
{ 36151, "HM EI Zrt." },
{ 36152, "Kulczyk Tradex" },
{ 36153, "Beijing InHand Networks Technology Co,.Ltd" },
- { 36154, "Factor Power" },
+ { 36154, "Factor Power Inc." },
{ 36155, "US Army Surface Deployment and Distribution Command" },
{ 36156, "m.a.x. Informationstechnologie AG" },
{ 36157, "gooseman.cz" },
@@ -37597,6 +37597,39 @@
{ 37723, "ODIN technologies" },
{ 37724, "Chalet Technologies Inc." },
{ 37725, "Yupiq Corp" },
+ { 37726, "Bertol, Alexander" },
+ { 37727, "General Digital Corporation" },
+ { 37728, "ADV Consulting" },
+ { 37729, "ATS Group GmbH" },
+ { 37730, "p-rimes.net" },
+ { 37731, "MB S.p.A." },
+ { 37732, "Ymif Engineering b.v." },
+ { 37733, "Civil Registry Agency of Ministry of Justice of Georgia" },
+ { 37734, "ASSA ABLOY AB" },
+ { 37735, "St. Mary's Medical Center" },
+ { 37736, "PinnacleHealth System" },
+ { 37737, "GUANGDONG DONYAN NETWORK TECHNOLOGIES CO.,LTD." },
+ { 37738, "Apadmi Ltd" },
+ { 37739, "Braintree Payment Solutions, LLC" },
+ { 37740, "Johannes Roith" },
+ { 37741, "First Step Internet, LLC" },
+ { 37742, "Iprio Corporation" },
+ { 37743, "Robert Frank" },
+ { 37744, "Centrify Corporation" },
+ { 37745, "spampig.org.uk" },
+ { 37746, "Security Data S.A." },
+ { 37747, "Mercy Health Partners" },
+ { 37748, "GIAVANEERS" },
+ { 37749, "Wire e Wireless World, SA" },
+ { 37750, "Quester Tangent" },
+ { 37751, "E.I. du Pont de Nemours and Company" },
+ { 37752, "NETS DENMARK A/S" },
+ { 37753, "Robin Partington Architects" },
+ { 37754, "Nextragen GmbH" },
+ { 37755, "Radio Activity srl" },
+ { 37756, "The Ministry of Interior of the Republic of Croatia" },
+ { 37757, "Newton Graphics, Inc." },
+ { 37758, "Actidata Company" },
{ 0, NULL}
};
|
[-]
[+]
|
Changed |
wireshark-1.4.6.tar.bz2/manuf
^
|
@@ -4,7 +4,7 @@
#
# /etc/manuf - Ethernet vendor codes, and well-known MAC addresses
#
-# $Id: manuf 36535 2011-04-10 16:04:37Z gerald $
+# $Id: manuf 36678 2011-04-17 16:04:39Z gerald $
#
# Laurent Deniel <laurent.deniel [AT] free.fr>
#
@@ -596,7 +596,7 @@
00:02:1D DataGenera # Data General Communication Ltd.
00:02:1E SimtelSRL # SIMTEL S.R.L.
00:02:1F Aculab # Aculab PLC
-00:02:20 CanonAptex # Canon Aptex, Inc.
+00:02:20 CanonFinet # CANON FINETECH INC.
00:02:21 DspApplica # DSP Application, Ltd.
00:02:22 Chromisys # Chromisys, Inc.
00:02:23 Clicktv
@@ -1969,6 +1969,7 @@
00:07:7A InfowareSy # Infoware System Co., Ltd.
00:07:7B Millimetri # Millimetrix Broadband Networks
00:07:7C WestermoTe # Westermo Teleindustri AB
+00:07:7D Cisco # Cisco Systems
00:07:7E Elrest # Elrest GmbH
00:07:7F JCommunica # J Communications Co., Ltd.
00:07:80 BluegigaTe # Bluegiga Technologies OY
@@ -4008,7 +4009,7 @@
00:0F:93 Landis+Gyr # Landis+Gyr Ltd.
00:0F:94 Genexis
00:0F:95 ElecomLane # ELECOM Co.,LTD Laneed Division
-00:0F:96 CriticalTe # Critical Telecom Corp.
+00:0F:96 Telco # Telco Systems, Inc.
00:0F:97 Avanex # Avanex Corporation
00:0F:98 Avamax # Avamax Co. Ltd.
00:0F:99 ApacOptoEl # APAC opto Electronics Inc.
@@ -4316,7 +4317,7 @@
00:10:C7 DataTransm # DATA TRANSMISSION NETWORK
00:10:C8 Communicat # COMMUNICATIONS ELECTRONICS SECURITY GROUP
00:10:C9 Mitsubishi # MITSUBISHI ELECTRONICS LOGISTIC SUPPORT CO.
-00:10:CA IntegralAc # INTEGRAL ACCESS
+00:10:CA Telco # Telco Systems, Inc.
00:10:CB FacitKK # FACIT K.K.
00:10:CC ClpCompute # CLP COMPUTER LOGISTIK PLANUNG GmbH
00:10:CD InterfaceC # INTERFACE CONCEPT
@@ -6144,7 +6145,7 @@
00:17:EC TexasInstr # Texas Instruments
00:17:ED Woojooit # WooJooIT Ltd.
00:17:EE MotorolaMo # Motorola Mobility, Inc.
-00:17:EF BladeNetwo # Blade Network Technologies, Inc.
+00:17:EF Ibm # IBM Corp
00:17:F0 SzcomBroad # SZCOM Broadband Network Technology Co.,Ltd
00:17:F1 RenuElectr # Renu Electronics Pvt Ltd
00:17:F2 AppleCompu # Apple Computer
@@ -6338,7 +6339,7 @@
00:18:AE Tvt # TVT CO.,LTD
00:18:AF SamsungEle # Samsung Electronics Co., Ltd.
00:18:B0 Nortel
-00:18:B1 BladeNetwo # Blade Network Technologies
+00:18:B1 Ibm # IBM Corp
00:18:B2 AdeunisRf # ADEUNIS RF
00:18:B3 TecWizhome # TEC WizHome Co., Ltd.
00:18:B4 DawonMedia # Dawon Media Inc.
@@ -8721,7 +8722,7 @@
00:21:FD DstaSL # DSTA S.L.
00:21:FE NokiaDanma # Nokia Danmark A/S
00:21:FF CyfrowyPol # Cyfrowy Polsat SA
-00:22:00 BladeNetwo # BLADE Network Technology
+00:22:00 Ibm # IBM Corp
00:22:01 AksysNetwo # Aksys Networks Inc
00:22:02 ExcitoElek # Excito Elektronik i Skåne AB
00:22:03 GlensoundE # Glensound Electronics Ltd
@@ -9489,7 +9490,7 @@
00:25:00 Apple # Apple, Inc
00:25:01 Jsc"Supert # JSC "Supertel"
00:25:02 Naturalpoi # NaturalPoint
-00:25:03 BladeNetwo # BLADE Network Technology
+00:25:03 Ibm # IBM Corp
00:25:04 ValiantCom # Valiant Communications Limited
00:25:05 EksEngel # eks Engel GmbH & Co. KG
00:25:06 AIAntitacc # A.I. ANTITACCHEGGIO ITALIA SRL
@@ -10329,7 +10330,7 @@
00:40:1D InvisibleS # INVISIBLE SOFTWARE, INC.
00:40:1E Icc
00:40:1F Colorgraph # COLORGRAPH LTD
-00:40:20 TycoElectr # Tyco Electronics (UK) Ltd
+00:40:20 TeConnecti # TE Connectivity Ltd.
00:40:21 RasterGrap # RASTER GRAPHICS
00:40:22 KleverComp # KLEVER COMPUTERS, INC.
00:40:23 Logic # LOGIC CORPORATION
@@ -10456,7 +10457,7 @@
00:40:9C Transware
00:40:9D Digiboard # DIGIBOARD, INC.
00:40:9E Concurrent # CONCURRENT TECHNOLOGIES LTD.
-00:40:9F Lancast/Ca # LANCAST/CASAT TECHNOLOGY, INC.
+00:40:9F Telco # Telco Systems, Inc.
00:40:A0 Goldstar # GOLDSTAR CO., LTD.
00:40:A1 ErgoComput # ERGO COMPUTING
00:40:A2 KingstarTe # KINGSTAR TECHNOLOGY INC.
@@ -14296,6 +14297,12 @@
00:50:C2:DF:B0:00/36 BettiniSrl # BETTINI SRL
00:50:C2:DF:C0:00/36 I-Evo # I-Evo Ltd
00:50:C2:DF:D0:00/36 Wotbox # Wotbox ltd
+00:50:C2:DF:E0:00/36 XitekDesig # Xitek Design Limited
+00:50:C2:DF:F0:00/36 TantalElec # TANTAL ELECTRONICA, SL
+00:50:C2:E0:00:00/36 AplexTechn # Aplex Technology Inc.
+00:50:C2:E0:10:00/36 TycoTraffi # Tyco Traffic & Transportation
+00:50:C2:E0:20:00/36 Cleverscop # Cleverscope
+00:50:C2:E0:30:00/36 IcuScandin # ICU Scandinavia Schweiz GmbH
00:50:C4 Imd
00:50:C5 AdsTechnol # ADS Technologies, Inc
00:50:C6 LoopTeleco # LOOP TELECOMMUNICATION INTERNATIONAL, INC.
@@ -15153,7 +15160,7 @@
00:A0:0F BroadbandT # Broadband Technologies
00:A0:10 SyslogicDa # SYSLOGIC DATENTECHNIK AG
00:A0:11 MutohIndus # MUTOH INDUSTRIES LTD.
-00:A0:12 BATMAdvanc # B.A.T.M. ADVANCED TECHNOLOGIES
+00:A0:12 Telco # Telco Systems, Inc.
00:A0:13 Teltrend # TELTREND LTD.
00:A0:14 Csir
00:A0:15 Wyle
@@ -16440,7 +16447,7 @@
08:14:43 UnibrainSA # UNIBRAIN S.A.
08:16:51 ShenzhenSe # Shenzhen Sea Star Technology Co.,Ltd
08:17:35 Cisco # Cisco Systems
-08:17:F4 BladeNetwo # BLADE Network Technology
+08:17:F4 Ibm # IBM Corp
08:18:1A Zte # zte corporation
08:18:4C ASThomas # A. S. Thomas, Inc.
08:19:A6 HuaweiTech # HUAWEI TECHNOLOGIES CO.,LTD
@@ -16515,11 +16522,13 @@
10:12:12 VivoIntern # Vivo International Corporation Pty Ltd
10:18:9E ElmoMotion # Elmo Motion Control
10:1D:C0 SamsungEle # Samsung Electronics Co.,Ltd
+10:1F:74 HewlettPac # Hewlett Packard
10:2D:96 Looxcie # Looxcie Inc.
10:2E:AF TexasInstr # Texas Instruments
10:37:11 SimlinkAs # Simlink AS
10:43:69 SoundmaxEl # Soundmax Electronic Limited
10:44:5A ShaanxiHit # Shaanxi Hitech Electronic Co., LTD
+10:45:BE NorphonicA # Norphonic AS
10:45:F8 Lnt-Automa # LNT-Automation GmbH
10:56:CA PeplinkInt # Peplink International Ltd.
10:62:C9 Adatis # Adatis GmbH & Co. KG
@@ -16552,6 +16561,7 @@
14:3E:60 Alcatel-Lu # Alcatel-Lucent
14:4C:1A MaxCommuni # Max Communication GmbH
14:54:12 Entis # Entis Co., Ltd.
+14:5A:05 Apple # Apple, Inc.
14:6E:0A Private
14:73:73 TubitakUek # TUBITAK UEKAE
14:74:11 Rim
@@ -16598,6 +16608,7 @@
18:E7:F4 Apple
18:EF:63 Cisco # Cisco Systems
18:F4:6A HonHaiPrec # Hon Hai Precision Ind. Co.,Ltd.
+18:F6:50 Multimedia # Multimedia Pacific Limited
18:FC:9F ChangheEle # Changhe Electronics Co., Ltd.
1C:06:56 Idy # IDY Corporation
1C:0F:CF SyproOptic # Sypro Optics GmbH
@@ -16694,6 +16705,7 @@
28:14:71 Lantis # Lantis co., LTD.
28:26:A6 PbrElectro # PBR electronics GmbH
28:34:10 EnigmaDiag # Enigma Diagnostics Limited
+28:40:1A C8Medisens # C8 MediSensors, Inc.
28:48:46 Gridcentri # GridCentric Inc.
28:4C:53 IntuneNetw # Intune Networks
28:51:32 ShenzhenPr # Shenzhen Prayfly Technology Co.,Ltd
@@ -16786,6 +16798,7 @@
34:AA:EE Mikrovisat # Mikrovisatos Servisas UAB
34:B5:71 Plds
34:BA:51 Se-KureCon # Se-Kure Controls, Inc.
+34:BC:A6 BeijingDin # Beijing Ding Qing Technology, Ltd.
34:BD:F9 ShanghaiWd # Shanghai WDK Industrial Co.,Ltd.
34:C3:AC SamsungEle # Samsung Electronics
34:C6:9A Enecsys # Enecsys Ltd
@@ -16833,6 +16846,7 @@
3C:19:15 GfiChronoT # GFI Chrono Time
3C:1A:79 HuayuanTec # Huayuan Technology CO.,LTD
3C:1C:BE JadakLlc # JADAK LLC
+3C:26:D5 SoteraWire # Sotera Wireless
3C:2D:B7 TexasInstr # Texas Instruments
3C:2F:3A Sforzato # SFORZATO Corp.
3C:39:C3 JwElectron # JW Electronics Co., Ltd.
@@ -16851,7 +16865,9 @@
3C:A7:2B MrvCommuni # MRV Communications (Networks) LTD
3C:B1:5B Avaya # Avaya, Inc
3C:B1:7F Wattwatche # Wattwatchers Pty Ld
+3C:BD:D8 LgElectron # LG ELECTRONICS INC
3C:C0:C6 D&Amp;BAud # d&b audiotechnik GmbH
+3C:D1:6E TelepowerC # Telepower Communication Co., Ltd
3C:D9:2B HewlettPac # Hewlett Packard
3C:DF:1E Cisco # Cisco Systems
3C:E5:A6 HangzhouH3 # Hangzhou H3C Technologies Co., Ltd.
@@ -16869,6 +16885,7 @@
40:22:ED DigitalPro # Digital Projection Ltd
40:25:C2 IntelCorpo # Intel Corporate
40:2B:A1 SonyEricss # Sony Ericsson Mobile Communications AB
+40:30:04 Apple # Apple, Inc.
40:37:AD MacroImage # Macro Image Technology, Inc.
40:40:22 Ziv
40:40:6B Icomera
@@ -16899,6 +16916,7 @@
40:D4:0E Biodata # Biodata Ltd
40:EC:F8 Siemens # Siemens AG
40:EF:4C FihonestCo # Fihonest communication co.,Ltd
+40:F1:4C IseEuropeS # ISE Europe SPRL
40:F4:EC Cisco # Cisco Systems
40:F5:2E LeicaMicro # Leica Microsystems (Schweiz) AG
40:FC:89 MotorolaMo # Motorola Mobility, Inc.
@@ -16942,6 +16960,7 @@
44:C9:A2 GreenwaldI # Greenwald Industries
44:D2:CA AnviaTvOy # Anvia TV Oy
44:D6:3D TalariNetw # Talari Networks
+44:D8:32 AzurewaveT # Azurewave Technologies, Inc.
44:DC:CB SemindiaPv # SEMINDIA SYSTEMS PVT LTD
44:E4:9A Omnitronic # OMNITRONICS PTY LTD
44:E4:D9 Cisco # Cisco Systems
@@ -16968,6 +16987,7 @@
48:C8:B6 Systec # SysTec GmbH
48:CB:6E CelloElect # Cello Electronics (UK) Ltd
48:D8:FE ClaridySol # ClarIDy Solutions, Inc.
+48:DC:FB Nokia # Nokia Corporation
48:DF:1C WuhanNecFi # Wuhan NEC Fibre Optic Communications industry Co. Ltd
48:EB:30 EternaTech # ETERNA TECHNOLOGY, INC.
48:F4:7D Techvision # TechVision Holding Internation Limited
@@ -17058,6 +17078,7 @@
58:17:0C SonyEricss # Sony Ericsson Mobile Communications AB
58:1F:AA Apple # Apple, Inc.
58:2F:42 UniversalE # Universal Electric Corporation
+58:35:D9 Cisco # Cisco Systems
58:3C:C6 Omneality # Omneality Ltd.
58:42:E4 SigmaInter # Sigma International General Medical Apparatus, LLC.
58:49:BA ChitaiElec # Chitai Electronic Corp.
@@ -17191,6 +17212,7 @@
64:D1:A3 SitecomEur # Sitecom Europe BV
64:D2:41 KeithKoep # Keith & Koep GmbH
64:D4:DA IntelCorpo # Intel Corporate
+64:D9:12 Solidica # Solidica, Inc.
64:DB:18 Openpatter # OpenPattern
64:DC:01 StaticGrou # Static Systems Group PLC
64:DE:1C KingneticP # Kingnetic Pte Ltd
@@ -17213,6 +17235,7 @@
68:79:24 Els-Gmbh # ELS-GmbH & Co. KG
68:79:ED Sharp # SHARP Corporation
68:7F:74 Cisco-Link # Cisco-Linksys, LLC
+68:84:70 Essys # eSSys Co.,Ltd
68:85:40 IgiMobile # IGI Mobile, Inc.
68:87:6B InqMobile # INQ Mobile Limited
68:92:34 RuckusWire # Ruckus Wireless
@@ -17292,7 +17315,9 @@
70:A4:1C AdvancedWi # Advanced Wireless Dynamics S.L.
70:B0:8C ShenouComm # Shenou Communication Equipment Co.,Ltd
70:B2:65 HiltronSRL # Hiltron s.r.l.
+70:B9:21 FiberhomeT # FiberHome Telecommunication Technologies CO.,LTD
70:CD:60 Apple # Apple Inc
+70:D4:F2 Rim
70:D5:7E Scalar # Scalar Corporation
70:D5:E7 Wellcore # Wellcore Corporation
70:D8:80 UposSystem # Upos System sp. z o.o.
@@ -17429,6 +17454,7 @@
80:1F:02 EdimaxTech # Edimax Technology Co. Ltd.
80:22:75 BeijingBen # Beijing Beny Wave Technology Co Ltd
80:2D:E1 Solarbridg # Solarbridge Technologies
+80:2E:14 AzetiNetwo # azeti Networks AG
80:34:57 Ot # OT Systems Limited
80:38:FD LeapfrogEn # LeapFrog Enterprises, Inc.
80:39:E5 Patlite # PATLITE CORPORATION
@@ -17555,8 +17581,10 @@
90:51:3F Elettronic # Elettronica Santerno
90:54:46 TesElectro # TES ELECTRONIC SOLUTIONS
90:55:AE EricssonEa # Ericsson, EAB/RWI/K
+90:5F:8D Modas # modas GmbH
90:61:0C FidaIntern # Fida International (S) Pte Ltd
90:67:B5 Alcatel-Lu # Alcatel-Lucent
+90:67:F3 AlcatelLuc # Alcatel Lucent
90:6D:C8 DlgAutomaç # DLG Automação Industrial Ltda
90:6E:BB HonHaiPrec # Hon Hai Precision Ind. Co.,Ltd.
90:7F:61 ChiconyEle # Chicony Electronics Co., Ltd.
@@ -17615,11 +17643,12 @@
98:03:A0 AbbNVPower # ABB n.v. Power Quality Products
98:03:D8 Apple # Apple, Inc.
98:0E:E4 Private
+98:29:3F FujianStar # Fujian Start Computer Equipment Co.,Ltd
98:2C:BE 2wire
98:2D:56 Resolution # Resolution Audio
98:30:00 BeijingKem # Beijing KEMACOM Technologies Co., Ltd.
98:35:B8 AssembledP # Assembled Products Corporation
-98:42:46 GemtekTech # Gemtek Technology Co., Ltd.
+98:42:46 SolIndustr # SOL INDUSTRY PTE., LTD
98:4B:4A MotorolaMo # Motorola Mobility Inc.
98:4B:E1 HewlettPac # Hewlett Packard
98:4E:97 StarlightM # Starlight Marketing (H. K.) Ltd.
@@ -17706,6 +17735,7 @@
A0:BF:A5 Coresys
A0:DD:E5 Sharp # SHARP CORPORATION
A0:DE:05 Jsc"Irbis- # JSC "Irbis-T"
+A0:E2:95 DatSystem # DAT System Co.,Ltd
A0:F2:17 GeMedicalS # GE Medical System(China) Co., Ltd.
A4:0C:C3 Cisco # Cisco Systems
A4:13:4E LuxulWirel # Luxul Wireless
@@ -17733,11 +17763,13 @@
A4:B1:97 Apple # Apple, Inc.
A4:B1:EE HZander # H. ZANDER GmbH & Co. KG
A4:B2:A7 AdaxysSolu # Adaxys Solutions AG
+A4:B3:6A JscSdoChro # JSC SDO Chromatec
A4:BA:DB Dell # Dell Inc.
A4:BE:61 Eutrovisio # EutroVision System, Inc.
A4:C0:E1 Nintendo # Nintendo Co., Ltd.
A4:C2:AB HangzhouLe # Hangzhou LEAD-IT Information & Technology Co.,Ltd
A4:D1:D1 EcotalityN # ECOtality North America
+A4:D1:D2 Apple # Apple, Inc.
A4:DA:3F Bionics # Bionics Corp.
A4:DB:2E KingspanEn # Kingspan Environmental Ltd
A4:DE:50 TotalWalth # Total Walther GmbH
@@ -17824,6 +17856,7 @@
B0:51:8E HollTechno # Holl technology CO.Ltd.
B0:5B:1F ThermoFish # THERMO FISHER SCIENTIFIC S.P.A.
B0:65:63 ShanghaiRa # Shanghai Railway Communication Factory
+B0:75:D5 Zte # ZTE Corporation
B0:81:D8 I-Sys # I-sys Corp
B0:89:91 Lge # LGE
B0:90:74 FulanElect # Fulan Electronics Limited
@@ -17869,6 +17902,7 @@
B4:B5:AF MinsungEle # Minsung Electronics
B4:B8:8D Thuh # Thuh Company
B4:C4:4E VxlEtechPv # VXL eTech Pvt Ltd
+B4:C7:99 MotorolaSo # Motorola Solutions Inc.
B4:C8:10 UmpiElettr # UMPI Elettronica
B4:CF:DB ShenzhenJi # Shenzhen Jiuzhou Electric Co.,LTD
B4:E0:CD IoTurbine # IO Turbine, Inc.
@@ -17991,6 +18025,7 @@
C4:59:76 Fugoo
C4:63:54 U-Raku # U-Raku, Inc.
C4:71:FE Cisco # Cisco Systems
+C4:7B:2F BeijingJoi # Beijing JoinHope Image Technology Ltd.
C4:7D:4F Cisco # Cisco Systems
C4:82:3F FujianNewl # Fujian Newland Auto-ID Tech. Co,.Ltd.
C4:93:13 100fioNetw # 100fio networks technology llc
@@ -18044,6 +18079,7 @@
C8:EF:2E BeijingGef # Beijing Gefei Tech. Co., Ltd
C8:FE:30 BejingDayo # Bejing DAYO Mobile Communication Technology Ltd.
CC:00:80 TrustSyste # TRUST SYSTEM Co.,
+CC:05:1B SamsungEle # Samsung Electronics Co.,Ltd
CC:08:E0 Apple
CC:09:C8 Imaqliq # IMAQLIQ LTD
CC:0C:DA MiljovaktA # Miljovakt AS
@@ -18084,6 +18120,7 @@
CC:FC:B1 WirelessTe # Wireless Technology, Inc.
D0:13:1E SunrexTech # Sunrex Technology Corp
D0:15:4A Zte # zte corporation
+D0:17:6A SamsungEle # Samsung Electronics Co.,Ltd
D0:1C:BB BeijingCti # Beijing Ctimes Digital Technology Co., Ltd.
D0:27:88 HonHaiPrec # Hon Hai Precision Ind.Co.Ltd
D0:37:61 TexasInstr # Texas Instruments
@@ -18142,6 +18179,7 @@
D4:A4:25 SmaxTechno # SMAX Technology Co., Ltd.
D4:A9:28 GreenwaveR # GreenWave Reality Inc
D4:AA:FF MicroWorld # MICRO WORLD
+D4:C1:FC Nokia # Nokia Corporation
D4:C7:66 Acentic # Acentic GmbH
D4:CB:AF Nokia # Nokia Corporation
D4:D1:84 AdbBroadba # ADB Broadband Italia
@@ -18175,6 +18213,7 @@
D8:A2:5E Apple
D8:AE:90 ItibiaTech # Itibia Technologies
D8:B1:2A PanasonicM # Panasonic Mobile Communications Co., Ltd.
+D8:B3:77 Htc # HTC Corporation
D8:B6:C1 Networkacc # NetworkAccountant, Inc.
D8:C0:68 Netgenetec # Netgenetech.co.,ltd.
D8:C3:FB Detracom
@@ -18244,6 +18283,7 @@
E0:B9:A5 Azurewave
E0:BC:43 C2Microsys # C2 Microsystems, Inc.
E0:C2:86 AisaiCommu # Aisai Communication Technology Co., Ltd.
+E0:C9:22 JirehEnerg # Jireh Energy Tech., Ltd.
E0:CA:4D ShenzhenUn # Shenzhen Unistar Communication Co.,LTD
E0:CA:94 AskeyCompu # Askey Computer
E0:CB:4E AsustekCom # ASUSTek COMPUTER INC.
@@ -18297,12 +18337,14 @@
E8:3A:97 OczTechnol # OCZ Technology Group
E8:3E:B6 Rim
E8:40:40 Cisco # Cisco Systems
+E8:4E:06 Private
E8:4E:CE Nintendo # Nintendo Co., Ltd.
E8:5B:5B LgElectron # LG ELECTRONICS INC
E8:5E:53 InfratecDa # Infratec Datentechnik GmbH
E8:6C:DA Supercompu # Supercomputers and Neurocomputers Research Center
E8:75:7F FirsTechno # FIRS Technologies(Shenzhen) Co., Ltd
E8:7A:F3 S5TechSRL # S5 Tech S.r.l.
+E8:94:4C CogentHeal # Cogent Healthcare Systems Ltd
E8:99:5A PiigabProc # PiiGAB, Processinformation i Goteborg AB
E8:9A:8F QuantaComp # Quanta Computer Inc.
E8:9D:87 Toshiba
@@ -18468,6 +18510,7 @@
FC:0F:E6 SonyComput # Sony Computer Entertainment Inc.
FC:10:BD ControlSis # Control Sistematizado S.A.
FC:1F:C0 Eurecam
+FC:2E:2D LoromIndus # Lorom Industrial Co.LTD.
FC:2F:40 Calxeda # Calxeda, Inc.
FC:35:98 Favite # Favite Inc.
FC:44:63 UniversalA # Universal Audio
@@ -18482,7 +18525,7 @@
FC:A8:41 Avaya # Avaya, Inc
FC:AF:6A Conemtech # Conemtech AB
FC:CC:E4 Ascon # Ascon Ltd.
-FC:CF:62 BladeNetwo # BLADE Network Technology
+FC:CF:62 Ibm # IBM Corp
FC:D4:F2 CocaCola # The Coca Cola Company
FC:D4:F6 MessanaAir # Messana Air.Ray Conditioning s.r.l.
FC:E1:92 SichuanJin # Sichuan Jinwangtong Electronic Science&Technology Co,.Ltd
@@ -18496,7 +18539,7 @@
#
# Well-known addresses.
#
-# $Id: manuf 36535 2011-04-10 16:04:37Z gerald $
+# $Id: manuf 36678 2011-04-17 16:04:39Z gerald $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald [AT] wireshark.org>
|
[-]
[+]
|
Changed |
wireshark-1.4.6.tar.bz2/packaging/macosx/Info.plist
^
|
@@ -8,7 +8,7 @@
<key>CFBundleExecutable</key>
<string>Wireshark</string>
<key>CFBundleGetInfoString</key>
- <string>1.4.5, Copyright 1998-2011 Wireshark Development Team</string>
+ <string>1.4.6, Copyright 1998-2011 Wireshark Development Team</string>
<key>CFBundleIconFile</key>
<string>Wireshark.icns</string>
<key>CFBundleIdentifier</key>
@@ -42,11 +42,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.4.5</string>
+ <string>1.4.6</string>
<key>CFBundleSignature</key>
<string>Wshk</string>
<key>CFBundleVersion</key>
- <string>1.4.5</string>
+ <string>1.4.6</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1998-2011 Wireshark Developers, GNU General Public License.</string>
<key>LSMinimumSystemVersion</key>
|
[-]
[+]
|
Changed |
wireshark-1.4.6.tar.bz2/services
^
|
@@ -14,7 +14,7 @@
PORT NUMBERS
-(last updated 2011-04-06)
+(last updated 2011-04-14)
The port numbers are divided into three ranges: the Well Known Ports,
the Registered Ports, and the Dynamic and/or Private Ports.
@@ -4580,7 +4580,7 @@
# Robert M. Moore <robert.moore&tunstall.co.uk>
slp-notify 1847/tcp SLP Notification
slp-notify 1847/udp SLP Notification
-# James Kempf <james.kempf&sun.com>
+# [RFC3082]
fjdocdist 1848/tcp fjdocdist
fjdocdist 1848/udp fjdocdist
# Yuichi Ohiwa <y-ohiwa&ael.fujitsu.co.jp>
@@ -16963,6 +16963,9 @@
"A Link-Layer Tunneling Mechanism for Unidirectional Links",
RFC 3077, March 2001.
+[RFC3082] J. Kempf, J. Goldschmidt, "Notification and Subscription for SLP",
+ RFC 3082, March 2001
+
[RFC3340] M. Rose, G. Klyne, and D. Crocker, "The Application
Exchange Core", RFC 3340, July 2002.
|
[-]
[+]
|
Changed |
wireshark-1.4.6.tar.bz2/svnversion.h
^
|
@@ -1,2 +1,2 @@
-#define SVNVERSION "SVN Rev 36650"
+#define SVNVERSION "SVN Rev 36706"
#define SVNPATH "/trunk-1.4"
|