aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-01-10 01:58:56 +0000
committerGerald Combs <gerald@wireshark.org>2007-01-10 01:58:56 +0000
commit8068316211ca5db30b78bc1f4ebe1cbe0ca802fa (patch)
tree4ee679550fc3b75cb288ac4b2aed62bab1e20d1a /ChangeLog
parentf3679ee8a26ea57acb95d859c9d6f288fc7a7be6 (diff)
Update to r20350.
svn path=/trunk/; revision=20368
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8414
1 files changed, 4845 insertions, 3569 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f0cc67f35..dab85c8d14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6020 +1,7296 @@
------------------------------------------------------------------------
-r18953 | guy | 2006-08-18 17:24:40 -0700 (Fri, 18 Aug 2006) | 2 lines
+r19646 | gerald | 2006-10-20 16:22:53 -0700 (Fri, 20 Oct 2006) | 6 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/gtk/airpcap_dlg.c
+ M /trunk/gtk/airpcap_gui_utils.h
+ M /trunk/gtk/main.c
+ M /trunk/gtk/prefs_dlg.c
-Fix cut-and-pasteo.
+AirPcap fixes from Giorgio Tino:
-------------------------------------------------------------------------
-r18954 | guy | 2006-08-18 19:56:16 -0700 (Fri, 18 Aug 2006) | 2 lines
-Changed paths:
- M /trunk/asn1/ldap/packet-ldap-template.c
- M /trunk/epan/dissectors/packet-ldap.c
+1) When choosing to Merge, Import or Keep decryption keys, key lists will be saved to the preferences file AND into the registry.
-Squelch a compiler warning.
+2) Now if you check/uncheck the WEP deccryption checkbox in the Preferences..., the AirPcap toolbar will be modified as well.
------------------------------------------------------------------------
-r18955 | guy | 2006-08-18 19:58:48 -0700 (Fri, 18 Aug 2006) | 3 lines
+r19649 | sahlberg | 2006-10-20 21:57:12 -0700 (Fri, 20 Oct 2006) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-gsm_sms.c
+ M /trunk/epan/dissectors/packet-usb.c
-Define "char_def_alphabet_ext_decode()" with a return type - and define
-it as static as it's not used outside this file.
+prettify the flags field and power consumption for CONFIGURATION DESCRIPTOR
-------------------------------------------------------------------------
-r18956 | guy | 2006-08-18 20:00:16 -0700 (Fri, 18 Aug 2006) | 2 lines
-Changed paths:
- M /trunk/epan/guid-utils.c
+dissect the self-powered and the remote-wakeup flags
+show the powerconsumption in mA
-Squelch a compiler warning.
------------------------------------------------------------------------
-r18957 | guy | 2006-08-18 20:01:15 -0700 (Fri, 18 Aug 2006) | 2 lines
+r19650 | sahlberg | 2006-10-20 22:07:48 -0700 (Fri, 20 Oct 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcom.c
+ M /trunk/epan/dissectors/packet-usb.c
+
+the flags are FT_BOOLEAN not FT_UINT8
-Fix some format strings and format string arguments.
------------------------------------------------------------------------
-r18958 | guy | 2006-08-18 20:01:53 -0700 (Fri, 18 Aug 2006) | 2 lines
+r19651 | ulfl | 2006-10-21 02:40:18 -0700 (Sat, 21 Oct 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dcom-cba-acco.c
-
-Fix some g_warning() calls.
+ M /trunk/packaging/nsis/wireshark.nsi
+remove two packaging warnings - could this be applied to 0.99.4?
------------------------------------------------------------------------
-r18959 | sahlberg | 2006-08-19 02:22:20 -0700 (Sat, 19 Aug 2006) | 4 lines
+r19652 | ulfl | 2006-10-21 05:06:26 -0700 (Sat, 21 Oct 2006) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-windows-common.c
- M /trunk/epan/dissectors/packet-windows-common.h
+ M /trunk/gtk/about_dlg.c
-add some well known rids from s4 security.idl and code to show the name of this rid
-when dissecting a security descriptor
+the text in the about box license page was hard to read because of line breaks at the wrong places.
+set the minimum size of the widget to 600 pixels - this is working well on my machine. If anyone has problems even with this width (e.g. because of using a larger font) we might increase the size even further.
+Of course, this increases the overall size of the about dialog, but the other tabs seem to be working well with it.
------------------------------------------------------------------------
-r18960 | etxrab | 2006-08-19 14:42:25 -0700 (Sat, 19 Aug 2006) | 1 line
+r19653 | guy | 2006-10-21 10:48:45 -0700 (Sat, 21 Oct 2006) | 3 lines
Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/gtk/main.c
+
+Put the ", " before the PortAudio item regardless of whether we have
+PortAudio or not; this fixes 1174.
-Improve parsing a bit and correctly dissect errorDescriptor in Reply.
------------------------------------------------------------------------
-r18961 | gerald | 2006-08-19 18:19:56 -0700 (Sat, 19 Aug 2006) | 2 lines
+r19654 | sahlberg | 2006-10-21 15:17:43 -0700 (Sat, 21 Oct 2006) | 6 lines
Changed paths:
- M /trunk/airpcap_loader.c
+ M /trunk/epan/dissectors/packet-http.c
+
+teach the http header dissector how to handle integer fields instead of just assuming everything is a string field
+
+
+change http.content_length to be FT_UINT32
-Make sure a preference exists before we try to use it.
------------------------------------------------------------------------
-r18964 | sahlberg | 2006-08-19 22:18:10 -0700 (Sat, 19 Aug 2006) | 4 lines
+r19655 | sahlberg | 2006-10-21 17:21:40 -0700 (Sat, 21 Oct 2006) | 6 lines
Changed paths:
M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/epan/packet.c
+ M /trunk/epan/packet_info.h
-we have to search for multisegments starting PRIOR to the start of the current semgent or elsae it will break for the case when one multisegment ends in this segment there are a few smaller ones completely within this segment and then another segment starts that spans across future segments.
+add a tcp_tree field to packet_info so that we can access the tree from tcp_dissect_pdus() (and others if need be)
+
+in tcp_dissect_pdus() add a field ( tcp.pdu.size ) to the tree that displays the pdu size.
------------------------------------------------------------------------
-r18965 | sahlberg | 2006-08-19 23:00:16 -0700 (Sat, 19 Aug 2006) | 7 lines
+r19656 | sahlberg | 2006-10-21 18:21:20 -0700 (Sat, 21 Oct 2006) | 3 lines
Changed paths:
- M /trunk/asn1/ldap/packet-ldap-template.c
- M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/epan/dissectors/packet-usb.c
+
+dissect the individual bits in the CONFIDURATION descriptor field for the endpoint address
- in LDAP over TCP
-use tcp_dissect_pdus() which works insterad of trying to do the pdu tracking and signalling for reassembly manually.
-This makes ldap pdu tracking and reassembly work properly for cases when hosts are streaming lpad over tcp and there is little or none alignlemt of pdus to the start of a segment
+------------------------------------------------------------------------
+r19657 | sahlberg | 2006-10-21 22:21:37 -0700 (Sat, 21 Oct 2006) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-usb.c
+fix some endianess issues
------------------------------------------------------------------------
-r18966 | etxrab | 2006-08-20 14:18:43 -0700 (Sun, 20 Aug 2006) | 1 line
+r19658 | sahlberg | 2006-10-22 02:38:59 -0700 (Sun, 22 Oct 2006) | 3 lines
Changed paths:
- M /trunk/asn1/h245/h245-exp.cnf
- M /trunk/asn1/h245/h245.cnf
- M /trunk/epan/dissectors/packet-h245.c
- M /trunk/epan/dissectors/packet-h245.h
- M /trunk/epan/libwireshark.def
- M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/epan/dissectors/packet-usb.c
+
+add tracking of interface class for CONTROL_INPUT as well as existing support for BULK INPUT/OUTPUT
+
-Dissect some more H.245 messages in MEGACO
------------------------------------------------------------------------
-r18967 | sahlberg | 2006-08-21 04:26:34 -0700 (Mon, 21 Aug 2006) | 5 lines
+r19659 | sahlberg | 2006-10-22 04:49:23 -0700 (Sun, 22 Oct 2006) | 9 lines
Changed paths:
- M /trunk/gtk/scsi_stat.c
+ M /trunk/epan/dissectors/packet-usb-masstorage.c
+ M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/dissectors/packet-usb.h
+
+add a dissector table for class specific control input/output pdus
-make the scsi statistics dialogs easier to understand for scsi novices
+implement class specific control commands : reset and getmaxlun for mass storage
+
+
+now with a better understanding of the problem space for usb and device classes we can start cleaning the code up and make it nice
-explain what the commandsets refer to SBC==disk SSC=tape MMC=cd
------------------------------------------------------------------------
-r18968 | martinm | 2006-08-21 04:41:32 -0700 (Mon, 21 Aug 2006) | 1 line
+r19660 | jake | 2006-10-22 07:28:54 -0700 (Sun, 22 Oct 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-rtcp.c
+ M /trunk/print.c
-Use FT_UINT_STRING for TBCP DENY reason-phrase
+Fix bug 1173, remove the space after the comma in CSV lines
------------------------------------------------------------------------
-r18969 | martinm | 2006-08-21 04:45:37 -0700 (Mon, 21 Aug 2006) | 1 line
+r19661 | jake | 2006-10-22 22:30:37 -0700 (Sun, 22 Oct 2006) | 3 lines
Changed paths:
- M /trunk/epan/proto.c
+ M /trunk/epan/dissectors/packet-wlccp.c
+
+From Stephen Fisher:
+Here is a patch to make a few small fixes to packet-wlccp.c:
-Make apply-as-filter strings work for FT_UINT_STRING (rather than using frame[...])
------------------------------------------------------------------------
-r18970 | martinm | 2006-08-21 04:52:20 -0700 (Mon, 21 Aug 2006) | 1 line
+r19662 | lego | 2006-10-23 07:57:54 -0700 (Mon, 23 Oct 2006) | 4 lines
Changed paths:
- M /trunk/dtds/reginfo.dtd
+ M /trunk/editcap.c
+
+As proposed by Tim Furlong:
+set starttm.tm_isdst to -1 to have mktime() propperly interpret DST.
+Might fix Bug 1158
-The xmlns attribute isn't really part of the schema, so probably shouldn't be #REQUIRED (not that the XML dissector currently uses this property)
------------------------------------------------------------------------
-r18971 | sahlberg | 2006-08-21 05:41:59 -0700 (Mon, 21 Aug 2006) | 3 lines
+r19663 | tuexen | 2006-10-23 10:12:48 -0700 (Mon, 23 Oct 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-rpc.c
+ M /trunk/wiretap/netxray.c
-remove two hashtables and replace with binary trees
+Use G_GINT64_CONSTANT to handle 64-bit constants in the code.
------------------------------------------------------------------------
-r18972 | sahlberg | 2006-08-21 06:00:55 -0700 (Mon, 21 Aug 2006) | 2 lines
+r19664 | martinm | 2006-10-23 10:22:20 -0700 (Mon, 23 Oct 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-3com-njack.c
- M /trunk/epan/dissectors/packet-aim-chat.c
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
+ M /trunk/wiretap/catapult_dct2000.c
+ M /trunk/wiretap/catapult_dct2000.h
-move a few arrays off the stack
+- Fix problems with parsing sctpprim headers
+- Add dissection of nbap (as encap or inside sctp primitive)
------------------------------------------------------------------------
-r18973 | sahlberg | 2006-08-21 06:05:18 -0700 (Mon, 21 Aug 2006) | 3 lines
+r19665 | ashokn | 2006-10-23 10:32:15 -0700 (Mon, 23 Oct 2006) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/epan/dissectors/packet-rsvp.c
-get rid of a rotating buffer
+
+Add support for dissecting RSVP E2E IGNORE proto packets (RFC3175)
------------------------------------------------------------------------
-r18974 | sahlberg | 2006-08-21 06:32:07 -0700 (Mon, 21 Aug 2006) | 17 lines
+r19666 | jake | 2006-10-23 15:43:11 -0700 (Mon, 23 Oct 2006) | 1 line
Changed paths:
- M /trunk/asn1/mms/mms-exp.cnf
- M /trunk/asn1/mms/mms.asn
- M /trunk/epan/dissectors/packet-mms.c
- M /trunk/epan/dissectors/packet-mms.h
+ M /trunk/gtk/dfilter_expr_dlg.c
+
+Fix for bug 1178. Allow FT_?INT24 BASE_DEC VALs in the expression selection dialog.
+------------------------------------------------------------------------
+r19667 | jake | 2006-10-23 22:17:49 -0700 (Mon, 23 Oct 2006) | 2 lines
+Changed paths:
+ M /trunk/gtk/voip_calls.c
- from Angel de Juan
+From Alejandro Vaquero:
+Find attached a patch for this bug. The problem was actually in the "Voip Calls" logic, when the first RTP packet was after the last signaling packet (e.g. a call connected and the release not captured), that caused the RTP to not be added to the graph list and therefor to the player.
+------------------------------------------------------------------------
+r19668 | etxrab | 2006-10-23 22:21:00 -0700 (Mon, 23 Oct 2006) | 3 lines
+Changed paths:
+ M /trunk/Makefile.common
+ M /trunk/epan/dissectors/packet-radius.c
+ M /trunk/epan/dissectors/packet-radius.h
+ M /trunk/gtk/Makefile.common
+ A /trunk/gtk/radius_stat.c
+ A /trunk/tap-radiusstat.c
-make mms bitstrings easier to read
+From Alejandro Vaquero:
+For the Radius dissector to add statistics
+ in the "Service Response Time" menu and the tshark stats.
+------------------------------------------------------------------------
+r19669 | sahlberg | 2006-10-24 00:27:32 -0700 (Tue, 24 Oct 2006) | 9 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-tcp.c
+by popular request
+reintroducing the ACK_RTT measurement how long it took to ACK a data segment
---
-Hi, this is my new mms with some changes in order to display some data in
-binary instead of hex.
-Excuse me because is not a diff from the repository, but I don't know how to
-create a diff.
-I also have the compiled packet-mms.c and packet-mms.h if you want it only
-mail me.
+Gerald this is a trivially correct patch can you apply it to the release branch?
------------------------------------------------------------------------
-r18975 | sahlberg | 2006-08-21 06:44:37 -0700 (Mon, 21 Aug 2006) | 3 lines
+r19670 | lego | 2006-10-24 06:16:57 -0700 (Tue, 24 Oct 2006) | 9 lines
Changed paths:
- M /trunk/asn1/mms/mms.cnf
- M /trunk/epan/dissectors/packet-mms.c
+ M /trunk/epan/wslua/Makefile.am
+ M /trunk/epan/wslua/make-doc.pl
+ M /trunk/epan/wslua/template-init.lua
+ M /trunk/epan/wslua/wslua_gui.c
+ M /trunk/epan/wslua/wslua_pinfo.c
+ M /trunk/epan/wslua/wslua_proto.c
+ M /trunk/epan/wslua/wslua_tree.c
+ M /trunk/epan/wslua/wslua_tvb.c
+ M /trunk/epan/wslua/wslua_util.c
+
+Have Lua disabled by default.
+
+Add more documentation to the code.
+change make-dco.pl so that it creates more readable docbook output.
+
+This should be copied over to 0.99.4
-prettify the MMS dissector by at least putting the pdu name in the info column
------------------------------------------------------------------------
-r18976 | gerald | 2006-08-21 07:40:05 -0700 (Mon, 21 Aug 2006) | 5 lines
+r19671 | lego | 2006-10-24 10:34:17 -0700 (Tue, 24 Oct 2006) | 4 lines
Changed paths:
- M /trunk/gtk/menu.c
+ M /trunk/epan/wslua/make-doc.pl
+ M /trunk/epan/wslua/wslua_field.c
+ M /trunk/epan/wslua/wslua_listener.c
+ M /trunk/epan/wslua/wslua_proto.c
-AirPcap fix from Florent Drouin:
+Improve the documentation generators
+add some docs.
-Since version 18928, there is a GTK warning at wireshark startup.
-I think a #ifdef HAVE_AIRPCAP is missing in ./gtk/menu.c
------------------------------------------------------------------------
-r18978 | jmayer | 2006-08-21 09:16:01 -0700 (Mon, 21 Aug 2006) | 1 line
+r19672 | jmayer | 2006-10-24 10:39:32 -0700 (Tue, 24 Oct 2006) | 5 lines
Changed paths:
- M /trunk/manuf
+ M /trunk/CMakeLists.txt
+ A /trunk/cmake/modules/Check64BitFormat.c.in
+ A /trunk/cmake/modules/Check64BitFormat.cmake
+ A /trunk/cmake/modules/FindADNS.cmake
+ A /trunk/cmake/modules/FindDBUS.cmake
+ A /trunk/cmake/modules/FindDBUSGLIB.cmake
+ A /trunk/cmake/modules/FindGCRYPT.cmake
+ M /trunk/cmake/modules/FindGLIB2.cmake
+ M /trunk/cmake/modules/FindGTK2.cmake
+ M /trunk/cmake/modules/FindLEX.cmake
+ M /trunk/cmake/modules/FindPCAP.cmake
+ A /trunk/cmake/modules/FindQt4.cmake
+ A /trunk/cmake/modules/UsePkgConfig.cmake
+ M /trunk/cmakeconfig.h.in
+ M /trunk/wiretap/CMakeLists.txt
+
+Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179
+
+Frederic Heem:
+* More cmake system checks. It compiles dumpcap without running configure,
-Update manuf list
------------------------------------------------------------------------
-r18979 | jmayer | 2006-08-21 09:17:24 -0700 (Mon, 21 Aug 2006) | 1 line
+r19673 | gerald | 2006-10-24 14:07:05 -0700 (Tue, 24 Oct 2006) | 3 lines
Changed paths:
- M /trunk/FAQ
- M /trunk/help/faq.txt
+ M /trunk/gtk/main.c
+
+Put a trailing ellipsis behind the wireless toolbar buttons since they open
+a new window.
-Update FAQ
------------------------------------------------------------------------
-r18981 | gerald | 2006-08-21 12:22:33 -0700 (Mon, 21 Aug 2006) | 2 lines
+r19675 | etxrab | 2006-10-24 15:06:34 -0700 (Tue, 24 Oct 2006) | 4 lines
Changed paths:
- M /trunk/airpcap_loader.c
- M /trunk/airpcap_loader.h
- M /trunk/gtk/airpcap_dlg.c
- M /trunk/gtk/airpcap_dlg.h
- M /trunk/gtk/airpcap_gui_utils.c
- M /trunk/gtk/airpcap_gui_utils.h
+ M /trunk/epan/dissectors/packet-gsm_a.c
-Fix up copyrights and whitespace.
+From Reinhard Speyerer:
+Fixes the incorrect decoding of the CC-SETUP CLIR suppression and invoke info elements (which seem to have been copied from the location update accept PDU).
+and added some info from a later spec.
------------------------------------------------------------------------
-r18984 | etxrab | 2006-08-21 14:19:48 -0700 (Mon, 21 Aug 2006) | 2 lines
+r19677 | gerald | 2006-10-24 17:17:28 -0700 (Tue, 24 Oct 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-bssap.c
+ M /trunk/epan/wslua/wslua_field.c
+
+Attempt to get compilation working under Windows.
-From Florent Drouin:
-This patch allow to change the value of the SSN associated to the bssap dissector.
------------------------------------------------------------------------
-r18985 | etxrab | 2006-08-21 14:24:42 -0700 (Mon, 21 Aug 2006) | 4 lines
+r19678 | gerald | 2006-10-24 17:49:36 -0700 (Tue, 24 Oct 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-gsm_a.c
+ M /trunk/epan/dissectors/packet-scsi.c
-From Florent Drouin:
-This patch provide a correction for the element "Channel Needed" in the Paging message. and some improvements for the display of AUTH,SRES,RAND etc..
+Attempt to squelch Coverity CID 221.
-With some further changes to APDU and LSA Identifier dissection.
------------------------------------------------------------------------
-r18986 | etxrab | 2006-08-21 14:58:30 -0700 (Mon, 21 Aug 2006) | 2 lines
+r19679 | guy | 2006-10-24 20:03:53 -0700 (Tue, 24 Oct 2006) | 2 lines
Changed paths:
- M /trunk/asn1/camel/camel.asn
- M /trunk/asn1/camel/camel.cnf
- M /trunk/asn1/camel/packet-camel-template.c
- M /trunk/epan/dissectors/packet-camel.c
+ M /trunk/epan/dissectors/packet-bootp.c
+
+Clean up some compiler warnings.
-From Florent Drouin:
-This patch introduce the decoding of the RP-Cause element in the Release SMS message for Camel.
------------------------------------------------------------------------
-r18987 | guy | 2006-08-21 16:06:40 -0700 (Mon, 21 Aug 2006) | 2 lines
+r19680 | gram | 2006-10-25 08:16:49 -0700 (Wed, 25 Oct 2006) | 4 lines
Changed paths:
- M /trunk/dumpcap.c
+ M /trunk/epan/dissectors/packet-radiotap.c
-Add to a comment.
+Fix bug 1085 -- handle the various ways that a radiotap frame can
+have an FCS. Also, clean up the parsing and presentation of the various
+flags, and show some that aren't already shown.
------------------------------------------------------------------------
-r18988 | guy | 2006-08-21 16:23:22 -0700 (Mon, 21 Aug 2006) | 2 lines
+r19681 | jake | 2006-10-25 08:22:39 -0700 (Wed, 25 Oct 2006) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-windows-common.c
+ M /trunk/epan/dissectors/packet-wbxml.c
-Squelch a compiler warning.
+From Stephen Fisher
+Attached is a patch to fix bug #1170: "Wireshark interpretation of WBXML
+does not comply with Spec." This has been verified with the sample
+capture the user provided.
------------------------------------------------------------------------
-r18989 | guy | 2006-08-21 16:28:19 -0700 (Mon, 21 Aug 2006) | 13 lines
+r19682 | gerald | 2006-10-25 09:39:19 -0700 (Wed, 25 Oct 2006) | 2 lines
Changed paths:
- M /trunk/capture_loop.c
- M /trunk/capture_opts.c
- M /trunk/tshark.c
-
-Initialize the cfilter field of a capture_opts structure to a null
-pointer, so we can determine whether a capture filter has been set or
-not.
+ M /trunk/epan/dissectors/packet-fcp.c
-Use that to check in TShark whether the user specified a filter with
-"-f" or not, rather than using the no-longer-set
-"capture_filter_specified" variable.
+Squelch Coverity CID 220. Fix up whitespace.
-Also, check for multiple "-f" options.
+------------------------------------------------------------------------
+r19683 | martinm | 2006-10-25 09:46:27 -0700 (Wed, 25 Oct 2006) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
+ M /trunk/epan/dissectors/packet-smtp.c
-If no capture filter is specified, use a null string, to work around
-broken versions of Linux libpcap.
+Allow DCT2000 support to find a couple of more protocols.
+Try to squash some warnings seen on the ubuntu buildbot log
------------------------------------------------------------------------
-r18990 | guy | 2006-08-21 16:36:59 -0700 (Mon, 21 Aug 2006) | 3 lines
+r19684 | gerald | 2006-10-25 10:00:33 -0700 (Wed, 25 Oct 2006) | 2 lines
Changed paths:
- M /trunk/doc/tshark.pod
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248.h
-Indicate in the synopsis that you can put the capture filter at the end
-of the command line without "-f".
+Add more paranoid pointer checks. Fixes CID 219.
------------------------------------------------------------------------
-r18991 | martinm | 2006-08-22 07:00:18 -0700 (Tue, 22 Aug 2006) | 1 line
+r19685 | guy | 2006-10-25 11:25:17 -0700 (Wed, 25 Oct 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-iuup.c
+ M /trunk/gtk/webbrowser.c
+
+Include the top-level header for CoreFoundation, to see whether it'll
+fix a build failure I've seen on L**p*rd.
-Fix iuup.delta FT_ type mismatch
------------------------------------------------------------------------
-r18992 | gerald | 2006-08-22 07:46:51 -0700 (Tue, 22 Aug 2006) | 8 lines
+r19686 | etxrab | 2006-10-25 12:26:58 -0700 (Wed, 25 Oct 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-q2931.c
+ M /trunk/asn1/snmp/snmp.asn
-From Florent Drouin:
-
- I found a loop in the q2931 dissector, whereas I was dissecting Ranap
- Traces with a bad wireshark configuration.
- Wireshark did crash, after eating all the memory.
+Fix Id marking
+------------------------------------------------------------------------
+r19687 | guy | 2006-10-25 12:48:54 -0700 (Wed, 25 Oct 2006) | 4 lines
+Changed paths:
+ M /trunk/gtk/rtp_player.c
-Make other loop checks more paranoid.
+Unreffing rci->cursor_pixbuf should cause the pixbuf to be released, so
+null out the pointer to it. This prevents a freed pixbuf from being
+used.
------------------------------------------------------------------------
-r18995 | gerald | 2006-08-22 08:55:42 -0700 (Tue, 22 Aug 2006) | 4 lines
+r19688 | etxrab | 2006-10-25 15:09:48 -0700 (Wed, 25 Oct 2006) | 1 line
Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
-
-Bail out of an infinite loop. Fixes bug 1048. (This was introduced after
-the 0.99.3 trunk was created.) Remove a couple of static buffers. Fix up
-whitespace.
+ M /trunk/asn1/camel/camel.asn
+ M /trunk/epan/dissectors/packet-camel.c
+ M /trunk/epan/dissectors/packet-camel.h
+Remove some unused asn1 code(not in spec) to get rid of some Ubuntu warnings.
------------------------------------------------------------------------
-r18996 | ulfl | 2006-08-22 12:42:04 -0700 (Tue, 22 Aug 2006) | 1 line
+r19693 | ulfl | 2006-10-25 16:54:56 -0700 (Wed, 25 Oct 2006) | 1 line
Changed paths:
- M /trunk/plugins/profinet/packet-pn-mrp.c
+ M /trunk/gtk/airpcap_gui_utils.c
-fix TLB block alignment to be compatible with the current MRP draft. Would be nice if included in the 0.99.3
+the labels of the airpcap toolbar, e.g. "Not a valid Wireless Interface" are pretty misleading. I've changed it to "AirPcap interface: Not selected" which might be more helpful
------------------------------------------------------------------------
-r18997 | ulfl | 2006-08-22 12:43:38 -0700 (Tue, 22 Aug 2006) | 1 line
+r19694 | ulfl | 2006-10-25 17:39:05 -0700 (Wed, 25 Oct 2006) | 3 lines
Changed paths:
- M /trunk/plugins/profinet/packet-pn-mrp.c
+ M /trunk/gtk/airpcap_dlg.c
+
+don't use custom build buttons for standard tasks like: Ok, Apply, Cancel.
-(slightly) further dissection of the Option (Organizationally specific) block
+It might be a good idea to add tooltips to the various GUI elements - this makes understanding the GUI *much* faster.
------------------------------------------------------------------------
-r18998 | etxrab | 2006-08-22 12:55:31 -0700 (Tue, 22 Aug 2006) | 2 lines
+r19695 | etxrab | 2006-10-26 00:25:07 -0700 (Thu, 26 Oct 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-epl.c
- A /trunk/epan/dissectors/packet-epl.h
- M /trunk/epan/dissectors/packet-ethertype.c
- M /trunk/epan/etypes.h
- M /trunk/manuf
- M /trunk/wka.tmpl
+ M /trunk/Makefile.nmake
+ M /trunk/config.nmake
+ M /trunk/tools/win32-setup.sh
-From David Buechi:
-Add support for the ETHERNET Powerlink protocol
+Preparations for using the latest GTK 2.8 files for now only gettext is updated.
------------------------------------------------------------------------
-r18999 | etxrab | 2006-08-22 13:39:20 -0700 (Tue, 22 Aug 2006) | 1 line
+r19696 | etxrab | 2006-10-26 00:34:10 -0700 (Thu, 26 Oct 2006) | 1 line
Changed paths:
- M /trunk/asn1/rrlp/Makefile.nmake
- M /trunk/asn1/umts_rrc/Makefile.nmake
- M /trunk/asn1/umts_rrc_Internode-defs/Makefile.nmake
- M /trunk/asn1/umts_rrc_ies/Makefile.nmake
- M /trunk/asn1/umts_rrc_pdu_def/Makefile.nmake
+ M /trunk/Makefile.nmake
-Complete clean targets
+Missed a change.
------------------------------------------------------------------------
-r19001 | sahlberg | 2006-08-23 00:41:43 -0700 (Wed, 23 Aug 2006) | 3 lines
+r19697 | sahlberg | 2006-10-26 00:34:22 -0700 (Thu, 26 Oct 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-epl.c
+ M /trunk/AUTHORS
-move the include for emem.h so that size_t is defined before emem.h is invoked
+update of shaun j's detains
------------------------------------------------------------------------
-r19002 | sahlberg | 2006-08-23 01:05:28 -0700 (Wed, 23 Aug 2006) | 6 lines
+r19698 | sahlberg | 2006-10-26 00:45:01 -0700 (Thu, 26 Oct 2006) | 14 lines
Changed paths:
- M /trunk/asn1/snmp/snmp.cnf
- M /trunk/epan/dissectors/packet-snmp.c
-
-Counter64 should be a FT_UINT64 and not a FT_UINT32
+ M /trunk/epan/dissectors/packet-imap.c
+from stephen f fix for 1040
-fixes bug 1047
+Attached is a patch to fix bug #1040: "imap packet: not all infos are
+displayed." ?\194?\160It has been tested against the capture file the user
+provided as well as my own capture of an imap session.
-------------------------------------------------------------------------
-r19003 | sahlberg | 2006-08-23 02:48:16 -0700 (Wed, 23 Aug 2006) | 3 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-dns.c
-testdrive the request/response README and implement request/response matching for DNS
+Thanks,
+ ?\194?\160Steve
-------------------------------------------------------------------------
-r19007 | jake | 2006-08-23 08:51:15 -0700 (Wed, 23 Aug 2006) | 3 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-ntp.c
-From Toralf Foerster (in bug 1044):
-Add new primary sources, fix typo.
------------------------------------------------------------------------
-r19008 | ulfl | 2006-08-23 14:19:02 -0700 (Wed, 23 Aug 2006) | 1 line
+r19699 | ulfl | 2006-10-26 01:07:13 -0700 (Thu, 26 Oct 2006) | 1 line
Changed paths:
- M /trunk/gtk/capture_file_dlg.c
- M /trunk/gtk/win32-file-dlg.c
+ M /trunk/epan/dissectors/Makefile.nmake
-fix #927: Win32: delete an existing file, if the user want's to overwrite a file and confirmed this already
+put python script name in brackets
------------------------------------------------------------------------
-r19012 | gerald | 2006-08-24 09:19:49 -0700 (Thu, 24 Aug 2006) | 2 lines
+r19700 | ulfl | 2006-10-26 01:08:13 -0700 (Thu, 26 Oct 2006) | 1 line
Changed paths:
- M /trunk/Makefile.am
-
-Add missing files to the distribution.
+ M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+slightly improve info column output
------------------------------------------------------------------------
-r19014 | gerald | 2006-08-24 09:23:32 -0700 (Thu, 24 Aug 2006) | 2 lines
+r19701 | sahlberg | 2006-10-26 01:37:39 -0700 (Thu, 26 Oct 2006) | 4 lines
Changed paths:
- M /trunk/config.nmake
- M /trunk/configure.in
+ M /trunk/epan/dissectors/packet-usb.c
-Bump the version to 0.99.4.
+break request/response matching to track transactions out from the CONTROL handler to use the same code for ALL pdu types
-------------------------------------------------------------------------
-r19015 | gerald | 2006-08-24 09:29:49 -0700 (Thu, 24 Aug 2006) | 2 lines
-Changed paths:
- M /trunk/ChangeLog
- M /trunk/NEWS
- M /trunk/docbook/release-notes.xml
-Copy over files from the release.
------------------------------------------------------------------------
-r19016 | etxrab | 2006-08-24 10:27:45 -0700 (Thu, 24 Aug 2006) | 1 line
+r19702 | martinm | 2006-10-26 03:11:09 -0700 (Thu, 26 Oct 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-gsm_a.c
- M /trunk/epan/dissectors/packet-gsm_a.h
- M /trunk/epan/dissectors/packet-gtp.c
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
+ M /trunk/epan/dissectors/packet-umts_fp.c
-Dissect 'User Location Information' IE and MS Time Zone' IE.
+Hopefully zap some warnings
------------------------------------------------------------------------
-r19017 | etxrab | 2006-08-24 12:01:01 -0700 (Thu, 24 Aug 2006) | 1 line
+r19703 | guy | 2006-10-26 03:27:16 -0700 (Thu, 26 Oct 2006) | 2 lines
Changed paths:
- M /trunk/asn1/Makefile.nmake
+ M /trunk/doc/README.developer
-Add missing Clean target
-------------------------------------------------------------------------
-r19018 | etxrab | 2006-08-24 14:15:15 -0700 (Thu, 24 Aug 2006) | 3 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-ansi_map.c
+Mention the 64-bit-integer accessors.
-From Jeff Morriss:
- however there's a bug in the ANSI MAP dissector
-SSN preference code - it's deleting an ANSI SSN and adding an ITU one
------------------------------------------------------------------------
-r19019 | etxrab | 2006-08-24 14:19:49 -0700 (Thu, 24 Aug 2006) | 3 lines
+r19704 | martinm | 2006-10-26 05:45:14 -0700 (Thu, 26 Oct 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- M /trunk/epan/dissectors/packet-bssgp.c
- A /trunk/epan/dissectors/packet-bssgp.h
- M /trunk/epan/dissectors/packet-gsm_a.h
- M /trunk/epan/dissectors/packet-gtp.c
+ M /trunk/epan/dissectors/packet-umts_fp.c
-BSSGP: Wrong length on IE and preparation to export IE dissection.
-GSM_a: Add an if_def
-GTP: Update comments
+Cast away remaining warnings seen on buildbot
------------------------------------------------------------------------
-r19020 | ulfl | 2006-08-24 14:40:53 -0700 (Thu, 24 Aug 2006) | 2 lines
+r19705 | jake | 2006-10-26 07:36:09 -0700 (Thu, 26 Oct 2006) | 4 lines
Changed paths:
- M /trunk/gtk/capture_if_dlg.c
- M /trunk/gtk/capture_info_dlg.c
- M /trunk/gtk/compat_macros.h
- M /trunk/gtk/dlg_utils.c
- M /trunk/gtk/help_dlg.c
- M /trunk/gtk/help_dlg.h
- M /trunk/gtk/toolbar.c
+ M /trunk/epan/dissectors/packet-ntp.c
+
+From Xiaoguang Liu
+In wireshark a NTP field is displayed as "clock dispersion".
+But should it be called "root dispersion" as per RFC 1305?
-capture interfaces dialog: use capture stock icons instead of plain text buttons
-capture info dialog: add a "Help" and use stock buttons
------------------------------------------------------------------------
-r19021 | ulfl | 2006-08-24 14:44:30 -0700 (Thu, 24 Aug 2006) | 1 line
+r19706 | jmayer | 2006-10-26 07:50:03 -0700 (Thu, 26 Oct 2006) | 3 lines
Changed paths:
- M /trunk/gtk/capture_if_details_dlg.c
+ M /trunk/acinclude.m4
+
+Don't include /usr/local if usage of /usr/local has been disabled via
+configure option.
-add WinPcap 4.0 beta 1 to the list of known and tested versions
------------------------------------------------------------------------
-r19022 | gerald | 2006-08-24 15:05:26 -0700 (Thu, 24 Aug 2006) | 2 lines
+r19707 | jmayer | 2006-10-26 08:36:50 -0700 (Thu, 26 Oct 2006) | 8 lines
Changed paths:
- M /trunk/epan/dissectors/packet-http.c
+ M /trunk/CMakeLists.txt
+ A /trunk/cmake/modules/CMakeInstallDirs.cmake
+ M /trunk/cmake/modules/Check64BitFormat.cmake
+ M /trunk/cmake/modules/FindPCAP.cmake
+
+frederic.heem:
+ Update/Add FindPCAP.cmake CMakeInstallDirs.cmake CMakeLists.txt
+
+me:
+ Fix a typo, change gcc flags to mimic the behaviour of autofoo
+ stuff.
-Make sure a string pointer exists before we try to use it. Fixes bug 1050.
------------------------------------------------------------------------
-r19023 | etxrab | 2006-08-24 22:49:37 -0700 (Thu, 24 Aug 2006) | 3 lines
+r19708 | jmayer | 2006-10-26 09:39:34 -0700 (Thu, 26 Oct 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-mp2t.c
+ M /trunk/cmake/modules/LICENSE.txt
+
+Only include the license text and not the rest of the source file
+it was copied from as well.
-From Erwin Rol:
-this patch adds support for MPEG2 transport stream packets in RTP (type
-MP2T). It currently dissects the headers of the MPEG2 packets
------------------------------------------------------------------------
-r19024 | ulfl | 2006-08-25 00:24:58 -0700 (Fri, 25 Aug 2006) | 1 line
+r19709 | martinm | 2006-10-26 09:52:55 -0700 (Thu, 26 Oct 2006) | 1 line
Changed paths:
- M /trunk/Makefile.am
- A /trunk/image/toolbar/capture_details_24.xpm
+ M /trunk/epan/dissectors/packet-rtcp.c
-add a missing icon from yesterdays commit
+Try to declare and cast away warnings
------------------------------------------------------------------------
-r19025 | ulfl | 2006-08-25 01:04:38 -0700 (Fri, 25 Aug 2006) | 6 lines
+r19710 | martinm | 2006-10-26 10:03:45 -0700 (Thu, 26 Oct 2006) | 1 line
Changed paths:
- M /trunk/gtk/color_dlg.c
-
-ugly workaround for bug #699 (Up/Down buttons don't work properly)
-
-After experimenting a bit, this is a GTK bug IMHO, I don't see a better way to simply use the GTK1.x code for now, which is working ok.
-
-GTK2.4 was working properly, GTK2.6 and 2.8 has this bug, hopefully GTK2.10 will fix it again.
+ M /trunk/epan/dissectors/packet-sdp.c
+More warnings...
------------------------------------------------------------------------
-r19026 | kukosa | 2006-08-25 01:07:26 -0700 (Fri, 25 Aug 2006) | 1 line
+r19711 | etxrab | 2006-10-26 14:31:48 -0700 (Thu, 26 Oct 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dtls.c
- M /trunk/epan/dissectors/packet-ssl-utils.c
- M /trunk/epan/dissectors/packet-ssl-utils.h
- M /trunk/epan/dissectors/packet-ssl.c
- M /trunk/epan/libwireshark.def
+ M /trunk/asn1/camel/camel.asn
+ M /trunk/asn1/camel/packet-camel-template.c
+ M /trunk/epan/dissectors/packet-camel.c
-new ssl_dissector_add() function which can be called from another dissectors (similar to dissector_add())
+Fix more Ubuntu warnings.
------------------------------------------------------------------------
-r19027 | guy | 2006-08-25 01:10:35 -0700 (Fri, 25 Aug 2006) | 3 lines
+r19712 | gerald | 2006-10-26 14:53:30 -0700 (Thu, 26 Oct 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-rpc.c
+ M /trunk/airpcap_loader.c
-If the length of a GSS token is zero, it's a null token, and the opaque
-data shouldn't be dissected.
+Add a lot of sanity checks, particularly to get_airpcap_interface_list(),
+which should fix bug 1176. Fix up whitespace and indentation.
------------------------------------------------------------------------
-r19028 | kukosa | 2006-08-25 04:28:00 -0700 (Fri, 25 Aug 2006) | 1 line
+r19714 | martinm | 2006-10-27 03:16:22 -0700 (Fri, 27 Oct 2006) | 3 lines
Changed paths:
- A /trunk/epan/dissectors/packet-ssl.h
+ M /trunk/epan/dissectors/packet-ipsec.c
+
+When key length wrong, show expected value.
+Fix Preference label where %d was missing from specifier.
-commit forgotten file
------------------------------------------------------------------------
-r19029 | ulfl | 2006-08-25 12:13:02 -0700 (Fri, 25 Aug 2006) | 1 line
+r19715 | ulfl | 2006-10-27 05:06:13 -0700 (Fri, 27 Oct 2006) | 3 lines
Changed paths:
- M /trunk/gtk/dlg_utils.c
+ M /trunk/Makefile.nmake
+ M /trunk/config.nmake
+ M /trunk/packaging/nsis/Makefile.nmake
+ M /trunk/packaging/nsis/wireshark.nsi
+ M /trunk/packaging/u3/win32/makefile.nmake
-fix bug #1057: remove "start" completely
+fix the GTK-WIMP paths for GTK2.8 - both source and destination paths completely changed from 2.6 to 2.8 due to the integration of Wimp into the main GTK repository
+
+remove settings for GTK2.2 and 2.4 in config.nmake - as no one uses it IMHO
------------------------------------------------------------------------
-r19030 | ulfl | 2006-08-25 12:15:55 -0700 (Fri, 25 Aug 2006) | 1 line
+r19716 | martinm | 2006-10-27 06:03:38 -0700 (Fri, 27 Oct 2006) | 1 line
Changed paths:
- M /trunk/gtk/menu.c
+ M /trunk/epan/dissectors/packet-sdp.c
-don't put "..." in front of a menu item
+More warnings
------------------------------------------------------------------------
-r19031 | ulfl | 2006-08-25 12:19:21 -0700 (Fri, 25 Aug 2006) | 1 line
+r19717 | martinm | 2006-10-27 07:36:48 -0700 (Fri, 27 Oct 2006) | 3 lines
Changed paths:
- M /trunk/gtk/capture_dlg.c
+ M /trunk/epan/dissectors/packet-sdp.c
+
+Cast away most remaining warnings.
+2 will remain, because the 'needle' arg in tvb_pbrk_guint8() isn't const... Should it be?
-don't show the "Wireless Settings" button if HAVE_AIRPCAP isn't defined
------------------------------------------------------------------------
-r19032 | ulfl | 2006-08-25 13:02:57 -0700 (Fri, 25 Aug 2006) | 1 line
+r19719 | gerald | 2006-10-27 12:15:57 -0700 (Fri, 27 Oct 2006) | 3 lines
Changed paths:
M /trunk/docbook/Makefile
- M /trunk/docbook/developer-guide.xml
- M /trunk/docbook/user-guide.xml
- D /trunk/docbook/wsdg_graphics/ethereal-capture-sync.dia
- D /trunk/docbook/wsdg_graphics/ethereal-capture-sync.png
- D /trunk/docbook/wsdg_graphics/ethereal-capture_internals.dia
- D /trunk/docbook/wsdg_graphics/ethereal-capture_internals.png
- D /trunk/docbook/wsdg_graphics/ethereal-function-blocks.dia
- D /trunk/docbook/wsdg_graphics/ethereal-function-blocks.png
- D /trunk/docbook/wsdg_graphics/wireshark-logo.png
- A /trunk/docbook/wsdg_graphics/ws-capture-sync.dia (from /trunk/docbook/wsdg_graphics/ethereal-capture-sync.dia:19024)
- A /trunk/docbook/wsdg_graphics/ws-capture-sync.png (from /trunk/docbook/wsdg_graphics/ethereal-capture-sync.png:19024)
- A /trunk/docbook/wsdg_graphics/ws-capture_internals.dia (from /trunk/docbook/wsdg_graphics/ethereal-capture_internals.dia:19024)
- A /trunk/docbook/wsdg_graphics/ws-capture_internals.png (from /trunk/docbook/wsdg_graphics/ethereal-capture_internals.png:19024)
- A /trunk/docbook/wsdg_graphics/ws-function-blocks.dia (from /trunk/docbook/wsdg_graphics/ethereal-function-blocks.dia:19024)
- A /trunk/docbook/wsdg_graphics/ws-function-blocks.png (from /trunk/docbook/wsdg_graphics/ethereal-function-blocks.png:19024)
- A /trunk/docbook/wsdg_graphics/ws-logo.png (from /trunk/docbook/wsdg_graphics/wireshark-logo.png:19024)
- D /trunk/docbook/wsug_graphics/ethereal-3pane.png
- D /trunk/docbook/wsug_graphics/ethereal-analyze-menu.png
- D /trunk/docbook/wsug_graphics/ethereal-bytes-pane-popup-menu.png
- D /trunk/docbook/wsug_graphics/ethereal-bytes-pane-tabs.png
- D /trunk/docbook/wsug_graphics/ethereal-bytes-pane.png
- D /trunk/docbook/wsug_graphics/ethereal-capture-info.png
- D /trunk/docbook/wsug_graphics/ethereal-capture-interfaces.png
- D /trunk/docbook/wsug_graphics/ethereal-capture-menu.png
- D /trunk/docbook/wsug_graphics/ethereal-capture-options.png
- D /trunk/docbook/wsug_graphics/ethereal-capture-preferences.png
- D /trunk/docbook/wsug_graphics/ethereal-choose-color-rule.png
- D /trunk/docbook/wsug_graphics/ethereal-coloring-rules-dialog.png
- D /trunk/docbook/wsug_graphics/ethereal-decode-as-show.png
- D /trunk/docbook/wsug_graphics/ethereal-decode-as.png
- D /trunk/docbook/wsug_graphics/ethereal-details-pane-popup-menu.png
- D /trunk/docbook/wsug_graphics/ethereal-details-pane.png
- D /trunk/docbook/wsug_graphics/ethereal-display-filter-tcp.png
- D /trunk/docbook/wsug_graphics/ethereal-edit-color-rule-dialog.png
- D /trunk/docbook/wsug_graphics/ethereal-edit-menu.png
- D /trunk/docbook/wsug_graphics/ethereal-empty.png
- D /trunk/docbook/wsug_graphics/ethereal-enabled-protocols.png
- D /trunk/docbook/wsug_graphics/ethereal-error-file-exists.png
- D /trunk/docbook/wsug_graphics/ethereal-error-open.png
- D /trunk/docbook/wsug_graphics/ethereal-export-pdml.png
- D /trunk/docbook/wsug_graphics/ethereal-export-plain.png
- D /trunk/docbook/wsug_graphics/ethereal-export-ps.png
- D /trunk/docbook/wsug_graphics/ethereal-export-psml.png
- D /trunk/docbook/wsug_graphics/ethereal-export-selected.png
- D /trunk/docbook/wsug_graphics/ethereal-file-menu.png
- D /trunk/docbook/wsug_graphics/ethereal-file-set-dialog.png
- D /trunk/docbook/wsug_graphics/ethereal-filter-add-expression.png
- D /trunk/docbook/wsug_graphics/ethereal-filter-toolbar.png
- D /trunk/docbook/wsug_graphics/ethereal-filters-2.png
- D /trunk/docbook/wsug_graphics/ethereal-filters.png
- D /trunk/docbook/wsug_graphics/ethereal-find-packet.png
- D /trunk/docbook/wsug_graphics/ethereal-follow-stream.png
- D /trunk/docbook/wsug_graphics/ethereal-go-menu.png
- D /trunk/docbook/wsug_graphics/ethereal-goto-packet.png
- D /trunk/docbook/wsug_graphics/ethereal-gui-colors-preferences.png
- D /trunk/docbook/wsug_graphics/ethereal-gui-columns-preferences.png
- D /trunk/docbook/wsug_graphics/ethereal-gui-font-preferences.png
- D /trunk/docbook/wsug_graphics/ethereal-gui-layout-preferences.png
- D /trunk/docbook/wsug_graphics/ethereal-gui-preferences.png
- D /trunk/docbook/wsug_graphics/ethereal-help-menu.png
- D /trunk/docbook/wsug_graphics/ethereal-list-pane.png
- D /trunk/docbook/wsug_graphics/ethereal-main-toolbar.png
- D /trunk/docbook/wsug_graphics/ethereal-menu.png
- D /trunk/docbook/wsug_graphics/ethereal-merge.png
- D /trunk/docbook/wsug_graphics/ethereal-nameresolution-preferences.png
- D /trunk/docbook/wsug_graphics/ethereal-open.png
- D /trunk/docbook/wsug_graphics/ethereal-packet-format.png
- D /trunk/docbook/wsug_graphics/ethereal-packet-pane-popup-menu.png
- D /trunk/docbook/wsug_graphics/ethereal-packet-range.png
- D /trunk/docbook/wsug_graphics/ethereal-packet-selected.png
- D /trunk/docbook/wsug_graphics/ethereal-packet-sep-win.png
- D /trunk/docbook/wsug_graphics/ethereal-print.png
- D /trunk/docbook/wsug_graphics/ethereal-printing-preferences.png
- D /trunk/docbook/wsug_graphics/ethereal-save-as.png
- D /trunk/docbook/wsug_graphics/ethereal-statistics-menu.png
- D /trunk/docbook/wsug_graphics/ethereal-stats-conversations.png
- D /trunk/docbook/wsug_graphics/ethereal-stats-endpoints.png
- D /trunk/docbook/wsug_graphics/ethereal-stats-hierarchy.png
- D /trunk/docbook/wsug_graphics/ethereal-stats-iographs.png
- D /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc-filter.png
- D /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc.png
- D /trunk/docbook/wsug_graphics/ethereal-stats-summary.png
- D /trunk/docbook/wsug_graphics/ethereal-statusbar-empty.png
- D /trunk/docbook/wsug_graphics/ethereal-statusbar-loaded.png
- D /trunk/docbook/wsug_graphics/ethereal-statusbar-selected.png
- D /trunk/docbook/wsug_graphics/ethereal-time-reference.png
- D /trunk/docbook/wsug_graphics/ethereal-view-menu.png
- A /trunk/docbook/wsug_graphics/toolbar/stock_apply_20.png
- A /trunk/docbook/wsug_graphics/toolbar/stock_clear_24.png
- D /trunk/docbook/wsug_graphics/wireshark-logo.png
- D /trunk/docbook/wsug_graphics/wireshark-main.png
- A /trunk/docbook/wsug_graphics/ws-analyze-menu.png (from /trunk/docbook/wsug_graphics/ethereal-analyze-menu.png:19024)
- A /trunk/docbook/wsug_graphics/ws-bytes-pane-popup-menu.png (from /trunk/docbook/wsug_graphics/ethereal-bytes-pane-popup-menu.png:19024)
- A /trunk/docbook/wsug_graphics/ws-bytes-pane-tabs.png (from /trunk/docbook/wsug_graphics/ethereal-bytes-pane-tabs.png:19024)
- A /trunk/docbook/wsug_graphics/ws-bytes-pane.png (from /trunk/docbook/wsug_graphics/ethereal-bytes-pane.png:19024)
- A /trunk/docbook/wsug_graphics/ws-capture-info.png (from /trunk/docbook/wsug_graphics/ethereal-capture-info.png:19024)
- A /trunk/docbook/wsug_graphics/ws-capture-interfaces.png (from /trunk/docbook/wsug_graphics/ethereal-capture-interfaces.png:19024)
- A /trunk/docbook/wsug_graphics/ws-capture-menu.png (from /trunk/docbook/wsug_graphics/ethereal-capture-menu.png:19024)
- A /trunk/docbook/wsug_graphics/ws-capture-options.png (from /trunk/docbook/wsug_graphics/ethereal-capture-options.png:19024)
- A /trunk/docbook/wsug_graphics/ws-capture-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-capture-preferences.png:19024)
- A /trunk/docbook/wsug_graphics/ws-choose-color-rule.png (from /trunk/docbook/wsug_graphics/ethereal-choose-color-rule.png:19024)
- A /trunk/docbook/wsug_graphics/ws-coloring-fields.png
- A /trunk/docbook/wsug_graphics/ws-coloring-rules-dialog.png (from /trunk/docbook/wsug_graphics/ethereal-coloring-rules-dialog.png:19024)
- A /trunk/docbook/wsug_graphics/ws-decode-as-show.png (from /trunk/docbook/wsug_graphics/ethereal-decode-as-show.png:19024)
- A /trunk/docbook/wsug_graphics/ws-decode-as.png (from /trunk/docbook/wsug_graphics/ethereal-decode-as.png:19024)
- A /trunk/docbook/wsug_graphics/ws-details-pane-popup-menu.png (from /trunk/docbook/wsug_graphics/ethereal-details-pane-popup-menu.png:19024)
- A /trunk/docbook/wsug_graphics/ws-details-pane.png (from /trunk/docbook/wsug_graphics/ethereal-details-pane.png:19024)
- A /trunk/docbook/wsug_graphics/ws-display-filter-tcp.png (from /trunk/docbook/wsug_graphics/ethereal-display-filter-tcp.png:19024)
- A /trunk/docbook/wsug_graphics/ws-edit-color-rule-dialog.png (from /trunk/docbook/wsug_graphics/ethereal-edit-color-rule-dialog.png:19024)
- A /trunk/docbook/wsug_graphics/ws-edit-menu.png (from /trunk/docbook/wsug_graphics/ethereal-edit-menu.png:19024)
- A /trunk/docbook/wsug_graphics/ws-enabled-protocols.png (from /trunk/docbook/wsug_graphics/ethereal-enabled-protocols.png:19024)
- A /trunk/docbook/wsug_graphics/ws-export-pdml.png (from /trunk/docbook/wsug_graphics/ethereal-export-pdml.png:19024)
- A /trunk/docbook/wsug_graphics/ws-export-plain.png (from /trunk/docbook/wsug_graphics/ethereal-export-plain.png:19024)
- A /trunk/docbook/wsug_graphics/ws-export-ps.png (from /trunk/docbook/wsug_graphics/ethereal-export-ps.png:19024)
- A /trunk/docbook/wsug_graphics/ws-export-psml.png (from /trunk/docbook/wsug_graphics/ethereal-export-psml.png:19024)
- A /trunk/docbook/wsug_graphics/ws-export-selected.png (from /trunk/docbook/wsug_graphics/ethereal-export-selected.png:19024)
- A /trunk/docbook/wsug_graphics/ws-file-menu.png (from /trunk/docbook/wsug_graphics/ethereal-file-menu.png:19024)
- A /trunk/docbook/wsug_graphics/ws-file-set-dialog.png (from /trunk/docbook/wsug_graphics/ethereal-file-set-dialog.png:19024)
- A /trunk/docbook/wsug_graphics/ws-filter-add-expression.png (from /trunk/docbook/wsug_graphics/ethereal-filter-add-expression.png:19024)
- A /trunk/docbook/wsug_graphics/ws-filter-toolbar.png (from /trunk/docbook/wsug_graphics/ethereal-filter-toolbar.png:19024)
- A /trunk/docbook/wsug_graphics/ws-filters.png (from /trunk/docbook/wsug_graphics/ethereal-filters.png:19024)
- A /trunk/docbook/wsug_graphics/ws-find-packet.png (from /trunk/docbook/wsug_graphics/ethereal-find-packet.png:19024)
- A /trunk/docbook/wsug_graphics/ws-follow-stream.png (from /trunk/docbook/wsug_graphics/ethereal-follow-stream.png:19024)
- A /trunk/docbook/wsug_graphics/ws-go-menu.png (from /trunk/docbook/wsug_graphics/ethereal-go-menu.png:19024)
- A /trunk/docbook/wsug_graphics/ws-goto-packet.png (from /trunk/docbook/wsug_graphics/ethereal-goto-packet.png:19024)
- A /trunk/docbook/wsug_graphics/ws-gui-colors-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-colors-preferences.png:19024)
- A /trunk/docbook/wsug_graphics/ws-gui-columns-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-columns-preferences.png:19024)
- A /trunk/docbook/wsug_graphics/ws-gui-font-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-font-preferences.png:19024)
- A /trunk/docbook/wsug_graphics/ws-gui-layout-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-layout-preferences.png:19024)
- A /trunk/docbook/wsug_graphics/ws-gui-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-preferences.png:19024)
- A /trunk/docbook/wsug_graphics/ws-help-menu.png (from /trunk/docbook/wsug_graphics/ethereal-help-menu.png:19024)
- A /trunk/docbook/wsug_graphics/ws-list-pane.png (from /trunk/docbook/wsug_graphics/ethereal-list-pane.png:19024)
- A /trunk/docbook/wsug_graphics/ws-logo.png (from /trunk/docbook/wsug_graphics/wireshark-logo.png:19024)
- A /trunk/docbook/wsug_graphics/ws-main-toolbar.png (from /trunk/docbook/wsug_graphics/ethereal-main-toolbar.png:19024)
- A /trunk/docbook/wsug_graphics/ws-main.png (from /trunk/docbook/wsug_graphics/wireshark-main.png:19024)
- A /trunk/docbook/wsug_graphics/ws-menu.png (from /trunk/docbook/wsug_graphics/ethereal-menu.png:19024)
- A /trunk/docbook/wsug_graphics/ws-merge.png (from /trunk/docbook/wsug_graphics/ethereal-merge.png:19024)
- A /trunk/docbook/wsug_graphics/ws-nameresolution-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-nameresolution-preferences.png:19024)
- A /trunk/docbook/wsug_graphics/ws-open.png (from /trunk/docbook/wsug_graphics/ethereal-open.png:19024)
- A /trunk/docbook/wsug_graphics/ws-packet-format.png (from /trunk/docbook/wsug_graphics/ethereal-packet-format.png:19024)
- A /trunk/docbook/wsug_graphics/ws-packet-pane-popup-menu.png (from /trunk/docbook/wsug_graphics/ethereal-packet-pane-popup-menu.png:19024)
- A /trunk/docbook/wsug_graphics/ws-packet-range.png (from /trunk/docbook/wsug_graphics/ethereal-packet-range.png:19024)
- A /trunk/docbook/wsug_graphics/ws-packet-selected.png (from /trunk/docbook/wsug_graphics/ethereal-packet-selected.png:19024)
- A /trunk/docbook/wsug_graphics/ws-packet-sep-win.png (from /trunk/docbook/wsug_graphics/ethereal-packet-sep-win.png:19024)
- A /trunk/docbook/wsug_graphics/ws-print.png (from /trunk/docbook/wsug_graphics/ethereal-print.png:19024)
- A /trunk/docbook/wsug_graphics/ws-printing-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-printing-preferences.png:19024)
- A /trunk/docbook/wsug_graphics/ws-save-as.png (from /trunk/docbook/wsug_graphics/ethereal-save-as.png:19024)
- A /trunk/docbook/wsug_graphics/ws-statistics-menu.png (from /trunk/docbook/wsug_graphics/ethereal-statistics-menu.png:19024)
- A /trunk/docbook/wsug_graphics/ws-stats-conversations.png (from /trunk/docbook/wsug_graphics/ethereal-stats-conversations.png:19024)
- A /trunk/docbook/wsug_graphics/ws-stats-endpoints.png (from /trunk/docbook/wsug_graphics/ethereal-stats-endpoints.png:19024)
- A /trunk/docbook/wsug_graphics/ws-stats-hierarchy.png (from /trunk/docbook/wsug_graphics/ethereal-stats-hierarchy.png:19024)
- A /trunk/docbook/wsug_graphics/ws-stats-iographs.png (from /trunk/docbook/wsug_graphics/ethereal-stats-iographs.png:19024)
- A /trunk/docbook/wsug_graphics/ws-stats-srt-dcerpc-filter.png (from /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc-filter.png:19024)
- A /trunk/docbook/wsug_graphics/ws-stats-srt-dcerpc.png (from /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc.png:19024)
- A /trunk/docbook/wsug_graphics/ws-stats-summary.png (from /trunk/docbook/wsug_graphics/ethereal-stats-summary.png:19024)
- A /trunk/docbook/wsug_graphics/ws-statusbar-empty.png (from /trunk/docbook/wsug_graphics/ethereal-statusbar-empty.png:19024)
- A /trunk/docbook/wsug_graphics/ws-statusbar-loaded.png (from /trunk/docbook/wsug_graphics/ethereal-statusbar-loaded.png:19024)
- A /trunk/docbook/wsug_graphics/ws-statusbar-selected.png (from /trunk/docbook/wsug_graphics/ethereal-statusbar-selected.png:19024)
- A /trunk/docbook/wsug_graphics/ws-time-reference.png (from /trunk/docbook/wsug_graphics/ethereal-time-reference.png:19024)
- A /trunk/docbook/wsug_graphics/ws-view-menu.png
- M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
- M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
- M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
- M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
-User's/Developer's Guide: finish Ethereal to Wireshark transition by "reshoot" *all* screenshots (and rename them) and update some of the menu items that changed in the meantime.
+Allow each program called by the Docbook Makefile to be specified using
+the environment.
+
------------------------------------------------------------------------
-r19033 | sahlberg | 2006-08-25 14:33:23 -0700 (Fri, 25 Aug 2006) | 9 lines
+r19720 | gerald | 2006-10-27 13:33:19 -0700 (Fri, 27 Oct 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-eth.c
-
-from Stephen F
-ethernet IG/LG bit changes with minor modifications
+ M /trunk/airpcap_loader.c
-(only dissect LG if it is a unicast address
- put a hint what locally administered means in the dissect tree
-)
-
+Set AirpcapLoaded to TRUE if we've successfully loaded our DLL and obtained
+our addresses.
+------------------------------------------------------------------------
+r19721 | jake | 2006-10-28 14:32:38 -0700 (Sat, 28 Oct 2006) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-tcp.c
+From Pierre Juhen:
+I would like to have a tcp.options field with a name for PMDL output;
+I include a patch to packet-tcp.c to provide that.
------------------------------------------------------------------------
-r19034 | sahlberg | 2006-08-25 14:53:37 -0700 (Fri, 25 Aug 2006) | 3 lines
+r19722 | jake | 2006-10-28 14:52:38 -0700 (Sat, 28 Oct 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-eth.c
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/packet-igmp.c
+ A /trunk/epan/dissectors/packet-rgmp.c
+ A /trunk/epan/dissectors/packet-rgmp.h
-remove the code that conditionally dissects LG only if IG is set
+Based on RFC3488. This is a setup for RGMP dissection, a simple protocol bolted on IGMP.
------------------------------------------------------------------------
-r19035 | guy | 2006-08-25 16:59:25 -0700 (Fri, 25 Aug 2006) | 3 lines
+r19723 | guy | 2006-10-28 17:06:02 -0700 (Sat, 28 Oct 2006) | 2 lines
Changed paths:
- M /trunk/image/toolbar/capture_details_16.xpm
- M /trunk/image/toolbar/capture_details_24.xpm
+ M /trunk/epan/dissectors/packet-tcp.c
-Constify the capture details icons, and get rid of the CRs in
-capture_details_24.xpm and give it the appropriate Subversion keywords.
+The TCP options data is a byte array, not a character string.
------------------------------------------------------------------------
-r19036 | guy | 2006-08-25 17:03:59 -0700 (Fri, 25 Aug 2006) | 3 lines
+r19724 | gerald | 2006-10-28 22:55:04 -0700 (Sat, 28 Oct 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-mp2t.c
+ M /trunk/image/wsicon.svg
+ M /trunk/image/wsicon16.png
+ M /trunk/image/wsicon200.png
+ M /trunk/image/wsicon32.png
+ M /trunk/image/wsicon48.png
+ M /trunk/image/wsicon64.png
+ M /trunk/image/wsiconcap.svg
+ M /trunk/image/wsiconcap200.png
-Don't use %ld for guint64 - use PRIu64. (Also, don't use %d for guint32
-- use %u.)
+Add a glossy highlight.
------------------------------------------------------------------------
-r19037 | guy | 2006-08-25 17:05:26 -0700 (Fri, 25 Aug 2006) | 3 lines
+r19725 | jake | 2006-10-29 03:50:30 -0800 (Sun, 29 Oct 2006) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dtls.c
+ M /trunk/epan/dissectors/packet-udp.c
-Fix some compiler warnings (some by getting rid of variables unused if
-you don't have GNU TLS).
+From Stephen Fisher:
+Attached is a patch to allow the disabling of the UDP/UDPlite checksum
+verification for cards that offload it and report it incorrectly.
------------------------------------------------------------------------
-r19038 | guy | 2006-08-25 17:06:40 -0700 (Fri, 25 Aug 2006) | 5 lines
+r19726 | ulfl | 2006-10-29 04:51:15 -0800 (Sun, 29 Oct 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ieee80211.c
-
-Don't define the Aironet/Cisco Wireless OUI ourselves; get it from
-<epan/oui.h>.
+ M /trunk/file.c
-Fix indentation.
+fix #1188: scroll the packet list to the bottom (in a running capture) *after* thawing the list - otherwise the scrolling won't be done correctly
+this one should go into 0.99.4 IMHO
------------------------------------------------------------------------
-r19039 | guy | 2006-08-25 17:07:13 -0700 (Fri, 25 Aug 2006) | 2 lines
+r19727 | ulfl | 2006-10-29 05:53:07 -0800 (Sun, 29 Oct 2006) | 1 line
Changed paths:
- M /trunk/gtk/capture_dlg.c
-
-Get rid of unused variable.
+ M /trunk/colorfilters
+ M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/epan/dissectors/packet-udp.c
+make the checksum fields visible for TCP and UDP
------------------------------------------------------------------------
-r19040 | guy | 2006-08-25 17:08:51 -0700 (Fri, 25 Aug 2006) | 2 lines
+r19728 | ulfl | 2006-10-29 06:41:16 -0800 (Sun, 29 Oct 2006) | 1 line
Changed paths:
- M /trunk/gtk/firewall_dlg.c
-
-Get rid of aun unused routine.
+ M /trunk/config.nmake
+change the default GTK version from GTK2.6 to GTK2.8
------------------------------------------------------------------------
-r19041 | guy | 2006-08-25 17:12:12 -0700 (Fri, 25 Aug 2006) | 4 lines
+r19729 | ulfl | 2006-10-29 09:14:13 -0800 (Sun, 29 Oct 2006) | 4 lines
Changed paths:
- M /trunk/gtk/capture_if_dlg.c
-
-Clean up indentation.
+ M /trunk/docbook/wsdg_src/WSDG_chapter_capture.xml
+ M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
+ M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
-Only define cap_air_w if we have AirPcap.
+from Sake Blok:
+
+While I was reading the development guide I noticed a few typo's.
+The attached patch fixes them (the patch is against revision 19724).
+------------------------------------------------------------------------
+r19730 | ulfl | 2006-10-29 09:19:52 -0800 (Sun, 29 Oct 2006) | 9 lines
+Changed paths:
+ M /trunk/asn1/MAP_Dialogue/Makefile.nmake
+ M /trunk/asn1/acp133/Makefile.nmake
+ M /trunk/asn1/acse/Makefile.nmake
+ M /trunk/asn1/ansi_map/Makefile.nmake
+ M /trunk/asn1/camel/Makefile.nmake
+ M /trunk/asn1/cdt/Makefile.nmake
+ M /trunk/asn1/cmip/Makefile.nmake
+ M /trunk/asn1/cms/Makefile.nmake
+ M /trunk/asn1/dap/Makefile.nmake
+ M /trunk/asn1/disp/Makefile.nmake
+ M /trunk/asn1/dop/Makefile.nmake
+ M /trunk/asn1/dsp/Makefile.nmake
+ M /trunk/asn1/ess/Makefile.nmake
+ M /trunk/asn1/ftam/Makefile.nmake
+ M /trunk/asn1/ftbp/Makefile.nmake
+ M /trunk/asn1/gnm/Makefile.nmake
+ M /trunk/asn1/gsm_ss/Makefile.nmake
+ M /trunk/asn1/gsmmap/Makefile.nmake
+ M /trunk/asn1/h225/Makefile.nmake
+ M /trunk/asn1/h235/Makefile.nmake
+ M /trunk/asn1/h245/Makefile.nmake
+ M /trunk/asn1/h248/Makefile.nmake
+ M /trunk/asn1/h450/Makefile.nmake
+ M /trunk/asn1/inap/Makefile.nmake
+ M /trunk/asn1/ldap/Makefile.nmake
+ M /trunk/asn1/logotype-cert-extn/Makefile.nmake
+ M /trunk/asn1/mms/Makefile.nmake
+ M /trunk/asn1/nbap/Makefile.nmake
+ M /trunk/asn1/ns-cert-exts/Makefile.nmake
+ M /trunk/asn1/ocsp/Makefile.nmake
+ M /trunk/asn1/pkcs1/Makefile.nmake
+ M /trunk/asn1/pkinit/Makefile.nmake
+ M /trunk/asn1/pkix1explicit/Makefile.nmake
+ M /trunk/asn1/pkix1implicit/Makefile.nmake
+ M /trunk/asn1/pkixcmp/Makefile.nmake
+ M /trunk/asn1/pkixcrmf/Makefile.nmake
+ M /trunk/asn1/pkixproxy/Makefile.nmake
+ M /trunk/asn1/pkixqualified/Makefile.nmake
+ M /trunk/asn1/pkixtsp/Makefile.nmake
+ M /trunk/asn1/pres/Makefile.nmake
+ M /trunk/asn1/ranap/Makefile.nmake
+ M /trunk/asn1/rnsap/Makefile.nmake
+ M /trunk/asn1/ros/Makefile.nmake
+ M /trunk/asn1/rrlp/Makefile.nmake
+ M /trunk/asn1/rtse/Makefile.nmake
+ M /trunk/asn1/s4406/Makefile.nmake
+ M /trunk/asn1/smrse/Makefile.nmake
+ M /trunk/asn1/snmp/Makefile.nmake
+ M /trunk/asn1/spnego/Makefile.nmake
+ M /trunk/asn1/tcap/Makefile.nmake
+ M /trunk/asn1/ulp/Makefile.nmake
+ M /trunk/asn1/umts_rrc/Makefile.nmake
+ M /trunk/asn1/umts_rrc_Internode-defs/Makefile.nmake
+ M /trunk/asn1/umts_rrc_ies/Makefile.nmake
+ M /trunk/asn1/umts_rrc_pdu_def/Makefile.nmake
+ M /trunk/asn1/wlancertextn/Makefile.nmake
+ M /trunk/asn1/x411/Makefile.nmake
+ M /trunk/asn1/x420/Makefile.nmake
+ M /trunk/asn1/x509af/Makefile.nmake
+ M /trunk/asn1/x509ce/Makefile.nmake
+ M /trunk/asn1/x509if/Makefile.nmake
+ M /trunk/asn1/x509sat/Makefile.nmake
+ M /trunk/plugins/acn/Makefile.nmake
+ M /trunk/plugins/agentx/Makefile.nmake
+ M /trunk/plugins/artnet/Makefile.nmake
+ M /trunk/plugins/asn1/Makefile.nmake
+ M /trunk/plugins/ciscosm/Makefile.nmake
+ M /trunk/plugins/docsis/Makefile.nmake
+ M /trunk/plugins/enttec/Makefile.nmake
+ M /trunk/plugins/gryphon/Makefile.nmake
+ M /trunk/plugins/h223/Makefile.nmake
+ M /trunk/plugins/irda/Makefile.nmake
+ M /trunk/plugins/lwres/Makefile.nmake
+ M /trunk/plugins/megaco/Makefile.nmake
+ M /trunk/plugins/mgcp/Makefile.nmake
+ M /trunk/plugins/opsi/Makefile.nmake
+ M /trunk/plugins/pcli/Makefile.nmake
+ M /trunk/plugins/profinet/Makefile.nmake
+ M /trunk/plugins/rlm/Makefile.nmake
+ M /trunk/plugins/rtnet/Makefile.nmake
+ M /trunk/plugins/rudp/Makefile.nmake
+ M /trunk/plugins/sbus/Makefile.nmake
+ M /trunk/plugins/v5ua/Makefile.nmake
+
+put every python script name into "" so the call won't fail on Win32 native python.
+
+The problem is the slash in e.g.:
+
+ @$(PYTHON) ../../tools/make-dissector-reg.py
+
+is interpreted as an option instead of being part of the path.
+
+I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port.
+------------------------------------------------------------------------
+r19731 | jake | 2006-10-29 11:14:31 -0800 (Sun, 29 Oct 2006) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-arp.c
+
+From Roger Gottsponer:
+During troubleshooting an ARP problem, I found an issue with wireshark
+to properly recognise Gratuitous ARP packets. Gratuitous ARP packets
+can be made with ARP request or ARP reply packets.
+
+------------------------------------------------------------------------
+r19732 | ulfl | 2006-10-29 11:47:59 -0800 (Sun, 29 Oct 2006) | 1 line
+Changed paths:
+ M /trunk/docbook/Makefile
+fix a typo in the recent change to the hhc.exe command line, so the chm files compile again - took me more than an hour to find out and reproduce :-(
------------------------------------------------------------------------
-r19042 | sahlberg | 2006-08-26 02:16:38 -0700 (Sat, 26 Aug 2006) | 4 lines
+r19733 | sahlberg | 2006-10-29 12:56:00 -0800 (Sun, 29 Oct 2006) | 16 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-image-png.c
+ M /trunk/epan/dissectors/packet-ses.c
-initial PNG dissector (Portable Network Graphics)
+from Stephen fischer
+Attached is a patch to fix bug #1163: "Dissector bug. ISO8073 COTP
+protocol." ?\194?\160The SES dissector was incorrectly believing it had PDUs
+within the COTP PDUs. ?\194?\160I added an additional heuristic check to see if
+the length of the SES PDU is 0, then return false since it can't be zero
+length.
-------------------------------------------------------------------------
-r19043 | ulfl | 2006-08-26 04:03:41 -0700 (Sat, 26 Aug 2006) | 1 line
-Changed paths:
- M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+Thanks,
+ ?\194?\160Steve
-rework the pop-up menu section
-------------------------------------------------------------------------
-r19044 | sahlberg | 2006-08-26 04:57:28 -0700 (Sat, 26 Aug 2006) | 5 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-image-png.c
-fix wrong constant in a valuestring
-add two more chunks to be dissected
------------------------------------------------------------------------
-r19045 | sahlberg | 2006-08-26 05:26:19 -0700 (Sat, 26 Aug 2006) | 3 lines
+r19734 | sahlberg | 2006-10-29 13:01:57 -0800 (Sun, 29 Oct 2006) | 15 lines
Changed paths:
- M /trunk/epan/dissectors/packet-image-png.c
+ M /trunk/epan/dissectors/packet-bpdu.c
-two more chunks
+from sake blok
+Hi,
-------------------------------------------------------------------------
-r19046 | gal | 2006-08-26 10:55:21 -0700 (Sat, 26 Aug 2006) | 5 lines
-Changed paths:
- M /trunk/epan/filesystem.c
- M /trunk/epan/libwireshark.def
- M /trunk/gtk/Makefile.common
- M /trunk/gtk/file_dlg.c
- M /trunk/gtk/main.c
- A /trunk/gtk/u3.c
- A /trunk/gtk/u3.h
- A /trunk/packaging/u3
- A /trunk/packaging/u3/win32
- A /trunk/packaging/u3/win32/README.txt
- A /trunk/packaging/u3/win32/makefile.nmake
- A /trunk/packaging/u3/win32/manifest.tmpl
- A /trunk/packaging/u3/win32/u3util.c
+The attached file is a patch to packet-bpdu.c so that Wireshark is
+able to dissect the Cisco MST BPDU's that I encountered last week.
-U3 packaging, utility and Wireshark modifications that allows Wireshark to be run from a U3 USB device.
+Cheers,
-For more details see packaging/u3/win32/README.txt
+Sake
-------------------------------------------------------------------------
-r19047 | guy | 2006-08-26 11:36:09 -0700 (Sat, 26 Aug 2006) | 10 lines
-Changed paths:
- M /trunk/capture_loop.c
- M /trunk/capture_opts.c
- M /trunk/capture_opts.h
- M /trunk/gtk/main.c
- M /trunk/tshark.c
-Go back to setting the capture filter to an empty string when we start;
-that obviates the need to check for a null capture filter string, and
-fixes bug 1055.
-Keep track of whether it was set from the command line, though, so we
-can catch attempts to set the filter more than once, and attempts to set
-it when we're not capturing.
-Clean up white space.
+------------------------------------------------------------------------
+r19735 | ulfl | 2006-10-29 18:09:59 -0800 (Sun, 29 Oct 2006) | 5 lines
+Changed paths:
+ M /trunk/gtk/packet_list.c
+fix #1159 from Jim Young (should go into 0.99.4):
+I think I have a fix for this problem. The procedure
+packet_list_set_selected_row()would do a clist freeze but not a corresponding
+clist thaw if the list was empty. A one line fix to gtk/packet_list.c appears
+to fix this problem.
------------------------------------------------------------------------
-r19048 | gal | 2006-08-27 01:19:55 -0700 (Sun, 27 Aug 2006) | 3 lines
+r19736 | gerald | 2006-10-29 22:34:31 -0800 (Sun, 29 Oct 2006) | 3 lines
Changed paths:
- M /trunk/asn1/dap/dap-exp.cnf
- M /trunk/asn1/dap/dap.asn
- M /trunk/asn1/dap/dap.cnf
- M /trunk/epan/dissectors/packet-dap.c
- M /trunk/epan/dissectors/packet-dap.h
+ M /trunk/airpcap.h
+ M /trunk/airpcap_loader.c
+ M /trunk/airpcap_loader.h
+ M /trunk/gtk/about_dlg.c
+ M /trunk/gtk/airpcap_dlg.c
+ M /trunk/gtk/airpcap_gui_utils.c
+ M /trunk/gtk/airpcap_gui_utils.h
+ M /trunk/gtk/main.c
-Support for X.500 strong authentication - used by DAP, DISP, DSP and DOP.
+From Giorgio Tino: Add support for version 2.0 of the AirPcap driver,
+which has an updated API for WEP key handling.
+------------------------------------------------------------------------
+r19737 | martinm | 2006-10-30 01:50:39 -0800 (Mon, 30 Oct 2006) | 1 line
+Changed paths:
+ M /trunk/print.c
+Fix for (already-closed) bug 1180
------------------------------------------------------------------------
-r19049 | gal | 2006-08-27 01:31:29 -0700 (Sun, 27 Aug 2006) | 3 lines
+r19738 | sahlberg | 2006-10-30 04:18:29 -0800 (Mon, 30 Oct 2006) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tpkt.c
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-scsi-mmc.c
+ A /trunk/epan/dissectors/packet-scsi-mmc.h
+ M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dissectors/packet-scsi.h
-Register tpkt as a dissector so subdissectors can register tpkt on ports other than 102.
+start splitting the monolitic scsi dissector up into commandset dissectors
-------------------------------------------------------------------------
-r19050 | gal | 2006-08-27 02:03:21 -0700 (Sun, 27 Aug 2006) | 4 lines
-Changed paths:
- M /trunk/asn1/acse/acse-exp.cnf
- M /trunk/asn1/acse/acse.asn
- M /trunk/epan/dissectors/packet-acse.c
- M /trunk/epan/dissectors/packet-acse.h
+split the MMC commandset out of the main scsi dissector
-An octet string form of the ASO-qualifier used by some systems from the days when it was an ANY.
-Really just an elaboration of the "...".
------------------------------------------------------------------------
-r19051 | ulfl | 2006-08-27 03:41:30 -0700 (Sun, 27 Aug 2006) | 1 line
+r19739 | martinm | 2006-10-30 07:36:40 -0800 (Mon, 30 Oct 2006) | 4 lines
Changed paths:
- M /trunk/gtk/capture_if_dlg.c
- M /trunk/gtk/gui_utils.c
- M /trunk/gtk/gui_utils.h
+ M /trunk/epan/dissectors/packet-icmpv6.c
-fix a warning by removing now unused code
-------------------------------------------------------------------------
-r19052 | ulfl | 2006-08-27 04:27:47 -0700 (Sun, 27 Aug 2006) | 1 line
-Changed paths:
- M /trunk/epan/dissectors/packet-radius.c
- M /trunk/epan/dissectors/packet-rmcp.c
- M /trunk/epan/guid-utils.c
- M /trunk/gtk/stats_tree_stat.c
+A little prettifying:
+- Most Router Advertisement fields are now properly filterable
+- Option tree has improved label, length set, fixed fields filterable
-squelch some compiler warnings
------------------------------------------------------------------------
-r19053 | ulfl | 2006-08-27 04:46:02 -0700 (Sun, 27 Aug 2006) | 1 line
+r19740 | gerald | 2006-10-30 08:01:40 -0800 (Mon, 30 Oct 2006) | 3 lines
Changed paths:
- M /trunk/doc/README.capture
- M /trunk/docbook/wsug_src/WSUG_app_howitworks.xml
- M /trunk/help/capturing.txt
+ M /trunk/gtk/color_edit_dlg.c
+
+Fix for bug 1164 from Stephen Fisher: In the coloring rules edit dialog, set
+the foreground color correctly.
-fix #1063, some leftover typo's: Etheral -> Wireshark
------------------------------------------------------------------------
-r19054 | ulfl | 2006-08-27 05:35:26 -0700 (Sun, 27 Aug 2006) | 3 lines
+r19742 | jmayer | 2006-10-30 10:17:10 -0800 (Mon, 30 Oct 2006) | 5 lines
Changed paths:
- M /trunk/gtk/print_mswin.c
+ M /trunk/Makefile.am
+ M /trunk/configure.in
+ D /trunk/tools/idl2wrs.sh
+ A /trunk/tools/idl2wrs.sh.in (from /trunk/tools/idl2wrs.sh:19741)
-fix #707: "It's not possible to print each packet on a new page"
+carsten.prescher@eads.com:
-Win32: detect "form feed" char and create a new page in that case
-------------------------------------------------------------------------
-r19055 | etxrab | 2006-08-27 12:15:20 -0700 (Sun, 27 Aug 2006) | 1 line
-Changed paths:
- M /trunk/gtk/stats_tree_stat.c
+Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1114
+@SHELL@ not replaced in idl2wrs
-Fixa a typo.
------------------------------------------------------------------------
-r19056 | etxrab | 2006-08-27 13:30:01 -0700 (Sun, 27 Aug 2006) | 1 line
+r19743 | jake | 2006-10-30 10:25:44 -0800 (Mon, 30 Oct 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-bssgp.c
- M /trunk/epan/dissectors/packet-bssgp.h
- M /trunk/epan/dissectors/packet-gtp.c
+ M /trunk/epan/dissectors/packet-ymsg.c
+
+From Gennady Feldman:
+Here is an updated patch. Should be pretty safe. Just added a couple of constants and changed some strings to be cleaner and easier to read.
-Do some more of the relase 6 stuff.
------------------------------------------------------------------------
-r19057 | gerald | 2006-08-27 19:06:28 -0700 (Sun, 27 Aug 2006) | 6 lines
+r19744 | jmayer | 2006-10-30 10:38:14 -0800 (Mon, 30 Oct 2006) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-image-png.c
+ M /trunk/cmake/modules/CMakeInstallDirs.cmake
+ M /trunk/cmake/modules/Check64BitFormat.cmake
+ M /trunk/cmake/modules/FindADNS.cmake
+ M /trunk/cmake/modules/FindDBUS.cmake
+ M /trunk/cmake/modules/FindDBUSGLIB.cmake
+ D /trunk/cmake/modules/FindGCRYPT.cmake
+ M /trunk/cmake/modules/FindPCAP.cmake
+ M /trunk/cmake/modules/UsePkgConfig.cmake
+
+frederic heem:
-Don't abort the entire program if we have bad data. Just mark the
-packet as malformed and continue on our merry way. This should fix
-bugs 1064 - 1073.
+Please find the patch that adds copyrights.
-Fix up whitespace.
------------------------------------------------------------------------
-r19058 | etxrab | 2006-08-27 22:32:16 -0700 (Sun, 27 Aug 2006) | 1 line
+r19746 | gerald | 2006-10-30 17:28:29 -0800 (Mon, 30 Oct 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-gtp.c
+ M /trunk/epan/dissectors/packet-radiotap.c
+
+Make sure we round up to the nearest 4-byte boundary before trying to process
+the FCS.
-More release 6 changes.
------------------------------------------------------------------------
-r19059 | kukosa | 2006-08-28 00:05:02 -0700 (Mon, 28 Aug 2006) | 5 lines
+r19747 | gerald | 2006-10-30 17:44:11 -0800 (Mon, 30 Oct 2006) | 3 lines
Changed paths:
- M /trunk/asn1/h225/packet-h225-template.c
- M /trunk/epan/dissectors/packet-h225.c
- M /trunk/epan/dissectors/packet-q931.c
- M /trunk/epan/dissectors/packet-sip.c
- M /trunk/epan/dissectors/packet-ssl-utils.c
- M /trunk/epan/dissectors/packet-ssl.c
- M /trunk/epan/dissectors/packet-ssl.h
- M /trunk/epan/libwireshark.def
- M /trunk/epan/proto.c
- M /trunk/epan/proto.h
+ M /trunk/airpcap_loader.c
+ M /trunk/gtk/main.c
+ M /trunk/gtk/recent.c
+ M /trunk/gtk/recent.h
+ M /trunk/gtk/simple_dialog.c
-- new function ssl_dissector_delete()
-- register H.225.0 over TLS (configurable port 1300)
-- register SIP over TLS (fixed port 5061)
-- new function proto_tree_get_root()
+From Giorgio Tino: Add a "Don't show this message again" option to an
+AirPcap warning dialog. Fix a callback bug in simple_dialog.c.
------------------------------------------------------------------------
-r19060 | gmorris | 2006-08-28 05:24:24 -0700 (Mon, 28 Aug 2006) | 2 lines
+r19748 | gerald | 2006-10-30 17:46:59 -0800 (Mon, 30 Oct 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-srvloc.c
+ M /trunk/epan/dissectors/packet-vnc.c
-Fix the decoding of SLP attributes. Open SLP has the ability to pass back multiple attribute types in each reply. Previously the dissector only would dissect address attributes. The change adds parsing of attributes and proper dissection of names and address attributes contained in the same reply payload.
+Escape non-ASCII characters in the client and server protocol version strings.
------------------------------------------------------------------------
-r19061 | jmayer | 2006-08-28 09:55:03 -0700 (Mon, 28 Aug 2006) | 7 lines
+r19751 | sahlberg | 2006-10-31 01:29:07 -0800 (Tue, 31 Oct 2006) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ppp.c
+ M /trunk/asn1/ldap/packet-ldap-template.c
+ M /trunk/asn1/pkixcmp/cmp-exp.cnf
+ M /trunk/asn1/pkixcmp/packet-cmp-template.c
+ M /trunk/asn1/ulp/packet-ulp-template.c
+ M /trunk/asn1/ulp/ulp-exp.cnf
+ M /trunk/epan/dissectors/packet-aim.c
+ M /trunk/epan/dissectors/packet-ajp13.c
+ M /trunk/epan/dissectors/packet-bittorrent.c
+ M /trunk/epan/dissectors/packet-cast.c
+ M /trunk/epan/dissectors/packet-cmp.c
+ M /trunk/epan/dissectors/packet-cmp.h
+ M /trunk/epan/dissectors/packet-cops.c
+ M /trunk/epan/dissectors/packet-dcm.c
+ M /trunk/epan/dissectors/packet-dhcp-failover.c
+ M /trunk/epan/dissectors/packet-diameter.c
+ M /trunk/epan/dissectors/packet-dlsw.c
+ M /trunk/epan/dissectors/packet-dns.c
+ M /trunk/epan/dissectors/packet-dsi.c
+ M /trunk/epan/dissectors/packet-edonkey.c
+ M /trunk/epan/dissectors/packet-enip.c
+ M /trunk/epan/dissectors/packet-giop.c
+ M /trunk/epan/dissectors/packet-gnutella.c
+ M /trunk/epan/dissectors/packet-icep.c
+ M /trunk/epan/dissectors/packet-ifcp.c
+ M /trunk/epan/dissectors/packet-ipdc.c
+ M /trunk/epan/dissectors/packet-isns.c
+ M /trunk/epan/dissectors/packet-kerberos.c
+ M /trunk/epan/dissectors/packet-kerberos.h
+ M /trunk/epan/dissectors/packet-laplink.c
+ M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/epan/dissectors/packet-lsc.c
+ M /trunk/epan/dissectors/packet-mq.c
+ M /trunk/epan/dissectors/packet-mysql.c
+ M /trunk/epan/dissectors/packet-ncp.c
+ M /trunk/epan/dissectors/packet-ndmp.c
+ M /trunk/epan/dissectors/packet-ndps.c
+ M /trunk/epan/dissectors/packet-netsync.c
+ M /trunk/epan/dissectors/packet-pgsql.c
+ M /trunk/epan/dissectors/packet-pvfs2.c
+ M /trunk/epan/dissectors/packet-s5066.c
+ M /trunk/epan/dissectors/packet-skinny.c
+ M /trunk/epan/dissectors/packet-slsk.c
+ M /trunk/epan/dissectors/packet-smpp.c
+ M /trunk/epan/dissectors/packet-srvloc.c
+ M /trunk/epan/dissectors/packet-tali.c
+ M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/epan/dissectors/packet-tcp.h
+ M /trunk/epan/dissectors/packet-tns.c
+ M /trunk/epan/dissectors/packet-ucp.c
+ M /trunk/epan/dissectors/packet-ulp.c
+ M /trunk/epan/dissectors/packet-ulp.h
+ M /trunk/epan/dissectors/packet-uma.c
+ M /trunk/epan/dissectors/packet-winsrepl.c
+ M /trunk/epan/dissectors/packet-xot.c
+ M /trunk/epan/dissectors/packet-ymsg.c
+ M /trunk/plugins/agentx/packet-agentx.c
+ M /trunk/plugins/gryphon/packet-gryphon.c
+ M /trunk/plugins/opsi/packet-opsi.c
+
+change the signature for the get_pdu_len() function pointer passed to tcp_dissect_pdus() to also include a packet_info pointer.
-Donald White <donald_white@qwest.net>
-There is a small bug in the function dissect_ppp() which prevents proper
-demuxing of packets. Patch is attached.
+there are many reasons why some protocols actually need to be able to access the pinfo structure while determining the pdu size
------------------------------------------------------------------------
-r19062 | jake | 2006-08-28 12:15:08 -0700 (Mon, 28 Aug 2006) | 1 line
+r19752 | sahlberg | 2006-10-31 03:16:01 -0800 (Tue, 31 Oct 2006) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-udp.c
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-nbd.c
+
+ new protocol NBD NetworkBlockDevice
+
+
-Fix length check for IP packets with options.
------------------------------------------------------------------------
-r19063 | ulfl | 2006-08-28 14:11:10 -0700 (Mon, 28 Aug 2006) | 1 line
+r19753 | jmayer | 2006-10-31 03:35:55 -0800 (Tue, 31 Oct 2006) | 13 lines
Changed paths:
- M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
+ M /trunk/Makefile.am
+ M /trunk/configure.in
+ M /trunk/tools/lemon/Makefile.am
+
+Robert Schwebel:
+ Fix for http://bugs.wireshark.org/bugzilla/attachment.cgi?id=419&action=view
+ cross compilation fails
+
+With the following change: Use only AC_CANONICAL_TARGET
+
+From the autoconf manual:
+ The user is encouraged to use either `AC_CANONICAL_BUILD', or
+ `AC_CANONICAL_HOST', or `AC_CANONICAL_TARGET', depending on the
+ needs. Using `AC_CANONICAL_TARGET' is enough to run the two other
+ macros.
+
-add information about remote traffic capture filter
------------------------------------------------------------------------
-r19064 | ulfl | 2006-08-28 14:12:44 -0700 (Mon, 28 Aug 2006) | 1 line
+r19754 | jmayer | 2006-10-31 06:36:32 -0800 (Tue, 31 Oct 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-epm.c
+ M /trunk/epan/etypes.h
-add some more right-hand-side infos of the tower data
+Order ethertypes by number - no other changes
------------------------------------------------------------------------
-r19065 | ulfl | 2006-08-28 14:13:37 -0700 (Mon, 28 Aug 2006) | 1 line
+r19755 | jmayer | 2006-10-31 06:47:34 -0800 (Tue, 31 Oct 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc.c
+ M /trunk/configure.in
+
+Repeat after me: Test submission before sending.
+Repeat after me: Test patches before committing.
-minor format string change
------------------------------------------------------------------------
-r19066 | ulfl | 2006-08-28 14:14:36 -0700 (Mon, 28 Aug 2006) | 1 line
+r19756 | jmayer | 2006-10-31 06:49:11 -0800 (Tue, 31 Oct 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dcom.c
+ M /trunk/epan/etypes.h
-add a new this/that flag value
+Fix another typowq
------------------------------------------------------------------------
-r19067 | ulfl | 2006-08-28 15:23:18 -0700 (Mon, 28 Aug 2006) | 1 line
+r19758 | sahlberg | 2006-10-31 13:13:46 -0800 (Tue, 31 Oct 2006) | 3 lines
Changed paths:
- M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+ M /trunk/epan/dissectors/packet-nbd.c
+
+prettify the info column and add a generated item for the type (read/write) to response packets
+
-fix a minor typo
------------------------------------------------------------------------
-r19068 | gerald | 2006-08-28 15:52:26 -0700 (Mon, 28 Aug 2006) | 2 lines
+r19759 | gram | 2006-10-31 13:15:38 -0800 (Tue, 31 Oct 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/packet-2dparityfec.c
-Fix a typo.
+The protocol must be registered before its fields, so that
+proto_registrar_dump_fields() knows the relationship.
------------------------------------------------------------------------
-r19069 | ulfl | 2006-08-28 15:54:12 -0700 (Mon, 28 Aug 2006) | 1 line
+r19760 | sahlberg | 2006-10-31 13:25:31 -0800 (Tue, 31 Oct 2006) | 3 lines
Changed paths:
- M /trunk/gtk/prefs_dlg.c
+ M /trunk/epan/dissectors/packet-nbd.c
+
+show "Disconnect request" in the info column for disconnects
+
-fix #1061: the logic to search for a specific protocol page was missing the changes of the scrollable window indirection
------------------------------------------------------------------------
-r19070 | ulfl | 2006-08-28 17:15:09 -0700 (Mon, 28 Aug 2006) | 5 lines
+r19761 | gram | 2006-10-31 13:29:34 -0800 (Tue, 31 Oct 2006) | 3 lines
Changed paths:
- M /trunk/doc/README.developer
+ M /trunk/epan/dissectors/packet-dhcpv6.c
-from Stephen Fisher:
+Provide field names for fields with true/false values so they
+can be searched on.
-"I ran doc/README.developer through a spell checker and conservatively
-changed misspelled words. Attached is a compressed patch with the
-corrections."
------------------------------------------------------------------------
-r19071 | gerald | 2006-08-28 19:19:27 -0700 (Mon, 28 Aug 2006) | 2 lines
+r19762 | gram | 2006-10-31 13:43:48 -0800 (Tue, 31 Oct 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/packet-t38.c
-Add a missing file.
+value_string arrays need to be terminated with a {0, NULL}.
------------------------------------------------------------------------
-r19072 | kukosa | 2006-08-29 01:33:52 -0700 (Tue, 29 Aug 2006) | 1 line
+r19763 | gram | 2006-10-31 14:00:41 -0800 (Tue, 31 Oct 2006) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ssl-utils.c
- M /trunk/epan/dissectors/packet-ssl-utils.h
- M /trunk/epan/dissectors/packet-ssl.c
- M /trunk/epan/dissectors/packet-ssl.h
+ M /trunk/epan/proto.c
+
+When processing '-G fields', ignore the "proto_tree_add_text"
+pseudo-field by looking at the ID for hf_text_only. Apparently
+some fields really don't have 'name' fields, but we still want
+their info to be dumped out.
-get rid of few warnings
------------------------------------------------------------------------
-r19073 | gmorris | 2006-08-29 01:45:53 -0700 (Tue, 29 Aug 2006) | 114 lines
+r19764 | etxrab | 2006-10-31 14:28:50 -0800 (Tue, 31 Oct 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/ncp2222.py
- M /trunk/epan/dissectors/packet-ncp-int.h
- M /trunk/epan/dissectors/packet-ncp-sss.c
- M /trunk/epan/dissectors/packet-ncp.c
- M /trunk/epan/dissectors/packet-ncp2222.inc
-
-Fixes and updated files:
-
-File NCP2222.py:
-1. Added NCP service type 0xffff = All types
-2. Added evaluation of task states. (following bits are defined. 0=normal, 1 = TTS explicit transaction in progress, 2= TTS implicit transaction in progress, 4 = Shared file ste lock in progress)
-3. Reversed the Volume Request Flags, this was backwards (s/b 0=do not return name with volume number, 1=Return name with volume number)
-4. Fixed endianess of Creator ID in NetWare Information Struct.
-5. File information structure incorrectly defined Current Block Being Decompressed.
-6. Logical Lock Status structure incorrectly identified Task Number as a byte. It should be two bytes "word".
-7. Fixed endianess of Modifier ID in NetWare Information Struct.
-8. Fixed Name Space Information structure (was defined as Name Space, changed to Creator Name Space Number).
-9. Fixed Semaphore Structure (Task Number was incorrectly defined as a byte, should be two bytes "word").
-10. Added Task structure (Task Number, Task State)
-11. Fixed Volume structure (incorrectly defined Volume Name)
-12. Added VolumeWithName structure (This struct contains both volume number and volume name)
-13. Added error 0x8901 - "No purgable files available"
-14. Added error 0x8977 - "Buffer too small"
-15. Added error 0x899c - "No more trustees found"
-16. Added error 0x89d9 - "Queue station is not a server"
-17. Added NCP connection status values (0=Ok, 1=Bad service connection, 10=File server is down, 40=Broadcast Message Pending)
-18. Fixed error definitions for NCP 22/50.
-19. Fixed reply packet for NCP 22/52 to properly display volume information depending on reply struct, Volume or volume with name.
-20. Fixed error definitions for NCP 22/52
-21. Fixed NCP 23/26 reply packet to properly return internet address and display correctly.
-22. Fixed NCP 23/27 Reply packet structure to properly repeat connection numbers array.
-23. Fixed error definitions for NCP 23/33
-24. Fixed NCP 23/114 Request (improperly defined Charge Information as a long value, s/b word)
-25. Fixed NCP 23/120 Reply (Improperly defined Job Number as a long value, s/b word)
-26. Fixed error definitions for NCP 23/123
-27. Fixed error definitions for NCP 23/124
-28. Fixed error definitions for NCP 23/131
-29. Fixed error definitions for NCP 23/132
-30. Fixed error definitions for NCP 23/135
-31. Fixed error definitions for NCP 23/137
-32. Fixed error definitions for NCP 23/138
-33. Fixed NCP 23/205 Reply (User Login Allowed incorrectly defined as long value, s/b byte value)
-34. Fixed NCP 23/234 Reply (Reply structure incorrectly defined based on old NCP documentation. Corrected per new docs)
-35. Fixed endianess of NCP 23/237 Reply on value Number of Locks.
-36. Fixed endianess of NCP 23/238 Reply on value Number of Locks.
-37. Fixed error definitions for NCP 30
-38. Fixed error definitions for NCP 36/6
-39. Fixed error definitions for NCP 86/2
-40. Fixed error definitions for NCP 86/3
-41. Fixed error definitions for NCP 86/4
-42. Fixed error definitions for NCP 86/5
-43. Fixed error definitions for NCP 87/1
-44. Fixed error definitions for NCP 87/4
-45. Fixed error definitions for NCP 87/5
-46. Fixed error definitions for NCP 87/10
-47. Fixed error definitions for NCP 87/11
-48. Fixed error definitions for NCP 87/12
-49. Fixed error definitions for NCP 87/17
-50. Fixed error definitions for NCP 87/18
-51. Fixed NCP 87/20 Reply to properly decode multiple entries returned. This used to only dissect the first entry.
-52. Fixed error definitions for NCP 87/30
-53. Fixed NCP 87/33 Reply to properly utilize the request flags to dissect the reply packet NetWare Info Struct
-54. Fixed error definitions for NCP 87/33
-55. Fixed error definitions for NCP 88/22
-56. Fixed error definitions for NCP 89/1
-57. Fixed error definitions for NCP 89/10
-58. Fixed NCP 89/11 Request packet structure
-59. Fixed error definitions for NCP 89/11
-60. Fixed NCP 89/20 Reply to properly decode multiple entries returned. This used to only dissect the first entry.
-61. Fixed error definitions for NCP 104/5
-62. Added undefined NCP 112
-63. Fixed NCP 123/11 Reply to properly dissect FileName, Name, and copyright.
-64. Fixed NCP 123/17 Reply to properly display NCP Network Address values.
-65. Fixed NCP 123/24 Reply to properly display Driver Board Name, Driver Short Name, and Dirver Logical Name.
-66. Fixed error definitions for NCP 123/33
-67. Fixed NCP 123/60 to properly display Set Command Name and Set Command Value.
-68. Fixed error definitions for NCP 123/70
-69. Fixed NCP 123/71 Reply to utilize new File Information Struct
-70. Fixed error definitions for NCP 123/71
-71. Fixed error definitions for NCP 123/72
-72. Added NCP 123/249
-73. Added NCP 123/251
-74. Added NCP 123/252
-75. Added NCP 123/253
-76. Added NCP 123/254
-77. Added NCP 123/255
-78. Fixed error definitions for NCP 131/1
-79. Fixed error definitions for NCP 131/2
-
-File packet-ncp2222.inc
-1. Added new NCP preference setting to tell Wireshark to decode the NetWare information structure as new or old style.
-2. Set default NCP preference settings of echo connection and echo file to FALSE.
-3. Added NDS verb 2 Request Flags (0=retain old object, 1=delete old object)
-4. Fixed problem where NDS fragmentation could not be reassembled on reload. (fragment array needed to be re-initialized on reload)
-5. Fixed NCP service types 1111, 5555, bbbb, and 1111/LIP to reflect real type number. (Was defined as 0xf1, 0xf2, 0xf3, etc... Now defined as 0x1, 0x5, 0xb, etc)
-6. Fixed function build_expert_data to parse subtree memory structures to acquire NCP request value records
-7. Fix NDS attribute type Boolean to byte value and properly aligned.
-8. Fixed attribute zendmSearchOrder to display properly regardless of number or order of value entries.
-9. Added check of length of packet prior to attempting to defragment
-10. Added for Request packets logic to abort if NCP type isn't found.
-11. Added logic to store packet length and then manually decode NCP function 123 based on length.
-12. Added logic to manually dissect NCP 87/20 and 89/20 reply packets.
-13. NDS resolve name replies with remote entry as the specifier should not store the EID returned (0x00000000)
-14. Added logic to trap and echo to expert tap when connection status flags indicate an error.
-15. Added manual dissect of NCP 23/26 replies
-16. Added logic to Capture the EID returned form NCP 22/51 "Get vol info".
-17. Fixed NDS verb 0x2a
-18. Fixed NDS verb 0x2b
-
-File packet-ncp.c
-1. Fix offset for packet signature. (This used to automatically set the offset to account for packet signature if it could not determine the correct NCP type. But for some failed fragment packets, retransmissions, etc, this would be wrongly identified. So first we check to see if we can read a valid type at the offset before we just automatically assume that packet signature is being used)
-2. Register the new NCP preference for old/new NetWareInfoStruct.
-
-File packet-ncp-int.h
-1. Add extern declaration for ncp_newstyle setting.
-2. Add length, req_mask, and req_mast_ext to ncp_req_hash_value structure
-
-File packet-ncp-sss.c
-1. Fix SecretStore request verb Write App Secrets, Client Put Data, to evaluate packet length.
-
-------------------------------------------------------------------------
-r19074 | jmayer | 2006-08-29 09:31:00 -0700 (Tue, 29 Aug 2006) | 4 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-alcap.c
-
-Florent DROUIN <florent.drouin@alcatel.fr>:
-
-Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1077
-
-------------------------------------------------------------------------
-r19075 | jake | 2006-08-29 09:54:39 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
- M /trunk/epan/addr_resolv.c
-
-Fix for bug 795: handle CR as line end as well
-------------------------------------------------------------------------
-r19076 | jmayer | 2006-08-29 13:21:47 -0700 (Tue, 29 Aug 2006) | 4 lines
-Changed paths:
- M /trunk/wireshark.desktop
-
-- Update to 0.9.5 (from 0.9.4)
-- Remove some unneeded entries
-- Add a translation
-
-------------------------------------------------------------------------
-r19077 | ulfl | 2006-08-29 14:01:05 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
- M /trunk/test/test-backend.sh
- M /trunk/test/test.sh
+ M /trunk/epan/wslua/Makefile.am
-use unique variable names to prevent "global variable" side effects -> endless repeating tests of subsections
+console.lua missing from the svn tarball preventing making a package. I hope this
+is the right way to fix it.
------------------------------------------------------------------------
-r19078 | ulfl | 2006-08-29 14:03:33 -0700 (Tue, 29 Aug 2006) | 1 line
+r19766 | sahlberg | 2006-11-01 01:54:48 -0800 (Wed, 01 Nov 2006) | 4 lines
Changed paths:
- M /trunk/fileset.c
+ M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/dissectors/packet-usb.h
+
+update the list of defined application classes and list all the official ones from www.usb.org
+
+
-fix a minor bug: don't show a single file twice in the fileset dialog
------------------------------------------------------------------------
-r19079 | ulfl | 2006-08-29 14:06:36 -0700 (Tue, 29 Aug 2006) | 1 line
+r19767 | gerald | 2006-11-01 12:32:23 -0800 (Wed, 01 Nov 2006) | 2 lines
Changed paths:
- M /trunk/gtk/Makefile.am
+ M /trunk/epan/proto.c
+
+Throw an exception if we try to add more than a million items to the tree.
-add u3.h to the distribution files (hopefully this fixes ubuntu buildbot distcheck)
------------------------------------------------------------------------
-r19080 | ulfl | 2006-08-29 14:09:32 -0700 (Tue, 29 Aug 2006) | 1 line
+r19768 | jmayer | 2006-11-01 14:22:27 -0800 (Wed, 01 Nov 2006) | 1 line
Changed paths:
- M /trunk/gtk/fileset_dlg.c
+ M /trunk/cmake/modules/Check64BitFormat.c.in
-fix #331: add a scrollbar to the dialog. If a fileset contains more than 18 files, use that scrollbar. These 18 files should be displayable even on a 800*600 display.
+Add same license info as in Check64BitFormat.cmake
------------------------------------------------------------------------
-r19081 | ulfl | 2006-08-29 14:12:45 -0700 (Tue, 29 Aug 2006) | 1 line
+r19769 | etxrab | 2006-11-01 14:58:41 -0800 (Wed, 01 Nov 2006) | 1 line
Changed paths:
- M /trunk/gtk/Makefile.common
+ M /trunk/epan/dissectors/packet-amr.c
-sort the u3.c file into the list alphabetically
+Handle RFC 3267 Bandwidth-efficient mode.
------------------------------------------------------------------------
-r19082 | etxrab | 2006-08-29 15:18:39 -0700 (Tue, 29 Aug 2006) | 1 line
+r19770 | etxrab | 2006-11-01 15:01:14 -0800 (Wed, 01 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-clnp.c
+ M /trunk/plugins/megaco/packet-megaco.c
-Add CLNP over TCP over TPKT dissection. The port number is by default set to 0.
+Add h324_muxtbl_out
------------------------------------------------------------------------
-r19083 | etxrab | 2006-08-29 22:03:16 -0700 (Tue, 29 Aug 2006) | 1 line
+r19771 | ulfl | 2006-11-01 15:22:13 -0800 (Wed, 01 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-clnp.c
+ M /trunk/airpcap_loader.c
-Remove debugcode left by mistake...
+fix a warning: "airpcap_loader.c(2287) : warning C4700: local variable 'ad' used without having been initialized"
------------------------------------------------------------------------
-r19084 | kukosa | 2006-08-30 00:31:36 -0700 (Wed, 30 Aug 2006) | 1 line
+r19772 | kukosa | 2006-11-02 00:48:58 -0800 (Thu, 02 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ssl.c
+ M /trunk/epan/ftypes/ftype-bytes.c
-display Random as a single item with two subitems
+Bug 1053: New SNMP filtering is broken
+Do not try to parse OID as hexbytes string
------------------------------------------------------------------------
-r19085 | martinm | 2006-08-30 02:48:12 -0700 (Wed, 30 Aug 2006) | 1 line
+r19773 | jmayer | 2006-11-02 00:52:25 -0800 (Thu, 02 Nov 2006) | 2 lines
Changed paths:
- M /trunk/gtk/sip_stat.c
- M /trunk/tap-sipstat.c
+ M /trunk/gtk/follow_dlg.c
+
+Try to fix bug 1043.
-Add SIP response code 494 from RFC 3329
------------------------------------------------------------------------
-r19086 | kukosa | 2006-08-30 03:03:50 -0700 (Wed, 30 Aug 2006) | 1 line
+r19774 | jmayer | 2006-11-02 01:26:38 -0800 (Thu, 02 Nov 2006) | 9 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+Zhu Yi:
+
+ieee80211e dissect patch
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1191
+
+Me:
+Fix signedness warnings regarding ssid and ccode.
+(in the old code, not in the 11e code)
-flags have only 1 byte
------------------------------------------------------------------------
-r19087 | etxrab | 2006-08-30 12:27:54 -0700 (Wed, 30 Aug 2006) | 3 lines
+r19775 | jmayer | 2006-11-02 01:30:12 -0800 (Thu, 02 Nov 2006) | 2 lines
Changed paths:
- D /trunk/plugins/listen_rtp
+ M /trunk/tools
+
+add idl2wrs.sh to svn:ignore
-From Alejandro Vaquero:
-- The current "/plugin/listen_rtp" directory should be removed from the
-source
------------------------------------------------------------------------
-r19088 | ulfl | 2006-08-30 13:24:49 -0700 (Wed, 30 Aug 2006) | 1 line
+r19776 | ulfl | 2006-11-02 01:36:47 -0800 (Thu, 02 Nov 2006) | 3 lines
Changed paths:
- M /trunk/gtk/capture_if_dlg.c
+ M /trunk/packaging/nsis/wireshark.nsi
-seems the height offset 16 seems a bit too small to prevent a scrollbar, using 20 instead
+we don't support 95/98/ME any longer, and indeed WS doesn't work on these versions.
+
+Give a hint that the last known working version was Ethereal 0.99.0 and quit the installer.
------------------------------------------------------------------------
-r19089 | ulfl | 2006-08-30 13:27:12 -0700 (Wed, 30 Aug 2006) | 3 lines
+r19777 | jmayer | 2006-11-02 01:45:12 -0800 (Thu, 02 Nov 2006) | 5 lines
Changed paths:
- M /trunk/gtk/help_dlg.c
- M /trunk/gtk/help_dlg.h
- M /trunk/gtk/print_dlg.c
+ M /trunk/capture-pcap-util.c
+ M /trunk/capture_loop.c
+ M /trunk/capture_opts.c
+ M /trunk/dumpcap.c
+
+Frederic Heem:
+ Fix some memleaks and overflows.
-add some file dialog related help pages
+I haven't committed the changes that are not bug fixes.
-use file related instead of print related help pages for the export dialogs
------------------------------------------------------------------------
-r19090 | ulfl | 2006-08-30 13:38:17 -0700 (Wed, 30 Aug 2006) | 3 lines
+r19778 | martinm | 2006-11-02 03:51:09 -0800 (Thu, 02 Nov 2006) | 1 line
Changed paths:
- M /trunk/gtk/menu.c
-
-have only one Export/File menu entry for the Win32 dialog, instead of 5 entries leading to exactly the same dialog (with a single setting - the file type - set different)
+ M /trunk/epan/dissectors/packet-rtcp.c
-we might want the Unix/GTK version work the same way, as this is how other programs I know work as well ... and making the documentation easier by desribing only one way how it's working
+Don't try to report -ve roundtrip delays
------------------------------------------------------------------------
-r19091 | ulfl | 2006-08-30 13:45:13 -0700 (Wed, 30 Aug 2006) | 5 lines
+r19779 | jake | 2006-11-02 08:47:13 -0800 (Thu, 02 Nov 2006) | 5 lines
Changed paths:
- M /trunk/gtk/win32-file-dlg.c
+ M /trunk/epan/dissectors/packet-icmpv6.c
-Remove a lot of XXX:
-- add help buttons to the dialogs
-- the read filter fields are now working (the filter button still not)
-- PDML export don't need "Packet Format" settings, grey them out
-- fix a bug in the filter fields coloring function (g_alloc space was too small)
-------------------------------------------------------------------------
-r19092 | etxrab | 2006-08-30 13:47:16 -0700 (Wed, 30 Aug 2006) | 2 lines
-Changed paths:
- A /trunk/gtk/codecs
- A /trunk/gtk/codecs/G711a
- A /trunk/gtk/codecs/G711a/G711adecode.c
- A /trunk/gtk/codecs/G711a/G711adecode.h
- A /trunk/gtk/codecs/G711a/G711atable.h
- A /trunk/gtk/codecs/G711u
- A /trunk/gtk/codecs/G711u/G711udecode.c
- A /trunk/gtk/codecs/G711u/G711udecode.h
- A /trunk/gtk/codecs/G711u/G711utable.h
- A /trunk/gtk/codecs/Makefile.am
- A /trunk/gtk/codecs/Makefile.nmake
+From Nicolas Dichtel:
+here is a patch that transforms "valid lifetime" and "prefered lifetime" in a prefix option (in RA)
+in human readable format. Following the RFC2461 Section 4.6.2, if the value is 0xffffffff, this means lifetime
+is infinity.
-From Alejandro Vaquero:
-The "codecs"
------------------------------------------------------------------------
-r19093 | etxrab | 2006-08-30 13:50:37 -0700 (Wed, 30 Aug 2006) | 8 lines
+r19780 | gerald | 2006-11-02 22:30:52 -0800 (Thu, 02 Nov 2006) | 5 lines
Changed paths:
- A /trunk/gtk/rtp_player.c
- A /trunk/gtk/rtp_player.h
+ M /trunk/image/README.image
+ A /trunk/image/make-icons
+ M /trunk/image/wsicon.svg
+ M /trunk/image/wsicon16.png
+ M /trunk/image/wsicon16.xpm
+ D /trunk/image/wsicon200.png
+ A /trunk/image/wsicon256.png (from /trunk/image/wsicon200.png:19779)
+ M /trunk/image/wsicon32.png
+ M /trunk/image/wsicon32.xpm
+ M /trunk/image/wsicon48.png
+ M /trunk/image/wsicon48.xpm
+ M /trunk/image/wsicon64.png
+ M /trunk/image/wsicon64.xpm
+ M /trunk/image/wsiconcap.svg
+ M /trunk/image/wsiconcap16.xpm
+ D /trunk/image/wsiconcap200.png
+ A /trunk/image/wsiconcap256.png (from /trunk/image/wsiconcap200.png:19779)
+ M /trunk/image/wsiconcap32.xpm
+ M /trunk/image/wsiconcap48.xpm
+ A /trunk/image/wsicondoc.svg
+ A /trunk/image/wsicondoc256.png
+
+Touch up the glossy highlight in the main icon. Split "wsiconcap" into
+"capture-in-progress" and "document" icons. Update the highlight in
+each of them as well. Resize and rename the 200-pixel icons to 256.
+Add a script to generate icons from their canonical sources.
-From Alejandro Vaquero:
-- Change the "listen_rtp" to "rtp_player"
-- Change from a plugin to be part of the core
-- By default it will not compile with the rtp_player. In order to
-compile it is necessary to:
- + For windows: uncomment the line
-"PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake
- + For linux: using the "--with-portaudio=yes"
------------------------------------------------------------------------
-r19094 | etxrab | 2006-08-30 14:51:31 -0700 (Wed, 30 Aug 2006) | 8 lines
+r19781 | gerald | 2006-11-02 22:55:30 -0800 (Thu, 02 Nov 2006) | 2 lines
Changed paths:
- M /trunk/Makefile.am
- M /trunk/Makefile.nmake
- M /trunk/acinclude.m4
- M /trunk/config.h.win32
M /trunk/config.nmake
M /trunk/configure.in
- M /trunk/gtk/Makefile.am
- M /trunk/gtk/Makefile.nmake
- M /trunk/gtk/voip_calls.c
- M /trunk/gtk/voip_calls_dlg.c
- M /trunk/tools/win32-setup.sh
-From Alejandro Vaquero:
-- Change the "listen_rtp" to "rtp_player"
-- Change from a plugin to be part of the core
-- By default it will not compile with the rtp_player. In order to
-compile it is necessary to:
- + For windows: uncomment the line
-"PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake
- + For linux: using the "--with-portaudio=yes"
+Bump the version to 0.99.5.
+
------------------------------------------------------------------------
-r19095 | ulfl | 2006-08-30 15:26:34 -0700 (Wed, 30 Aug 2006) | 1 line
+r19782 | tuexen | 2006-11-03 02:12:36 -0800 (Fri, 03 Nov 2006) | 2 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/tools/lemon/Makefile.am
+
+Fixes ./autogen.sh on Mac OS X...
-fix a suspected typo of the portaudio commit
------------------------------------------------------------------------
-r19096 | ulfl | 2006-08-30 16:25:15 -0700 (Wed, 30 Aug 2006) | 1 line
+r19783 | jmayer | 2006-11-03 07:10:17 -0800 (Fri, 03 Nov 2006) | 6 lines
Changed paths:
- M /trunk/packaging/nsis/Makefile.nmake
+ M /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+
+Update from samba tree revision 18675 to 19540
+============================ Samba log start ============
+svn: When specifying working copy paths, only one target may be given
+============================ Samba log end ==============
+
+
+------------------------------------------------------------------------
+r19784 | gerald | 2006-11-03 07:54:12 -0800 (Fri, 03 Nov 2006) | 2 lines
+Changed paths:
+ M /trunk/image/wireshark.ico
+ M /trunk/image/wireshark.rc.in
+ A /trunk/image/wiresharkdoc.ico
M /trunk/packaging/nsis/wireshark.nsi
-remove the MAKENSIS_MODERN_UI, as the modern UI of NSIS is very stable now so there's no need for this setting any longer (removing some unnecessary complexity)
+Update the Windows icons. Use the document icon for capture files.
+
------------------------------------------------------------------------
-r19097 | ulfl | 2006-08-30 16:27:37 -0700 (Wed, 30 Aug 2006) | 1 line
+r19785 | guy | 2006-11-03 10:39:03 -0800 (Fri, 03 Nov 2006) | 2 lines
Changed paths:
- M /trunk/config.nmake
+ M /trunk/epan/Makefile.am
+ M /trunk/epan/dfilter/Makefile.am
+ M /trunk/plugins/mate/Makefile.am
+
+Add $(EXEXT) after references to the Lemon executable.
- remove the MAKENSIS_MODERN_UI, as the modern UI of NSIS is very stable now so there's no need for this setting any longer (removing some unnecessary complexity)
------------------------------------------------------------------------
-r19098 | ulfl | 2006-08-30 18:50:11 -0700 (Wed, 30 Aug 2006) | 3 lines
+r19786 | etxrab | 2006-11-03 12:15:17 -0800 (Fri, 03 Nov 2006) | 1 line
Changed paths:
- M /trunk/config.nmake
+ M /trunk/asn1/h245/h245-exp.cnf
+ M /trunk/asn1/h245/h245.cnf
+ M /trunk/epan/dissectors/packet-h245.c
+ M /trunk/epan/dissectors/packet-h245.h
+ M /trunk/epan/dissectors/packet-sdp.c
-a huge redesign of the settings in config.nmake
+Dissect h324ext_h223lcparm.
+------------------------------------------------------------------------
+r19787 | ulfl | 2006-11-03 14:12:57 -0800 (Fri, 03 Nov 2006) | 1 line
+Changed paths:
+ M /trunk/packaging/nsis/wireshark.nsi
-most changes are related to comments and the sequence of the settings, so by comparing the old and the new file, any merge conflicts will be hopefully easily resolved at least manually.
+don't forget to uninstall pango\1.5.0, we might want to have something like this checked by the buildbot to prevent such problems
------------------------------------------------------------------------
-r19099 | jake | 2006-08-30 23:58:29 -0700 (Wed, 30 Aug 2006) | 1 line
+r19788 | ulfl | 2006-11-03 14:39:28 -0800 (Fri, 03 Nov 2006) | 3 lines
Changed paths:
- M /trunk/gtk/codecs/Makefile.am
+ M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
+
+split subversion into command line and GUI (TortoiseSVN) client
-Remove trailing backslash from CFLAGS
+update various version infos
------------------------------------------------------------------------
-r19100 | sahlberg | 2006-08-31 02:37:02 -0700 (Thu, 31 Aug 2006) | 4 lines
+r19789 | gerald | 2006-11-03 16:35:04 -0800 (Fri, 03 Nov 2006) | 2 lines
Changed paths:
- M /trunk/gtk/codecs/Makefile.am
+ M /trunk/Makefile.am
+
+Fix distcheck.
-the commands for a rule in a amkefile must in classical makefiles start with a TAB not with spaces.
+------------------------------------------------------------------------
+r19790 | gal | 2006-11-04 00:01:44 -0800 (Sat, 04 Nov 2006) | 6 lines
+Changed paths:
+ M /trunk/packaging/u3/win32/makefile.nmake
+ M /trunk/packaging/u3/win32/manifest.tmpl
+Update to U3 packaging to:
+*) Assign a new UUID for version 0.99.5 (so different versions of Wireshark can be installed on one U3 device)
+*) Include version number in U3 program name to allow user to differentiate versions
+*) Catch up with packaging changes
------------------------------------------------------------------------
-r19101 | sahlberg | 2006-08-31 05:13:12 -0700 (Thu, 31 Aug 2006) | 12 lines
+r19791 | sahlberg | 2006-11-04 00:54:45 -0800 (Sat, 04 Nov 2006) | 17 lines
Changed paths:
- M /trunk/Makefile.am
- M /trunk/gtk/codecs/Makefile.am
+ M /trunk/epan/dissectors/packet-ssl.c
+
+From SF
-dont include config.nmake in the codecs makefile it appears it is not needed
+Attached is a fix for bug #1156: "If a dissector depends on a new
+datasource created by a new tvb, that dissector's protocol can't be
+filtered on."
-dont link with libcodec.a
-1, this should be a shared library not a static one?
-2, its not built on unix so it is missing
+Thanks,
+ ?\194?\160Steve
+
-making unix/linux build work again
+I change the code slightly to avoid dereferenceing a NULL pointer.
+While the original code was fine and safe on unix dereferencing a null pointer in this way would be unsafe and cause a segmentation violation on windows if tree is NULL.
------------------------------------------------------------------------
-r19102 | jmayer | 2006-08-31 06:12:09 -0700 (Thu, 31 Aug 2006) | 1 line
+r19792 | gal | 2006-11-04 01:14:54 -0800 (Sat, 04 Nov 2006) | 7 lines
Changed paths:
- M /trunk/Makefile.am
+ M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
+ M /trunk/asn1/ldap/ldap.cnf
+ M /trunk/asn1/ldap/packet-ldap-template.c
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-ber.h
+ M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/epan/libwireshark.def
+
+General updates to:
+*) Remove maximum LDAP PDU size check - they can get large with either large attributes (e.g. CRLs, SPIFs) or with lots of results (see http://www.wireshark.org/lists/wireshark-users/200610/msg00197.html). The max size preference is also removed.
+*) Support for dissecting LDAP controls including server side sorting and paged results. A new BER function is introduced to see if there is a dissector for a given OID.
+*) Remove reference to removed BER preference in the LDAP reassembly preference.
+*) Mark a LDAPURL as a URL
+
-don't recycle ethereal-icons
------------------------------------------------------------------------
-r19103 | jmayer | 2006-08-31 06:14:48 -0700 (Thu, 31 Aug 2006) | 5 lines
+r19793 | jmayer | 2006-11-04 08:57:21 -0800 (Sat, 04 Nov 2006) | 38 lines
Changed paths:
- M /trunk/epan/Makefile.am
- M /trunk/epan/dissectors/Makefile.am
+ M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+
+Update from samba tree revision 19540 to 19553
+============================ Samba log start ============
+------------------------------------------------------------------------
+r19541 | jelmer | 2006-11-03 20:55:17 +0100 (Fri, 03 Nov 2006) | 3 lines
-Albert Chin:
+Explicitly segfault when the API is being used incorrectly. Previously
+this would've caused a silent premature return.
-Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1078
+------------------------------------------------------------------------
+r19544 | jelmer | 2006-11-04 00:08:33 +0100 (Sat, 04 Nov 2006) | 2 lines
+Fix case of 'warning'.
------------------------------------------------------------------------
-r19104 | ulfl | 2006-08-31 15:56:38 -0700 (Thu, 31 Aug 2006) | 2 lines
-Changed paths:
- M /trunk/epan/expert.c
- M /trunk/epan/expert.h
- M /trunk/epan/libwireshark.def
- M /trunk/epan/packet.c
- M /trunk/gtk/expert_comp_table.c
- M /trunk/gtk/expert_dlg.c
+r19545 | jelmer | 2006-11-04 02:53:29 +0100 (Sat, 04 Nov 2006) | 2 lines
+
+Allow enums as return types in code generated for wireshark. Originally based on a patch by Julien Kerihuel.
-move value_strings from expert_dialogs into expert.c to remove duplicates
-keep the highest severity level of the current file (experimental)
------------------------------------------------------------------------
-r19105 | ulfl | 2006-08-31 15:58:22 -0700 (Thu, 31 Aug 2006) | 1 line
-Changed paths:
- M /trunk/epan/dissectors/packet-icq.c
+r19546 | jelmer | 2006-11-04 03:51:03 +0100 (Sat, 04 Nov 2006) | 3 lines
+
+fix number of bytes pushed when using switch_type() set to enum types.
+die() on invalid used of enum_type_fn()
-use an expert_info instead of an fprintf to show an undecoded message (fprintf won't work on windows as usually no console available)
------------------------------------------------------------------------
-r19106 | ulfl | 2006-08-31 16:00:44 -0700 (Thu, 31 Aug 2006) | 1 line
-Changed paths:
- M /trunk/epan/dissectors/packet-tcp.c
+r19547 | jelmer | 2006-11-04 03:54:24 +0100 (Sat, 04 Nov 2006) | 2 lines
+
+Fix use of v1_enum on enums used in return types.
-mark the "short segment" message field as generated and add an expert_info to it
------------------------------------------------------------------------
-r19107 | jmayer | 2006-08-31 21:26:53 -0700 (Thu, 31 Aug 2006) | 7 lines
-Changed paths:
- M /trunk/gtk/codecs
- M /trunk/gtk/codecs/Makefile.am
+r19553 | jelmer | 2006-11-04 16:40:05 +0100 (Sat, 04 Nov 2006) | 2 lines
-- Add svn:ignore
-- Replace the completely wrong Makefile.am (was a copy of makefile.nmake)
- by the version the author sent. As I needed to retrieve it from the ML
- archives, it may be different from the originally sent version. If
- someone still has the original version in his inbox, please send it to
- me.
+Add check for correct API usage.
------------------------------------------------------------------------
-r19108 | etxrab | 2006-09-01 09:17:48 -0700 (Fri, 01 Sep 2006) | 2 lines
-Changed paths:
- M /trunk/asn1/camel/packet-camel-template.c
- M /trunk/epan/dissectors/packet-camel.c
+============================ Samba log end ==============
+
-From Florent Drouin:
-patch to implement the decoding of the GPRS reference. The specific oid for the CAP-GPRS-ReferenceNumber is attached to a decoding function in the camel module.
------------------------------------------------------------------------
-r19110 | sahlberg | 2006-09-01 17:17:35 -0700 (Fri, 01 Sep 2006) | 6 lines
+r19794 | jmayer | 2006-11-04 09:44:37 -0800 (Sat, 04 Nov 2006) | 11 lines
Changed paths:
- M /trunk/epan/dissectors/packet-gssapi.c
+ M /trunk/epan/dissectors/packet-dcerpc-nspi.c
+ A /trunk/epan/dissectors/packet-dcerpc-nspi.h
+ A /trunk/idl/nspi
+ A /trunk/idl/nspi/Makefile
+ A /trunk/idl/nspi/README
+ A /trunk/idl/nspi/mapicodes_enum.h
+ A /trunk/idl/nspi/mapitags_enum.h
+ A /trunk/idl/nspi/nspi.idl
-always create a conversation for gssapi
+Julien Kerihuel:
-we will need a conversation in more places once we start adding reassembly of gss-krb blobs that span multiple pdus (smb/sessionsetup)
+The new version of the dissector will compile without any patches to apply to
+Wireshark/NDR.pm. Jelmer has improved the patch and pidl now support enums as
+return type. Regarding the nspi.cnf file, it won't be useful anymore.
+Regarding the dissector, I've noticed a bug in NspiGetMatches which isn't
+dumped correctly. I'm currently investigating the problem and I'll notify the
+list when a fixed version is available.
------------------------------------------------------------------------
-r19111 | sahlberg | 2006-09-01 17:24:31 -0700 (Fri, 01 Sep 2006) | 4 lines
+r19795 | jmayer | 2006-11-04 10:00:29 -0800 (Sat, 04 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-gssapi.c
+ M /trunk/epan/dissectors/packet-dcerpc-nspi.h
+ M /trunk/idl/nspi/Makefile
+ M /trunk/idl/nspi/README
+ A /trunk/idl/nspi/README.ws
+ M /trunk/idl/nspi/mapicodes_enum.h
+ M /trunk/idl/nspi/mapitags_enum.h
+ M /trunk/idl/nspi/nspi.idl
-remove a comment with dead code
-remove three pointless volatile declarations
+propset...
------------------------------------------------------------------------
-r19112 | sahlberg | 2006-09-01 17:43:19 -0700 (Fri, 01 Sep 2006) | 18 lines
+r19796 | guy | 2006-11-04 12:37:16 -0800 (Sat, 04 Nov 2006) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-gssapi.c
+ M /trunk/tools/lemon/Makefile.am
+
+xxx_PROGRAMS variables have the name of the program without $(EXEEXT).
-resolve the oid to a variable before we check it in the conditional so that
-we can add code to check that it looks sane (for better heuristics) when
-we start adding GSS-KRB reassembly.
+Update Gerald's address.
-we need this for some transports such as SMB/SessionSetup that will transport GSS-KRB blobs inside multiple PDUs (multiple different SMB/SessionSetups) so we can reassemble the blobs before decoding them.
+------------------------------------------------------------------------
+r19797 | sahlberg | 2006-11-04 13:19:14 -0800 (Sat, 04 Nov 2006) | 25 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-bacapp.c
+from Dave Richards
-this probably only happens for SMB/SessionSetup but the design of that command is so "nice" that you can not tell whether the blob is fragmented or not or how big it is supposed to be by looking at the SMB layer itself, one needs to know the BER length field for the BER APPLICATION tag. :-(
-to make things worse, the only way match multiple such fragments together one will need not just the fragments from the SessionSetup requests but also the UID that is returned in the response to the initial request.
-perverse design.
+Here is a patch to fix a problem with notification parameters. Fix is:
+Remove premature return statements from fNotificationParameters.
-lets assume that there will almost never be multiple sessionsetups on the same tcp session in real traces so to make things easier just ignore the UID for now when reassembling. (well reassembly is not added yet but will be)
+The real problem is that the original code is inconsistent about putting
+a break in all cases of the switch blocks and some were falling through
+to the default case where there was a return. I took the simple route
+and removed the unnecessary returns - they were OK for default case but
+not for the fall through.
+Is there a standard about having breaks? If it is desired to have a
+consistent coding style I will further update the code to conform.
+Otherwise, could someone please commit this change as it does fix the bug?
+Thanks,
+Dave Richards
-------------------------------------------------------------------------
-r19113 | sahlberg | 2006-09-01 19:03:26 -0700 (Fri, 01 Sep 2006) | 5 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-gssapi.c
-break out the handling of conversation specific data so that we will always have one such struct (and not an value pointer to an oid struct)
-so that it is easier to attach other useage to the conversation specific state
------------------------------------------------------------------------
-r19114 | guy | 2006-09-01 23:36:42 -0700 (Fri, 01 Sep 2006) | 4 lines
+r19798 | guy | 2006-11-04 16:54:17 -0800 (Sat, 04 Nov 2006) | 22 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc.c
+ M /trunk/gtk/main.c
+ M /trunk/gtk/packet_win.c
+ M /trunk/gtk/proto_draw.c
+ M /trunk/gtk/proto_draw.h
-Add brackets to squelch a compiler warning.
+Make the routines that manipulate the hex/text display window take a
+GtkWidget * as an argument, rather than a version-of-GTK+-dependent
+pointer; that way, we need fewer #ifdefs.
-Fix indentation.
+Use WIDGET_SET_SIZE() instead of #ifdeffed code using
+gtk_widget_set_usize() or gtk_widget_set_size_request() -
+WIDGET_SET_SIZE() was created to encapsulate that GTK+ 1.2[.x] vs. 2.x
+difference.
-------------------------------------------------------------------------
-r19115 | guy | 2006-09-01 23:38:21 -0700 (Fri, 01 Sep 2006) | 4 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-wtls.c
+Make some variables not used outside gtk/main.c static.
-Add a common routine for adding session IDs. Have it handle session IDs
-from 1 to 8 bytes, and not only handle 0-byte session IDs as special,
-have it handle session IDs > 8 bytes as special as well.
+Clean up white space.
-------------------------------------------------------------------------
-r19116 | guy | 2006-09-01 23:39:09 -0700 (Fri, 01 Sep 2006) | 2 lines
-Changed paths:
- M /trunk/epan/filesystem.c
+Clean up handling of return value from load_airpcap() a bit.
-Clean up indentation, etc.
+Use one big #ifdef HAVE_AIRPCAP/#endif for all the AirPcap stuff in
+gtk/main.c.
+
+Attach _U_ to the unused arguments to driver_warning_dialog_cb(), not to
+the arguments that are being used - and don't include it at all if
+HAVE_AIRPCAP isn't defined, as it's not used in that case.
------------------------------------------------------------------------
-r19117 | guy | 2006-09-01 23:39:43 -0700 (Fri, 01 Sep 2006) | 4 lines
+r19799 | sahlberg | 2006-11-04 20:38:47 -0800 (Sat, 04 Nov 2006) | 3 lines
Changed paths:
- M /trunk/Makefile.am
- M /trunk/Makefile.nmake
- A /trunk/codecs (from /trunk/gtk/codecs:19108)
- M /trunk/configure.in
- M /trunk/gtk/Makefile.am
- M /trunk/gtk/Makefile.nmake
- D /trunk/gtk/codecs
- M /trunk/gtk/rtp_player.c
+ M /trunk/gtk/proto_draw.c
+
+it is GtkText in gtk-1.x not GtkTextView
-Move the codecs into a top-level "codecs" subdirectory; there's no
-guarantee that all programs using the codecs will necessarily be using
-GTK+.
------------------------------------------------------------------------
-r19118 | guy | 2006-09-02 00:18:16 -0700 (Sat, 02 Sep 2006) | 9 lines
+r19800 | sahlberg | 2006-11-04 20:49:20 -0800 (Sat, 04 Nov 2006) | 6 lines
Changed paths:
- M /trunk/codecs/G711a/G711adecode.h
- M /trunk/codecs/G711u/G711udecode.h
- M /trunk/gtk/rtp_player.c
- M /trunk/gtk/rtp_player.h
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.h
+ M /trunk/epan/dissectors/pidl/winreg.cnf
-Squelch compiler warnings, and get rid of unused variables and
-declarations.
+testing out latest pidl where PARAM values can be used to track policy handles properly
-Define functions with no arguments as such.
+winreg now tracks also where policy handles were closed which previously didnt work properly
-Clean up white space.
-Declare tables in the codec .h files.
------------------------------------------------------------------------
-r19119 | sahlberg | 2006-09-02 04:46:15 -0700 (Sat, 02 Sep 2006) | 6 lines
+r19801 | sahlberg | 2006-11-04 21:21:33 -0800 (Sat, 04 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-gssapi.c
-
-add primitive reassembly of gssapi
-
-this will allow reassembly of gssapi blobs that span multiple smb/sessionsetup command pdus
+ M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+ M /trunk/epan/dissectors/pidl/eventlog.cnf
+add tracking of policy_handles to the eventlog dissector
------------------------------------------------------------------------
-r19120 | etxrab | 2006-09-02 07:18:47 -0700 (Sat, 02 Sep 2006) | 1 line
+r19802 | gerald | 2006-11-04 21:33:53 -0800 (Sat, 04 Nov 2006) | 2 lines
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/codecs/Makefile.nmake
- M /trunk/gtk/Makefile.nmake
+ M /trunk/epan/dissectors/Makefile.common
+
+Add packet-dcerpc-nspi.h to the distribution.
-Fix path and name.
------------------------------------------------------------------------
-r19121 | etxrab | 2006-09-02 08:50:24 -0700 (Sat, 02 Sep 2006) | 1 line
+r19803 | sahlberg | 2006-11-04 21:35:06 -0800 (Sat, 04 Nov 2006) | 3 lines
Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/epan/dissectors/packet-dcerpc-efs.c
+ M /trunk/epan/dissectors/pidl/efs.cnf
+
+add tracking of policy handles to the efs dissector
+
-Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1080.
------------------------------------------------------------------------
-r19122 | etxrab | 2006-09-02 09:05:03 -0700 (Sat, 02 Sep 2006) | 1 line
+r19804 | sahlberg | 2006-11-04 21:56:27 -0800 (Sat, 04 Nov 2006) | 4 lines
Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
+ A /trunk/epan/dissectors/pidl/nspi (from /trunk/idl/nspi:19798)
+ D /trunk/idl/nspi
+
+rename the nspi dissector from idl (where the idl2wrs dissectors live) ro epan/dissector/pidl (where the pidl generated dce/rpc dissectors live)
+
+
-Remove some extra output for MediaDescriptor.
------------------------------------------------------------------------
-r19123 | etxrab | 2006-09-02 09:55:31 -0700 (Sat, 02 Sep 2006) | 1 line
+r19805 | sahlberg | 2006-11-04 22:00:01 -0800 (Sat, 04 Nov 2006) | 3 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/epan/dissectors/pidl/nspi/Makefile
+
+update the Makefile to point to the new path after the svn move
+
-Include codecs in the all target.
------------------------------------------------------------------------
-r19124 | etxrab | 2006-09-02 09:56:22 -0700 (Sat, 02 Sep 2006) | 1 line
+r19806 | sahlberg | 2006-11-04 22:12:24 -0800 (Sat, 04 Nov 2006) | 3 lines
Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/epan/dissectors/packet-dcerpc-nspi.c
+
+regenerate NSPI using the latest version of pidl
+
-Packages can have digits and '/' in their names...
------------------------------------------------------------------------
-r19125 | sahlberg | 2006-09-02 16:18:38 -0700 (Sat, 02 Sep 2006) | 15 lines
+r19807 | sahlberg | 2006-11-04 23:59:20 -0800 (Sat, 04 Nov 2006) | 4 lines
Changed paths:
- M /trunk/AUTHORS
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-epl_v1.c
- A /trunk/epan/dissectors/packet-epl_v1.h
- M /trunk/epan/dissectors/packet-ethertype.c
- M /trunk/epan/etypes.h
+ M /trunk/epan/dissectors/packet-scsi-osd.c
-From David Buechi
-New protocol: epl v1
+dissect the Get Attributes List Offset according to the really weird encoding in 4.12.5
-Hi,
-in addition to the recently submitted dissector for the EPL v2 protocol,
-this is the dissector for the first version of the EPL protocol.
+------------------------------------------------------------------------
+r19808 | sahlberg | 2006-11-05 02:48:53 -0800 (Sun, 05 Nov 2006) | 8 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-osd.c
+
+ add a framework to manage dissection of osd attribute pages, attribute number and name and dissectors for them.
-Best Regards,
-David
+implement the dissector for attribute page 1 (user object info) number 82 (logical length) as an example.
-------------------------------------------------------------------------
-r19126 | etxrab | 2006-09-02 16:21:59 -0700 (Sat, 02 Sep 2006) | 1 line
-Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
-Comment out debug code.
------------------------------------------------------------------------
-r19127 | jmayer | 2006-09-03 08:41:42 -0700 (Sun, 03 Sep 2006) | 3 lines
+r19809 | sahlberg | 2006-11-05 03:19:46 -0800 (Sun, 05 Nov 2006) | 5 lines
Changed paths:
- M /trunk/gtk/rtp_player.c
+ M /trunk/epan/dissectors/packet-scsi-osd.c
+
+we used the wrong offset for attribute lists, fixed
-Ad $Id: § and reorder and reformat some comments in the header.
+add decoding for attribute lists for another instance where these blobs appear in the data in/out buffers
------------------------------------------------------------------------
-r19128 | sahlberg | 2006-09-04 00:44:30 -0700 (Mon, 04 Sep 2006) | 4 lines
+r19810 | gal | 2006-11-05 04:15:52 -0800 (Sun, 05 Nov 2006) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-kerberos4.c
-
-make the heuristics for detecting kerberos4 stronger
+ M /trunk/asn1/ldap/ldap.cnf
+ M /trunk/epan/dissectors/packet-ldap.c
+Tidy up of information column for NTLM authentication.
+Related to Bug 1148.
------------------------------------------------------------------------
-r19129 | sahlberg | 2006-09-04 01:18:52 -0700 (Mon, 04 Sep 2006) | 8 lines
+r19811 | ulfl | 2006-11-05 05:47:17 -0800 (Sun, 05 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-kerberos.c
- M /trunk/epan/dissectors/packet-kerberos4.c
-
-krb4 is a new style dissector and is called through a handle from krb5 which is also new style.
-
-use call_dissector_only() which is new-style aware and not call_dissector() which is not.
+ M /trunk/file.c
-this fixes a recent bug found on the heimdal list.
+fix svn728: don't scroll down packet list while capturing, if no packets are newly displayed (happens when a display filter is active)
+------------------------------------------------------------------------
+r19812 | jake | 2006-11-05 10:26:21 -0800 (Sun, 05 Nov 2006) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-hpext.c
+ M /trunk/epan/dissectors/packet-hpext.h
+ M /trunk/epan/dissectors/packet-hpsw.c
+Add HP Switch Protocol SAP value
+------------------------------------------------------------------------
+r19813 | jake | 2006-11-05 14:31:57 -0800 (Sun, 05 Nov 2006) | 4 lines
+Changed paths:
+ M /trunk/stat_menu.h
+From Albert Chin
+The IBM C compiler on AIX 4.3.3 doesn't accept a trailing comma after
+the last enum definition. Patch attached for stat_menu.h
------------------------------------------------------------------------
-r19130 | martinm | 2006-09-04 04:04:14 -0700 (Mon, 04 Sep 2006) | 2 lines
+r19814 | ulfl | 2006-11-05 14:46:44 -0800 (Sun, 05 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- M /trunk/epan/dissectors/packet-atm.c
- M /trunk/epan/dissectors/packet-catapult-dct2000.c
- A /trunk/epan/dissectors/packet-umts_fp.c
- A /trunk/epan/dissectors/packet-umts_fp.h
+ M /trunk/capinfos.c
+ M /trunk/capture_info.c
+ M /trunk/cfile.h
+ M /trunk/config.nmake
+ M /trunk/editcap.c
+ M /trunk/epan/dissectors/packet-frame.c
+ M /trunk/epan/frame_data.h
+ M /trunk/file.c
+ M /trunk/gtk/capture_file_dlg.c
+ M /trunk/gtk/gsm_map_summary.c
+ M /trunk/gtk/main.c
+ M /trunk/gtk/mtp3_summary.c
+ M /trunk/gtk/summary_dlg.c
+ M /trunk/gtk/win32-file-dlg.c
+ M /trunk/merge.h
+ M /trunk/summary.h
+ M /trunk/tshark.c
+ M /trunk/wiretap/5views.c
+ M /trunk/wiretap/airopeek9.c
+ M /trunk/wiretap/ascend-grammar.y
+ M /trunk/wiretap/ascend-int.h
+ M /trunk/wiretap/ascend.c
+ M /trunk/wiretap/ber.c
M /trunk/wiretap/catapult_dct2000.c
+ M /trunk/wiretap/cosine.c
+ M /trunk/wiretap/csids.c
+ M /trunk/wiretap/dbs-etherwatch.c
+ M /trunk/wiretap/erf.c
+ M /trunk/wiretap/etherpeek.c
+ M /trunk/wiretap/eyesdn.c
+ M /trunk/wiretap/file_access.c
+ M /trunk/wiretap/file_wrappers.c
+ M /trunk/wiretap/file_wrappers.h
+ M /trunk/wiretap/hcidump.c
+ M /trunk/wiretap/i4btrace.c
+ M /trunk/wiretap/iptrace.c
+ M /trunk/wiretap/iseries.c
+ M /trunk/wiretap/k12.c
+ M /trunk/wiretap/lanalyzer.c
+ M /trunk/wiretap/libpcap.c
+ M /trunk/wiretap/netmon.c
+ M /trunk/wiretap/nettl.c
+ M /trunk/wiretap/network_instruments.c
+ M /trunk/wiretap/netxray.c
+ M /trunk/wiretap/ngsniffer.c
+ M /trunk/wiretap/pppdump.c
+ M /trunk/wiretap/radcom.c
+ M /trunk/wiretap/snoop.c
+ M /trunk/wiretap/toshiba.c
+ M /trunk/wiretap/visual.c
+ M /trunk/wiretap/vms.c
+ M /trunk/wiretap/wtap-int.h
+ M /trunk/wiretap/wtap.c
M /trunk/wiretap/wtap.h
-Partial implementation of UMTS FP. Currently only works with Catapult DCT2000 format files, as need extra information about packet when decoding. There are a few TODOs (notably E-DCH channels), but the current version gives OK coverage.
+change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct.
+Please distclean Win32 builds!
------------------------------------------------------------------------
-r19131 | jmayer | 2006-09-04 06:34:48 -0700 (Mon, 04 Sep 2006) | 8 lines
+r19815 | jmayer | 2006-11-05 15:33:28 -0800 (Sun, 05 Nov 2006) | 51 lines
Changed paths:
- M /trunk/acinclude.m4
- M /trunk/configure.in
-
-Use portaudio if it's there. Check that we have the right version.
-Note: This check is currently carried out by checking that the include
-defines PortAudioStream. If you know of any better check, please let
-me know.
-
-acinclude.m4:
- Replace sequences of 8 spaces by tab
+ M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+Update from samba tree revision 19553 to 19565
+============================ Samba log start ============
------------------------------------------------------------------------
-r19132 | jake | 2006-09-04 07:12:26 -0700 (Mon, 04 Sep 2006) | 13 lines
+r19553 | jelmer | 2006-11-04 16:40:05 +0100 (Sat, 04 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ppp.c
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
-From Donald White:
-First, the length of the header of a sub-frame may be miscalculated if
-if the PID field is not present, but was present in a previous
-sub-frame. The calculation of the header length will use the value from
-the previous sub-frame.
+Add check for correct API usage.
-Second, correct the typo "ength" to "length".
+------------------------------------------------------------------------
+r19557 | jelmer | 2006-11-04 21:24:35 +0100 (Sat, 04 Nov 2006) | 3 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-Third, the length of the current sub-frame was not passed as the
-reported length to a sub-dissector. When the sub-dissector calls
-tvb_reported_length(), the function returns the length of the complete
-frame and not the length of the sub-frame to be dissected.
+Fix lookup table for WERROR.
+Fix perl warnings when using NTSTATUS as return type.
------------------------------------------------------------------------
-r19133 | jmayer | 2006-09-04 07:16:50 -0700 (Mon, 04 Sep 2006) | 7 lines
+r19559 | jelmer | 2006-11-04 22:53:00 +0100 (Sat, 04 Nov 2006) | 3 lines
Changed paths:
- M /trunk/acinclude.m4
-
-After some reading it is clear that the code was written for
-portaudio versions <= 18. At least Suse 10.1 provides a snapshot
-of version 19, which, in turn has the brand new and incompatible
-version 2.0 of the API. Change the error message to tell the
-user that he needs portaudio <= 18.
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+Fix handling of types where the name isn't prefixed by the interface name.
+Based on patch by Julien Kerihuel.
------------------------------------------------------------------------
-r19134 | jmayer | 2006-09-04 07:19:12 -0700 (Mon, 04 Sep 2006) | 6 lines
+r19560 | jelmer | 2006-11-05 01:03:44 +0100 (Sun, 05 Nov 2006) | 2 lines
Changed paths:
- M /trunk/gtk/Makefile.am
- M /trunk/gtk/rtp_player.c
- M /trunk/gtk/rtp_player.h
-
-The previous way of (not) including portaudio support didn't
-work reliably (at least it didn't work on my system).
-Change it to just wrap the rtp_player.[hc] files into a
-#if defined(...) #endif.
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+Fix handling of PARAM_VALUE.
------------------------------------------------------------------------
-r19135 | etxrab | 2006-09-04 11:04:10 -0700 (Mon, 04 Sep 2006) | 1 line
+r19561 | jelmer | 2006-11-05 01:08:39 +0100 (Sun, 05 Nov 2006) | 2 lines
Changed paths:
- M /trunk/gtk/rtp_player.c
- M /trunk/gtk/rtp_player.h
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+
+Remove debug statement.
-Correct some typos and add some comments.
------------------------------------------------------------------------
-r19136 | etxrab | 2006-09-04 11:10:14 -0700 (Mon, 04 Sep 2006) | 14 lines
+r19562 | jelmer | 2006-11-05 01:26:44 +0100 (Sun, 05 Nov 2006) | 2 lines
Changed paths:
- M /trunk/asn1/h248/h248.cnf
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/epan/dissectors/packet-h248.c
- M /trunk/epan/dissectors/packet-h248.h
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-From Oleg Kostenko:
-This patch will add the following functionality to the H.248
- dissector:
+Support returning simple scalars.
- 1. Dissection of properties from Annex C.11 SDP equivalents.
-
- 2. Dissection of EventNames and SignalNames from Annex E Basic
-Packages.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
- 3. Dissection of event and signal parameters from Annex E.9 Analog
- Line Supervision Package.
- 4. Dissection of statistics from Annex E.11 Network Package and
- Annex E.12 RTP Package.
------------------------------------------------------------------------
-r19137 | etxrab | 2006-09-04 11:11:02 -0700 (Mon, 04 Sep 2006) | 1 line
+r19816 | ulfl | 2006-11-05 16:24:24 -0800 (Sun, 05 Nov 2006) | 1 line
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/wiretap/file_wrappers.c
-Fix a typo for rtp_player
+fix the return value of file_seek, as noted by Steve
------------------------------------------------------------------------
-r19138 | etxrab | 2006-09-04 13:36:52 -0700 (Mon, 04 Sep 2006) | 1 line
+r19817 | sahlberg | 2006-11-06 01:30:15 -0800 (Mon, 06 Nov 2006) | 3 lines
Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/epan/dissectors/packet-scsi-osd.c
-Always dissect SDP info to set up RTP conversation.
-------------------------------------------------------------------------
-r19139 | etxrab | 2006-09-04 14:07:35 -0700 (Mon, 04 Sep 2006) | 4 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-sdp.c
+some compilers dont like unnamed unions and structs
-Fix(?) bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1042
-Does the string need to be freed ad destruction of the hashtable?
-Surplus add_text removed.
------------------------------------------------------------------------
-r19140 | guy | 2006-09-04 15:47:16 -0700 (Mon, 04 Sep 2006) | 7 lines
+r19818 | jake | 2006-11-06 03:41:02 -0800 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
- M /trunk/acinclude.m4
-
-AC_CHECK_TYPE outputs a "Checking..." message; we don't need to issue
-one ourselves.
+ M /trunk/asn1/ldap/packet-ldap-template.c
+ M /trunk/epan/dissectors/packet-ldap.c
-The documentation for autoconf isn't very clear on the "includes"
-argument to AC_CHECK_TYPE - it's in the form of a list of #include
-statements.
+Don't remove a preference, make it obsolete instead.
------------------------------------------------------------------------
-r19141 | guy | 2006-09-04 16:20:52 -0700 (Mon, 04 Sep 2006) | 3 lines
+r19819 | jake | 2006-11-06 04:19:26 -0800 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
M /trunk/asn1/h248/packet-h248-template.c
M /trunk/epan/dissectors/packet-h248.c
-Declare "dissect_h248_Name()" and "dissect_h248_Value()" before they're
-used.
+Fix bug 1207, simple swap of the two text strings.
------------------------------------------------------------------------
-r19142 | guy | 2006-09-04 16:21:52 -0700 (Mon, 04 Sep 2006) | 3 lines
+r19820 | jake | 2006-11-06 04:58:14 -0800 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
- M /trunk/codecs/G711a/G711adecode.c
- M /trunk/codecs/G711a/G711adecode.h
- M /trunk/codecs/G711a/G711atable.h
- M /trunk/codecs/G711u/G711udecode.c
- M /trunk/codecs/G711u/G711udecode.h
- M /trunk/codecs/G711u/G711utable.h
+ M /trunk/image/wireshark.exe.manifest.in
-Add RCS IDs, introductory comments, and multiple-include protection.
-Remove extra blank lines.
+Let the manifest state that we're Wireshark.
------------------------------------------------------------------------
-r19143 | guy | 2006-09-04 16:22:39 -0700 (Mon, 04 Sep 2006) | 2 lines
+r19821 | jmayer | 2006-11-06 06:16:29 -0800 (Mon, 06 Nov 2006) | 5 lines
Changed paths:
- M /trunk/gtk/Makefile.common
+ M /trunk/cmake/modules/Check64BitFormat.c.in
+
+frederic heem:
+Please find attached a patch to replace "#" with "*".
+Check64BitFormat.c.in is a C file.
-Build with rtp_player.c.
------------------------------------------------------------------------
-r19144 | guy | 2006-09-04 16:23:16 -0700 (Mon, 04 Sep 2006) | 2 lines
+r19822 | jake | 2006-11-06 06:20:03 -0800 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
- M /trunk/gtk/rtp_player.c
+ M /trunk/image/wiresharkdoc.ico
-Comment #endifs so you can tell what they match.
+Remove the executable property from this datafile
------------------------------------------------------------------------
-r19145 | etxrab | 2006-09-04 22:38:11 -0700 (Mon, 04 Sep 2006) | 8 lines
+r19823 | jake | 2006-11-06 06:20:59 -0800 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-vnc.c
- M /trunk/epan/dissectors/packet-x11-keysym.h
+ M /trunk/Makefile.am
-From Stephen Fisher:
-A patch to bring the VNC dissector almost to completion.
+Add image/wiresharkdoc.ico to the EXTRA_DIST symbol
-I have not had a chance to finish the server message type "frame buffer
-update," which are the pixel values for screen rectangle updates.
-Everything else is there - tracking the keys the user is pushing,
-ringing a bell on the client, mouse button pushes/pointer movements,
-etc.
------------------------------------------------------------------------
-r19146 | guy | 2006-09-05 00:58:14 -0700 (Tue, 05 Sep 2006) | 4 lines
+r19824 | lego | 2006-11-06 10:16:56 -0800 (Mon, 06 Nov 2006) | 3 lines
Changed paths:
- M /trunk/gtk/voip_calls_dlg.c
+ M /trunk/epan/wslua/make-taps.pl
+
+Avoid ${ename}[...] being interpreted as $ename[...].
-Move the include of rtp_player.h after the include of stuff it needs,
-and include rtp_analysis.h as well, as it declares something else
-rtp_player.h needs.
------------------------------------------------------------------------
-r19147 | jmayer | 2006-09-05 02:14:18 -0700 (Tue, 05 Sep 2006) | 1 line
+r19825 | jmayer | 2006-11-06 11:44:09 -0800 (Mon, 06 Nov 2006) | 14 lines
Changed paths:
- M /trunk/asn1/h248
+ M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
-Added some files to svn:ignore
+Update from samba tree revision 19565 to 19578
+============================ Samba log start ============
------------------------------------------------------------------------
-r19148 | jmayer | 2006-09-05 02:17:55 -0700 (Tue, 05 Sep 2006) | 8 lines
+r19572 | jelmer | 2006-11-06 15:07:20 +0100 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
- M /trunk/acinclude.m4
- M /trunk/gtk/rtp_player.c
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
-rtp_player.c will now compile with the new API, although it will not
-actually do something useful except to print that the new API is not
-supported.
+Fix typo.
-Adapt acinclude.m4 to provide PORTAUDIO_API_1 and add back the
-check_message to indicate *why* we are checking for the type.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
------------------------------------------------------------------------
-r19149 | jmayer | 2006-09-05 02:27:22 -0700 (Tue, 05 Sep 2006) | 7 lines
+r19826 | jmayer | 2006-11-06 11:47:39 -0800 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
- A /trunk/CMakeLists.txt
- A /trunk/README.cmake
- A /trunk/cmake
- A /trunk/cmake/modules
- A /trunk/cmake/modules/FindGTK2.cmake
- A /trunk/cmake/modules/FindPcap.cmake
- A /trunk/wiretap/CMakeLists.txt
+ A /trunk/epan/dissectors/pidl/nspi/nspi.cnf
-OK, as I haven't had any negative feedback, I'm adding my work
-to use cmake as a build system. It's in no way complete, I'd
-just like others to be able to participate in playing with cmake
-and to document what I'm doing.
-
-Please read the README.cmake for what can be done right now.
+Copy over the nspi.cnf file which was recently added
------------------------------------------------------------------------
-r19150 | jmayer | 2006-09-05 02:50:45 -0700 (Tue, 05 Sep 2006) | 1 line
+r19827 | jmayer | 2006-11-06 11:53:39 -0800 (Mon, 06 Nov 2006) | 5 lines
Changed paths:
- M /trunk/CMakeLists.txt
- M /trunk/README.cmake
- M /trunk/cmake/modules/FindGTK2.cmake
- M /trunk/cmake/modules/FindPcap.cmake
- M /trunk/wiretap/CMakeLists.txt
+ M /trunk/epan/dissectors/packet-linx.c
+
+Don't do forward declarations in the file. I'll try to eventually
+put this stuff into an external file but just doing a forward
+declaration to squelch a compiler warning isn't the way to go - it
+needs to be done right one day.
-propset, add $Id$ and copyright headers
------------------------------------------------------------------------
-r19151 | jmayer | 2006-09-05 05:04:46 -0700 (Tue, 05 Sep 2006) | 1 line
+r19828 | jmayer | 2006-11-06 11:56:11 -0800 (Mon, 06 Nov 2006) | 3 lines
Changed paths:
- M /trunk/README.cmake
+ M /trunk/epan/dissectors/packet-dcom.c
+ M /trunk/epan/dissectors/packet-gsm_a.c
+ M /trunk/epan/dissectors/packet-msrp.c
+
+Remove some // comments.
+Fix a warning about nested comments.
-Add some links for further reading
------------------------------------------------------------------------
-r19152 | jake | 2006-09-05 05:22:44 -0700 (Tue, 05 Sep 2006) | 2 lines
+r19829 | jmayer | 2006-11-06 11:58:06 -0800 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-isakmp.c
+ M /trunk/epan/dissectors/packet-bssgp.h
+ M /trunk/epan/dissectors/packet-radius.h
-Fix for bug 1093, as proposed by Atsushi Fukumoto
+Fix some warnings about missing newline at end of file.
------------------------------------------------------------------------
-r19153 | sahlberg | 2006-09-05 07:32:15 -0700 (Tue, 05 Sep 2006) | 6 lines
+r19830 | sahlberg | 2006-11-06 12:13:32 -0800 (Mon, 06 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-http.c
-
-fix for bug 1079
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-acn.c
+ A /trunk/epan/dissectors/packet-acn.h
+ D /trunk/plugins/acn
-verify that stat_info->request_uri is non null before doing string manipulations on it
-so that we dont try to dereference a null pointer further down the code
+new acn dissector from Bill Florac
------------------------------------------------------------------------
-r19154 | sahlberg | 2006-09-05 08:13:39 -0700 (Tue, 05 Sep 2006) | 9 lines
+r19831 | jmayer | 2006-11-06 12:21:02 -0800 (Mon, 06 Nov 2006) | 16 lines
Changed paths:
- M /trunk/epan/dissectors/packet-windows-common.c
-
-fix for bug 1054
+ M /trunk/tools/pidl/idl.yp
+ M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
+ M /trunk/tools/pidl/pidl
-there were instances where the function dissect_nt_sid() would not fill in the return pointer for the sid string
-causing callers that rely on that this string will ALWAYS be assigned try to access and g_free() an uninitialized pointer.
+Update from samba tree revision 19578 to 19582
+============================ Samba log start ============
+------------------------------------------------------------------------
+r19580 | jelmer | 2006-11-06 21:01:22 +0100 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/idl.yp
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+ M /branches/SAMBA_4_0/source/pidl/pidl
-dissect_nt_sid() should be changed to use and return ep allocated memory instead of gmalloced memory
+Add --includedir option.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
------------------------------------------------------------------------
-r19155 | jmayer | 2006-09-05 08:58:11 -0700 (Tue, 05 Sep 2006) | 9 lines
+r19832 | sahlberg | 2006-11-06 12:28:19 -0800 (Mon, 06 Nov 2006) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tftp.c
-
-Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1092
-Actually, this was a feature request:
+ M /trunk/epan/dissectors/packet-dcerpc-nspi.c
+ M /trunk/epan/dissectors/pidl/nspi/Makefile
+ M /trunk/epan/dissectors/pidl/nspi/nspi.cnf
-Store the value of the blksize option in the conversation data
-and use that information to compare whether we have reached the
-last packet.
+building the nspi dissector depends also on the nspi.cnf file, add this dependency to the makefile
-Includes the cleanup ideas from Ronnie.
-------------------------------------------------------------------------
-r19156 | martinm | 2006-09-05 09:05:23 -0700 (Tue, 05 Sep 2006) | 4 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-atm.c
- M /trunk/epan/dissectors/packet-catapult-dct2000.c
- M /trunk/wiretap/catapult_dct2000.c
- M /trunk/wiretap/wtap.h
+add tracking of policyhandles to the dissector
-For DCT2000, show better transport info:
-- for FP over AAL2, add CID to AAL tree
-- for IPPRIM protocols, show IPV4 addresses in src & dst columns
------------------------------------------------------------------------
-r19157 | martinm | 2006-09-05 09:06:41 -0700 (Tue, 05 Sep 2006) | 1 line
+r19833 | etxrab | 2006-11-06 12:36:43 -0800 (Mon, 06 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-radius.c
- M /trunk/epan/dissectors/packet-smrse.c
+ M /trunk/packaging/nsis/wireshark.nsi
+ M /trunk/plugins/Makefile.am
+ M /trunk/plugins/Makefile.nmake
-Make smrse & radius dissectors findable by name
+Remove the references to acn
------------------------------------------------------------------------
-r19158 | jmayer | 2006-09-05 09:09:49 -0700 (Tue, 05 Sep 2006) | 1 line
+r19834 | sahlberg | 2006-11-06 12:47:37 -0800 (Mon, 06 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tftp.c
+ M /trunk/epan/dissectors/packet-dcerpc-nspi.c
+ M /trunk/epan/dissectors/packet-dcerpc-nspi.h
+ M /trunk/epan/dissectors/pidl/nspi/nspi.idl
+
+convert restrictiontype to be an enum
+
-option name "blksize" is case in-sensitive
------------------------------------------------------------------------
-r19159 | etxrab | 2006-09-05 13:35:41 -0700 (Tue, 05 Sep 2006) | 1 line
+r19835 | etxrab | 2006-11-06 12:49:47 -0800 (Mon, 06 Nov 2006) | 1 line
Changed paths:
M /trunk/Makefile.nmake
- M /trunk/config.h.win32
- M /trunk/config.nmake
-Handle PORTAUDIO_API_1 and add clean-deps target to distclean.
+Remove the references to acn
------------------------------------------------------------------------
-r19160 | etxrab | 2006-09-05 22:22:05 -0700 (Tue, 05 Sep 2006) | 1 line
+r19836 | gerald | 2006-11-06 15:04:53 -0800 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/configure.in
-NAME can also contain '_'
-------------------------------------------------------------------------
-r19161 | etxrab | 2006-09-05 22:23:38 -0700 (Tue, 05 Sep 2006) | 1 line
-Changed paths:
- M /trunk/config.nmake
+Remove ACN.
-Add comments about PORTAUDIO API version comment out use of PORTAUDIO library for now.
------------------------------------------------------------------------
-r19162 | jmayer | 2006-09-06 01:24:36 -0700 (Wed, 06 Sep 2006) | 10 lines
+r19837 | gerald | 2006-11-06 15:08:11 -0800 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tftp.c
-
-- Make options filterable
-- Display options in info column
-- Only remember blksize from OACK packets
-- Add some rfc numbers
-- Move tftp_dissect_options in front of dissect_tftp
- (I forgot to fix the forward decl once too often ;)
-- Warning fixes
-- Add expert error in case of tftp-error pdu
+ M /trunk/configure.in
+Fix an inadvertent change.
------------------------------------------------------------------------
-r19163 | sahlberg | 2006-09-06 01:36:13 -0700 (Wed, 06 Sep 2006) | 3 lines
+r19838 | gerald | 2006-11-06 15:38:35 -0800 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-isakmp.c
-
-fix for the typo in bug 1094
+ M /trunk/plugins/Makefile.nmake
+Remove ACN references.
------------------------------------------------------------------------
-r19164 | martinm | 2006-09-06 07:08:40 -0700 (Wed, 06 Sep 2006) | 1 line
+r19839 | ulfl | 2006-11-06 15:59:49 -0800 (Mon, 06 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/color_filters.c
-Dissect some more common control messages
+fix 1203 as found by stephen fisher
------------------------------------------------------------------------
-r19165 | jake | 2006-09-06 14:08:24 -0700 (Wed, 06 Sep 2006) | 2 lines
+r19840 | guy | 2006-11-06 16:54:01 -0800 (Mon, 06 Nov 2006) | 7 lines
Changed paths:
- M /trunk/epan/enterprise-numbers
+ M /trunk/plugins/Makefile.nmake
-Update enterprise-numbers
+Split the ".." and subdirectory into two separate "cd"s, in the hopes of
+reducing the chances that, if a plugin is removed, an extra ".."
+reference will be left in.
+
+Get rid of the extra ".."s that were left in when the ACN plugin was
+recently removed.
------------------------------------------------------------------------
-r19166 | jmayer | 2006-09-06 15:13:52 -0700 (Wed, 06 Sep 2006) | 5 lines
+r19841 | guy | 2006-11-06 16:55:14 -0800 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
- M /trunk/cmake/modules/FindGTK2.cmake
-
-Update to newer version of the file from
-http://cmake-modules.googlecode.com/svn/trunk/
+ M /trunk/Makefile.am
-This update adds a license text (dual: GPLv2 and 3 clause BSD)
+Get rid of more ACN plugin references.
------------------------------------------------------------------------
-r19167 | jmayer | 2006-09-06 15:14:20 -0700 (Wed, 06 Sep 2006) | 1 line
+r19842 | guy | 2006-11-06 16:56:04 -0800 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
- M /trunk/README.cmake
+ M /trunk/packaging/nsis/Makefile.nmake
+
+Get rid of another ACN reference.
-Add cmake-modules URL
------------------------------------------------------------------------
-r19168 | jmayer | 2006-09-06 15:28:19 -0700 (Wed, 06 Sep 2006) | 10 lines
+r19843 | guy | 2006-11-06 16:56:45 -0800 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
- M /trunk/CMakeLists.txt
- A /trunk/cmake/modules/FindGLIB.cmake
- A /trunk/cmake/modules/FindGLIB2.cmake
- A /trunk/cmake/modules/FindLEX.cmake
- A /trunk/cmake/modules/FindPCAP.cmake
- D /trunk/cmake/modules/FindPcap.cmake
- A /trunk/cmake/modules/FindYACC.cmake
- A /trunk/cmake/modules/LICENSE.txt
- A /trunk/cmakeconfig.h.in
-
-cmake/
- Add some more (hackish) tests.
- Add a LICENSE file until I find the time to add it to all
- files individually.
+ M /trunk/packaging/u3/win32/makefile.nmake
-CMakeLists.txt
- Add some addiotional stuff regarding options.
- Add (non-working) code to generate config.h
- Handle GTK1 vs GTK2 and GLIB1 vs GLIB2
+Get rid of another ACN reference.
------------------------------------------------------------------------
-r19169 | jmayer | 2006-09-06 15:59:25 -0700 (Wed, 06 Sep 2006) | 3 lines
+r19844 | jake | 2006-11-06 23:39:16 -0800 (Mon, 06 Nov 2006) | 4 lines
Changed paths:
- M /trunk/CMakeLists.txt
- M /trunk/cmake/modules/FindGTK2.cmake
-
-The last update to FindGTK2.cmake was incompatible with it's use.
-Fix a bug and adapt CMakeLists.txt to the new usage.
+ M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+ M /trunk/epan/dissectors/packet-dcom.c
+ M /trunk/epan/dissectors/packet-fcswils.c
+ M /trunk/gtk/sctp_graph_dlg.c
+From Albert Chin:
+Patch attached to convert usage of ntohl() -> g_ntohl(). On HP-UX,
+ntohl() isn't available unless you -D_XOPEN_SOURCE_EXTENDED but there
+are other uses of g_ntohl().
------------------------------------------------------------------------
-r19170 | sahlberg | 2006-09-07 03:53:32 -0700 (Thu, 07 Sep 2006) | 4 lines
+r19845 | jmayer | 2006-11-06 23:47:49 -0800 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-winreg.c
- M /trunk/epan/dissectors/packet-dcerpc-winreg.h
- M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
- M /trunk/epan/dissectors/pidl/winreg.cnf
- M /trunk/epan/dissectors/pidl/winreg.idl
-
- pidl now handles empty bitmaps properly so no need for the dummy (dont trigger empty bitmapbug entry)
-
+ M /trunk/gtk/funnel_stat.c
+ M /trunk/gtk/sctp_assoc_analyse.c
+ M /trunk/gtk/sctp_stat.h
+Warning fixes (void) instead of (), no newline at end of file.
------------------------------------------------------------------------
-r19171 | jmayer | 2006-09-07 06:22:45 -0700 (Thu, 07 Sep 2006) | 7 lines
+r19846 | jmayer | 2006-11-06 23:52:53 -0800 (Mon, 06 Nov 2006) | 47 lines
Changed paths:
M /trunk/tools/pidl/idl.yp
M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
- M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
- M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-Update from samba tree revision 17666 to 18221
+Updated to revision 19604.
+Update from samba tree revision 19582 to 19604
============================ Samba log start ============
-svn: When specifying working copy paths, only one target may be given
-============================ Samba log end ==============
-
-
-
------------------------------------------------------------------------
-r19172 | lego | 2006-09-07 09:16:51 -0700 (Thu, 07 Sep 2006) | 25 lines
+r19585 | jelmer | 2006-11-06 22:54:19 +0100 (Mon, 06 Nov 2006) | 10 lines
Changed paths:
- M /trunk/epan/make-sminmpec.pl
+ M /branches/SAMBA_4_0/source/pidl/idl.yp
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/ODL.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-From Andrew Feren:
- This adds some features to update enterprise-numbers from the web.
+Add support for some more standard IDL instructions:
+ - `include' (replaces helper())
+ - `import' (replaces depends())
-As used in the Makefile currently
- make-sminmpec.pl <infile> <outfile.c>
+Add support for parsing importlib() - importlib() is now ignored (with a
+warning), but no longer causes syntax errors.
-works exactly the same. Additionally <infile> can be a URL to an infile in
-the expected format.
+helper() and depends() are now marked deprecated and will cause warnings.
-Using the new "-gen" switch will create a new <infile>
-example:
-make-sminmpec.pl -gen \
- http://www.iana.org/assignments/enterprise-numbers \
- enterprise-numbers
+------------------------------------------------------------------------
+r19588 | jelmer | 2006-11-06 23:54:49 +0100 (Mon, 06 Nov 2006) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/idl.yp
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+
+Use include and import statements rather than depends() and helper().
+
+------------------------------------------------------------------------
+r19599 | jelmer | 2006-11-07 02:00:27 +0100 (Tue, 07 Nov 2006) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/idl.yp
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
-other than that I modified so that calling it like
-make-sminmpec.pl -gen
-be like
-make-sminmpec.pl -gen \
- http://www.iana.org/assignments/enterprise-numbers \
- sminmpec.c
+Fix --includedir.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
------------------------------------------------------------------------
-r19173 | ulfl | 2006-09-07 13:01:07 -0700 (Thu, 07 Sep 2006) | 4 lines
+r19847 | jmayer | 2006-11-06 23:57:07 -0800 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
- M /trunk/docbook/Makefile
- A /trunk/docbook/check_svn_version.sh
+ M /trunk/epan/dissectors/pidl/nspi/Makefile
-fix bug #842: "make" now won't try to rebuild again if nothing changed since the last make call.
-Other minor dependency fixes.
+Update to use --includedir instead of copying idl_types.h.
-I didn't found a way to implement the SVN version check using make, so using a new shell script instead ...
------------------------------------------------------------------------
-r19174 | ulfl | 2006-09-07 13:30:48 -0700 (Thu, 07 Sep 2006) | 1 line
+r19848 | jmayer | 2006-11-06 23:58:01 -0800 (Mon, 06 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dcom-sysact.c
- M /trunk/epan/dissectors/packet-dcom.c
- M /trunk/epan/dissectors/packet-dcom.h
+ M /trunk/epan/dissectors/pidl/nspi
-distinguish between things "ToBeDone" and "NoSpecificationAvailable" as some DCOM things are just unknown and cannot be implemented therefore
+Update svn:ignore
------------------------------------------------------------------------
-r19175 | ulfl | 2006-09-07 13:33:02 -0700 (Thu, 07 Sep 2006) | 1 line
+r19849 | jmayer | 2006-11-07 00:00:30 -0800 (Tue, 07 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-epm.c
+ M /trunk/epan/dissectors/packet-dcerpc-nspi.c
-add some probable protocol IDs from the DCOM specs
+regenerate with news pidl
------------------------------------------------------------------------
-r19176 | ulfl | 2006-09-07 13:35:26 -0700 (Thu, 07 Sep 2006) | 1 line
+r19850 | jmayer | 2006-11-07 00:04:11 -0800 (Tue, 07 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc.c
- M /trunk/epan/dissectors/packet-dcom-cba-acco.c
- M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/epan/unicode-utils.c
-tweak some expert infos so they better work with the composite dialog (e.g. remove some minor details)
+Warning fix about empty source file
------------------------------------------------------------------------
-r19177 | lego | 2006-09-07 15:38:16 -0700 (Thu, 07 Sep 2006) | 18 lines
+r19851 | guy | 2006-11-07 00:19:57 -0800 (Tue, 07 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/make-sminmpec.pl
+ M /trunk/epan/dissectors/pidl/README
-removed options.
+You run perl, not make, on Makefile.PL files.
+------------------------------------------------------------------------
+r19852 | sahlberg | 2006-11-07 00:33:24 -0800 (Tue, 07 Nov 2006) | 12 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/dissectors/packet-usb.h
-now it can either be called as
+from albert chin
-make-sminmpec.pl
-so it will fetch the file only if it has been modified since we last loaded it
-or
+The Solaris C compiler, among others, do not allow anonymous unions.
+Patch attached.
-make-sminmpec.pl enterprise-numbers
-to regenerate the C file from the given file.
-Luis
+thanks albert
------------------------------------------------------------------------
-r19178 | jmayer | 2006-09-07 16:44:22 -0700 (Thu, 07 Sep 2006) | 1 line
+r19853 | jmayer | 2006-11-07 00:41:46 -0800 (Tue, 07 Nov 2006) | 18 lines
Changed paths:
- M /trunk/docbook/check_svn_version.sh
+ M /trunk/Makefile.am
+
+albert chin:
+
+version_info.c has:
+ #ifdef HAVE_LIBGCRYPT
+ #include <gcrypt.h>
+ #endif /* HAVE_LIBGCRYPT */
+
+ #ifdef HAVE_LIBGNUTLS
+ #include <gnutls/gnutls.h>
+ #endif /* HAVE_LIBGNUTLS */
+
+However, Makefile.am doesn't include the necessary CPPFLAGS/LDFLAGS to
+resolve symbols from the above. Patch attached.
-propset svn:executable
-------------------------------------------------------------------------
-r19179 | jmayer | 2006-09-07 19:25:55 -0700 (Thu, 07 Sep 2006) | 1 line
-Changed paths:
- M /trunk/docbook/Makefile
-. is not necessarily in /home/jmayer/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/opt/cross/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:/usr/local/sbin:/sbin:/usr/sbin:/usr/local/sbin, so add it
+Note: dumpcap should not need to be linked to gnutls, but that's a
+problem with the version infrastructure.
+
------------------------------------------------------------------------
-r19180 | etxrab | 2006-09-07 23:58:40 -0700 (Thu, 07 Sep 2006) | 1 line
+r19854 | guy | 2006-11-07 01:06:53 -0800 (Tue, 07 Nov 2006) | 9 lines
Changed paths:
- M /trunk/epan/dissectors/packet-clnp.c
- M /trunk/epan/dissectors/packet-osi.c
+ M /trunk/epan/dissectors/packet-acn.c
+ M /trunk/epan/dissectors/packet-acn.h
+
+Bitfields are bad - the C language spec does *NOT* guarantee which bits
+will correspond to which bit fields. Don't use them.
+
+Use #defines rather than numbers in the appropriate places.
+
+Constify some arguments.
+
+Get rid of C++ comments.
-Move the code to handle ISO protocols over TCP/TPKT to packet-osi.c where it belongs.
------------------------------------------------------------------------
-r19181 | etxrab | 2006-09-08 00:32:13 -0700 (Fri, 08 Sep 2006) | 6 lines
+r19855 | guy | 2006-11-07 01:12:30 -0800 (Tue, 07 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ipsec.c
+ M /trunk/doc/README.developer
+
+Add Yet Another Portability Recommendation.
-From Frédéric Roudaut:
-as requested here is a patch in order to take into account Encryption
-and Authentication keys for ESP in hexa.
-You only have to write your key with 0x first. In this case if the key
-is not in 8-bit unit, it will be considered as starting with a "0" (4 bits). Excepted this case, the key should be completely written, even if it
-starts with "0x00".
------------------------------------------------------------------------
-r19182 | ulfl | 2006-09-08 00:44:22 -0700 (Fri, 08 Sep 2006) | 1 line
+r19856 | ulfl | 2006-11-07 01:36:26 -0800 (Tue, 07 Nov 2006) | 1 line
Changed paths:
- M /trunk/docbook/Makefile
+ M /trunk/Makefile.nmake
-add dependency to custom_layer_pdf.xsl for all fo files
+don't copy mibs.txt files to mibs, but to snmp\mibs
------------------------------------------------------------------------
-r19183 | ulfl | 2006-09-08 00:45:22 -0700 (Fri, 08 Sep 2006) | 1 line
+r19857 | guy | 2006-11-07 01:50:09 -0800 (Tue, 07 Nov 2006) | 16 lines
Changed paths:
- M /trunk/docbook/custom_layer_pdf.xsl
+ M /trunk/capture_loop.c
+
+As Ulf Lamping notes:
+
+ if the pipename argument to cap_pipe_open_live() is null, that's
+ a bug, and we want a crash so it's caught;
+
+ if ld->pcap_h is null in capture_loop_dispatch(), that's a bug,
+ and we want a crash so it's caught;
+
+ if capture_opts is null in capture_loop_start(), that's a bug,
+ and we want a crash so it's caught;
+
+ there's no need to null out capture_opts->save_file twice.
+
+Also, errmsg and secondary_errmsg are null-terminated strings, so the
+array size should be the maximum length + 1.
-switch off draft mode, so the PDF generation won't try to load a draft image from the web
------------------------------------------------------------------------
-r19184 | wmeier | 2006-09-10 06:37:42 -0700 (Sun, 10 Sep 2006) | 1 line
+r19858 | jmayer | 2006-11-07 02:55:12 -0800 (Tue, 07 Nov 2006) | 1 line
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/codecs/Makefile.nmake
- M /trunk/gtk/Makefile.nmake
+ M /trunk/epan/Makefile.am
-minor cleanup for making codecs
+Another packet-acn.c leftover
------------------------------------------------------------------------
-r19185 | sahlberg | 2006-09-10 07:03:08 -0700 (Sun, 10 Sep 2006) | 10 lines
+r19859 | sahlberg | 2006-11-07 05:19:31 -0800 (Tue, 07 Nov 2006) | 15 lines
Changed paths:
M /trunk/epan/dissectors/packet-tcp.c
M /trunk/epan/dissectors/packet-tcp.h
M /trunk/epan/packet_info.h
M /trunk/epan/req_resp_hdrs.c
-implement support to reassemble tcp sessions until the end of the session (FIN)
+fix for bug 1200
-add required code to the http (and others) code in req_resp_hdrs.c to signal to tcp
-when it wants a session to be reassembled to the FIN.
-This is currently done for all HTTP packets where we have a Content-type in the header but no content-length.
+there used to be a bug in tcp reassembly that even if the dissector only asked for x more bytes from the next segment the entire segment would still be added to reassembly.
+this caused some issues when there was a new multisegment pdu that started at the end of the segment but this bug was fixed when tcp reassembly was refactored semi-recently.
+there was also another "bug" in the http reassembly that it would only ask for one more byte at a time when doing reassembly.
+this did work well however when we still had the bug in tcp reassembly but made wireshark become very very very slow once this tcp bug was fixed since it is very very very slow to reassemble a huge http pdu just one byte at a time.
-------------------------------------------------------------------------
-r19186 | sahlberg | 2006-09-10 07:34:57 -0700 (Sun, 10 Sep 2006) | 6 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-tcp.c
-
-fix for bug 1045
-
+this patch adds partial support (what we need for http which does not use tcp_dissect_pdus() ) for the desegmentation flag : DESEGMENT_ONE_MORE_SEGMENT and also to the http dissector so that reassembly of http headers spanning multiple semgents now become fast again
-windows in SYN and SYN+ACK packets are not scaled so dont apply window scaling to them when displaying them in the tree
------------------------------------------------------------------------
-r19187 | etxrab | 2006-09-10 11:03:22 -0700 (Sun, 10 Sep 2006) | 5 lines
+r19860 | guy | 2006-11-07 11:25:32 -0800 (Tue, 07 Nov 2006) | 4 lines
Changed paths:
- M /trunk/config.nmake
- M /trunk/gtk/voip_calls.c
+ M /trunk/wiretap/README.developer
-From Alejandro Vaquero:
-Need to use HAVE_LIBPORTAUDIO instead
-of PORTAUDIO_DIR in voip_calls.c
+Update to describe all that the read routine needs to return, and to
+indicate what the seek_read routine needs to do and that you *have* to
+have a seek_read routine.
-And build the windows version with Port audio.
------------------------------------------------------------------------
-r19188 | jake | 2006-09-10 11:48:33 -0700 (Sun, 10 Sep 2006) | 1 line
+r19861 | etxrab | 2006-11-07 11:25:59 -0800 (Tue, 07 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-vrrp.c
+ M /trunk/asn1/h248/h248.cnf
+ M /trunk/asn1/h248/h248v3.asn
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248.h
-VRRPver3 support fixed: Count restored, Auth Type is reserved field.
+Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1206
+MEGACO message cannot be decoded correctly for ServiceChange Command
+And decoding of serviceChangeReason.
------------------------------------------------------------------------
-r19189 | martinm | 2006-09-11 05:03:29 -0700 (Mon, 11 Sep 2006) | 3 lines
+r19862 | guy | 2006-11-07 11:49:58 -0800 (Tue, 07 Nov 2006) | 11 lines
Changed paths:
- M /trunk/epan/dissectors/packet-atm.c
- M /trunk/epan/dissectors/packet-catapult-dct2000.c
- M /trunk/epan/dissectors/packet-umts_fp.c
- M /trunk/epan/dissectors/packet-umts_fp.h
+ M /trunk/print.c
-Added E-DCH (HSUPA) channels to FP.
-Also show VPI/VCI/CID in ATM protocol label.
+Based on a change from Paul Blankenbaker, make the "show" attribute for
+a field an empty string if the field is zero-length; for some reason,
+the existing code doesn't handle that correctly.
-------------------------------------------------------------------------
-r19190 | etxrab | 2006-09-11 13:35:24 -0700 (Mon, 11 Sep 2006) | 5 lines
-Changed paths:
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/epan/dissectors/packet-h248.c
+Also, the NetPDL Visualization Extension:
-Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091
+ http://www.nbee.org/Docs/NetPDL/NetPDLVisualization.htm
-h248_handle was declared localy, udp port was not added at register.
+seems to imply that "value" has to be present, so display it even if the
+field is zero-length.
-Added a few more packagenames.
------------------------------------------------------------------------
-r19191 | ulfl | 2006-09-11 13:41:32 -0700 (Mon, 11 Sep 2006) | 1 line
+r19863 | guy | 2006-11-07 12:30:34 -0800 (Tue, 07 Nov 2006) | 2 lines
Changed paths:
- M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
+ M /trunk/epan/ftypes/ftype-bytes.c
+
+Fix bytes_repr_len() to correctly handle a zero-length FT_BYTES field
-add the LUA plugin install option
------------------------------------------------------------------------
-r19192 | ulfl | 2006-09-11 15:30:12 -0700 (Mon, 11 Sep 2006) | 4 lines
+r19864 | guy | 2006-11-07 13:04:41 -0800 (Tue, 07 Nov 2006) | 7 lines
Changed paths:
- M /trunk/docbook/user-guide.xml
- M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
- M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
- M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
+ M /trunk/print.c
-add missing libraries: GNUTLS, Gcrypt, Kerberos, LUA, PortAudio (please check if it's correct)
+Revert the previous changes - the problem Paul Blankenbaker was fixing
+was really a problem with bytes_repr_len() and zero-length FT_BYTES
+fields, and it's not clear what to do about fields that have zero
+length. (Put in a comment about that.)
-fix a lot of broken URL's
+Clean up indentation a bit.
------------------------------------------------------------------------
-r19193 | ulfl | 2006-09-11 15:34:29 -0700 (Mon, 11 Sep 2006) | 3 lines
+r19865 | guy | 2006-11-07 13:27:52 -0800 (Tue, 07 Nov 2006) | 4 lines
Changed paths:
- M /trunk/README.win32
+ M /trunk/epan/dissectors/packet-aim-sst.c
-As no one seems to update the install information in this file (including me), remove most of the installation text and mention the User's Guide instead.
-
-Some minor updates in the development section as well.
-------------------------------------------------------------------------
-r19194 | ulfl | 2006-09-11 15:37:46 -0700 (Mon, 11 Sep 2006) | 1 line
-Changed paths:
- M /trunk/tools/win32-setup.sh
+The tvb_ensure_length_remaining() calls aren't needed - we want an
+exception to be thrown if all the data for the icon isn't there, so the
+packet gets marked as incomplete.
-a proxy might also be specified using .wgetrc, so don't switch off the proxy explicitly
------------------------------------------------------------------------
-r19195 | ulfl | 2006-09-11 15:43:00 -0700 (Mon, 11 Sep 2006) | 1 line
+r19866 | jmayer | 2006-11-07 16:10:09 -0800 (Tue, 07 Nov 2006) | 1 line
Changed paths:
- M /trunk/config.nmake
+ M /trunk/asn1/h248/h248.cnf
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248.h
-let the user only specify the PortAudio version and do the "ugly details" in the part below, just as we do it for most other libs
+Make things build on my system again
------------------------------------------------------------------------
-r19196 | ulfl | 2006-09-11 15:47:57 -0700 (Mon, 11 Sep 2006) | 1 line
+r19867 | etxrab | 2006-11-07 22:57:29 -0800 (Tue, 07 Nov 2006) | 1 line
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.h.win32
- M /trunk/config.nmake
- M /trunk/epan/Makefile.nmake
+ M /trunk/asn1/h248/Makefile
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248.h
-tweak the nmake build so the NET-SNMP library is in fact optional (as it is in the UNIX builds)
+Use h248v3.asn.
------------------------------------------------------------------------
-r19197 | ulfl | 2006-09-11 17:23:46 -0700 (Mon, 11 Sep 2006) | 1 line
+r19868 | jmayer | 2006-11-08 05:59:46 -0800 (Wed, 08 Nov 2006) | 1 line
Changed paths:
- M /trunk/airpcap_loader.c
- M /trunk/airpcap_loader.h
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/epan/dissectors/packet-h248.c
-remove obsolete "HAVE_AIRPCAP_API" comment
+Make Wireshark build on my system (gcc 4.1.0) again
------------------------------------------------------------------------
-r19198 | ulfl | 2006-09-11 17:27:03 -0700 (Mon, 11 Sep 2006) | 1 line
+r19869 | etxrab | 2006-11-08 13:28:03 -0800 (Wed, 08 Nov 2006) | 1 line
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.nmake
- M /trunk/epan/dissectors/Makefile.nmake
- M /trunk/gtk/Makefile.nmake
- M /trunk/gtk/help_dlg.c
- M /trunk/gtk/menu.c
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/epan/dissectors/packet-h248.c
-various nmake related build file cleanups
+Sorry that should have been static int. Corrcted now.
------------------------------------------------------------------------
-r19199 | ulfl | 2006-09-11 18:04:35 -0700 (Mon, 11 Sep 2006) | 3 lines
+r19870 | jake | 2006-11-09 04:27:52 -0800 (Thu, 09 Nov 2006) | 2 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/epan/dissectors/packet-hpsw.c
-Hmmm, don't optimize too much :-)
+Improve HP Switch Protocol Dissection.
-also fix the clean_setup
------------------------------------------------------------------------
-r19200 | ulfl | 2006-09-12 01:19:39 -0700 (Tue, 12 Sep 2006) | 1 line
+r19871 | martinm | 2006-11-09 08:35:12 -0800 (Thu, 09 Nov 2006) | 1 line
Changed paths:
- M /trunk/image/Makefile.nmake
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
+ M /trunk/epan/dissectors/packet-umts_fp.c
-add a comment, that .res files are generated using an implicit (built in) nmake rule
+Make it easier to track user-buffer-space vs capacity requests for HSDPA calls
------------------------------------------------------------------------
-r19201 | ulfl | 2006-09-12 01:22:02 -0700 (Tue, 12 Sep 2006) | 1 line
+r19872 | martinm | 2006-11-09 08:46:58 -0800 (Thu, 09 Nov 2006) | 1 line
Changed paths:
- M /trunk/image/win32-file-dlg.rc
- M /trunk/image/wireshark.rc.in
+ M /trunk/epan/dissectors/packet-rtcp.c
-wireshark.res is generated in the image dir, so the paths for includes should be relative to /image and not to /
+Use value_string for info column. Also use fences to handle compound packets
------------------------------------------------------------------------
-r19202 | ulfl | 2006-09-12 01:24:01 -0700 (Tue, 12 Sep 2006) | 1 line
+r19873 | martinm | 2006-11-10 04:06:10 -0800 (Fri, 10 Nov 2006) | 1 line
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/epan/dissectors/packet-umts_fp.c
-add a missing dependency from wiretap to the image dir, otherwise image/wiretap.res can't be generated for some targets
+Fix test
------------------------------------------------------------------------
-r19203 | jmayer | 2006-09-12 02:35:29 -0700 (Tue, 12 Sep 2006) | 4 lines
+r19874 | sahlberg | 2006-11-10 12:53:42 -0800 (Fri, 10 Nov 2006) | 8 lines
Changed paths:
- M /trunk/docbook/Makefile
-
-- Replace the ELINKS variable by HTML2TEXT and include the parameters
- into the variable to make this actually portable.
-- Some whitespace changes between filenames and the \
+ M /trunk/epan/req_resp_hdrs.c
-------------------------------------------------------------------------
-r19204 | sahlberg | 2006-09-12 02:53:10 -0700 (Tue, 12 Sep 2006) | 7 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-ipsec.c
+fix for bug 1142
-prettify dissection of ESP
-show the IV as a hexadecimal
-show the protocol name for the Next header field inside ESP
+if we dont have a content-length but we do have a keepalive in the header then we should not do reassemble-until-fin.
+convert some tvb_get_String into tvb_get_ephemeral_string at the same time
------------------------------------------------------------------------
-r19205 | sahlberg | 2006-09-12 03:02:28 -0700 (Tue, 12 Sep 2006) | 2 lines
+r19875 | sahlberg | 2006-11-10 15:36:57 -0800 (Fri, 10 Nov 2006) | 10 lines
Changed paths:
M /trunk/AUTHORS
+ M /trunk/epan/dissectors/packet-nfs.c
-the name of the protocol is IPsec, not IP-sec
+From Alex B
-------------------------------------------------------------------------
-r19206 | sahlberg | 2006-09-12 03:04:11 -0700 (Tue, 12 Sep 2006) | 8 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-ipsec.c
-put the ah and esp payload as its own top level expansion in the tree instead of as an expansion inside the ah/esp layer.
+Added support for upcoming Netapp's ONTAP-GX nfsv3 filehandle.
+Alex.
-since source/dest/protocol/info is updated by the content of the payload it doesnt make sense to hide the actual payload inside esp/ah
-it just would look confusing
------------------------------------------------------------------------
-r19207 | martinm | 2006-09-12 04:36:42 -0700 (Tue, 12 Sep 2006) | 1 line
+r19876 | ulfl | 2006-11-10 17:29:43 -0800 (Fri, 10 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/epan/dissectors/packet-lldp.c
-Various small fixes and prettifications
+add dissection of PROFINET "MRP Port Status"
------------------------------------------------------------------------
-r19208 | sahlberg | 2006-09-12 04:39:51 -0700 (Tue, 12 Sep 2006) | 14 lines
+r19877 | sahlberg | 2006-11-11 14:39:25 -0800 (Sat, 11 Nov 2006) | 6 lines
Changed paths:
- M /trunk/AUTHORS
- M /trunk/epan/dissectors/packet-http.c
-
-from bryant eastham
-
+ M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/epan/emem.c
+ M /trunk/epan/emem.h
-Also, there is still an outstanding issue regarding the default use of
-the "media" dissector. The way it is currently coded there is no way to
-have a heuristic decoder when a content-type header is specified.
+fix so that tcp.pdu.time works again.
+it broken in one of the previous bugfixes to tcp
+add a function to print an emem tree to the console for easier emem tree debugging
-In this way if there is a decoder for a specific content-type then it
-will be used, then the heuristic decoders have a chance, and finally the
-default of either the media-type decoder of the http_payload decoder.
+------------------------------------------------------------------------
+r19878 | gerald | 2006-11-11 16:52:05 -0800 (Sat, 11 Nov 2006) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/epan/dissectors/packet-radiotap.c
+ M /trunk/wiretap/libpcap.c
+Add a plain "radiotap.channel" field to the radiotap dissector.
+Check for an invalid channel frequency. Pass the channel, data rate,
+and quality to the 802.11 dissector, so that they show up there
+as well. Clean up whitespace.
------------------------------------------------------------------------
-r19209 | sahlberg | 2006-09-12 04:51:48 -0700 (Tue, 12 Sep 2006) | 8 lines
+r19879 | guy | 2006-11-12 14:12:39 -0800 (Sun, 12 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-redback.c
+ M /trunk/epan/dissectors/packet-dns.c
-from Florian Lohoff
-
-Hi,
-after using the redback dissector again i found some more protocol
-types:
+mDNS treats the class field as a flag bit and 15 bits of class; display
+it as such.
+------------------------------------------------------------------------
+r19880 | etxrab | 2006-11-12 14:18:50 -0800 (Sun, 12 Nov 2006) | 9 lines
+Changed paths:
+ M /trunk/Makefile.nmake
+ M /trunk/config.nmake
+ M /trunk/packaging/nsis/wireshark.nsi
+ M /trunk/tools/win32-setup.sh
+Update to use the latest gtk 2.8 glib and pango libraries.
+Note from a mail on gtk dev list:
+-rwxr-xr-x 1 tml Administ 224510 Oct 3 18:35 libpango-1.0-0.dll
+-rwxr-xr-x 1 tml Administ 37952 Oct 3 18:35 libpangocairo-1.0-0.dll
+-rwxr-xr-x 1 tml Administ 58749 Oct 3 18:35 libpangowin32-1.0-0.dll
+(That's the relevant DLLs from the "bin" folder in Pango 1.14.5, where
+the module(s) are built-in into the DLLs, so no
+lib/pango/1.5.0/modules folder is needed.)
------------------------------------------------------------------------
-r19210 | sahlberg | 2006-09-12 05:08:34 -0700 (Tue, 12 Sep 2006) | 27 lines
+r19881 | guy | 2006-11-12 14:35:21 -0800 (Sun, 12 Nov 2006) | 2 lines
Changed paths:
- M /trunk/AUTHORS
- M /trunk/epan/dissectors/packet-s5066.c
-
-from Taner Kurtulus and Menno Andriesse
+ M /trunk/epan/dissectors/packet-dns.c
-Hi folks,
-We think we've found a bug in STANAG 5066 SIS layer dissector.
+Flag the question as a "QM" question if the QU flag isn't set.
-Problem is at S_EXPEDITED_UNIDATA_INDICATION S_Prim's parser
-and occurs when we receive a U_PDU via expedited unidata channel.
-Dissector tries to parse first 2 bytes of U_PDU as a header size of type
-21 s_prim (S_UNIDATA_INDICATION). But, this is not an wanted process on
-that parser. Maybe, it was forgotten unchanged from
-S_UNIDATA_INDICATION dissector while copying it. So it shows
-data (U_PDU) 2 bytes short. Moreover, if data is just 1-byte, TCP datagrams
-receive TCP checksum error.
+------------------------------------------------------------------------
+r19882 | guy | 2006-11-12 15:42:08 -0800 (Sun, 12 Nov 2006) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dns.c
+Mark Krochmal says that the class field should be treated in mDNS as a
+flag and a 15-bit field even for OPT RRs.
-Confirmed.
+------------------------------------------------------------------------
+r19883 | gerald | 2006-11-12 17:15:56 -0800 (Sun, 12 Nov 2006) | 3 lines
+Changed paths:
+ M /trunk/image/make-icons
+ M /trunk/image/wsicon16.xpm
+ M /trunk/image/wsicon32.xpm
+ M /trunk/image/wsicon48.xpm
+ M /trunk/image/wsicon64.xpm
+ M /trunk/image/wsiconcap16.xpm
+ M /trunk/image/wsiconcap32.xpm
+ M /trunk/image/wsiconcap48.xpm
-It was indeed a "copy-paste-did not edit correctly" bug.
+Set a transparency threshold for the XPM icons. Have the make-icons script
+constify the XPMs.
-While going over the code once more, I found:
+------------------------------------------------------------------------
+r19884 | ashokn | 2006-11-13 09:30:38 -0800 (Mon, 13 Nov 2006) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rsvp.c
+ M /trunk/epan/dissectors/packet-rsvp.h
-1 - One bug in the heuristic. (Changed '&&' to '||')
-2 - One to-do that was already done. (Removed the /* TODO */)
-3 - One to-do that is now done. ;-)
+Add support for IPv4-Aggregate session/template/filter types.
------------------------------------------------------------------------
-r19211 | jake | 2006-09-12 05:58:16 -0700 (Tue, 12 Sep 2006) | 2 lines
+r19885 | etxrab | 2006-11-13 21:45:28 -0800 (Mon, 13 Nov 2006) | 9 lines
Changed paths:
- M /trunk/epan/dissectors/packet-bpdu.c
- M /trunk/epan/dissectors/packet-ethertype.c
- M /trunk/epan/etypes.h
+ M /trunk/epan/dissectors/packet-dcp.c
-Fix for bug 1098. Add BPDU dissector to ethertype 0x8181.
+This is Gerrit Renker code which:
+ * makes checksum computation dependent
+ upon the header CsCov field (cf. RFC 4340, 5.1)
+ * removes the case where checksums are zero
+ (unlike UDP/packet-udp, from which the code stems,
+ zero checksums are illegal in DCCP (as in TCP))
+ * fixes a minor typo - missing bitshift of the
+ CCVal field
------------------------------------------------------------------------
-r19212 | martinm | 2006-09-12 10:13:56 -0700 (Tue, 12 Sep 2006) | 1 line
+r19886 | etxrab | 2006-11-13 21:47:57 -0800 (Mon, 13 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/epan/dissectors/packet-ses.c
-More DCH control types
+From Stephen Fisher:
+a new more accurate fix for bug #1163. Thanks to Graeme Lunt for pointing out that the first patch broke a different capture with legitimate SES data in it. My patch also corrects the check for number of bytes existing from 4 to 2 as the minimum length of an SES PDU is only 2 bytes: 1 byte type, 1 byte length.
------------------------------------------------------------------------
-r19213 | ulfl | 2006-09-12 10:28:38 -0700 (Tue, 12 Sep 2006) | 1 line
+r19887 | etxrab | 2006-11-13 21:49:59 -0800 (Mon, 13 Nov 2006) | 2 lines
Changed paths:
- M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
+ M /trunk/epan/dissectors/packet-tipc.c
-use the official name spelling for some projects
+From martin Peylo:
+This patch changes the name of "Link Configuration" Packets to "Neighbour Discovery" - as preferred by the creator of TIPC - and shows the TIPC src/dst in the columns instead of the MAC address for those packages.
------------------------------------------------------------------------
-r19214 | ulfl | 2006-09-12 10:34:41 -0700 (Tue, 12 Sep 2006) | 1 line
+r19888 | etxrab | 2006-11-13 22:00:48 -0800 (Mon, 13 Nov 2006) | 3 lines
Changed paths:
- M /trunk/config.h.win32
+ M /trunk/gtk/main.c
-it's HAVE_LIBGNUTLS instead HAVE_GNUTLS
+From Simon Munton as pointed out by Stephen Fisher:
+patch on bug #220 (to main.c.
+the second part to packet_list.c was done separately for bug 1159 in rev 19735). That patch fixes bug #1205 coincidentally.
------------------------------------------------------------------------
-r19215 | ulfl | 2006-09-12 10:45:43 -0700 (Tue, 12 Sep 2006) | 1 line
+r19889 | etxrab | 2006-11-13 22:14:20 -0800 (Mon, 13 Nov 2006) | 1 line
Changed paths:
- M /trunk/config.nmake
+ M /trunk/diameter/dictionary.xml
+ M /trunk/diameter/mobileipv4.xml
+ A /trunk/diameter/sip.xml
-it's HAVE_PORTAUDIO, not HAVE_LIBPORTAUDIO
+Add SIP application AVP:s (Incomplete) and sortmobileipv4 in numerical order.
------------------------------------------------------------------------
-r19216 | ulfl | 2006-09-12 10:46:55 -0700 (Tue, 12 Sep 2006) | 1 line
+r19890 | etxrab | 2006-11-13 22:31:47 -0800 (Mon, 13 Nov 2006) | 1 line
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/Makefile.am
+ M /trunk/packaging/nsis/wireshark.nsi
-fix the generation of config.h, some HAVE_... were wrong
+Add SIP application AVP:s.
------------------------------------------------------------------------
-r19217 | ulfl | 2006-09-12 10:50:36 -0700 (Tue, 12 Sep 2006) | 7 lines
+r19891 | martinm | 2006-11-14 04:06:11 -0800 (Tue, 14 Nov 2006) | 4 lines
Changed paths:
- M /trunk/version_info.c
+ M /trunk/wiretap/catapult_dct2000.c
-add version output (e.g. in the About box) for the following libraries:
--GnuTLS
--Gcrypt
--Kerberos (no version, only if compiled with MIT/HEIMDAL or without any kerberos)
--PortAudio (version number only for V>=19, maybe need some fixing)
+- Use 64-bit indexes into file for packet locations (was previously casting index to and from void*) - this should allow very large files to be used
+- The characters between the timestamp and start of data are almost always " l ", optimise memory usage in this case
+- Rename hash table for clarity
-Don't know how to use the line breaking stuff, if someone could help me here ...
------------------------------------------------------------------------
-r19218 | jmayer | 2006-09-12 11:43:56 -0700 (Tue, 12 Sep 2006) | 11 lines
+r19892 | martinm | 2006-11-14 05:45:35 -0800 (Tue, 14 Nov 2006) | 1 line
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.h.win32
- M /trunk/version_info.c
+ M /trunk/wiretap/catapult_dct2000.c
-Makefile.nmake
-config.h.win32
- - Use HAVE_LIBPORTAUDIO instead of HAVE_PORTAUDIO to make
- sure we use the same var everywhere (including sources
- and autofoo stuff).
- - Use PORTAUDIO_API_1 everywhere
+Fix possible build error + warnings seen on buildbot
+------------------------------------------------------------------------
+r19893 | jmayer | 2006-11-14 12:01:41 -0800 (Tue, 14 Nov 2006) | 4 lines
+Changed paths:
+ M /trunk/Makefile.am
+
+didier gautheron:
+ idl2wrs.sh is a generated file.
-version_info.c
- - Include <portaudio.h>
- - Add some , and breaks when printing version infos.
------------------------------------------------------------------------
-r19219 | jmayer | 2006-09-12 11:51:22 -0700 (Tue, 12 Sep 2006) | 7 lines
+r19894 | jmayer | 2006-11-14 12:08:44 -0800 (Tue, 14 Nov 2006) | 6 lines
Changed paths:
- M /trunk/version_info.c
+ M /trunk/epan/dissectors/packet-afp.c
+ M /trunk/getopt.c
+ M /trunk/gtk/rtp_analysis.c
+
+nikai@nikai.net:
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225
-tshark wouldn't link any more, as it doesn't link against
-libportaudio, but version_info.c with libportaudio >= 19
-needs to link against this.
+Attempting a simple cleanup of duplicated includes, will attach patch.
-FIXME: Just print out >= 19 instead of real version string
- until someone finds a proper solution.
------------------------------------------------------------------------
-r19220 | etxrab | 2006-09-12 12:02:10 -0700 (Tue, 12 Sep 2006) | 1 line
+r19895 | jmayer | 2006-11-14 12:32:29 -0800 (Tue, 14 Nov 2006) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-osi.c
+ M /trunk/asn1/disp/packet-disp-template.c
+ M /trunk/editcap.c
+ M /trunk/epan/dissectors/packet-cops.c
+ M /trunk/epan/dissectors/packet-dcm.c
+ M /trunk/epan/dissectors/packet-disp.c
+ M /trunk/epan/dissectors/packet-dns.c
+ M /trunk/epan/dissectors/packet-ipdc.c
+ M /trunk/epan/dissectors/packet-nhrp.c
+ M /trunk/epan/dissectors/packet-pvfs2.c
+ M /trunk/epan/dissectors/packet-radius.c
+ M /trunk/epan/dissectors/packet-sip.c
+ M /trunk/gtk/capture_dlg.c
+ M /trunk/gtk/expert_dlg.c
+ M /trunk/gtk/funnel_stat.c
+ M /trunk/gtk/t38_analysis.c
+ M /trunk/gtk/voip_calls_dlg.c
+ M /trunk/tools/lemon/lemon.c
+
+nikai@nikai.net:
+
+Remaining fixes from:
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225
-Set default port to zero.
------------------------------------------------------------------------
-r19221 | etxrab | 2006-09-12 12:11:45 -0700 (Tue, 12 Sep 2006) | 3 lines
+r19896 | sfisher | 2006-11-14 13:28:44 -0800 (Tue, 14 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-netflow.c
+ M /trunk/plugins
+ M /trunk/tools
+
+Add svn:ignore to tools/TAGS and plugins/TAGS
+
-From: Luca Deri via Andrew Feren:
-> please find enclosed a patch to the CFlow dissector (packet-netflow.c)
-> that enables it to decode IPFIX packet traces.
------------------------------------------------------------------------
-r19222 | guy | 2006-09-12 13:23:57 -0700 (Tue, 12 Sep 2006) | 5 lines
+r19897 | sfisher | 2006-11-14 14:35:22 -0800 (Tue, 14 Nov 2006) | 6 lines
Changed paths:
+ M /trunk/cfile.h
+ M /trunk/file.c
M /trunk/gtk/main.c
- M /trunk/version_info.c
+ M /trunk/gtk/proto_draw.c
+ M /trunk/gtk/proto_draw.h
-Move the PortAudio stuff to from version_info.c to gtk/main.c, so it can
-use Pa_GetVersionText().
-(The word-wrapping stuff appears to work.)
+New feature to automatically highlight the field found when doing a find.
+This works for both string and hex searches. This resolves feature request
+bug #776.
+
------------------------------------------------------------------------
-r19223 | guy | 2006-09-12 13:24:42 -0700 (Tue, 12 Sep 2006) | 3 lines
+r19898 | sfisher | 2006-11-14 14:53:24 -0800 (Tue, 14 Nov 2006) | 5 lines
Changed paths:
- M /trunk/acinclude.m4
+ M /trunk/gtk/follow_dlg.c
-AC_CHECK_TYPE already prints a "checking for" message; don't bother
-printing another one before calling it.
-------------------------------------------------------------------------
-r19224 | gerald | 2006-09-12 14:59:54 -0700 (Tue, 12 Sep 2006) | 2 lines
-Changed paths:
- M /trunk/wiretap/ber.c
+A fix bug #1138: "Follow TCP Streams gets stream direction wrong if started
+from a server->client frame."
-Get rid of a compiler warning.
------------------------------------------------------------------------
-r19225 | guy | 2006-09-12 18:28:07 -0700 (Tue, 12 Sep 2006) | 5 lines
+r19899 | sfisher | 2006-11-14 22:46:11 -0800 (Tue, 14 Nov 2006) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/packet-netflow.c
+ M /trunk/epan/dissectors/packet-http.c
-Not all platforms define "u_short", and "tvb_length_remaining()+4" isn't
-guaranteed to fit into a "u_short" in any case. Use "gint" instead.
-Squelch some compiler warnings.
+Fix problem reported on -dev list by Frank Maerz with Wireshark crashing
+when it encountered a proxy http connect to port 80. This was caused by
+the dissector calling itself over and over. Now if the connect to port is
+one of the defined http ports, it calls the data dissector.
+
------------------------------------------------------------------------
-r19226 | sahlberg | 2006-09-13 01:30:16 -0700 (Wed, 13 Sep 2006) | 16 lines
+r19900 | etxrab | 2006-11-14 23:04:22 -0800 (Tue, 14 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-lsa.c
- M /trunk/epan/dissectors/packet-dcerpc.c
- M /trunk/epan/dissectors/packet-dcerpc.h
+ M /trunk/asn1/h245/packet-h245-template.c
+ M /trunk/epan/dissectors/packet-h245.c
-the way we pass dcerpc strings from deep down in helpers to high level dissector functions (dcv->private_data) for things such as strings and sids is a mess and very difficult to handle without a lot of memory leakage.
+Add OID translation for some more Generic codecs.
+------------------------------------------------------------------------
+r19901 | martinm | 2006-11-15 09:27:04 -0800 (Wed, 15 Nov 2006) | 6 lines
+Changed paths:
+ M /trunk/Makefile.am
+ A /trunk/dtds/mscml.dtd
+ M /trunk/packaging/nsis/wireshark.nsi
-the biggest problem in changing this is the dcv->private_data usage.
+From Olivier Jacques:
+Here is a DTD for the MSCML protocol, draft-07. This implementation is not entirely up-to-date (draft-09 is out), but this is a good base to start from.
-add a dcv->se_data which can keep data around from a request to a response and use this to change the LSA/OpenPolicy2 servername passing from request to response as a test pattern of moving all users of dcv->private data over to use dcv->se_data.
+I updated the WIKI with info, snapshot and sample capture: http://wiki.wireshark.org/MSCML
-once all users are migrated over we can then change the dcv->private data pointer to be of ep scope and thus not need an explicit free (which is quite difficult and it is quite difficult in the old semantics to know WHEN we need to free this pointer)
+------------------------------------------------------------------------
+r19902 | martinm | 2006-11-15 10:20:03 -0800 (Wed, 15 Nov 2006) | 1 line
+Changed paths:
+ M /trunk/dtds/mscml.dtd
-this will eventually make the usage more clean and at the same time close down quite a few memory leaks.
+Propset
+------------------------------------------------------------------------
+r19903 | lego | 2006-11-15 10:40:37 -0800 (Wed, 15 Nov 2006) | 10 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-xml.c
+ M /trunk/epan/dtd_parse.l
+ solve both issues pointed out in:
+ http://wireshark.org/lists/ethereal-dev/200605/msg02351.html
-eventually this will make dissect_ndr_nt_SID return a pointer to ep allocated memory that need not be explicitely freed.
+- dtd_parse.l:
+ be more liberal on what a name can be (a number now can be a name)
+- packet-xml.c
+ if proto-name is given use it instead of the root element name as prefix for generated fields
------------------------------------------------------------------------
-r19227 | jmayer | 2006-09-13 03:51:40 -0700 (Wed, 13 Sep 2006) | 1 line
+r19904 | jake | 2006-11-15 12:55:46 -0800 (Wed, 15 Nov 2006) | 1 line
Changed paths:
- M /trunk/CMakeLists.txt
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-omapi.c
-Add a comment
+Adding ISC Object Management API dissector
------------------------------------------------------------------------
-r19228 | ulfl | 2006-09-13 04:28:36 -0700 (Wed, 13 Sep 2006) | 1 line
+r19905 | ulfl | 2006-11-15 15:33:39 -0800 (Wed, 15 Nov 2006) | 1 line
Changed paths:
- M /trunk/config.nmake
+ M /trunk/epan/prefs-int.h
+ M /trunk/epan/prefs.c
+ M /trunk/gtk/recent.c
-so it's HAVE_LIBPORTAUDIO
+add a "private_data" pointer to the read_prefs_file() function, which will be "tunneled" to the callback function. This seems to be generally a good idea - as a lot of GLib/GTK function doing similiar and I'll need this for the upcoming update mechanisms.
------------------------------------------------------------------------
-r19229 | martinm | 2006-09-13 06:32:31 -0700 (Wed, 13 Sep 2006) | 3 lines
+r19906 | ulfl | 2006-11-15 15:43:16 -0800 (Wed, 15 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
-
-Add support for R6 HSDPA data 'new IEs' (the spec seems not be be very clear...).
-Try to cast away a warning seen on buildbot logs
+ M /trunk/gtk/funnel_stat.c
+fix a warning
------------------------------------------------------------------------
-r19230 | ulfl | 2006-09-13 13:37:37 -0700 (Wed, 13 Sep 2006) | 1 line
+r19907 | ulfl | 2006-11-15 15:48:56 -0800 (Wed, 15 Nov 2006) | 1 line
Changed paths:
- M /trunk/docbook/wsug_graphics/ws-display-filter-tcp.png
- M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
- M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
- M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
- M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
- M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+ M /trunk/epan/emem.c
-fix various minor things noted by Brian Drab
+fix a warning
------------------------------------------------------------------------
-r19231 | jmayer | 2006-09-14 03:51:44 -0700 (Thu, 14 Sep 2006) | 17 lines
+r19908 | sfisher | 2006-11-15 23:04:02 -0800 (Wed, 15 Nov 2006) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-mtp3.c
- M /trunk/epan/dissectors/packet-mtp3.h
- M /trunk/epan/dissectors/packet-mtp3mg.c
- M /trunk/epan/dissectors/packet-sccp.c
- M /trunk/epan/dissectors/packet-sccpmg.c
-
-Jeff Morriss:
- Fix for bug 1036
+ M /trunk/gtk/main.c
+ M /trunk/gtk/main.h
+ M /trunk/gtk/prefs_dlg.c
-I looked at this today and found that in fact the PC stuff is pretty
-hosed up in the SS7 dissectors. For example, MTP3 *looks* OK here (DPC is
-4-5-6):
+Fix for bug 948, "Apply capture preferences not applying." Now when the user
+changes a capture option in the preferences, it will show up right away in
+the capture options dialog.
- Routing label
- DPC (4-5-6) (394500)
-but 394500 == 0x60504 == 6-5-4. Something's not right.
+------------------------------------------------------------------------
+r19909 | martinm | 2006-11-16 06:35:52 -0800 (Thu, 16 Nov 2006) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-multipart.c
-I made a common PC dissector function for all the SS7 dissectors so as to
-concentrate all this code in one place (something I've been wanting to do for a
-while anyway) and fixed the reported problem as well as the above problem in
-the attached patch.
+Make multipart part a proper field, and append contained content-type to
+it label to make it easier to find the part you're looking for.
------------------------------------------------------------------------
-r19232 | sahlberg | 2006-09-14 05:01:18 -0700 (Thu, 14 Sep 2006) | 7 lines
+r19910 | gerald | 2006-11-16 10:28:09 -0800 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-svcctl.c
+ M /trunk/doc/README.developer
-add OpenSCManagerW
+Add comments to the indentation style section.
+------------------------------------------------------------------------
+r19911 | ulfl | 2006-11-16 12:08:13 -0800 (Thu, 16 Nov 2006) | 1 line
+Changed paths:
+ M /trunk/gtk/gtkvumeter.h
-also make the dissector manage that dcv->private_data in the future will be of ep scope
+(hopefully) fix the recently discussed warnings where CLAMP() is called with a value being 0
+------------------------------------------------------------------------
+r19912 | ulfl | 2006-11-16 12:13:26 -0800 (Thu, 16 Nov 2006) | 3 lines
+Changed paths:
+ M /trunk/gtk/win32-file-dlg.c
+fix an annoying behaviour: If we save a capture file, let the default be the current file format - as we do it in the GTK version. The former implementation just defaulted to libpcap all the time, which is especially ugly if you use a file format that provides nanosecond time resolution - you're losing information :-(
+Interestingly the implementation was half way there, but not really working as expected.
+------------------------------------------------------------------------
+r19913 | etxrab | 2006-11-16 13:11:26 -0800 (Thu, 16 Nov 2006) | 2 lines
+Changed paths:
+ M /trunk/tools/win32-setup.sh
+Temporrary change to force the buildbot to update the libraries as I suspect there are left
+over old files.
------------------------------------------------------------------------
-r19233 | martinm | 2006-09-14 08:43:43 -0700 (Thu, 14 Sep 2006) | 1 line
+r19914 | jmayer | 2006-11-16 13:57:31 -0800 (Thu, 16 Nov 2006) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/epan/dissectors/pidl/efs.idl
+ M /trunk/epan/dissectors/pidl/eventlog.idl
+ M /trunk/epan/dissectors/pidl/srvsvc.idl
+ M /trunk/epan/dissectors/pidl/winreg.idl
+ M /trunk/epan/dissectors/pidl/wkssvc.idl
+
+Jelmer Vernooij:
+
+The attached patch replace the use of 'depends()' with "import" (the
+latter is a standard IDL statement).
+
-More fixes and prettifications
------------------------------------------------------------------------
-r19234 | etxrab | 2006-09-14 10:21:28 -0700 (Thu, 14 Sep 2006) | 1 line
+r19915 | gerald | 2006-11-16 14:27:47 -0800 (Thu, 16 Nov 2006) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
- M /trunk/epan/dissectors/packet-umts_fp.h
+ M /trunk/epan/dissectors/packet-radiotap.c
+
+David Young pointed out that we weren't aligning fields according to the
+radiotap specification. Do so. Add fields for FHSS and Transmit
+attenuation (untested).
-svn propset.
------------------------------------------------------------------------
-r19235 | martinm | 2006-09-15 08:03:18 -0700 (Fri, 15 Sep 2006) | 1 line
+r19916 | ulfl | 2006-11-16 17:24:03 -0800 (Thu, 16 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/epan/prefs-int.h
+ M /trunk/epan/prefs.c
+ M /trunk/epan/prefs.h
-More missing message types
+various minor prefs code cleanup
------------------------------------------------------------------------
-r19236 | gerald | 2006-09-15 14:35:01 -0700 (Fri, 15 Sep 2006) | 6 lines
+r19917 | sfisher | 2006-11-16 17:52:15 -0800 (Thu, 16 Nov 2006) | 4 lines
Changed paths:
- M /trunk/doc/wireshark.pod
- M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
- M /trunk/util.c
+ M /trunk/epan/dissectors/packet-ses.c
+
-Use SESSIONNAME instead of CLIENTNAME to try to detect RDP sessions.
-Look for a string that starts with "rdp". This should take care of
-cases where a default capture filter is set needlessly.
+Improve the heuristics of the SES dissector some more in response to bug #1229
-Update the docs accordingly.
------------------------------------------------------------------------
-r19237 | ulfl | 2006-09-15 14:59:09 -0700 (Fri, 15 Sep 2006) | 1 line
+r19918 | ulfl | 2006-11-16 19:08:09 -0800 (Thu, 16 Nov 2006) | 1 line
Changed paths:
- M /trunk/image/win32-file-dlg.rc
+ M /trunk/gtk/prefs_dlg.c
-"Elapsed Time:" is truncated, use "Elapsed:" instead
+code cleanup
------------------------------------------------------------------------
-r19238 | ulfl | 2006-09-15 15:03:20 -0700 (Fri, 15 Sep 2006) | 1 line
+r19919 | jake | 2006-11-16 23:44:37 -0800 (Thu, 16 Nov 2006) | 1 line
Changed paths:
- M /trunk/gtk/win32-file-dlg.c
+ M /trunk/epan/prefs.c
+ M /trunk/gtk/prefs_dlg.c
-Use the same caption in the Win32 version as in the GTK dialogs: "Wireshark: Select a capture file" -> "Wireshark: Open Capture File"
+Fix build
------------------------------------------------------------------------
-r19239 | ulfl | 2006-09-15 15:56:15 -0700 (Fri, 15 Sep 2006) | 3 lines
+r19920 | jmayer | 2006-11-17 01:29:36 -0800 (Fri, 17 Nov 2006) | 25 lines
Changed paths:
- M /trunk/docbook/Makefile
- M /trunk/docbook/user-guide.xml
- A /trunk/docbook/wsug_graphics/ws-merge-gtk1.png
- A /trunk/docbook/wsug_graphics/ws-merge-gtk2.png (from /trunk/docbook/wsug_graphics/ws-merge.png:19229)
- A /trunk/docbook/wsug_graphics/ws-merge-win32.png
- D /trunk/docbook/wsug_graphics/ws-merge.png
- A /trunk/docbook/wsug_graphics/ws-open-gtk1.png
- A /trunk/docbook/wsug_graphics/ws-open-gtk2.png (from /trunk/docbook/wsug_graphics/ws-open.png:19229)
- A /trunk/docbook/wsug_graphics/ws-open-win32.png
- D /trunk/docbook/wsug_graphics/ws-open.png
- A /trunk/docbook/wsug_graphics/ws-save-as-gtk1.png
- A /trunk/docbook/wsug_graphics/ws-save-as-gtk2.png (from /trunk/docbook/wsug_graphics/ws-save-as.png:19229)
- A /trunk/docbook/wsug_graphics/ws-save-as-win32.png
- D /trunk/docbook/wsug_graphics/ws-save-as.png
- M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
+ M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /trunk/tools/pidl/tests/parse_idl.pl
-first step to fix the file dialog "mess":
-- use different screenshots for: GTK1, GTK2 and Win32
-- rewrite the "File Open Dialog" section
+Update from samba tree revision 19744 to 19759
+============================ Samba log start ============
------------------------------------------------------------------------
-r19240 | sahlberg | 2006-09-15 22:30:31 -0700 (Fri, 15 Sep 2006) | 7 lines
+r19751 | jelmer | 2006-11-16 23:11:32 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-samr.c
+ M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
-make SAMR not rely on dcv->private_data being persistent any more and use dcv->se_data
+Add some tests for parsing the "include", "import" and "importlib" statements.
+------------------------------------------------------------------------
+r19752 | jelmer | 2006-11-16 23:13:44 +0100 (Thu, 16 Nov 2006) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-once the private_data -> se_data conversion is complete we can plug quite a large number of memory leaks related to dcerpc
+Remove support for the `depends' attribute (use "import") instead.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
------------------------------------------------------------------------
-r19241 | sahlberg | 2006-09-16 01:51:03 -0700 (Sat, 16 Sep 2006) | 3 lines
+r19921 | martinm | 2006-11-17 08:33:43 -0800 (Fri, 17 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
+ M /trunk/wiretap/catapult_dct2000.c
-remove any dependencies that dcv->private_data is persistent
+Try to squash 2 more warnings seen on buildot
+------------------------------------------------------------------------
+r19922 | ulfl | 2006-11-17 14:38:34 -0800 (Fri, 17 Nov 2006) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-lldp.c
+add dissection for PROFINET "PTCP Status"
+------------------------------------------------------------------------
+r19923 | ulfl | 2006-11-17 14:48:21 -0800 (Fri, 17 Nov 2006) | 1 line
+Changed paths:
+ M /trunk/Makefile.nmake
+add the /LARGEADDRESSAWARE to the link process of Wireshark(2) and Tshark. See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/memory/base/physical_address_extension.asp how to enable 3GB support on several Windows versions - I will update the OutOfMemory Wiki page accordingly
------------------------------------------------------------------------
-r19242 | sahlberg | 2006-09-16 02:10:23 -0700 (Sat, 16 Sep 2006) | 6 lines
+r19924 | gerald | 2006-11-17 17:47:49 -0800 (Fri, 17 Nov 2006) | 10 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-nt.c
+ M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+ M /trunk/gtk/compat_macros.h
+ M /trunk/gtk/menu.c
+ M /trunk/gtk/packet_list.c
+ M /trunk/gtk/packet_list.h
+ M /trunk/gtk/proto_draw.c
-strings we pass up to the caller through private_data are now of ep scope
+Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"
+menu) move to the previous and next packet even if the packet list isn't
+in focus (specifically, the packet detail will stay in focus if that was
+already the case). Make the return and enter keys toggle tree items in
+the packet detail and the backspace key jump to the parent node. Add a
+navigation section to the User's Guide.
+Make SIGNAL_EMIT_BY_NAME a simple #define, so that we can feed it
+multiple arguments. Fix up whitespace.
-this closes a few memory leaks
+------------------------------------------------------------------------
+r19925 | ulfl | 2006-11-17 19:37:34 -0800 (Fri, 17 Nov 2006) | 3 lines
+Changed paths:
+ M /trunk/wiretap/catapult_dct2000.c
+both recent fixes of warnings don't compile on Win32, inttypes.h is not available and PRId64 is not defined in the config.h.win32.
+As discussed in a seperate thread the PRId64 should not be required.
------------------------------------------------------------------------
-r19243 | sahlberg | 2006-09-16 02:20:34 -0700 (Sat, 16 Sep 2006) | 4 lines
+r19926 | gerald | 2006-11-17 21:05:18 -0800 (Fri, 17 Nov 2006) | 3 lines
Changed paths:
- M /trunk/asn1/ldap/packet-ldap-template.c
- M /trunk/epan/dissectors/packet-ldap.c
- M /trunk/epan/dissectors/packet-windows-common.c
+ M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+ M /trunk/gtk/main.c
+
+Make F8 and F7 move to the next and previous packets, which adds
+compatibility with a different analyzer.
-make dissect_nt_sid return ep allocated memory and thus fix a few memory leaks
-(this function is often called from dcerpc dissectors)
+------------------------------------------------------------------------
+r19927 | gerald | 2006-11-17 21:12:55 -0800 (Fri, 17 Nov 2006) | 2 lines
+Changed paths:
+ M /trunk/gtk/packet_list.c
+GTK1 doesn't have gtk_window_get_focus.
------------------------------------------------------------------------
-r19244 | sahlberg | 2006-09-16 04:57:14 -0700 (Sat, 16 Sep 2006) | 6 lines
+r19928 | gerald | 2006-11-17 21:19:40 -0800 (Fri, 17 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
- M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
- A /trunk/epan/dissectors/pidl/srvsvc.cnf
- M /trunk/epan/dissectors/pidl/srvsvc.idl
+ M /trunk/gtk/packet_list.c
-generate SRVSVC by pidl
+Don't try to set focus on NULL.
-small prettification regression but that will be fixed in the next few days
+------------------------------------------------------------------------
+r19929 | ulfl | 2006-11-18 04:30:58 -0800 (Sat, 18 Nov 2006) | 1 line
+Changed paths:
+ M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+fix validity of document
+------------------------------------------------------------------------
+r19930 | gerald | 2006-11-18 09:17:28 -0800 (Sat, 18 Nov 2006) | 3 lines
+Changed paths:
+ M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+ M /trunk/gtk/main.c
+If the user starts typing ([a-zA-Z0-9]) anywhere in the main window, start
+filling in a display filter.
------------------------------------------------------------------------
-r19245 | ulfl | 2006-09-16 05:13:32 -0700 (Sat, 16 Sep 2006) | 7 lines
+r19931 | sfisher | 2006-11-18 23:41:25 -0800 (Sat, 18 Nov 2006) | 4 lines
Changed paths:
- M /trunk/docbook/Makefile
+ M /trunk/epan/dissectors/packet-ssl.c
-can we agree on using lynx?
+Fix for bug #1126. In the SSL dissector, don't just check if we're allowed
+to desegment, but also check if we need to before attempting it.
-Cygwin situation:
-- lynx works
-- elinks is not available (at least on the standard repositories)
-- links and true doesn't produce any output
------------------------------------------------------------------------
-r19246 | ulfl | 2006-09-16 06:06:38 -0700 (Sat, 16 Sep 2006) | 3 lines
+r19932 | etxrab | 2006-11-19 08:24:18 -0800 (Sun, 19 Nov 2006) | 1 line
Changed paths:
- M /trunk/docbook/wsug_graphics/ws-merge-gtk2.png
- M /trunk/docbook/wsug_graphics/ws-merge-win32.png
- M /trunk/docbook/wsug_graphics/ws-save-as-gtk2.png
- M /trunk/docbook/wsug_graphics/ws-save-as-win32.png
- M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
+ M /trunk/tools/lemon/lemon.c
+ M /trunk/tools/lemon/lempar.c
-second step to fix the file dialog "mess":
-- rewrite the "File Save" and "File Merge" sections
+Update to the latest versions from sqlite.
+------------------------------------------------------------------------
+r19933 | ulfl | 2006-11-19 08:49:58 -0800 (Sun, 19 Nov 2006) | 1 line
+Changed paths:
+ M /trunk/Makefile.nmake
+fix clean_setup target
------------------------------------------------------------------------
-r19247 | etxrab | 2006-09-17 12:43:13 -0700 (Sun, 17 Sep 2006) | 6 lines
+r19934 | ulfl | 2006-11-19 09:02:31 -0800 (Sun, 19 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-uma.c
+ M /trunk/Makefile.nmake
-Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1107
+if the WIRESHARK_LIBS dir isn't already existing, create it
-"The decoder has some bugs:
- * RTP redundancy field is decoded incorrectly.
- * Timer TU3920 is displayed as being in seconds, but it is really in units of
-100 ms."
+this fixes problems discussed earlier on the list with cygpath
------------------------------------------------------------------------
-r19248 | etxrab | 2006-09-17 13:23:23 -0700 (Sun, 17 Sep 2006) | 2 lines
+r19935 | gerald | 2006-11-19 15:23:53 -0800 (Sun, 19 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tipc.c
+ M /trunk/gtk/main.c
+
+Add exclamation and left parenthesis to the display filter keystroke
+catcher.
-From Martin Peylo:
-Improve Infocolumn output.
------------------------------------------------------------------------
-r19249 | sahlberg | 2006-09-18 01:05:51 -0700 (Mon, 18 Sep 2006) | 4 lines
+r19936 | martinm | 2006-11-20 06:53:22 -0800 (Mon, 20 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
- M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
- M /trunk/epan/dissectors/pidl/srvsvc.idl
+ M /trunk/epan/proto.c
-add decoding of the SessionInfo userflags
+Make FT_STRINGZ items work as apply/prepare as filter menu items
+------------------------------------------------------------------------
+r19937 | jake | 2006-11-20 11:39:19 -0800 (Mon, 20 Nov 2006) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-dhcpv6.c
+Fix for bug 1235. Elapsed time is in 10ms units.
+------------------------------------------------------------------------
+r19938 | guy | 2006-11-20 16:00:26 -0800 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+ M /trunk/tshark.c
+Squelch a compiler warning.
------------------------------------------------------------------------
-r19250 | sahlberg | 2006-09-18 01:42:46 -0700 (Mon, 18 Sep 2006) | 3 lines
+r19939 | guy | 2006-11-20 16:16:44 -0800 (Mon, 20 Nov 2006) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
- M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
- M /trunk/epan/dissectors/pidl/srvsvc.idl
-
-some more bitmaps for SRVSVC
+ M /trunk/epan/epan.c
+ M /trunk/gtk/main.c
+ M /trunk/tshark.c
+Call guids_init() in epan_init(), so anything that needs libwireshark -
+including dftest - will get the GUID table initialized (which anything
+that needs libwireshark needs to have happen, so dissectors can register
+GUIDs in that table).
------------------------------------------------------------------------
-r19251 | jake | 2006-09-18 02:27:47 -0700 (Mon, 18 Sep 2006) | 4 lines
+r19940 | guy | 2006-11-20 16:30:36 -0800 (Mon, 20 Nov 2006) | 3 lines
Changed paths:
- M /trunk/AUTHORS
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-pktgen.c
+ M /trunk/epan/epan.c
+ M /trunk/gtk/main.c
+ M /trunk/tshark.c
-From Francesco Fondelli:
-You find attached a patch file (against svn 19058) to dissect packets
-produced by the Linux kernel packet generator.
+We also need the memory allocation subsystem initialized in anything
+that uses libwireshark.
------------------------------------------------------------------------
-r19252 | jmayer | 2006-09-18 03:14:12 -0700 (Mon, 18 Sep 2006) | 4 lines
+r19941 | guy | 2006-11-20 16:36:35 -0800 (Mon, 20 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-mtp3.c
+ M /trunk/dftest.c
-jeff morriss:
- Patch for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1102
+Use the <name> convention for command-line arguments in the usage
+message.
+------------------------------------------------------------------------
+r19942 | ulfl | 2006-11-20 16:40:36 -0800 (Mon, 20 Nov 2006) | 1 line
+Changed paths:
+ M /trunk/gtk/progress_dlg.c
+flush out the main event loop at dialog creation, so we don't see an empty dialog until the first update
------------------------------------------------------------------------
-r19253 | martinm | 2006-09-18 06:39:23 -0700 (Mon, 18 Sep 2006) | 1 line
+r19943 | ulfl | 2006-11-20 16:45:38 -0800 (Mon, 20 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/file.c
+ M /trunk/gtk/main.c
-Add old release DSCH FDD fields. Try to squash compiler warnings seen on MACOS buildbot
+while loading a huge capture file, enable the main window to show packets rushing into the packet list
------------------------------------------------------------------------
-r19254 | jake | 2006-09-18 06:59:30 -0700 (Mon, 18 Sep 2006) | 2 lines
+r19944 | gerald | 2006-11-20 17:27:29 -0800 (Mon, 20 Nov 2006) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcp.c
- M /trunk/epan/dissectors/packet-dcp.h
- M /trunk/epan/dissectors/packet-icep.c
+ M /trunk/gtk/main.c
-Licepnse -> License
+If a user starts typing text in the main window, append it to the
+display filter instead of replacing it. Check for a valid character
+with a simple isprint() instead of a giant boolean expression paragraph.
------------------------------------------------------------------------
-r19255 | jake | 2006-09-18 07:29:58 -0700 (Mon, 18 Sep 2006) | 10 lines
+r19945 | sahlberg | 2006-11-21 00:44:21 -0800 (Tue, 21 Nov 2006) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ymsg.c
+ M /trunk/epan/dissectors/packet-kpasswd.c
-From G.F. aka Gena01
-I have put together a patch for YMSG packet dissector. This is based on my own code and service lists (this
-should match Gaim and Kopete service lists). This new code should bring the code up to par to most of the
-known services. Which should cover up to Yahoo 7.x or most of it.
+the result code, encoded within the userdata is in network byte order not little endian.
-I have also setup a new set of constants which are specific to YMSG packets. These are the types that I've
-seen in miranda network logs and they should reveal more information. The other constants are mostly for buddy
-statuses and need nor apply to the YMSG header. I have left them in the code (for now). These constants are
-currently used in my own code.
+this makes a difference for the cases where the result code is not KPASSWD_SUCCESS == 0x0000
-------------------------------------------------------------------------
-r19256 | gerald | 2006-09-18 15:22:44 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
- M /trunk/gtk/main.c
-Fix protocol reference link URL.
------------------------------------------------------------------------
-r19257 | sahlberg | 2006-09-19 01:02:19 -0700 (Tue, 19 Sep 2006) | 3 lines
+r19946 | sahlberg | 2006-11-21 00:53:11 -0800 (Tue, 21 Nov 2006) | 15 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-dfs.c
- M /trunk/epan/dissectors/packet-dcerpc-dfs.h
- A /trunk/epan/dissectors/pidl/dfs.cnf
- A /trunk/epan/dissectors/pidl/dfs.idl
+ M /trunk/epan/dissectors/packet-rpc.c
+ M /trunk/epan/dissectors/packet-rpc.h
+
+
+From: Burlyga, Alex
+
+Hi,
+
+Attached is a patch for packet-rpc.c and packet-rpc.h.
+Update support for pseudo-flavors that used in RPCSEC_GSS
+Also fixed a problem where rpc.reqframe and rpc.repframe where
+reversed.
+
+Alex.
+
-import DFS.idl from samba and use it to generate a much more complete DFS dissector
------------------------------------------------------------------------
-r19258 | jmayer | 2006-09-19 08:29:38 -0700 (Tue, 19 Sep 2006) | 6 lines
+r19947 | sahlberg | 2006-11-21 01:18:28 -0800 (Tue, 21 Nov 2006) | 10 lines
Changed paths:
- M /trunk/tools/pidl/TODO
- M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
- D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Client.pm
- M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
- D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Header.pm
- D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Parser.pm
- D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Server.pm
- A /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
- D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Template.pm
- D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Types.pm
- M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
- M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
- M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
- M /trunk/tools/pidl/pidl
- M /trunk/tools/pidl/tests/ndr_string.pl
+ M /trunk/epan/dissectors/packet-scsi.c
-Update from samba tree revision 18221 to 18675
-============================ Samba log start ============
-svn: When specifying working copy paths, only one target may be given
-============================ Samba log end ==============
+Patrick vd Lageweg <patrick@bitwizard.nl>
+
+Hi,
+
+The rease/release commands are also usable on SSC devices. This patch adds them to the valid SSC command.
+
+ ?\194?\160 ?\194?\160 ?\194?\160 ?\194?\160Patrick
+_______________________________________________
------------------------------------------------------------------------
-r19259 | martinm | 2006-09-19 10:40:24 -0700 (Tue, 19 Sep 2006) | 1 line
+r19948 | morriss | 2006-11-21 05:37:13 -0800 (Tue, 21 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-sip.c
+ M /trunk/AUTHORS
-Make Content-Length and Max-Forwards fields uints
+Add Japan SS7 variant to list of things I contributed (and verify this whole commit thing works :-))
------------------------------------------------------------------------
-r19260 | etxrab | 2006-09-19 13:25:57 -0700 (Tue, 19 Sep 2006) | 5 lines
+r19949 | jake | 2006-11-21 06:18:46 -0800 (Tue, 21 Nov 2006) | 2 lines
Changed paths:
- M /trunk/asn1/gsmmap/packet-gsm_map-template.c
- M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/doc/README.developer
+ M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
+ M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/epan/dissectors/packet-tcp.h
-From Graham Addis:
- In dissect_geographical_description the longitude is multiplied by 260
- and should be by 360(degrees).
+Correct comments and examples on get_pdu_len().
- Also it would be good to display to 5 decimal places.
------------------------------------------------------------------------
-r19261 | guy | 2006-09-19 19:52:26 -0700 (Tue, 19 Sep 2006) | 3 lines
+r19950 | guy | 2006-11-21 12:10:10 -0800 (Tue, 21 Nov 2006) | 15 lines
Changed paths:
- M /trunk/epan/libwireshark.def
+ M /trunk/doc/README.developer
-Add some routines to the list of routines exported by libwireshark - at
-least one dissector writer needs them.
+If you're doing TCP reassembly by hand rather than with
+tcp_dissect_pdus(), pinfo->desegment_len indicates whether your
+dissector needs more data from TCP or not - the return value doesn't
+indicate that.
-------------------------------------------------------------------------
-r19262 | etxrab | 2006-09-19 23:13:02 -0700 (Tue, 19 Sep 2006) | 5 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-llc.c
- M /trunk/epan/libwireshark.def
- M /trunk/epan/oui.h
+Fix typo.
+
+It appears that the Id keyword is one of the case-insensitive ones in
+the svn:keywords property, so if you set it to "ID" it still expands
+"$Id$"; it also appears not to expand "$ID$". We use Revision, Date,
+and Author in the document to indicate the revision, and don't expand
+Id, so that references to "$Id$" get left alone.
-From David Pelton:
-Add the ieee802a_add_oui function to libwireshark.def, and also adds the OUI that I am using to a couple of internal lists (in epan/oui.h and dissectors/packet-llc.c).
+Rewrap paragraphs.
-From me:
-Resorted the oui lists, some witespace changes and added Ericsson OUI:s.
------------------------------------------------------------------------
-r19263 | etxrab | 2006-09-19 23:14:45 -0700 (Tue, 19 Sep 2006) | 1 line
+r19951 | etxrab | 2006-11-21 13:00:25 -0800 (Tue, 21 Nov 2006) | 3 lines
Changed paths:
- M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+ M /trunk/epan/dissectors/packet-acn.c
+ M /trunk/epan/dissectors/packet-acn.h
-Dont use itu_ssn
+From Bill Florac:
+Here is a patch for the ACN dissector. It fixes a bug in
+acn_add_expiry() and cleans up some cosmetic things.
------------------------------------------------------------------------
-r19264 | martinm | 2006-09-20 05:12:18 -0700 (Wed, 20 Sep 2006) | 2 lines
+r19952 | sahlberg | 2006-11-21 13:11:18 -0800 (Tue, 21 Nov 2006) | 23 lines
Changed paths:
- M /trunk/epan/dissectors/packet-multipart.c
+ M /trunk/epan/dissectors/packet-dcerpc.c
-Add Content-Id and Content-Transfer-Encoding headers, as described in RFC 2045/6
+fix for bug 1226:
+reported by Benjamin Meyer
+
+WireShark marks DCE RPC FACKs as "malformed" if they do not have a body.
+According to DCE RPC Spec. 1.1 FACKs "may contain" a body PTU.
+
+I am unable to build WireShark (lack of time to install all neccessary stuff)
+but I looked at the SourceCode. I think, at least this has to be fixed:
+
+file: epan/dissectors/packet-dcerpc.c
+function: static gboolean dissect_dcerpc_dg (tvbuff_t *tvb, packet_info *pinfo,
+proto_tree *tree)
+
+*snip*
+case PDU_FACK
+dissect_dcerpc_dg_fack (tvb, offset, pinfo, dcerpc_tree, &hdr);
+break;
+*snap*
+
+I guess, it should look like "case PDU_NOCALL:" directly above.
-------------------------------------------------------------------------
-r19265 | martinm | 2006-09-20 05:13:18 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-msrp.c
-Make the data part of the message filterable
------------------------------------------------------------------------
-r19266 | jmayer | 2006-09-20 07:22:15 -0700 (Wed, 20 Sep 2006) | 5 lines
+r19953 | guy | 2006-11-21 13:49:58 -0800 (Tue, 21 Nov 2006) | 4 lines
Changed paths:
- M /trunk/radius/dictionary
+ M /trunk/epan/reassemble.c
-Alexander Schrab:
- Subject: [Wireshark-dev] New radius attributes (RFC 4590)
- Hi, i noticed you haven't updated the radius dictionary file. Here is a patch
+Fix pluralization of "bytes" so it doesn't say "1 bytes".
+Clean up indentation.
------------------------------------------------------------------------
-r19267 | jake | 2006-09-20 07:59:37 -0700 (Wed, 20 Sep 2006) | 2 lines
+r19954 | etxrab | 2006-11-21 14:18:12 -0800 (Tue, 21 Nov 2006) | 1 line
Changed paths:
- M /trunk/radius/dictionary
-
-Repair patch to accurately follow RFC 4590
+ M /trunk/asn1/mms/mms.asn
+ M /trunk/epan/dissectors/packet-mms.c
+Revert changes to have named bits in the bitstring of unknown length.
------------------------------------------------------------------------
-r19268 | jake | 2006-09-20 22:29:41 -0700 (Wed, 20 Sep 2006) | 2 lines
+r19955 | etxrab | 2006-11-21 22:39:24 -0800 (Tue, 21 Nov 2006) | 20 lines
Changed paths:
+ M /trunk/epan/dissectors/packet-ansi_637.c
+ M /trunk/epan/dissectors/packet-ansi_a.c
+ M /trunk/epan/dissectors/packet-ansi_a.h
+ M /trunk/epan/dissectors/packet-ansi_map.c
M /trunk/epan/libwireshark.def
+ M /trunk/gtk/ansi_a_stat.c
+
+From Michael Lum
+
+1)
+A small change in the number of teleservices recognized
-Add http_dissector_add upon request
+2)
+Finally finished a lot of the changes for IOS 5 support.
+The attached files must be used together.
+
+Built in Windows XP Pro using Visual Studio C++ with the latest repository.
+
+packet-ansi_map.c.gz
+
+packet-ansi_a.gz
+ This file contains both packet-ansi_a.c and packet-ansi_a.h changes.
+
+libwireshark.def.gz
+
+ansi_a_stat.c.gz
------------------------------------------------------------------------
-r19269 | sahlberg | 2006-09-21 02:18:39 -0700 (Thu, 21 Sep 2006) | 3 lines
+r19956 | sahlberg | 2006-11-22 01:00:36 -0800 (Wed, 22 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-dfs.c
- M /trunk/epan/dissectors/packet-dcerpc-dfs.h
- M /trunk/epan/dissectors/pidl/dfs.idl
+ M /trunk/epan/dissectors/packet-scsi.c
-dfs updates
+ssc space6 count is a signed integer
------------------------------------------------------------------------
-r19270 | martinm | 2006-09-21 03:21:12 -0700 (Thu, 21 Sep 2006) | 1 line
+r19957 | sahlberg | 2006-11-22 02:12:59 -0800 (Wed, 22 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-scsi-ssc.c
+ A /trunk/epan/dissectors/packet-scsi-ssc.h
+ M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dissectors/packet-scsi.h
+ M /trunk/gtk/scsi_stat.c
+
+break the SCSI SSC commandset out into its own dissector
+
-New fields in R6 RACH
------------------------------------------------------------------------
-r19271 | jake | 2006-09-21 06:08:50 -0700 (Thu, 21 Sep 2006) | 5 lines
+r19958 | ulfl | 2006-11-22 12:52:40 -0800 (Wed, 22 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-smb.c
-
-From: Marco Strack
-The smb dissector displays lock requests in the "Locking AndX Request" as a vector of locks. It opens a tree branch
-"Locks" and appends the locks to this branch. Instead of adding "Lock" objects to this branch it added "Unlock"
-objects. Everything else is fine.
+ M /trunk/epan/dissectors/packet-scsi-ssc.h
+ M /trunk/epan/dissectors/packet-scsi.h
+ M /trunk/epan/libwireshark.def
+fix Win32 build: scsi_ssc2_vals -> scsi_ssc_vals
------------------------------------------------------------------------
-r19272 | guy | 2006-09-21 10:39:17 -0700 (Thu, 21 Sep 2006) | 7 lines
+r19959 | guy | 2006-11-22 14:11:38 -0800 (Wed, 22 Nov 2006) | 5 lines
Changed paths:
- M /trunk/gtk/rtp_player.c
- M /trunk/gtk/rtp_player.h
- M /trunk/gtk/voip_calls.c
+ M /trunk/epan/proto.c
-Include "rtp_player.h" in "voip_calls.c" if we're supporting the RTP
-player, so that we get declartions of rtp_player_init() and
-add_rtp_packet().
+Make the "standard" case in proto_can_match_selected() and
+proto_construct_dfilter_string() the default, so you add explicit cases
+only when the type needs to be treated specially, so we don't end up
+with types where we forget to have a case.
-Constify the first argument to add_rtp_packet(), as it's passed a
-pointer to a const value.
+------------------------------------------------------------------------
+r19960 | etxrab | 2006-11-22 15:20:11 -0800 (Wed, 22 Nov 2006) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rsvp.c
+From Cyril Margaria:
+Patch to support RSVP notify and added a few error codes, with some more objectcodes
+added.
------------------------------------------------------------------------
-r19273 | guy | 2006-09-21 10:41:47 -0700 (Thu, 21 Sep 2006) | 3 lines
+r19961 | guy | 2006-11-22 16:15:49 -0800 (Wed, 22 Nov 2006) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-bootp.c
+ M /trunk/epan/proto.c
-Fix the handling of IPv4-address and Boolean suboptions of the Novell
-options item.
+When checking whether a field supports "match selected", do the same
+checks that we do when we try to construct the filter expression for
+"match selected" - this means we don't just assert that all FT_NONEs are
+filterable, as they aren't.
------------------------------------------------------------------------
-r19274 | guy | 2006-09-21 10:42:23 -0700 (Thu, 21 Sep 2006) | 2 lines
+r19962 | sfisher | 2006-11-22 17:45:51 -0800 (Wed, 22 Nov 2006) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-bootp.c
+ M /trunk/tshark.c
+
+
+Fix for bug #1211. Patch from Joshua Wright to add -S option to tshark's
+usage description (-h).
-Add some space after commas.
------------------------------------------------------------------------
-r19275 | etxrab | 2006-09-21 12:39:42 -0700 (Thu, 21 Sep 2006) | 4 lines
+r19963 | gerald | 2006-11-22 17:49:18 -0800 (Wed, 22 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-lapd.c
- M /trunk/epan/dissectors/packet-q931.c
+ M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/epan/dissectors/packet-radiotap.c
-Fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1106
+Back out most of r19878; it was making the 802.11 dissector overwrite the
+RSSI column with the wrong value.
-packet-lapd.c change on 2006-03-02 (17452) by etxrab swaps SRC/DST for the default case
-And added a comment to Q.931
------------------------------------------------------------------------
-r19276 | sahlberg | 2006-09-21 14:14:33 -0700 (Thu, 21 Sep 2006) | 3 lines
+r19964 | sahlberg | 2006-11-23 01:21:16 -0800 (Thu, 23 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-winreg.c
- M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
- M /trunk/epan/dissectors/pidl/winreg.idl
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-scsi-smc.c
+ A /trunk/epan/dissectors/packet-scsi-smc.h
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+ M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dissectors/packet-scsi.h
+ M /trunk/epan/libwireshark.def
-winreg updates resync idl from s4
+break the SCSI SMC commandset out into its own dissector
------------------------------------------------------------------------
-r19277 | sahlberg | 2006-09-21 15:01:32 -0700 (Thu, 21 Sep 2006) | 3 lines
+r19965 | lego | 2006-11-23 04:58:58 -0800 (Thu, 23 Nov 2006) | 3 lines
Changed paths:
- A /trunk/epan/dissectors/pidl/eventlog.cnf
- A /trunk/epan/dissectors/pidl/eventlog.idl
+ D /trunk/plugins/lua
-add idl file and conformance file for eventlog interface
+Errase the lua plugin, its not longer in use.
------------------------------------------------------------------------
-r19278 | sahlberg | 2006-09-21 15:02:08 -0700 (Thu, 21 Sep 2006) | 3 lines
+r19966 | etxrab | 2006-11-23 12:17:58 -0800 (Thu, 23 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/pidl/eventlog.idl
+ M /trunk/epan/dissectors/packet-tipc.c
-merge JBMs changes from the handwritten dissector to the idl
+Show the header size as number of bytes.
+------------------------------------------------------------------------
+r19967 | guy | 2006-11-23 13:16:46 -0800 (Thu, 23 Nov 2006) | 16 lines
+Changed paths:
+ M /trunk/epan/proto.c
+ M /trunk/epan/proto.h
+ M /trunk/gtk/expert_comp_table.c
+ M /trunk/gtk/main.c
+ M /trunk/gtk/menu.c
+ M /trunk/print.c
+ M /trunk/tap-protocolinfo.c
+
+Rename proto_construct_dfilter_string() to
+proto_construct_match_selected_string() to indicate what it does - and
+have it return a Boolean indication of whether the string could be
+built, returning the string through a pointer, and, if that pointer is
+null, have it just return the Boolean and not construct the string.
+
+Get rid of proto_can_match_selected() -
+proto_construct_match_selected_string() can be used for that, which
+means we have only one piece of code that knows whether a "match
+selected" string can be constructed or not.
+Have proto_construct_match_selected_string() support matching
+zero-length FT_NONE (and FT_PCRE, but that shouldn't happen) fields even
+if there's no epan_dissect_t, as such a match just checks whether the
+field is present.
------------------------------------------------------------------------
-r19279 | sahlberg | 2006-09-21 17:01:38 -0700 (Thu, 21 Sep 2006) | 5 lines
+r19968 | sfisher | 2006-11-23 18:59:43 -0800 (Thu, 23 Nov 2006) | 8 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
- M /trunk/epan/dissectors/packet-dcerpc-eventlog.h
- M /trunk/epan/dissectors/pidl/eventlog.cnf
+ M /trunk/epan/dissectors/packet-http.c
+
-updates to eventlog to use the pidl generated dissector and enhance the conformance file to dissect parts of the eventlog Records.
-(record dissection is incomplete since this is not really NDR encoded but better than nothing)
+Fix for bug #646: show the end of HTTP chunked encoding (a chunk with size 0)
+as described in RFC 2616.
+-This line, and those below, will be ignored--
+M packet-http.c
------------------------------------------------------------------------
-r19280 | sahlberg | 2006-09-21 18:40:23 -0700 (Thu, 21 Sep 2006) | 4 lines
+r19969 | sfisher | 2006-11-23 22:04:01 -0800 (Thu, 23 Nov 2006) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
- M /trunk/epan/dissectors/pidl/eventlog.cnf
+ M /trunk/epan/dissectors/packet-hsrp.c
-add conformance file magic to decode the non-NDR source/computer name strings of the eventlog_Record
+Fix for bug #940. Convert HSRP to a new-style dissector so that it can
+reject datagrams that don't have both the source and destination port
+of UDP_PORT_HSRP (1985).
------------------------------------------------------------------------
-r19281 | ulfl | 2006-09-22 00:41:56 -0700 (Fri, 22 Sep 2006) | 1 line
+r19970 | jake | 2006-11-23 23:09:38 -0800 (Thu, 23 Nov 2006) | 4 lines
Changed paths:
- M /trunk/packaging/nsis/wireshark.nsi
- M /trunk/packaging/u3/win32/makefile.nmake
+ M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/epan/dissectors/packet-smb-common.c
+ M /trunk/epan/dissectors/packet-smb-common.h
-remove AUTHOS-SHORT-FORMAT from NSIS and U3 installation
+From Stefan Metzmacher:
+I created two patches:
+1.) move the handling of the compressed strings in CLDAP 'netlogon' replies into a generic place.
+2.) implement dissection of SMB_NETLOGON cmd's 0x17 and 0x19
------------------------------------------------------------------------
-r19282 | sahlberg | 2006-09-22 00:43:29 -0700 (Fri, 22 Sep 2006) | 6 lines
+r19971 | jake | 2006-11-23 23:16:06 -0800 (Thu, 23 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
- M /trunk/epan/dissectors/pidl/eventlog.cnf
+ M /trunk/epan/dissectors/packet-dcerpc.c
-update to eventlog record
+From Stefan Metzmacher:
+This patch fixes some problems with encrypted DCERPC traffic
+------------------------------------------------------------------------
+r19972 | jake | 2006-11-23 23:28:02 -0800 (Thu, 23 Nov 2006) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi.c
-dissect the informational strings that may be present inside an event
+From Patrick vd Lageweg:
+This patch fixes a simple typo.
+------------------------------------------------------------------------
+r19973 | sahlberg | 2006-11-24 00:22:30 -0800 (Fri, 24 Nov 2006) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/gtk/scsi_stat.c
+add some missing commandsets to the preference for default commandset and to the scsi srt statistics
------------------------------------------------------------------------
-r19283 | sahlberg | 2006-09-22 00:56:18 -0700 (Fri, 22 Sep 2006) | 4 lines
+r19974 | jake | 2006-11-24 03:07:39 -0800 (Fri, 24 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
- M /trunk/epan/dissectors/pidl/eventlog.cnf
-
-update where the extra strings in the record are being dissected to that the decode follows the packet structure more closely
-
+ M /trunk/epan/libwireshark.def
+From Peter Johansson:
+The attached patch corrects the Win32 compilation problem.
------------------------------------------------------------------------
-r19284 | sahlberg | 2006-09-22 02:27:25 -0700 (Fri, 22 Sep 2006) | 3 lines
+r19975 | wmeier | 2006-11-24 09:41:09 -0800 (Fri, 24 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-dfs.c
- M /trunk/epan/dissectors/packet-dcerpc-dfs.h
- M /trunk/epan/dissectors/pidl/dfs.idl
+ M /trunk/epan/libwireshark.def
-dfs updates from the s4 idl repository
+Another fix for Win32 build: add scsi_osd_vals
+------------------------------------------------------------------------
+r19976 | guy | 2006-11-24 10:25:23 -0800 (Fri, 24 Nov 2006) | 6 lines
+Changed paths:
+ M /trunk/epan/libwireshark.def
+ M /trunk/epan/proto.c
+ M /trunk/epan/proto.h
+ M /trunk/gtk/expert_comp_table.c
+ M /trunk/gtk/main.c
+ M /trunk/gtk/menu.c
+ M /trunk/print.c
+ M /trunk/tap-protocolinfo.c
+Have separate proto_construct_match_selected_string() and
+proto_can_match_selected() routines, to more clearly separate the two
+functions - but have them both call the same underlying routine, so
+they both make the same decisions as to whether a match-selected string
+can be constructed or not.
------------------------------------------------------------------------
-r19285 | martinm | 2006-09-22 03:29:19 -0700 (Fri, 22 Sep 2006) | 1 line
+r19977 | wmeier | 2006-11-24 10:47:50 -0800 (Fri, 24 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/epan/dissectors/packet-scsi-osd.h
-EDCH new fields + another DCH control message type
+Also required to fix Win32 build problem
------------------------------------------------------------------------
-r19286 | martinm | 2006-09-22 05:35:06 -0700 (Fri, 22 Sep 2006) | 1 line
+r19978 | gerald | 2006-11-24 22:15:51 -0800 (Fri, 24 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/gtk/main.c
+
+Make sure we don't trigger undefined behavior in isprint().
-Add remaining dedicated control message types. This dissector is pretty complete now.
------------------------------------------------------------------------
-r19287 | martinm | 2006-09-22 05:41:30 -0700 (Fri, 22 Sep 2006) | 1 line
+r19979 | jmayer | 2006-11-25 02:35:39 -0800 (Sat, 25 Nov 2006) | 115 lines
Changed paths:
- M /trunk/epan/dissectors/packet-catapult-dct2000.c
- M /trunk/epan/dissectors/packet-umts_fp.h
+ M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
+ M /trunk/tools/pidl/pidl
+ M /trunk/tools/pidl/tests/Util.pm
+ M /trunk/tools/pidl/tests/ndr_align.pl
+ M /trunk/tools/pidl/tests/ndr_represent.pl
+ M /trunk/tools/pidl/tests/ndr_string.pl
-Add missing updates to unbreak build...
+Update from samba tree revision 19759 to 19883
+============================ Samba log start ============
------------------------------------------------------------------------
-r19288 | gal | 2006-09-22 08:19:32 -0700 (Fri, 22 Sep 2006) | 5 lines
+r19790 | vlendec | 2006-11-19 18:56:35 +0100 (Sun, 19 Nov 2006) | 10 lines
Changed paths:
- M /trunk/asn1/ldap/packet-ldap-template.c
- M /trunk/epan/dissectors/packet-ldap.c
+ M /branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c
+ M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_unixinfo.c
+ M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_unixinfo.h
+ M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_winreg.c
+ M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_winreg.h
+ M /branches/SAMBA_3_0/source/librpc/gen_ndr/ndr_winreg.c
+ M /branches/SAMBA_3_0/source/librpc/gen_ndr/winreg.h
+ M /branches/SAMBA_3_0/source/rpcclient/cmd_unixinfo.c
+ M /branches/SAMBA_3_0/source/utils/net_rpc_registry.c
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
-When dissecting LDAP, the assumption was made that the maximum LDAP PDU size will be 65535. Anything bigger than this was considered not to be LDAP. However, LDAP can have PDU sizes bigger than this - a CRL can easily grow to be bigger than this, for example.
+Check in the PIDL change and the converted unixinfo and winbind pipes without
+waiting for comments. This is what version control is for, and it does fix a
+segfault I ran into ;-)
-This patch makes the the maximum valid LDAP PDU size a preference. The default value for this new preference is 65535 for backwards compatibility.
+Nevertheless, Jelmer & Jerry, please take a look!
+Thanks,
+
+Volker
------------------------------------------------------------------------
-r19289 | gal | 2006-09-22 10:39:02 -0700 (Fri, 22 Sep 2006) | 3 lines
+r19829 | jelmer | 2006-11-22 00:15:57 +0100 (Wed, 22 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ber.c
-
-Fix to show all the internal tokens. when configured, when dissecting an unknown piece of BER.
+ M /branches/SAMBA_4_0/source/pidl/pidl
+Update documentation.
------------------------------------------------------------------------
-r19290 | gram | 2006-09-22 11:51:25 -0700 (Fri, 22 Sep 2006) | 3 lines
+r19830 | jelmer | 2006-11-22 00:21:08 +0100 (Wed, 22 Nov 2006) | 2 lines
Changed paths:
- M /trunk/tools/netscreen2dump.py
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
-Handle netscreen 5.3r4 snoop output, too.
-This format adds "len=\d+" before the ":"
+Warn about non-ref top-level pointers.
------------------------------------------------------------------------
-r19291 | gerald | 2006-09-22 14:14:54 -0700 (Fri, 22 Sep 2006) | 10 lines
+r19834 | jelmer | 2006-11-22 14:59:14 +0100 (Wed, 22 Nov 2006) | 2 lines
Changed paths:
- M /trunk/Makefile.common
- M /trunk/capture_loop.c
- M /trunk/capture_loop.h
- M /trunk/doc/tshark.pod
- M /trunk/dumpcap.c
- M /trunk/epan/Makefile.common
- M /trunk/epan/guid-utils.c
- M /trunk/epan/proto.c
- M /trunk/epan/proto.h
- M /trunk/epan/strutil.c
- M /trunk/epan/strutil.h
- M /trunk/gtk/font_utils.c
- M /trunk/gtk/help_dlg.c
- M /trunk/gtk/prefs_dlg.c
- M /trunk/gtk/webbrowser.c
- M /trunk/gtk/win32-file-dlg.c
- M /trunk/tshark.c
- M /trunk/version_info.c
-
-Add support for reading from stdin under Windows. Based on a patch sent
-in last year by Gianluca Varenni.
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
-Add partial support for reading from named pipes (currently disabled).
+Prevent some inaccurate warnings.
-Move utf_8to16() and utf_16to8() to a separate module (unicode-utils.[ch])
-so that we don't have to cut and paste code in dumpcap.c.
+------------------------------------------------------------------------
+r19842 | jelmer | 2006-11-22 17:53:30 +0100 (Wed, 22 Nov 2006) | 3 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
-Fix up whitespace.
+Complain about unknown pointer types.
+Fallback to "unique" when "ptr" is specified instead of failing.
------------------------------------------------------------------------
-r19292 | jake | 2006-09-22 14:18:51 -0700 (Fri, 22 Sep 2006) | 2 lines
+r19845 | jelmer | 2006-11-22 18:13:19 +0100 (Wed, 22 Nov 2006) | 2 lines
Changed paths:
- M /trunk/gtk/menu.c
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
-Move Copy below the tree manipulation options.
+Add warning for pointer_default_top()
------------------------------------------------------------------------
-r19293 | gerald | 2006-09-22 15:34:54 -0700 (Fri, 22 Sep 2006) | 2 lines
+r19854 | metze | 2006-11-23 14:11:08 +0100 (Thu, 23 Nov 2006) | 4 lines
Changed paths:
- M /trunk/epan/filesystem.c
- A /trunk/epan/unicode-utils.c
- A /trunk/epan/unicode-utils.h
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
-Add missing files from last commit. Fix an #include.
+readd support for 'sptr' pointers, to work against windows servers
+until jelmer commits his 'ptr' support
+metze
------------------------------------------------------------------------
-r19294 | ulfl | 2006-09-22 16:08:06 -0700 (Fri, 22 Sep 2006) | 1 line
+r19856 | jelmer | 2006-11-23 14:48:01 +0100 (Thu, 23 Nov 2006) | 2 lines
Changed paths:
- M /trunk/capture-wpcap.c
- M /trunk/version_info.c
+ M /branches/SAMBA_4_0/source/librpc/idl/epmapper.idl
+ M /branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+
+Use sptr as basis for full ptr implementation. Will add checks for duplicates later.
-Slightly reshape the version text: Bring the OS info above the WinPcap text - this just makes more sense IMHO
------------------------------------------------------------------------
-r19295 | ulfl | 2006-09-22 16:16:31 -0700 (Fri, 22 Sep 2006) | 2 lines
+r19859 | jelmer | 2006-11-23 17:02:20 +0100 (Thu, 23 Nov 2006) | 3 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /branches/SAMBA_4_0/source/librpc/ndr/libndr.h
+ M /branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c
+ M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+ A /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
+
+Reuse referrent ids when pushing full pointers (still need to
+avoid pushing the referred object twice) and add test for full pointers.
-add a packaging_u3 target
-rename gtk2_distclean -> clean_gtk2.tmp (as that's what it's really doing)
------------------------------------------------------------------------
-r19296 | gerald | 2006-09-22 16:26:52 -0700 (Fri, 22 Sep 2006) | 2 lines
+r19866 | jelmer | 2006-11-23 19:26:55 +0100 (Thu, 23 Nov 2006) | 2 lines
Changed paths:
- M /trunk/gtk/main.c
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
-Don't complain if we can't find airpcap.dll.
+Fix test compilation.
------------------------------------------------------------------------
-r19297 | ulfl | 2006-09-22 16:49:08 -0700 (Fri, 22 Sep 2006) | 5 lines
+r19868 | jelmer | 2006-11-23 21:59:09 +0100 (Thu, 23 Nov 2006) | 2 lines
Changed paths:
- M /trunk/gtk/main.c
+ M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_represent.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_string.pl
-experimental: append the current maximum expert warning level to the "File" statusbar, e.g. "[Expert: Chat]".
+Fix more tests.
-I'm still looking for a good way to display the current expert level and this seems to be the best place.
-
-However, ideas are still welcome ...
------------------------------------------------------------------------
-r19298 | ulfl | 2006-09-22 17:14:48 -0700 (Fri, 22 Sep 2006) | 9 lines
-Changed paths:
- M /trunk/gtk/Makefile.am
- M /trunk/gtk/Makefile.common
- M /trunk/gtk/capture_if_details_dlg.c
- A /trunk/gtk/gtkvumeter.c
- A /trunk/gtk/gtkvumeter.h
+------------------------------------------------------------------------
+============================ Samba log end ==============
-GTK2: add an analog VU meter like display widget
-Win32: use the widget to display the RSSI and Link Speed values as this is far better understandable than the raw numerical values (especially if you don't know the values well).
+------------------------------------------------------------------------
+r19980 | etxrab | 2006-11-25 04:04:21 -0800 (Sat, 25 Nov 2006) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ethertype.c
+ M /trunk/epan/etypes.h
-the GTK VU meter widget is based on LGPL'ed code from http://www.mumblelina.com/index.php?gtkvumeter=1
+From Eliot Blennerhassett :
+Add Cirrus cobranet ethertype
+------------------------------------------------------------------------
+r19981 | etxrab | 2006-11-25 05:03:48 -0800 (Sat, 25 Nov 2006) | 5 lines
+Changed paths:
+ M /trunk/epan/Makefile.common
+ A /trunk/epan/crcdrm.c
+ A /trunk/epan/crcdrm.h
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-dcp-etsi.c
+ A /trunk/epan/reedsolomon.c
+ A /trunk/epan/reedsolomon.h
-... and I've heavily changed and extended it to fit the problem here.
+From Julian Cable:
+New dissector for ETSI DCP (ETSI TS 102 821).
-We might use the VU meter widget later at other places as well ...
+Code rearranged to look more like other Wireshark dissectors and some warnings/errors
+on Windows fixed.
------------------------------------------------------------------------
-r19299 | ulfl | 2006-09-22 17:28:04 -0700 (Fri, 22 Sep 2006) | 1 line
+r19982 | etxrab | 2006-11-25 05:07:28 -0800 (Sat, 25 Nov 2006) | 1 line
Changed paths:
- M /trunk/gtk/Makefile.nmake
+ M /trunk/epan/dissectors/packet-h248_annex_c.c
+ M /trunk/epan/dissectors/packet-h248_annex_e.c
-rtp_player.c is already included in WIRESHARK_GTK_SRC, no need to mention it twice
+Make dissecton of some of the annex packages work again.
------------------------------------------------------------------------
-r19300 | ulfl | 2006-09-22 17:38:00 -0700 (Fri, 22 Sep 2006) | 1 line
+r19983 | wmeier | 2006-11-25 16:23:50 -0800 (Sat, 25 Nov 2006) | 8 lines
Changed paths:
- M /trunk/capture_loop.c
+ M /trunk/epan/dissectors/packet-smb-common.c
+
+Problem:
+"off by 1" bug in
+ packet-smb-common.c: dissect_ms_compressed_string_internal()
+was causing a 1 character buffer overflow thus causing the canary to sing !
+
+Fixes bug #1241
+
-squelch some compiler warnings due to currently disabled code
------------------------------------------------------------------------
-r19301 | ulfl | 2006-09-22 17:38:56 -0700 (Fri, 22 Sep 2006) | 1 line
+r19984 | morriss | 2006-11-26 00:28:09 -0800 (Sun, 26 Nov 2006) | 1 line
Changed paths:
- M /trunk/capture_sync.c
+ M /trunk/acinclude.m4
-use unicode-utils.h instead of strutil.h
+Bug 1246: From Eric Hall, fix typo: s/NETSNMPCNFIG/NETSNMPCONFIG/
------------------------------------------------------------------------
-r19302 | ulfl | 2006-09-22 18:39:07 -0700 (Fri, 22 Sep 2006) | 3 lines
+r19985 | gal | 2006-11-26 01:04:00 -0800 (Sun, 26 Nov 2006) | 6 lines
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.nmake
- M /trunk/doc/Makefile.nmake
+ M /trunk/packaging/u3/win32/makefile.nmake
+ M /trunk/packaging/u3/win32/manifest.tmpl
+ M /trunk/packaging/u3/win32/u3util.c
+
+U3 Packaging update for
+a) Packaging changes - including the latest GTK/GLIB/PANGO libaries
+b) File associations - made when Wireshark is first run and removed when device is removed.
+c) Install WinPcap - by running the installer if WinPcap is not installed. Uninstalled (if the U3 device installed it) when the device is removed. (This is an interim approach until the appropriate WinPcap U3 installation can be determined).
-change the Win32 build environment, so we can create release zip files without the need of an installer - a feature requested from time to time. When this is matured, we might want to add these zip files (of GTK1 and GTK2 versions) to the released files.
-config.nmake contains the target INSTALL1_DIR and INSTALL2_DIR. I guess you can retain the previous behaviour by using . for both DIRs, though I never tested this...
------------------------------------------------------------------------
-r19303 | ulfl | 2006-09-23 01:39:54 -0700 (Sat, 23 Sep 2006) | 1 line
+r19986 | jake | 2006-11-26 05:22:14 -0800 (Sun, 26 Nov 2006) | 3 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/epan/dissectors/packet-smb-logon.c
+
+From Stefan Metzmacher:
+2nd try: implement dissection of SMB_NETLOGON cmd's 0x17 and 0x19
-fix a typo
------------------------------------------------------------------------
-r19304 | sahlberg | 2006-09-23 06:21:54 -0700 (Sat, 23 Sep 2006) | 9 lines
+r19987 | jake | 2006-11-26 05:24:07 -0800 (Sun, 26 Nov 2006) | 5 lines
Changed paths:
M /trunk/epan/dissectors/packet-dcerpc.c
- M /trunk/epan/dissectors/packet-smb-pipe.c
- M /trunk/epan/dissectors/packet-smb.c
-replace a rotating buffer in smb with ep allocated memory
+From Stefan Metzmacher:
+I have a little additional patch, that makes it easier to see what which bytes
+are not caught by the sub_dissector.
+And it makes it easy to select and export the full payload to a file.
-dont try dcerpc reassembly of fragments if we dont have the entire pdu
+------------------------------------------------------------------------
+r19988 | morriss | 2006-11-26 05:36:03 -0800 (Sun, 26 Nov 2006) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-skinny.c
-only call the heuristical dissectors once from smb/pipe as per guy(?)s comments about idempotence.
-when doing reassembly, the dcerpc dissector is indeed not idempotent any more.
+If we found that the packet does not belong to Skinny (new style dissector), there's no need to call call_dissector(data_handle, ...) before returning FALSE.
+------------------------------------------------------------------------
+r19989 | morriss | 2006-11-26 06:00:01 -0800 (Sun, 26 Nov 2006) | 1 line
+Changed paths:
+ M /trunk/doc/README.developer
+Change to show how to write a 'new style' dissector (that is, one that returns the number of bytes it was able to dissect). I think the Developer's Guide (docbook/) probably needs similar updates but I'm a bit shy about editing XML with good old vi; maybe if I can figure out if I can build the doc in the first place... Also rewrap a few pararaphs that went past 80 columns.
+------------------------------------------------------------------------
+r19990 | morriss | 2006-11-26 06:27:13 -0800 (Sun, 26 Nov 2006) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-ansi_637.c
+ M /trunk/epan/dissectors/packet-ansi_a.c
+Clean up a bunch of unused parameter warnings and 2 uninitialized variable warnings
+------------------------------------------------------------------------
+r19991 | wmeier | 2006-11-26 10:20:51 -0800 (Sun, 26 Nov 2006) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-bgp.c
+fix compiler warning
------------------------------------------------------------------------
-r19305 | lego | 2006-09-23 07:24:22 -0700 (Sat, 23 Sep 2006) | 3 lines
+r19992 | wmeier | 2006-11-26 10:31:53 -0800 (Sun, 26 Nov 2006) | 4 lines
Changed paths:
- M /trunk/gtk/Makefile.am
+ M /trunk/airpcap.h
+ M /trunk/asn1/rrlp/rrlp.asn
+ M /trunk/asn1/snmp/Makefile
+ M /trunk/diameter/TGPPSh.xml
+ M /trunk/epan/wslua/wslua.h
+ M /trunk/epan/wslua/wslua_dumper.c
+ M /trunk/epan/wslua/wslua_field.c
+ M /trunk/epan/wslua/wslua_gui.c
+ M /trunk/epan/wslua/wslua_listener.c
+ M /trunk/epan/wslua/wslua_pinfo.c
+ M /trunk/epan/wslua/wslua_proto.c
+ M /trunk/epan/wslua/wslua_tree.c
+ M /trunk/epan/wslua/wslua_tvb.c
+ M /trunk/epan/wslua/wslua_util.c
+ M /trunk/tools/pidl/tests/ndr_represent.pl
+ M /trunk/tools/pidl/tests/ndr_tagtype.pl
-Get rid of a tab after a / that caused make on MacOS X to believe that \t was another target
+Fix some property typos (eg: svn:kwywords, swn:keywords, etc)
+Add 'svn:eol-style native' for a few .[hc] files
------------------------------------------------------------------------
-r19306 | sahlberg | 2006-09-23 14:55:40 -0700 (Sat, 23 Sep 2006) | 13 lines
+r19993 | wmeier | 2006-11-26 10:53:35 -0800 (Sun, 26 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-windows-common.c
- M /trunk/epan/dissectors/packet-windows-common.h
+ M /trunk/asn1/snmp/Makefile.nmake
-we did not have a proper WERR error table for the windows errors insterad we justkept adding the errors to the DOS error table (this merging does work ok since there is so very little overlap between he values in both ranges)
+Fix property typo: svm:keywords --> svn:keywords
-Add a new WERR error table to packet-windows-common so that PIDL generated dissectors can use this table instead of the DOS table.
+------------------------------------------------------------------------
+r19994 | gerald | 2006-11-26 12:26:09 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+ M /trunk/gtk/gui_utils.c
+ M /trunk/gtk/gui_utils.h
+ M /trunk/gtk/proto_draw.c
-To make this table as complete and accurate as possible and to avoid having to type all the values in by hand the table is generated from the samba doserr.h file and two small commandlines.
-The commends in pakcet-windows-common.h explains how to regenerate the table from doserr.h
+Make keyboard navigation common for all tree views (for GTK2, at least).
+------------------------------------------------------------------------
+r19995 | gerald | 2006-11-26 12:29:24 -0800 (Sun, 26 Nov 2006) | 2 lines
+Changed paths:
+ M /trunk/gtk/gui_utils.c
+Wrap the declaration for tree_view_key_pressed_cb() in an #if/#endif.
+------------------------------------------------------------------------
+r19996 | wmeier | 2006-11-26 16:13:09 -0800 (Sun, 26 Nov 2006) | 6 lines
+Changed paths:
+ M /trunk/diameter/chargecontrol.xml
+ M /trunk/epan/dissectors/pidl/idl_types.h
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+fix property typos:
+ eol-type --> svn:eol-style
+ sv:eol-style --> svn:eol-style
+ svn:eol-type --> svn:eol-style
------------------------------------------------------------------------
-r19307 | ulfl | 2006-09-23 15:08:39 -0700 (Sat, 23 Sep 2006) | 1 line
+r19997 | sahlberg | 2006-11-27 01:00:01 -0800 (Mon, 27 Nov 2006) | 5 lines
Changed paths:
- M /trunk/packaging/nsis/wireshark.nsi
+ D /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn.orig
+
+remove file that is not used
+
+bug 1247
+
-fix a typo, the comment char is ; not !
------------------------------------------------------------------------
-r19308 | ulfl | 2006-09-23 17:45:31 -0700 (Sat, 23 Sep 2006) | 3 lines
+r19998 | sahlberg | 2006-11-27 01:40:08 -0800 (Mon, 27 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-image-png.c
+ M /trunk/gtk/expert_comp_table.c
+
+remove unused variable: tooltips
-don't replace the COL_PROTO and COL_INFO entries simply with "PNG", but append it only to the COL_INFO just like the GIF dissector is doing
-this keeps valuable info in COL_INFO, e.g. the HTTP status code
------------------------------------------------------------------------
-r19309 | ulfl | 2006-09-24 04:10:31 -0700 (Sun, 24 Sep 2006) | 1 line
+r19999 | sahlberg | 2006-11-27 01:42:19 -0800 (Mon, 27 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc.c
+ M /trunk/gtk/expert_comp_table.c
+
+g_strdup takes one parameter not two
-print the connectionless interface name if such is known
------------------------------------------------------------------------
-r19310 | sahlberg | 2006-09-24 13:21:27 -0700 (Sun, 24 Sep 2006) | 6 lines
+r20000 | sahlberg | 2006-11-27 03:00:06 -0800 (Mon, 27 Nov 2006) | 3 lines
Changed paths:
- M /trunk/gtk/gtkvumeter.h
-
-we dont have G_BEGIN_DECLS on old gtk/glib versions
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/packet-scsi-mmc.c
+ A /trunk/epan/dissectors/packet-scsi-sbc.c
+ A /trunk/epan/dissectors/packet-scsi-sbc.h
+ M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dissectors/packet-scsi.h
+ M /trunk/epan/libwireshark.def
+ M /trunk/gtk/scsi_stat.c
-since we dont use c++ anyway we dont need these macros
+break the SCSI SBC commandset out into its own dissector
+------------------------------------------------------------------------
+r20001 | morriss | 2006-11-27 06:39:06 -0800 (Mon, 27 Nov 2006) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-epl.c
+Since this dissector is already 'new style' (it returns FALSE if it thinks the packet doesn't belong to it), register the dissector with new_create_dissector_handle() instead of create_dissector_handle(), thus fixing a compiler warning. Also comment out some (currently) unused hf_ fields to get rid warnings about them. Lastly, [AT]-ify the authors' email addresses.
------------------------------------------------------------------------
-r19311 | sahlberg | 2006-09-24 13:23:17 -0700 (Sun, 24 Sep 2006) | 4 lines
+r20002 | sahlberg | 2006-11-27 06:50:23 -0800 (Mon, 27 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
- M /trunk/epan/dissectors/packet-dcerpc-dfs.c
- M /trunk/epan/dissectors/packet-dcerpc-dfs.h
- M /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
- M /trunk/epan/dissectors/packet-dcerpc-winreg.c
- M /trunk/epan/dissectors/pidl/atsvc.idl
- M /trunk/epan/dissectors/pidl/dfs.idl
- M /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
- M /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
- M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
+ M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/proto.c
+ M /trunk/epan/proto.h
-pidl has been updated to use WERR instead of DOS error tables.
-regenerate some dissectors
+create a nice helper to dissect bitmasks and implement some test useage of it in the scsi dissector
------------------------------------------------------------------------
-r19312 | sahlberg | 2006-09-24 13:24:39 -0700 (Sun, 24 Sep 2006) | 3 lines
+r20003 | guy | 2006-11-27 10:10:12 -0800 (Mon, 27 Nov 2006) | 3 lines
Changed paths:
- D /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
- D /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.h
- D /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
- D /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h
- D /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
- D /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h
-
-these dissector functions should not be in svn in pidl they are just temporary files that are copied to the correct location after being manually compiled
+ M /trunk/wiretap/wtap.c
+ M /trunk/wiretap/wtap.h
+Add Wiretap encapsulation type for IEEE 802.16 MAC Common Part Sublayer,
+for which a DLT_ value and LINKTYPE_ value have just been assigned.
------------------------------------------------------------------------
-r19313 | guy | 2006-09-24 13:27:25 -0700 (Sun, 24 Sep 2006) | 2 lines
+r20004 | guy | 2006-11-27 10:41:45 -0800 (Mon, 27 Nov 2006) | 3 lines
Changed paths:
- M /trunk/gtk/gtkvumeter.c
+ M /trunk/wiretap/libpcap.c
-Squelch some compiler warnings.
+Map a DLT_ value of 188 to WTAP_ENCAP_IEEE802_16_MAC_CPS, and clarify
+what a DLT_ value of 187 is.
------------------------------------------------------------------------
-r19314 | guy | 2006-09-24 13:28:16 -0700 (Sun, 24 Sep 2006) | 2 lines
+r20005 | guy | 2006-11-27 11:41:07 -0800 (Mon, 27 Nov 2006) | 2 lines
Changed paths:
- M /trunk/image/toolbar/capture_airpcap_16.xpm
- M /trunk/image/toolbar/capture_ethernet_16.xpm
+ M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
-Squelch some compiler warnings.
+Note that this isn't just cut and pasted from RFC 2251.
------------------------------------------------------------------------
-r19315 | guy | 2006-09-24 13:29:47 -0700 (Sun, 24 Sep 2006) | 4 lines
+r20006 | guy | 2006-11-27 11:42:14 -0800 (Mon, 27 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ssl.c
+ M /trunk/asn1/Makefile.am
-Squelch a compiler warning.
-
-Clean up indentation.
+We got rid of ldap/Lightweight-Directory-Access-Protocol-V3.asn.orig, so
+don't try to put it into the distribution.
------------------------------------------------------------------------
-r19316 | guy | 2006-09-24 13:31:02 -0700 (Sun, 24 Sep 2006) | 2 lines
+r20007 | gerald | 2006-11-27 17:18:47 -0800 (Mon, 27 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
- M /trunk/epan/dissectors/pidl/eventlog.cnf
+ M /trunk/epan/dissectors/packet-llt.c
-dissect_ndr_uint16()'s last argument points to a guint16, not a guint.
+Use val_to_str() instead of match_strval().
------------------------------------------------------------------------
-r19317 | ulfl | 2006-09-24 13:37:30 -0700 (Sun, 24 Sep 2006) | 1 line
+r20008 | etxrab | 2006-11-27 21:53:00 -0800 (Mon, 27 Nov 2006) | 1 line
Changed paths:
- M /trunk/gtk/gtkvumeter.h
+ M /trunk/plugins/megaco/packet-megaco.c
-instead of simply removing G_BEGIN_DECLS (maybe someone wants to use it in a c++ project), use an #if GTK_MAJOR_VERSION >= 2 around all definitions. This will also make it clear that this widget won't work with gtk 1.x
+Dissection of two streams in the media descriptor was broken.
------------------------------------------------------------------------
-r19318 | etxrab | 2006-09-24 14:04:53 -0700 (Sun, 24 Sep 2006) | 1 line
+r20009 | etxrab | 2006-11-27 21:59:24 -0800 (Mon, 27 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/diameter/sip.xml
-Handle Zero length SEQUENCE and SEQUENCE OF.
+Complete the SIP application AVP:s.
------------------------------------------------------------------------
-r19319 | lego | 2006-09-24 18:09:00 -0700 (Sun, 24 Sep 2006) | 5 lines
+r20010 | etxrab | 2006-11-27 22:31:07 -0800 (Mon, 27 Nov 2006) | 2 lines
Changed paths:
- M /trunk/Makefile.am
- M /trunk/configure.in
- M /trunk/epan/Makefile.am
- M /trunk/epan/epan.c
- A /trunk/epan/wslua
- A /trunk/epan/wslua/Makefile.am
- A /trunk/epan/wslua/Makefile.nmake
- A /trunk/epan/wslua/init_wslua.c
- A /trunk/epan/wslua/make-doc.pl
- A /trunk/epan/wslua/make-init-lua.pl
- A /trunk/epan/wslua/make-reg.pl
- A /trunk/epan/wslua/make-taps.pl
- A /trunk/epan/wslua/taps
- A /trunk/epan/wslua/template-init.lua
- A /trunk/epan/wslua/wslua.h
- A /trunk/epan/wslua/wslua_dumper.c
- A /trunk/epan/wslua/wslua_field.c
- A /trunk/epan/wslua/wslua_gui.c
- A /trunk/epan/wslua/wslua_listener.c
- A /trunk/epan/wslua/wslua_pinfo.c
- A /trunk/epan/wslua/wslua_proto.c
- A /trunk/epan/wslua/wslua_tree.c
- A /trunk/epan/wslua/wslua_tvb.c
- A /trunk/epan/wslua/wslua_util.c
- M /trunk/plugins/Makefile.am
+ M /trunk/epan/dissectors/packet-q931.c
+
+From Richard Braun:
+The Q931 dissector applies a wrong mask when testing the odd/even indicator bit.
+------------------------------------------------------------------------
+r20011 | sahlberg | 2006-11-28 01:09:58 -0800 (Tue, 28 Nov 2006) | 3 lines
+Changed paths:
+ M /trunk/doc/README.developer
-Move the Lua interface into epan... (not a plugin anymore).
-- Rename Tap into Listener
-- add a mechanism to pass protocols' tap data to the Listener
+add description of proto_tree_add_bitmask()
------------------------------------------------------------------------
-r19320 | sahlberg | 2006-09-25 01:10:10 -0700 (Mon, 25 Sep 2006) | 3 lines
+r20012 | etxrab | 2006-11-28 12:43:25 -0800 (Tue, 28 Nov 2006) | 1 line
Changed paths:
- M /trunk/capture_loop.c
+ M /trunk/plugins/megaco/packet-megaco.c
-make sure we still compile for all out rh71 users
+Fix a typo and handling of unknown TerminationStatedescriptors.
+------------------------------------------------------------------------
+r20013 | etxrab | 2006-11-28 22:44:07 -0800 (Tue, 28 Nov 2006) | 4 lines
+Changed paths:
+ M /trunk/epan/column-utils.c
+ M /trunk/epan/column.c
+ M /trunk/epan/column_info.h
+ M /trunk/epan/dissectors/packet-atm.c
+ M /trunk/epan/dissectors/packet-bssgp.c
+ M /trunk/epan/dissectors/packet-fr.c
+ M /trunk/wiretap/atm.c
+ M /trunk/wiretap/erf.c
+ M /trunk/wiretap/file_access.c
+Froim Rene Pilz:
+This patch consists also the last issues. Additionally it solves:
+- For the SSCOP frames the AAL5 decoding was not performed due to an earlier patch. This caused that no SSCOP message was properly decoded.
+- As the detection between a LANE frame and a SSCOP frame is rather hard a switch within the atm dissector is included which enforce SSCOP dissecting over a LANE frame. At the moment I do not see a better solution for that.
+------------------------------------------------------------------------
+r20014 | etxrab | 2006-11-28 22:53:48 -0800 (Tue, 28 Nov 2006) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-wsp.c
+From Reinhard Speyerer:
+this patch adds support for Any-encoding (WSP, 8.4.2.9) and Any-language (WSP, 8.4.2.10)
------------------------------------------------------------------------
-r19321 | sahlberg | 2006-09-25 01:50:21 -0700 (Mon, 25 Sep 2006) | 3 lines
+r20015 | morriss | 2006-11-29 05:42:16 -0800 (Wed, 29 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-wkssvc.c
- M /trunk/epan/dissectors/packet-dcerpc-wkssvc.h
- M /trunk/epan/dissectors/pidl/wkssvc.cnf
- M /trunk/epan/dissectors/pidl/wkssvc.idl
+ M /trunk/doc/README.developer
-update the idl for wkssvc and generate the dissector by pidl
+Add documentation of the col_set_fence() and col_prepend_fence_fstr() calls. I *think* I got the description of col_prepend_fence_fstr() right.
+------------------------------------------------------------------------
+r20016 | guy | 2006-11-29 08:19:56 -0800 (Wed, 29 Nov 2006) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-irc.c
+Add some protocol references.
------------------------------------------------------------------------
-r19322 | lego | 2006-09-25 18:12:14 -0700 (Mon, 25 Sep 2006) | 5 lines
+r20017 | sfisher | 2006-11-29 12:45:02 -0800 (Wed, 29 Nov 2006) | 5 lines
Changed paths:
- M /trunk/epan/epan.c
+ M /trunk/gtk/follow_dlg.c
+ M /trunk/gtk/ssl-dlg.c
-Since there's no Lua headers in windows yet, as a temporary workarround just declare wslua_init instead of including wslua.h.
-Sorry!
+From the wishlist: add basic find functionality to the follow tcp & ssl stream
+dialogs.
------------------------------------------------------------------------
-r19323 | lego | 2006-09-25 18:19:29 -0700 (Mon, 25 Sep 2006) | 5 lines
+r20018 | sfisher | 2006-11-29 18:29:31 -0800 (Wed, 29 Nov 2006) | 7 lines
Changed paths:
- M /trunk/epan/epan.c
+ M /trunk/epan/dissectors/packet-ssl.c
-Complete the workarround of prev rev, temporarilly disabling lua from unix as well.
-Luis.
+Allow the sub-dissector to be called for decrypted SSL data even when tree is
+null. This allows the encrypted payload's dissector to fill in columns such
+as protocol and info without turning on packet coloring or otherwise rescanning
+the packet list.
------------------------------------------------------------------------
-r19324 | lego | 2006-09-25 20:31:00 -0700 (Mon, 25 Sep 2006) | 3 lines
+r20019 | jake | 2006-11-29 23:12:59 -0800 (Wed, 29 Nov 2006) | 6 lines
Changed paths:
- M /trunk/config.nmake
- M /trunk/epan/Makefile.nmake
- M /trunk/epan/wslua/Makefile.am
- M /trunk/epan/wslua/Makefile.nmake
- M /trunk/epan/wslua/wslua.h
- M /trunk/packaging/nsis/Makefile.nmake
- M /trunk/packaging/nsis/wireshark.nsi
- M /trunk/plugins/Makefile.nmake
-
-Lua 5.1.1 for windows
+ M /trunk/epan/dissectors/packet-mmse.c
+From Michel Marti:
+The attached patch fixes decoding of the "X-Mms-Reply-Charging-Deadline" header.
+According to the OMA-TS-MMS-ENC specs, this header is encoded like this:
+ Reply-charging-deadline-value = Value-length \
+ (Absolute-token Date-value | Relative-token Delta-seconds-value)
------------------------------------------------------------------------
-r19325 | lego | 2006-09-25 20:36:31 -0700 (Mon, 25 Sep 2006) | 3 lines
+r20020 | jake | 2006-11-29 23:14:09 -0800 (Wed, 29 Nov 2006) | 7 lines
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/tools/win32-setup.sh
-
-The forgotten files!
+ M /trunk/epan/dissectors/packet-ssl.c
+From Martin Warnesi:
+Much simplified patch to use column fences on the COL_INFO field to
+prevent sebsequent calls to the SSL dissector for the same packet
+clearing the information placed by earlier calls. After each SSL record
+is processed a col_set_fence() call is now issued to preserve what has
+been written.
------------------------------------------------------------------------
-r19326 | lego | 2006-09-25 21:06:17 -0700 (Mon, 25 Sep 2006) | 3 lines
+r20021 | jake | 2006-11-29 23:15:17 -0800 (Wed, 29 Nov 2006) | 4 lines
Changed paths:
- M /trunk/epan/wslua/init_wslua.c
-
-wslua_init() must return a value
+ M /trunk/epan/dissectors/packet-mysql.c
+From Martin Warnesi:
+Attached updated patch to use "dissect_mysql_pdu" instead of
+"dissect_mysql" when registering the protocol dissector.
------------------------------------------------------------------------
-r19327 | lego | 2006-09-26 03:22:20 -0700 (Tue, 26 Sep 2006) | 3 lines
+r20022 | jake | 2006-11-29 23:16:39 -0800 (Wed, 29 Nov 2006) | 5 lines
Changed paths:
- M /trunk/epan/epan.c
-
-Re-enable lua as the windows version is already there.
+ M /trunk/epan/dissectors/packet-ntlmssp.c
+From Marc Bevandi:
+Please apply this patch (made against Wireshark 0.99.4). It defines the
+NTLMSSP_NEGOTIATE_ANONYMOUS flag as described in
+<http://davenport.sourceforge.net/ntlm.html>.
------------------------------------------------------------------------
-r19328 | martinm | 2006-09-26 06:01:27 -0700 (Tue, 26 Sep 2006) | 3 lines
+r20023 | kukosa | 2006-11-29 23:30:20 -0800 (Wed, 29 Nov 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-multipart.c
-
-- Mark the multipart type as a generated field.
-- Remove the RFC 3261 attribution in the long text version of several headers (some of them I couldn't easily work out where the first non-obsoleted introduction of them is)
+ M /trunk/fileset.c
+suffix in file set is optional
------------------------------------------------------------------------
-r19329 | gerald | 2006-09-26 15:24:50 -0700 (Tue, 26 Sep 2006) | 4 lines
+r20024 | martinm | 2006-11-30 03:36:28 -0800 (Thu, 30 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/Makefile.am
- M /trunk/epan/wslua/Makefile.am
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
-Fix distcheck errors. Add epan/wslua to the list of distribution
-directories, make sure $(scrdir) is prepended to script paths, and
-fixup the wslua distclean target.
+Make prettier the parsing of IPPrim header fields.
+Add mm3 -> http mapping.
------------------------------------------------------------------------
-r19330 | gerald | 2006-09-26 15:51:04 -0700 (Tue, 26 Sep 2006) | 2 lines
+r20025 | martinm | 2006-11-30 03:37:41 -0800 (Thu, 30 Nov 2006) | 2 lines
Changed paths:
- M /trunk/epan/Makefile.nmake
+ M /trunk/epan/dissectors/packet-umts_fp.c
-Don't try to build wslua if LUA_DIR isn't defined.
+Fix infinite rate test, tweak filter names
------------------------------------------------------------------------
-r19331 | lego | 2006-09-26 17:45:55 -0700 (Tue, 26 Sep 2006) | 1 line
+r20026 | martinm | 2006-11-30 10:29:45 -0800 (Thu, 30 Nov 2006) | 1 line
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.nmake
+ M /trunk/epan/dissectors/packet-xot.c
-use luaforge's 5.1 dll to be able to link on windows. fix some mistakes
+Make xot dissector findable by name
------------------------------------------------------------------------
-r19332 | lego | 2006-09-26 19:51:08 -0700 (Tue, 26 Sep 2006) | 3 lines
+r20027 | gram | 2006-11-30 13:32:05 -0800 (Thu, 30 Nov 2006) | 3 lines
Changed paths:
- M /trunk/epan/wslua/template-init.lua
-
-Add a simple lua console to allow evaluation of conde into init.lua
+ M /trunk/epan/epan.c
+Add GPL disclaimer, which as been missing since forever.
+Thanks to Jaap Keuter for pointing this out.
------------------------------------------------------------------------
-r19333 | sahlberg | 2006-09-27 01:59:20 -0700 (Wed, 27 Sep 2006) | 6 lines
+r20028 | sfisher | 2006-11-30 18:55:45 -0800 (Thu, 30 Nov 2006) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c
- A /trunk/epan/dissectors/packet-dcerpc-wzcsvc.h
- A /trunk/epan/dissectors/pidl/wzcsvc.cnf
- A /trunk/epan/dissectors/pidl/wzcsvc.idl
-
-add new dcerpc protocol WZCSVC based on samba4 idl
+ M /trunk/gtk/flow_graph.c
-this protocol is not too interesting yet since only the function names of this interface is known but it is more that no dissection at all
+Fix for bug #1117: Crash on next action [such as another stats window] when
+flow graph window is open. Added if(pinfo->cinfo) before attempting to use
+pinfo->cinfo->col_first. The rest is indentation changes for the new if
+statement.
------------------------------------------------------------------------
-r19334 | martinm | 2006-09-27 02:48:42 -0700 (Wed, 27 Sep 2006) | 1 line
+r20029 | martinm | 2006-12-01 10:03:45 -0800 (Fri, 01 Dec 2006) | 2 lines
Changed paths:
- M /trunk/print.c
+ M /trunk/plugins/mgcp/packet-mgcp.c
+
+For duplicate requests and responses, make clickable link back to original.
-Fix PDML export problem for FT_NONE fields (bug 1110)
------------------------------------------------------------------------
-r19335 | jmayer | 2006-09-27 04:03:22 -0700 (Wed, 27 Sep 2006) | 5 lines
+r20030 | etxrab | 2006-12-01 10:49:09 -0800 (Fri, 01 Dec 2006) | 1 line
Changed paths:
- M /trunk/acinclude.m4
-
-Change some messages when ucd snmp is found but --with-ssl
-is missing. Also I changed the behaviour to just disable
-ucd snmp in case it was requested but no --with-ssl was
-given instead of bailing out with an error.
+ M /trunk/epan/dissectors/packet-sip.c
+Add hf fields for the latest headers from IANA.
------------------------------------------------------------------------
-r19336 | martinm | 2006-09-27 05:49:00 -0700 (Wed, 27 Sep 2006) | 2 lines
+r20031 | sahlberg | 2006-12-01 15:41:10 -0800 (Fri, 01 Dec 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-sip.c
+ M /trunk/epan/dissectors/packet-smb.c
+
+store FID/TID tracking based on the fid/tid value and not the frame it was opened in.
-Dissect sequence number & method name of CSeq header.
------------------------------------------------------------------------
-r19337 | gerald | 2006-09-27 09:49:53 -0700 (Wed, 27 Sep 2006) | 3 lines
+r20032 | sfisher | 2006-12-01 17:08:16 -0800 (Fri, 01 Dec 2006) | 5 lines
Changed paths:
- M /trunk/packaging/nsis/Makefile.nmake
+ M /trunk/epan/dissectors/packet-tds.c
+
+
+Solution for enhancement "bug" #1254: "MSSQL / TDS parser should decode
+passwords"
-Make the NSIS distclean target be a bit more thorough about cleaning up old
-installers.
------------------------------------------------------------------------
-r19338 | lego | 2006-09-27 10:12:42 -0700 (Wed, 27 Sep 2006) | 6 lines
+r20033 | sfisher | 2006-12-01 19:06:55 -0800 (Fri, 01 Dec 2006) | 4 lines
Changed paths:
- M /trunk/epan/funnel.c
- M /trunk/epan/funnel.h
- M /trunk/epan/wslua/make-init-lua.pl
- M /trunk/epan/wslua/template-init.lua
- M /trunk/epan/wslua/wslua_gui.c
- M /trunk/gtk/funnel_stat.c
- M /trunk/gtk/gui_stat_menu.h
- M /trunk/gtk/menu.c
- M /trunk/gtk/tap_dfilter_dlg.c
- M /trunk/stat_menu.h
- M /trunk/tap-funnel.c
- M /trunk/tap_dfilter_dlg.h
+ M /trunk/epan/Makefile.am
-* rename REGISTER_STAT_GROUP_E -> register_stat_group_t
-* Add a "Tools" menu
-* allow wslua's register_menu to register menu items into more menus
+Make epan/tvbtest compile again by adding emem.o
------------------------------------------------------------------------
-r19339 | gerald | 2006-09-27 11:02:40 -0700 (Wed, 27 Sep 2006) | 7 lines
+r20034 | wmeier | 2006-12-03 21:41:53 -0800 (Sun, 03 Dec 2006) | 5 lines
Changed paths:
M /trunk/Makefile.nmake
M /trunk/config.nmake
- M /trunk/tools/win32-setup.sh
+ M /trunk/epan/Makefile.nmake
-Update GNUTLS to 1.5.1. This includes an updated libgcrypt, which should
-fix bug 1096.
+Use 'igncr' as needed with Bash (workaround for bug report 1162);
+Change usage of 'nmake' to $(MAKE) /$(MAKEFLAGS) in a few places;
+Add one missing /$(MAKEFLAGS);
-Switch back to fetching a date-stamped URL in win32-setup.sh. This
-ensures backward compatibility with previous releases and non-updated
-SVN trees.
------------------------------------------------------------------------
-r19340 | etxrab | 2006-09-27 12:30:22 -0700 (Wed, 27 Sep 2006) | 1 line
+r20035 | etxrab | 2006-12-04 15:03:11 -0800 (Mon, 04 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-per.c
+ M /trunk/epan/dissectors/packet-sdp.c
-Handle unaligned dissect_per_length_determinant and dissect_per_restricted_character_string_sorted.
+Add description of CT AS TIAS and H263-2000 profile.
------------------------------------------------------------------------
-r19341 | etxrab | 2006-09-27 13:06:06 -0700 (Wed, 27 Sep 2006) | 12 lines
+r20036 | jake | 2006-12-04 15:12:04 -0800 (Mon, 04 Dec 2006) | 2 lines
Changed paths:
- M /trunk/asn1/camel/packet-camel-template.c
- M /trunk/asn1/gsmmap/GSMMAP.asn
- M /trunk/asn1/gsmmap/packet-gsm_map-template.c
- M /trunk/asn1/tcap/packet-tcap-template.c
- M /trunk/asn1/tcap/packet-tcap-template.h
- M /trunk/asn1/tcap/tcap.cnf
- M /trunk/epan/Makefile.common
- M /trunk/epan/dissectors/packet-camel.c
- M /trunk/epan/dissectors/packet-gsm_map.c
- M /trunk/epan/dissectors/packet-tcap.c
- M /trunk/epan/dissectors/packet-tcap.h
- A /trunk/epan/tcap-persistentdata.c
- A /trunk/epan/tcap-persistentdata.h
+ M /trunk/plugins/h223/Makefile.nmake
+ A /trunk/plugins/h223/moduleinfo.nmake
+ A /trunk/plugins/h223/plugin.rc.in
-From Florent Drouin:
-Here are some patches and a new module to introduce the notion of Tcap context for a Tcap transaction. For each Tcap transaction, several parameters, like session identifier, start time or OID, will be saved in a hash table, to keep these informations available for the next messages. This context is then given to the upper layer, and can be used, for example, to generate transaction-associated statistics.
+This is to test the waters.
+I've added a version resource to the h223 Wireshark plugin as Win32 DLL, setting a possible example for other plugins.
+------------------------------------------------------------------------
+r20037 | gerald | 2006-12-04 16:43:00 -0800 (Mon, 04 Dec 2006) | 7 lines
+Changed paths:
+ M /trunk/epan/prefs-int.h
+ M /trunk/epan/prefs.c
+ M /trunk/epan/prefs.h
+ M /trunk/gtk/prefs_dlg.c
+ M /trunk/gtk/prefs_dlg.h
-Moreover, the Upper protocol, detected in the Begin of the TCAP transaction ( according to the OID ), is saved in the context, and will be reused for the next messages of the transaction. This help the decoding of SS7 messages, without any SSN configuration in the "wireshark preferences".
+From Giorgio Tino: Add a "static text" protocol preference type. This
+can be used to add descriptive text inline with other preference items.
+The "preference" contents are not written to disk.
-You will have too, the possibility to apply a filter to see only the messages related to a TCAP transaction. (tcap.srt.session_id=XXX)
+Fixup whitespace.
-To enable the use of the Tcap context, you have 2 new parameters in the preferences,
-- SRT, enable search for a Tcap context for any TCAP messages
-- persistentSRT, keep the Tcap context, even after the transaction has been closed. This is mandatory with Wireshark, to have a clean display of the stats.
-There is 2 new timers in the preferences for the statistics, to tune the retransmission timeout, and messages lost timeout.
------------------------------------------------------------------------
-r19342 | sahlberg | 2006-09-27 13:55:13 -0700 (Wed, 27 Sep 2006) | 3 lines
+r20038 | wmeier | 2006-12-04 18:53:39 -0800 (Mon, 04 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-efs.c
- M /trunk/epan/dissectors/packet-dcerpc-efs.h
- A /trunk/epan/dissectors/pidl/efs.cnf
- A /trunk/epan/dissectors/pidl/efs.idl
+ M /trunk/epan/dissectors/packet-smb.c
+
+Remove unused variable
+
+------------------------------------------------------------------------
+r20039 | wmeier | 2006-12-04 18:59:06 -0800 (Mon, 04 Dec 2006) | 4 lines
+Changed paths:
+ M /trunk/Makefile.nmake
+ M /trunk/asn1/cdt/cdt-exp.cnf
+ M /trunk/epan/dissectors/packet-csm-encaps.c
+ M /trunk/epan/dissectors/packet-ms-mms.c
+ M /trunk/packaging/u3/win32/README.txt
+ M /trunk/packaging/u3/win32/makefile.nmake
+ M /trunk/packaging/u3/win32/manifest.tmpl
+ M /trunk/packaging/u3/win32/u3util.c
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
+ M /trunk/tools/pidl/tests/ndr_represent.pl
+ M /trunk/tools/pidl/tests/ndr_tagtype.pl
-generate the EFS DCERPC interface dissector using PIDL
+More minor properties cleanup
+svn:kewords --> svn:keywords & etc
------------------------------------------------------------------------
-r19343 | sahlberg | 2006-09-27 13:56:15 -0700 (Wed, 27 Sep 2006) | 3 lines
+r20040 | sfisher | 2006-12-04 19:19:51 -0800 (Mon, 04 Dec 2006) | 13 lines
Changed paths:
- D /trunk/epan/dissectors/dcerpc/efs
+ M /trunk/AUTHORS
+ M /trunk/doc/tshark.pod
+ M /trunk/doc/wireshark.pod
+ M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
+ M /trunk/epan/column-utils.c
+ M /trunk/epan/column.c
+ M /trunk/epan/timestamp.h
+ M /trunk/epan/to_str.c
+ M /trunk/epan/to_str.h
+ M /trunk/gtk/main.c
+ M /trunk/gtk/menu.c
+ M /trunk/gtk/packet_list.c
+ M /trunk/gtk/recent.c
+ M /trunk/tshark.c
+
-EFS is generated by PIDL now so we dont need the old idl2wrs folder any more
+From Douglas Pratley with trivial changes and documentation changes
+by myself:
+
+Corrected patch; epan/column.c and epan/column_utils.c were not included. This
+one has now been properly tested against a clean checkout of today's code.
+
+- New menu option available under view\time display format
+- New sub-option (e) to -t switch for both wireshark and tshark
+- Extended recent settings code to handle new value
+- Did NOT add new explicit epoch time column
------------------------------------------------------------------------
-r19344 | gerald | 2006-09-27 17:33:46 -0700 (Wed, 27 Sep 2006) | 2 lines
+r20041 | etxrab | 2006-12-04 22:43:47 -0800 (Mon, 04 Dec 2006) | 4 lines
Changed paths:
- M /trunk/packaging/nsis/wireshark.nsi
+ M /trunk/epan/dissectors/packet-sigcomp.c
+ M /trunk/epan/sigcomp-udvm.c
+ M /trunk/epan/sigcomp_state_hdlr.c
+ M /trunk/epan/sigcomp_state_hdlr.h
-Add lua5.1.dll to the installer.
+From Cristian Constantin:
+As a workarond for the problem that accsessing a state with a state id > the stored
+minimum access length fail, only store and compare the state with the minimum access
+lengt specified in the standard of 6 bytes.
+------------------------------------------------------------------------
+r20042 | jake | 2006-12-04 22:46:21 -0800 (Mon, 04 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/h223/Makefile.nmake
+Oops, the all target slipped through the cracks.
------------------------------------------------------------------------
-r19345 | sahlberg | 2006-09-28 00:52:46 -0700 (Thu, 28 Sep 2006) | 12 lines
+r20043 | etxrab | 2006-12-04 22:53:28 -0800 (Mon, 04 Dec 2006) | 1 line
Changed paths:
- M /trunk/AUTHORS
- M /trunk/epan/dissectors/packet-nfs.c
+ M /trunk/epan/dissectors/packet-sdp.c
-From Alex Burlyga
+Fix a cut and paste error.
+------------------------------------------------------------------------
+r20044 | ulfl | 2006-12-05 00:07:00 -0800 (Tue, 05 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-lldp.c
-This patch adds support for dissecting ontap's nfsv4 filehandle,
-as well as some updates to nfsv3 filehandle as well in the nfs
-dissector.
+fix output of PROFINET specific MAC addresses - it simply displayed garbage
+------------------------------------------------------------------------
+r20045 | ulfl | 2006-12-05 00:09:01 -0800 (Tue, 05 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-Alex.
+add dissection of the "IsochronousModeData" block
+------------------------------------------------------------------------
+r20046 | wmeier | 2006-12-05 04:36:06 -0800 (Tue, 05 Dec 2006) | 2 lines
+Changed paths:
+ M /trunk/doc/Makefile.nmake
+ M /trunk/epan/dfilter/Makefile.nmake
+ M /trunk/packaging/nsis/Makefile.nmake
+ M /trunk/plugins/mate/Makefile.nmake
+ M /trunk/plugins/tpg/Makefile.nmake
+Add a few missing /$(MAKEFLAGS)
-checked in with minor changes
+------------------------------------------------------------------------
+r20047 | martinm | 2006-12-05 06:20:55 -0800 (Tue, 05 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-sip.c
+Via param name copy-paste error
+------------------------------------------------------------------------
+r20048 | jmayer | 2006-12-05 07:25:16 -0800 (Tue, 05 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/manuf
+ M /trunk/manuf.tmpl
+Update to current IEEE and remove fixed entry for 00-06-0D (bug 1256)
------------------------------------------------------------------------
-r19346 | lego | 2006-09-28 01:57:29 -0700 (Thu, 28 Sep 2006) | 3 lines
+r20049 | gerald | 2006-12-05 11:24:25 -0800 (Tue, 05 Dec 2006) | 9 lines
Changed paths:
- M /trunk/gtk/menu.c
- M /trunk/stat_menu.h
+ M /trunk/AUTHORS
+ M /trunk/Makefile.nmake
+ M /trunk/airpcap.h
+ M /trunk/airpcap_loader.c
+ M /trunk/airpcap_loader.h
+ M /trunk/epan/dissectors/Makefile.nmake
+ M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/epan/libwireshark.def
+ M /trunk/gtk/Makefile.nmake
+ M /trunk/gtk/airpcap_dlg.c
+ M /trunk/gtk/airpcap_dlg.h
+ M /trunk/gtk/airpcap_gui_utils.c
+ M /trunk/gtk/airpcap_gui_utils.h
+ M /trunk/gtk/capture_dlg.c
+ M /trunk/gtk/capture_if_dlg.c
+ M /trunk/gtk/keys.h
+ M /trunk/gtk/main.c
+
+From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryption
+support.
-Avoid to add an empty menu if there's no Lua.
+WEP key preferences have been overloaded to allow WPA keys. The
+decryption code currently uses Windows-specific data types, but can be
+converted to use glib equivalents.
+Add a few text and whitespace fixups.
------------------------------------------------------------------------
-r19347 | martinm | 2006-09-28 02:27:28 -0700 (Thu, 28 Sep 2006) | 1 line
+r20050 | gerald | 2006-12-05 11:39:54 -0800 (Tue, 05 Dec 2006) | 2 lines
Changed paths:
- M /trunk/print.c
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+Fix a compilation error, and squelch a couple of other errors.
-Remove extra double quote from fix to bug 1110
------------------------------------------------------------------------
-r19348 | sahlberg | 2006-09-28 08:55:13 -0700 (Thu, 28 Sep 2006) | 9 lines
+r20051 | gerald | 2006-12-05 12:57:22 -0800 (Tue, 05 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi.c
-
-Hi,
+ M /trunk/epan/dissectors/packet-ieee80211.c
-This patch fixes the page code selector for the scsi log sense command.
+Fix preference registration.
-Patrick
+------------------------------------------------------------------------
+r20052 | gerald | 2006-12-05 13:06:09 -0800 (Tue, 05 Dec 2006) | 2 lines
+Changed paths:
+ A /trunk/airpdcap
+ A /trunk/airpdcap/Makefile.am
+ A /trunk/airpdcap/Makefile.nmake
+ A /trunk/airpdcap/airpdcap.c
+ A /trunk/airpdcap/airpdcap_ccmp.c
+ A /trunk/airpdcap/airpdcap_ccmp.h
+ A /trunk/airpdcap/airpdcap_debug.c
+ A /trunk/airpdcap/airpdcap_debug.h
+ A /trunk/airpdcap/airpdcap_int.h
+ A /trunk/airpdcap/airpdcap_interop.h
+ A /trunk/airpdcap/airpdcap_md5.c
+ A /trunk/airpdcap/airpdcap_md5.h
+ A /trunk/airpdcap/airpdcap_rijndael.c
+ A /trunk/airpdcap/airpdcap_rijndael.h
+ A /trunk/airpdcap/airpdcap_sha1.c
+ A /trunk/airpdcap/airpdcap_sha1.h
+ A /trunk/airpdcap/airpdcap_system.h
+ A /trunk/airpdcap/airpdcap_tkip.c
+ A /trunk/airpdcap/airpdcap_tkip.h
+ A /trunk/airpdcap/airpdcap_user.h
+ A /trunk/airpdcap/airpdcap_wep.c
+ A /trunk/airpdcap/airpdcap_wep.h
+ A /trunk/airpdcap/airpdcap_ws.h
+Add AirPDcap files.
+------------------------------------------------------------------------
+r20053 | gerald | 2006-12-06 12:29:54 -0800 (Wed, 06 Dec 2006) | 3 lines
+Changed paths:
+ M /trunk/Makefile.nmake
+ M /trunk/config.h.win32
+ M /trunk/config.nmake
+ M /trunk/epan/dissectors/Makefile.nmake
+ M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/gtk/Makefile.nmake
+Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compiler
+warning in the 802.11 dissector.
------------------------------------------------------------------------
-r19349 | sahlberg | 2006-09-28 08:57:54 -0700 (Thu, 28 Sep 2006) | 3 lines
+r20054 | etxrab | 2006-12-06 14:03:45 -0800 (Wed, 06 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dissectors/packet-eap.c
+ M /trunk/epan/dissectors/packet-isakmp.c
-additional scsi sense codes from patrick@abra2.bitwizard.nl
+Dissect EAP inside ISAKMP update some strings from IANA.
+(fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=777)
+------------------------------------------------------------------------
+r20055 | etxrab | 2006-12-06 14:05:55 -0800 (Wed, 06 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-uma.c
+Fix a typo.
+------------------------------------------------------------------------
+r20056 | etxrab | 2006-12-06 14:08:32 -0800 (Wed, 06 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-sip.c
+Prepare to decode Q.850 REASON.
------------------------------------------------------------------------
-r19350 | sahlberg | 2006-09-28 09:29:18 -0700 (Thu, 28 Sep 2006) | 34 lines
+r20057 | sfisher | 2006-12-06 15:34:28 -0800 (Wed, 06 Dec 2006) | 6 lines
Changed paths:
- M /trunk/AUTHORS
- M /trunk/epan/dissectors/Makefile.common
- M /trunk/epan/dissectors/packet-dcerpc-mapi.c
- M /trunk/epan/dissectors/packet-dcerpc.c
- A /trunk/epan/dissectors/packet-newmail.c
+ M /trunk/epan/dissectors/packet-text-media.c
-From stephen fisher:
+Fix for enhancement bug #1260. Now packet-text-media will display the
+line terminators (\r and/or \n) for line-based data such as that used in
+HTML.
-I have figured out one of the fields in the MAPI
-EcRRegisterPushNotification packet. The field is a UDP port number that
-the client wants the Exchange server to send new mail notifications on.
-These notifications are on a port > 1023 and are always 8 bytes long.
-It looks like I would add the function name to the
-dcerpc_mapi_dissectors[] for the register push notification. What would
-my new function need to do besides display the field?
+------------------------------------------------------------------------
+r20058 | sahlberg | 2006-12-07 01:28:16 -0800 (Thu, 07 Dec 2006) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-iscsi.c
+strengthen the heuristics for iscsi commandis assuming that the last 6 bytes of the 8 byte LUN blob are always 0.
-Thanks,
-Steve
-Here is a patch to add this functionality. It displays the notification
-port and the notification payload (not sure what the payload itself
-means yet). It also dynamically registers each notification port found
-with a new dissector (that I called newmail for lack of a better name -
-I'm open to suggestions) that displays the notification payload. This
-is all undocumented by Microsoft in their usual fashion.
+------------------------------------------------------------------------
+r20059 | martinm | 2006-12-07 03:31:25 -0800 (Thu, 07 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-umts_fp.c
-I also changed the code to always display the mapi.opnum field;
-currently, the mapi.opnum is only displayed when the
-dcerpc_mapi_dissector is null.
+EDCH - show total number of PDUs in info column
+------------------------------------------------------------------------
+r20060 | martinm | 2006-12-07 10:06:22 -0800 (Thu, 07 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-umts_fp.c
+Fix range highlighted by EDCH sfn header tree
+------------------------------------------------------------------------
+r20061 | sfisher | 2006-12-07 12:29:40 -0800 (Thu, 07 Dec 2006) | 10 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/doc/README.developer
+ M /trunk/epan/value_string.c
+ M /trunk/epan/value_string.h
-Steve
+From Francesco Fondelli:
+I defined a range_string struct. It's like value_string
+but stores range <-> string pairs.
+Moreover I wrote rval_to_str(), match_strrval_idx()
+match_strrval() which are behaving exactly as
+val_to_str(), match_strval_idx() and match_strval().
------------------------------------------------------------------------
-r19351 | jake | 2006-09-28 09:30:20 -0700 (Thu, 28 Sep 2006) | 5 lines
+r20062 | etxrab | 2006-12-07 12:34:08 -0800 (Thu, 07 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-mip6.c
- M /trunk/epan/dissectors/packet-mip6.h
-
-From Nicolas DICHTEL:
-I've two patchs for FMIPv6:
-- FBU encapsulated in FNA are not correctly parsed;
-- there is an error when parsing LLA Option.
+ M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+ M /trunk/asn1/camel/packet-camel-template.c
+ M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+ M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+ M /trunk/asn1/inap/packet-inap-template.c
+ M /trunk/asn1/tcap/packet-tcap-template.c
+ M /trunk/epan/dissectors/packet-ansi_map.c
+ M /trunk/epan/dissectors/packet-bthci_acl.c
+ M /trunk/epan/dissectors/packet-camel.c
+ M /trunk/epan/dissectors/packet-cigi.c
+ M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/epan/dissectors/packet-gsm_map.h
+ M /trunk/epan/dissectors/packet-inap.c
+ M /trunk/epan/dissectors/packet-inap.h
+ M /trunk/epan/dissectors/packet-isakmp.c
+ M /trunk/epan/dissectors/packet-isns.c
+ M /trunk/epan/dissectors/packet-isup_thin.c
+ M /trunk/epan/dissectors/packet-kerberos.c
+ M /trunk/epan/dissectors/packet-llt.c
+ M /trunk/epan/dissectors/packet-msrp.c
+ M /trunk/epan/dissectors/packet-ncp.c
+ M /trunk/epan/dissectors/packet-radius.c
+ M /trunk/epan/dissectors/packet-rsync.c
+ M /trunk/epan/dissectors/packet-tcap.c
+ M /trunk/epan/dissectors/packet-tcap.h
+ M /trunk/epan/dissectors/packet-tipc.c
+ M /trunk/epan/dissectors/packet-wfleet-hdlc.c
+ M /trunk/epan/dissectors/packet-winsrepl.c
+As ponted out by Stig Bj?\195?\184rlykke change a whole bunch of dissector_handle_t to static.
------------------------------------------------------------------------
-r19352 | ulfl | 2006-09-28 12:53:11 -0700 (Thu, 28 Sep 2006) | 5 lines
+r20063 | sfisher | 2006-12-07 12:34:21 -0800 (Thu, 07 Dec 2006) | 5 lines
Changed paths:
- M /trunk/docbook/wsug_src/WSUG_app_files.xml
- M /trunk/docbook/wsug_src/WSUG_app_messages.xml
- M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
- M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
- M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
- M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
- M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
- M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
- M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
- M /trunk/docbook/wsug_src/WSUG_preface.xml
+ M /trunk/epan/dissectors/packet-ospf.c
+
+
+From Francesco Fondelli: Update/addition to Bandwidth Constraints Model code
+in OSPF.
-from Stephen Fisher:
-Attached is a patch to fix some spelling mistakes in the Wireshark
-User's Guide. I also fixed the author's email addresses as the
-addresses did not match the right names.
------------------------------------------------------------------------
-r19353 | jake | 2006-09-28 13:28:26 -0700 (Thu, 28 Sep 2006) | 5 lines
+r20064 | etxrab | 2006-12-07 12:53:32 -0800 (Thu, 07 Dec 2006) | 1 line
Changed paths:
- M /trunk/wiretap/eyesdn.c
-
-From Rolf Fiedler:
-I am the author of the eyesdn wiretap module. Recently we added ATM
-support to our trace format. We used channel id 129 for that, so far
-only 0 for D channel and 1-30 for bearer channels had been in use.
+ M /trunk/asn1/tcap/packet-tcap-template.c
+ M /trunk/epan/dissectors/packet-ncp.c
+ M /trunk/epan/dissectors/packet-tcap.c
+Revert some dissector_handle_t to static changes to make it compile again.
------------------------------------------------------------------------
-r19354 | etxrab | 2006-09-28 22:50:41 -0700 (Thu, 28 Sep 2006) | 9 lines
+r20065 | guy | 2006-12-07 15:24:49 -0800 (Thu, 07 Dec 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tipc.c
+ M /trunk/version_info.h
-From Martin Peylo:
+Make "svnversion" extern, so the only definition is in version_info.c;
+this fixes build errors on some platforms.
-- dissection of TIPCv2 internal messages now shows
- all fields used according to the protocol spec
-- there should be no issues with the current protocol
- spec anymore
-- the info column is more concise and gives more
- details
-- some code beautifications
------------------------------------------------------------------------
-r19355 | etxrab | 2006-09-28 22:51:44 -0700 (Thu, 28 Sep 2006) | 1 line
+r20066 | guy | 2006-12-07 17:05:19 -0800 (Thu, 07 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-isakmp.c
+ M /trunk/epan/camel-persistentdata.c
+
+Get rid of forward declaration of non-existent routine.
-Update some value_strings
------------------------------------------------------------------------
-r19356 | etxrab | 2006-09-28 22:52:41 -0700 (Thu, 28 Sep 2006) | 1 line
+r20067 | guy | 2006-12-07 17:07:09 -0800 (Thu, 07 Dec 2006) | 2 lines
Changed paths:
- M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/epan/camel-persistentdata.h
+
+Get rid of CR's, and set the appropriate properties.
-Add some more package names.
------------------------------------------------------------------------
-r19357 | etxrab | 2006-09-28 22:53:47 -0700 (Thu, 28 Sep 2006) | 1 line
+r20068 | guy | 2006-12-07 17:08:48 -0800 (Thu, 07 Dec 2006) | 3 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/epan/camel-persistentdata.h
+ M /trunk/epan/tcap-persistentdata.h
+ M /trunk/tap-camelsrt.c
+
+Add the StatSRT flags to the header file, rather than declaring them in
+all modules that use them.
-Fixa a typo copy -> xcopy
------------------------------------------------------------------------
-r19358 | jake | 2006-09-29 01:47:51 -0700 (Fri, 29 Sep 2006) | 6 lines
+r20069 | guy | 2006-12-07 17:11:20 -0800 (Thu, 07 Dec 2006) | 3 lines
Changed paths:
- M /trunk/wiretap/eyesdn.c
+ M /trunk/epan/prefs-int.h
+ M /trunk/gtk/recent.c
+
+A callback in read_prefs_file() should return a prefs_set_pref_e, not an
+int.
-From: Rolf Fiedler
-So far Wireshark complained about channel 129, now it gets a little further
-and then complains about channel 128.
+------------------------------------------------------------------------
+r20070 | guy | 2006-12-07 20:09:44 -0800 (Thu, 07 Dec 2006) | 3 lines
+Changed paths:
+ M /trunk/epan/prefs.c
-Solution: Open up all channel from 128 up.
+Handle the "no error" return from pref_set_pair_fct(), to squelch
+compiler warnings.
------------------------------------------------------------------------
-r19359 | sahlberg | 2006-09-29 02:24:51 -0700 (Fri, 29 Sep 2006) | 3 lines
+r20071 | jmayer | 2006-12-08 07:05:41 -0800 (Fri, 08 Dec 2006) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi.c
- M /trunk/epan/dissectors/packet-scsi.h
+ M /trunk/Makefile.nmake
+ M /trunk/acinclude.m4
+ M /trunk/asn1/snmp/packet-snmp-template.c
+ M /trunk/cmakeconfig.h.in
+ M /trunk/config.h.win32
+ M /trunk/config.nmake
+ M /trunk/configure.in
+ M /trunk/epan/dissectors/format-oid.h
+ M /trunk/epan/dissectors/packet-cops.c
+ M /trunk/epan/dissectors/packet-snmp.c
-move the defines for SPC command opcode values to the headerfile
+Get rid of UCD SNMP support (it's not longer supported and
+superseeded by net-snmp). Replace some_snmp by net_snmp
+where appropriate.
------------------------------------------------------------------------
-r19360 | sahlberg | 2006-09-29 03:40:51 -0700 (Fri, 29 Sep 2006) | 7 lines
+r20072 | guy | 2006-12-08 10:40:42 -0800 (Fri, 08 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-scsi-osd.c
- A /trunk/epan/dissectors/packet-scsi-osd.h
- M /trunk/epan/dissectors/packet-scsi.c
- M /trunk/epan/dissectors/packet-scsi.h
+ M /trunk/epan/camel-persistentdata.h
+ M /trunk/epan/tcap-persistentdata.h
-add initial scsi osd dissector but only dissect sdbs that are impoerted from SPC
+Declare data values exported from libwireshark with WS_VAR_IMPORT.
-various changes to the existing scsi dissector to start allowing different commandsets to be implemented in their own dissector files to prevent the scsi dissector to become as huge as the parlay dissector
+------------------------------------------------------------------------
+r20073 | guy | 2006-12-08 11:32:53 -0800 (Fri, 08 Dec 2006) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-xot.c
+The XOT dissector is now a "new-style" dissector; register it as such.
+------------------------------------------------------------------------
+r20074 | guy | 2006-12-08 17:34:08 -0800 (Fri, 08 Dec 2006) | 3 lines
+Changed paths:
+ M /trunk/README
+We no longer support UCD SNMP - and *do* support Net-SNMP, and have
+supported it for quite a while.
------------------------------------------------------------------------
-r19361 | kukosa | 2006-09-29 04:09:17 -0700 (Fri, 29 Sep 2006) | 2 lines
+r20075 | guy | 2006-12-08 17:37:22 -0800 (Fri, 08 Dec 2006) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-per.c
+ M /trunk/INSTALL
+
+We no longer support UCD SNMP - and *do* support Net-SNMP, and have
+supported it for quite a while.
+
+Also, note that it might not even be possible to run Wireshark set-UID.
-From Reinhard Speyerer:
-patch fixes a small typo in epan/dissectors/packet-per.c
------------------------------------------------------------------------
-r19362 | sahlberg | 2006-09-29 04:12:18 -0700 (Fri, 29 Sep 2006) | 7 lines
+r20076 | guy | 2006-12-08 17:39:29 -0800 (Fri, 08 Dec 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-iscsi.c
+ M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
-add a missing heuristic to acept a NOP_IN packet and correct a broken heuristic that would refuse all NOP_OUT pdus as non-iscsi
+It's called Net-SNMP - and it replaced UCD SNMP a long time ago, so
+there's no longer a need to mention UCD SNMP.
+------------------------------------------------------------------------
+r20077 | sfisher | 2006-12-08 18:25:23 -0800 (Fri, 08 Dec 2006) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-wlccp.c
-it is absolutely amazing that none of the iscsi implementors and users of wireshark had noticed this breakage and reported it. they apparently do not use wireshark.
+Change a match_strval() to val_to_str() in a col_add_fstr() call to prevent
+problems if there isn't a match (corrupted packet).
------------------------------------------------------------------------
-r19363 | jake | 2006-09-29 09:31:52 -0700 (Fri, 29 Sep 2006) | 4 lines
+r20078 | ulfl | 2006-12-09 01:28:29 -0800 (Sat, 09 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-mip6.h
-
-From Nicolas DICHTEL:
-Please find enclosed a patch about Mobile Network Prefix option in NEMO.
-Following RFC3963 Section 4.3, lenght of this option is 18, not 16.
+ M /trunk/plugins/profinet/packet-pn-ptcp.c
+add IRDataUUID to the blocks subitem
------------------------------------------------------------------------
-r19364 | martinm | 2006-09-29 10:35:23 -0700 (Fri, 29 Sep 2006) | 1 line
+r20079 | ulfl | 2006-12-09 01:32:21 -0800 (Sat, 09 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-sip.c
+ M /trunk/gtk/menu.c
-Dissect Via header
+change it to "Seconds Since Epoch (1970-01-01): 1234567890.123456"
------------------------------------------------------------------------
-r19365 | jake | 2006-09-29 12:39:40 -0700 (Fri, 29 Sep 2006) | 3 lines
+r20080 | ulfl | 2006-12-09 02:09:48 -0800 (Sat, 09 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-xot.c
+ M /trunk/gtk/capture_if_details_dlg.c
-Fix for bug 1133:
-add a test for (length > 0) in the dissector (dissect_xot_pdu), to avoid to
-allocate a new tvb when the XOT decoded length is null.
+add WinPcap beta 2 and 3 to the details version check
------------------------------------------------------------------------
-r19366 | etxrab | 2006-09-29 14:26:27 -0700 (Fri, 29 Sep 2006) | 1 line
+r20081 | jake | 2006-12-09 08:37:54 -0800 (Sat, 09 Dec 2006) | 2 lines
Changed paths:
- M /trunk/diameter/dictionary.xml
- M /trunk/epan/dissectors/packet-diameter-defs.h
- M /trunk/radius/dictionary.3gpp
+ M /trunk/configure.in
+
+Remove mention of UCD SNMP completely.
-Update Diamater and Radius AVP:s
------------------------------------------------------------------------
-r19367 | etxrab | 2006-09-29 14:27:58 -0700 (Fri, 29 Sep 2006) | 1 line
+r20082 | sahlberg | 2006-12-09 13:29:06 -0800 (Sat, 09 Dec 2006) | 6 lines
Changed paths:
- M /trunk/plugins/asn1/packet-asn1.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+dissect the flags of FORMAT_UNIT
+
+change some hf definitions where FT_BOOLEAN types had the wrong length specified
+(BASE_[HEX|DEC] instead of length of field in bits)
+
-Use #defines from packet-ber.h rather than asn1.h change default ports to Zero.
------------------------------------------------------------------------
-r19368 | ulfl | 2006-09-29 14:53:54 -0700 (Fri, 29 Sep 2006) | 1 line
+r20083 | sahlberg | 2006-12-09 14:30:12 -0800 (Sat, 09 Dec 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+Add dissection of the PREFETCH10 and PREFETCH16 SBC commands
+
-MSVC doesn't like empty array inits
------------------------------------------------------------------------
-r19369 | ulfl | 2006-09-29 15:40:55 -0700 (Fri, 29 Sep 2006) | 1 line
+r20084 | guy | 2006-12-09 14:34:13 -0800 (Sat, 09 Dec 2006) | 3 lines
Changed paths:
- M /trunk/gtk/prefs_dlg.c
+ M /trunk/version_info.c
+
+Fix the display of whether the program was built with Net-SNMP, now that
+we no longer support UCD SNMP and no longer define HAVE_SOME_SNMP.
-fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again in 19291)
------------------------------------------------------------------------
-r19370 | ulfl | 2006-09-29 15:48:38 -0700 (Fri, 29 Sep 2006) | 5 lines
+r20085 | sahlberg | 2006-12-09 16:43:24 -0800 (Sat, 09 Dec 2006) | 3 lines
Changed paths:
- M /trunk/epan/prefs-int.h
- M /trunk/epan/prefs.c
- M /trunk/epan/prefs.h
- M /trunk/gtk/prefs_dlg.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+fix up READ6 READ10 READ12 and READ16 to dissect the flags and the group in the cdb
-from Stephen Fisher:
-Attached is a patch for consideration that changes the title in the
-preferences notebook to be the full description of the preference (but
-leaves the short name in the preferences list on the left).
------------------------------------------------------------------------
-r19371 | sahlberg | 2006-09-29 17:31:36 -0700 (Fri, 29 Sep 2006) | 5 lines
+r20086 | sahlberg | 2006-12-09 17:53:19 -0800 (Sat, 09 Dec 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-fc.h
- M /trunk/epan/dissectors/packet-scsi-osd.c
-
-scsi osd additions
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
-we also need to track the serviceaction in the itlq structure so we can decode the data in/out properly
+improve READCAPACITY10
------------------------------------------------------------------------
-r19372 | ulfl | 2006-09-29 17:45:03 -0700 (Fri, 29 Sep 2006) | 1 line
+r20087 | sahlberg | 2006-12-09 18:32:57 -0800 (Sat, 09 Dec 2006) | 3 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+fix up READEFECTDATA 10 and 12
+
-that wasn't a typo, xcopy can't rename files that way
------------------------------------------------------------------------
-r19373 | sahlberg | 2006-09-29 18:01:57 -0700 (Fri, 29 Sep 2006) | 3 lines
+r20088 | sahlberg | 2006-12-09 18:45:06 -0800 (Sat, 09 Dec 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-iscsi.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
-scsi opcode 0x7f is variable length so dont clamp the cdb length to 16 bytes
+add dissection of READLONG10
------------------------------------------------------------------------
-r19374 | sahlberg | 2006-09-29 21:10:28 -0700 (Fri, 29 Sep 2006) | 8 lines
+r20089 | sahlberg | 2006-12-09 18:59:09 -0800 (Sat, 09 Dec 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-fc.c
- M /trunk/epan/dissectors/packet-fc.h
- M /trunk/epan/dissectors/packet-iscsi.c
- M /trunk/epan/dissectors/packet-ndmp.c
- M /trunk/epan/dissectors/packet-scsi-osd.c
-
-add an extra_data pointer to the itlq structure where specific commandsets/cdbs can hang additional data that are unique to that commandset/cdb
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+add dissection of READ LONG 16
-make the scsi osd service action and getsetattributetype use this facility
-furhter enhancements to scsi osd
+------------------------------------------------------------------------
+r20090 | sahlberg | 2006-12-09 19:47:11 -0800 (Sat, 09 Dec 2006) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+fixup REASSIGN BLOCKS
------------------------------------------------------------------------
-r19375 | ulfl | 2006-09-30 02:15:15 -0700 (Sat, 30 Sep 2006) | 1 line
+r20091 | sahlberg | 2006-12-09 19:56:25 -0800 (Sat, 09 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+fixup START STOP UNIT
-remove a warning
------------------------------------------------------------------------
-r19376 | sahlberg | 2006-09-30 02:34:58 -0700 (Sat, 30 Sep 2006) | 9 lines
+r20092 | guy | 2006-12-09 20:12:35 -0800 (Sat, 09 Dec 2006) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/packet-iscsi.c
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/dissectors/packet-udp.c
+
+Treat the UDP checksum the same way the TCP checksum is treated - mark
+the "checksum bad" and "checksum good" flags as generated fields, add
+an expert info item on a checksum error, and put a "checksum incorrect"
+indication in the Info column.
-scsi osd updates
+Clean up indentation.
+------------------------------------------------------------------------
+r20093 | sfisher | 2006-12-09 20:38:42 -0800 (Sat, 09 Dec 2006) | 6 lines
+Changed paths:
+ M /trunk/asn1/s4406/s4406.cnf
-iscsi: when iscsi transfers a cdb that is alrger than 16 bytes, the first 16 bytes are transferred in the normal place in the header and ther remainder of the cdb is transported inside the AHS.
-reassemble these cdb into a proper tvb before passing it to the scsi dissector
+From Stig Bjorlykke:
+This patch fixes a small typo in the s4406 dissector.
------------------------------------------------------------------------
-r19377 | ulfl | 2006-09-30 02:45:51 -0700 (Sat, 30 Sep 2006) | 7 lines
+r20094 | sfisher | 2006-12-09 20:57:47 -0800 (Sat, 09 Dec 2006) | 4 lines
Changed paths:
- A /trunk/plugins/Custom.nmake.example
- M /trunk/plugins/Makefile.nmake
+ M /trunk/epan/dissectors/packet-s4406.c
+
-"Pluggable custom makefile"
-A custom plugin (not yet to be released to the public) can be added to Makefile.nmake easily. But this has a drawback:
-The modified Makefile.nmake appears as a modified file in the commit list and in generated patches (this annoyed me for years).
+Result of "compiling" s4406.cnf (that changed with SVN revision 20093.)
-To solve this I've added a plugin like mechanism which calls a Custom.nmake file for each target (if the file is existing). I've also added a Custom.nmake.example for a quick start.
-I don't know how to do this for the Makefile.am, so I leave this as an exercise for the interested reader ;-)
------------------------------------------------------------------------
-r19378 | sahlberg | 2006-09-30 03:08:43 -0700 (Sat, 30 Sep 2006) | 3 lines
+r20095 | sahlberg | 2006-12-10 03:14:35 -0800 (Sun, 10 Dec 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
-finish off the remainder of FORMAT OSD for scsi osd dissector
+add SYNC CACHE 10 and 16
------------------------------------------------------------------------
-r19379 | sahlberg | 2006-09-30 03:24:23 -0700 (Sat, 30 Sep 2006) | 3 lines
+r20096 | sahlberg | 2006-12-10 03:43:02 -0800 (Sun, 10 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
-
- add dissection of SCSI OSD CREATE PARTITION
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+fix the broken VERIFY 10, 12, 16
------------------------------------------------------------------------
-r19380 | gal | 2006-09-30 05:58:52 -0700 (Sat, 30 Sep 2006) | 3 lines
+r20097 | sahlberg | 2006-12-10 04:01:36 -0800 (Sun, 10 Dec 2006) | 3 lines
Changed paths:
- M /trunk/packaging/u3/win32/makefile.nmake
+ M /trunk/epan/dissectors/packet-scsi-mmc.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.h
-Update for latest lua changes.
+fixup WRITE 6,10,12,16
------------------------------------------------------------------------
-r19381 | ulfl | 2006-09-30 06:25:05 -0700 (Sat, 30 Sep 2006) | 1 line
+r20098 | sahlberg | 2006-12-10 05:04:37 -0800 (Sun, 10 Dec 2006) | 2 lines
Changed paths:
- M /trunk/plugins/Custom.nmake.example
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+fix the WRVERIFY commands
-we don't need to .. the dirs for the clean targets here
------------------------------------------------------------------------
-r19382 | ulfl | 2006-09-30 06:40:36 -0700 (Sat, 30 Sep 2006) | 1 line
+r20099 | sahlberg | 2006-12-10 05:38:42 -0800 (Sun, 10 Dec 2006) | 9 lines
Changed paths:
- M /trunk/epan/dissectors/packet-gtp.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+add dissection of
+writelong10
+writesame10/16
+xdread10
+xdwrite10
+xdwriteread10
+xpwrite10
+
-remove compiler warnings
------------------------------------------------------------------------
-r19383 | gal | 2006-09-30 07:37:09 -0700 (Sat, 30 Sep 2006) | 5 lines
+r20100 | sahlberg | 2006-12-10 05:52:30 -0800 (Sun, 10 Dec 2006) | 3 lines
Changed paths:
- M /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf
- M /trunk/asn1/x509ce/x509ce-exp.cnf
- M /trunk/asn1/x509ce/x509ce.cnf
- M /trunk/epan/dissectors/packet-logotypecertextn.c
- M /trunk/epan/dissectors/packet-x509ce.c
- M /trunk/epan/proto.h
- M /trunk/gtk/proto_draw.c
+ M /trunk/epan/dissectors/packet-scsi-mmc.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.h
+ M /trunk/epan/dissectors/packet-scsi.c
-A new field information flag, FI_URL, to indicate a field contains a URL.
-This is used to display the field underlined and to allow the user to double-click on it (like FT_FRAMENUM) to open the URL in the configured browser.
-Example usage in the x509ce and logotype certificate extensions.
+change all sbc2 references into sbc
------------------------------------------------------------------------
-r19384 | ulfl | 2006-09-30 07:57:50 -0700 (Sat, 30 Sep 2006) | 1 line
+r20101 | jmayer | 2006-12-10 10:55:24 -0800 (Sun, 10 Dec 2006) | 3 lines
Changed paths:
- M /trunk/gtk/proto_draw.c
+ A /trunk/tools/pidl/tests/ndr_fullptr.pl
+
+Forgot to add this file during one of the last commits.
+
-add a missing #include
------------------------------------------------------------------------
-r19385 | etxrab | 2006-09-30 08:50:38 -0700 (Sat, 30 Sep 2006) | 3 lines
+r20102 | jake | 2006-12-10 14:19:11 -0800 (Sun, 10 Dec 2006) | 2 lines
Changed paths:
- M /trunk/asn1/umts_rrc/Makefile
- M /trunk/asn1/umts_rrc_Internode-defs/Makefile
- M /trunk/asn1/umts_rrc_ies/Makefile
- M /trunk/asn1/umts_rrc_pdu_def/Makefile
+ M /trunk/plugins/h223/Makefile.nmake
+
+Lost the quotes in the Python line.
-From Reinhard Speyerer:
-Update asn1/umts_rrc*/Makefile
-for the renamed asn2eth.py -> asn2wrs.py.
------------------------------------------------------------------------
-r19386 | ulfl | 2006-09-30 11:30:43 -0700 (Sat, 30 Sep 2006) | 1 line
+r20103 | etxrab | 2006-12-10 14:58:55 -0800 (Sun, 10 Dec 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-http.c
+ M /trunk/epan/dissectors/packet-ipmi.c
-fix a typo
+Applied the patch http://www.wireshark.org/lists/wireshark-dev/200606/msg01818.html
+from Jason Allred.
+Added some more V2 dissection but far from complete.
------------------------------------------------------------------------
-r19387 | sahlberg | 2006-09-30 13:40:04 -0700 (Sat, 30 Sep 2006) | 6 lines
+r20104 | etxrab | 2006-12-10 15:00:44 -0800 (Sun, 10 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-iscsi.c
+ M /trunk/diameter/dictionary.xml
-the ahs length inside the AHS for an extended cdb includes the reserved byte before the start of cdb data
+Add SIP error codes.
+------------------------------------------------------------------------
+r20105 | guy | 2006-12-10 17:55:50 -0800 (Sun, 10 Dec 2006) | 10 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ipmi.c
+
+Add #defines for the authentication types, and use them.
+
+Squelch some compiler warnings.
-account for this extra reserved byte in the ahs length so that the reconstructed cdb has the correct length and does not contain one extra byte at the end
+Get rid of a C++/C99 comment.
+Fix some typoes.
+Clean up indentation.
------------------------------------------------------------------------
-r19388 | sahlberg | 2006-09-30 14:08:27 -0700 (Sat, 30 Sep 2006) | 5 lines
+r20106 | guy | 2006-12-10 18:58:38 -0800 (Sun, 10 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/tap.c
+
+Do bounds checking on tap_packet_array.
-add dissection of the cdb for service action LIST
-(but no decoding of the data in yet)
+------------------------------------------------------------------------
+r20107 | guy | 2006-12-10 19:32:01 -0800 (Sun, 10 Dec 2006) | 5 lines
+Changed paths:
+ M /trunk/gtk/expert_comp_table.c
+We only need to add the tree view to its containing scrolled window
+once. (Subsequent attempts produce a warning and do nothing.)
+Clean up indentation.
------------------------------------------------------------------------
-r19389 | sahlberg | 2006-09-30 14:49:11 -0700 (Sat, 30 Sep 2006) | 6 lines
+r20108 | kukosa | 2006-12-11 00:47:38 -0800 (Mon, 11 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-iscsi.c
+ M /trunk/epan/dissectors/packet-ssl-utils.c
+ M /trunk/epan/dissectors/packet-ssl.c
-fix for header digest detection being broken when AHS is used.
+SSL keys configuration can be read from file
+------------------------------------------------------------------------
+r20109 | sahlberg | 2006-12-11 01:04:58 -0800 (Mon, 11 Dec 2006) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+add a comment about the (few) opcodes that are still missing
+
+
+------------------------------------------------------------------------
+r20110 | sahlberg | 2006-12-11 01:07:10 -0800 (Mon, 11 Dec 2006) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+add comment that the dissector is based on SBC2
-we simply forgot to account for the AHS when testing to calculate the crc
+this dissector should be in fairly good shape now
------------------------------------------------------------------------
-r19390 | ulfl | 2006-10-01 10:59:30 -0700 (Sun, 01 Oct 2006) | 1 line
+r20111 | guy | 2006-12-11 01:55:22 -0800 (Mon, 11 Dec 2006) | 3 lines
Changed paths:
- M /trunk/filters.c
- M /trunk/filters.h
- M /trunk/gtk/filter_dlg.c
+ M /trunk/epan/dissectors/packet-udp.c
+
+For length errors, add an error item for the expert info, and put a tag
+in the summary line.
-Change the filter dialog (capture and display filters), so it has a real Cancel button now - the former Close button didn't reverted the changes done.
------------------------------------------------------------------------
-r19391 | ulfl | 2006-10-01 12:34:03 -0700 (Sun, 01 Oct 2006) | 1 line
+r20112 | sahlberg | 2006-12-11 02:15:42 -0800 (Mon, 11 Dec 2006) | 3 lines
Changed paths:
- M /trunk/gtk/filter_dlg.c
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+ M /trunk/epan/dissectors/packet-scsi-ssc.h
+
+fixup ERASE16 FORMAT_MEDIUM and LOAD_UNLOAD commands
+
-If the Cancel button was clicked and another filter dialog is still open - yes that's possible - reverse the changes on it as well to reflect the current internal list.
------------------------------------------------------------------------
-r19392 | ulfl | 2006-10-01 17:13:14 -0700 (Sun, 01 Oct 2006) | 1 line
+r20113 | martinm | 2006-12-11 02:43:43 -0800 (Mon, 11 Dec 2006) | 1 line
Changed paths:
- M /trunk/color_filters.h
- M /trunk/gtk/Makefile.am
- M /trunk/gtk/Makefile.common
- M /trunk/gtk/color_dlg.c
- A /trunk/gtk/color_edit_dlg.c
- A /trunk/gtk/color_edit_dlg.h
+ M /trunk/epan/dissectors/packet-ssl.c
-various (huge) code cleanup incl. splitting of the coloring dialog and the actual color rule edit dialog into two files - this makes the things much more clearer now (at least for me)
+Try to fix build (on Linux at least...) by including <errno.h>
------------------------------------------------------------------------
-r19393 | martinm | 2006-10-02 03:49:57 -0700 (Mon, 02 Oct 2006) | 1 line
+r20114 | martinm | 2006-12-11 05:33:46 -0800 (Mon, 11 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-rtp.c
+ M /trunk/epan/dissectors/packet-ssl.c
+
+Remove \n from long preference description
-Set correct length for extensions root
------------------------------------------------------------------------
-r19394 | martinm | 2006-10-02 06:38:13 -0700 (Mon, 02 Oct 2006) | 1 line
+r20115 | gerald | 2006-12-11 10:24:27 -0800 (Mon, 11 Dec 2006) | 5 lines
Changed paths:
- M /trunk/gtk/menu.c
+ M /trunk/test/config.sh
+ M /trunk/test/suite-capture.sh
+
+The capture test suite currently fails on quiet networks. Try to fix
+this by generating some ICMP packets before each test. Add an "icmp"
+capture filter to each test to better control the test conditions.
+Fixup whitespace.
-Don't show Tools menu at all if Lua not present
------------------------------------------------------------------------
-r19395 | ulfl | 2006-10-02 12:07:01 -0700 (Mon, 02 Oct 2006) | 1 line
+r20116 | ulfl | 2006-12-11 11:43:19 -0800 (Mon, 11 Dec 2006) | 1 line
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/gtk/capture_dlg.c
+ M /trunk/gtk/capture_if_dlg.c
-as noted by Anders Broman: the Win2000 version of copy don't like the /d switch
+remove some warnings
------------------------------------------------------------------------
-r19396 | tuexen | 2006-10-02 12:26:53 -0700 (Mon, 02 Oct 2006) | 2 lines
+r20117 | sfisher | 2006-12-11 12:09:04 -0800 (Mon, 11 Dec 2006) | 6 lines
Changed paths:
- M /trunk/capture_loop.c
+ M /trunk/epan/column.c
+ M /trunk/epan/column.h
+ M /trunk/gtk/packet_list.c
+
+
+Add a new function to build column widths based not only on the max
+width that is hard-coded in get_column_longest_string(), but also on the
+width of the user specified title of the column (in case it is wider.)
-Do not show the Windows specific message on non-Windows systems.
------------------------------------------------------------------------
-r19397 | ulfl | 2006-10-02 13:59:38 -0700 (Mon, 02 Oct 2006) | 1 line
+r20118 | sfisher | 2006-12-11 12:24:51 -0800 (Mon, 11 Dec 2006) | 6 lines
Changed paths:
- M /trunk/gtk/filter_dlg.c
+ M /trunk/AUTHORS
+ M /trunk/epan/column-utils.c
+ M /trunk/epan/column.c
+ M /trunk/epan/column_info.h
+ M /trunk/epan/dissectors/packet-ip.c
+ M /trunk/epan/dissectors/packet-vlan.c
+
+
+From Thomas Sillaber:
+
+Create two new columns: IP DSCP and L2 COS (802.1p)
+
-instead of reverting the whole changes by the *first* cancelled dialog box, revert them by clicking "Cancel" on the *last* dialog - this behaviour just makes more sense.
------------------------------------------------------------------------
-r19398 | ulfl | 2006-10-02 14:55:26 -0700 (Mon, 02 Oct 2006) | 2 lines
+r20119 | jake | 2006-12-11 13:28:07 -0800 (Mon, 11 Dec 2006) | 2 lines
Changed paths:
- M /trunk/color_filters.c
+ M /trunk/epan/dissectors/packet-acn.c
+
+Removed executable property.
-refactor apply_color_filter() as it was a bit confusing - it will also be a bit faster now -
-and some other minor code cleanup
------------------------------------------------------------------------
-r19399 | ulfl | 2006-10-02 16:01:33 -0700 (Mon, 02 Oct 2006) | 1 line
+r20120 | jake | 2006-12-11 13:46:39 -0800 (Mon, 11 Dec 2006) | 2 lines
Changed paths:
- M /trunk/color_filters.c
- M /trunk/color_filters.h
- M /trunk/gtk/color_dlg.c
+ M /trunk/plugins/h223/Makefile.am
+
+Add files to EXTRA_DIST target.
-further code cleanup: don't use the term "marked" for the color filters, the right term is "selected". That caused me "concerns" wether the marked feature of the packet list was involved - which is actually not
------------------------------------------------------------------------
-r19400 | ulfl | 2006-10-02 16:11:55 -0700 (Mon, 02 Oct 2006) | 1 line
+r20121 | gerald | 2006-12-11 16:16:22 -0800 (Mon, 11 Dec 2006) | 2 lines
Changed paths:
- M /trunk/gtk/capture_file_dlg.c
- M /trunk/gtk/color_dlg.h
+ M /trunk/AUTHORS
+
+Update Neil Kettle's address.
-missing mark -> select changes
------------------------------------------------------------------------
-r19401 | gerald | 2006-10-02 16:44:10 -0700 (Mon, 02 Oct 2006) | 4 lines
+r20122 | wmeier | 2006-12-11 18:24:51 -0800 (Mon, 11 Dec 2006) | 2 lines
Changed paths:
- M /trunk/airpcap.h
- M /trunk/airpcap_loader.c
- M /trunk/airpcap_loader.h
- M /trunk/config.nmake
- M /trunk/configure.in
- M /trunk/gtk/airpcap_dlg.c
+ M /trunk/epan/dissectors/packet-acn.h
+ M /trunk/epan/unicode-utils.c
+ M /trunk/epan/unicode-utils.h
M /trunk/gtk/airpcap_gui_utils.c
M /trunk/gtk/airpcap_gui_utils.h
- M /trunk/gtk/capture_dlg.c
- M /trunk/gtk/keys.h
-Fix WEP key bug in the AirPcap code that could cause a crash. Enable
-AirPcap by default. Add initial support for the "Any" device in AirPcap
-(more to come).
+Remove svn:executable property from a few more .[hc] files
------------------------------------------------------------------------
-r19402 | etxrab | 2006-10-02 22:48:47 -0700 (Mon, 02 Oct 2006) | 4 lines
+r20123 | etxrab | 2006-12-11 23:05:01 -0800 (Mon, 11 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-vnc.c
+ M /trunk/epan/libwireshark.def
-From Stephen Fisher:
-Modifie the VNC dissector to desegment
-the "server cut text" message type for cases where the cut text is in
-the next tcp segment from the first part of the message.
+Add get_column_width_string to make win32 build work.
------------------------------------------------------------------------
-r19403 | etxrab | 2006-10-02 22:50:28 -0700 (Mon, 02 Oct 2006) | 4 lines
+r20124 | etxrab | 2006-12-11 23:06:40 -0800 (Mon, 11 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-newmail.c
+ M /trunk/epan/dissectors/packet-ipmi.c
-From Stephen Fisher:
-always register
-itself on the port from the preferences (defaults to 0) upon launch.
-This allows the user to right-click and use decode as.
+Dissect Get Channel Authentication Capabilities Command.
------------------------------------------------------------------------
-r19404 | lego | 2006-10-03 05:07:10 -0700 (Tue, 03 Oct 2006) | 7 lines
+r20125 | sahlberg | 2006-12-12 00:28:37 -0800 (Tue, 12 Dec 2006) | 7 lines
Changed paths:
- M /trunk/epan/funnel.h
- M /trunk/epan/wslua/wslua_gui.c
- M /trunk/gtk/funnel_stat.c
- M /trunk/tap-funnel.c
+ M /trunk/epan/dissectors/packet-kerberos.c
+
+kerberos error with ERR_ETYPE_NOSUPP which is issued when the kdc does not support the specified enctype in AS REQ contains in the e-type field for optional additional data a PA_DATA sequence of sequence just as PREAUTH_REQ/FAILED does.
+
+(it would make much more sense if the KDC here would list the enctypes that are supported)
+
-more Lua APIs:
-- set_filter() : sets the main window filter
-- reload() : reloads the current capture file
-- copy_to_clipboard() : copies its first arfg to the clipboard
-- open_capture_file() : opens a capture file for viewing (still broken)
------------------------------------------------------------------------
-r19405 | martinm | 2006-10-03 07:21:07 -0700 (Tue, 03 Oct 2006) | 4 lines
+r20126 | gerald | 2006-12-12 14:24:18 -0800 (Tue, 12 Dec 2006) | 14 lines
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
- M /trunk/wiretap/catapult_dct2000.c
+ M /trunk/docbook/release-notes.xml
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+Processing packet data via tvb_get_ptr() is like palpating a cow -- it's
+messy and you shouldn't do it unless you REALLY have to. Change several
+routines to use standard tvb_get_* accessors instead of operating on raw
+packet data. This fixes an integer overflow in dissect_vendor_ie_rsn()
+found by Neil Kettle.
-- Add special case for reading strange encoding of ATM CID field
-- Indicate direction of DCH Data in info column
-- Assume EDCH payload CRC if 2 bytes are left over (previous test was broken)
+Use value_strings instead of duplicating their functionality with our
+own routines. Print the WME surplus bandwidth allowance factor. Fix
+some compiler warnings.
+
+Update the release notes.
+
+Some of the changes are untested due to a lack of capture data.
------------------------------------------------------------------------
-r19406 | lego | 2006-10-03 07:27:45 -0700 (Tue, 03 Oct 2006) | 5 lines
+r20127 | ulfl | 2006-12-12 15:49:28 -0800 (Tue, 12 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/funnel.h
- M /trunk/epan/wslua/Makefile.am
- M /trunk/epan/wslua/make-reg.pl
- M /trunk/epan/wslua/wslua.h
- M /trunk/epan/wslua/wslua_gui.c
- M /trunk/gtk/funnel_stat.c
- M /trunk/tap-funnel.c
-
-- Make sure that the registration files are created whenever there's a change
-- get rid of 5.0.2 stuff
-- add the apply_filter() API
+ M /trunk/gtk/tcp_graph.c
+gtkglobals.h not needed
+------------------------------------------------------------------------
+r20128 | ulfl | 2006-12-12 15:50:59 -0800 (Tue, 12 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+add MaintenanceItem block dissection, fix issues with heuristic of RT classes
------------------------------------------------------------------------
-r19407 | lego | 2006-10-03 10:24:28 -0700 (Tue, 03 Oct 2006) | 10 lines
+r20129 | sahlberg | 2006-12-12 18:44:00 -0800 (Tue, 12 Dec 2006) | 10 lines
Changed paths:
- M /trunk/asn1/h248/MEGACO.asn
- M /trunk/asn1/h248/h248.cnf
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/asn1/h248/packet-h248-template.h
- M /trunk/epan/dissectors/Makefile.common
- M /trunk/epan/dissectors/packet-h248.c
- M /trunk/epan/dissectors/packet-h248.h
- A /trunk/epan/dissectors/packet-h248_3gpp.c
- A /trunk/epan/dissectors/packet-h248_annex_c.c
- A /trunk/epan/dissectors/packet-h248_annex_e.c
+ M /trunk/asn1/spnego/spnego.cnf
+ M /trunk/epan/dissectors/packet-spnego.c
+ M /trunk/epan/dissectors/packet-spnego.h
+
+if there is a list of mechTypes in the negTokenInit then store the first one
+and associate it with the conversation properly.
-H.248 packages...
+do the same for supportedMech in the negTokenTarg
-few things to be fixed:
-- // comments,
-- not every hf_xxx used might be registered
-some packages from the current h248 dissector are still missing.
+This will allow wireshark to decode the blob in negTokenTarg even when no supportedMech is provided.
------------------------------------------------------------------------
-r19408 | etxrab | 2006-10-03 11:04:15 -0700 (Tue, 03 Oct 2006) | 1 line
+r20130 | etxrab | 2006-12-12 22:58:45 -0800 (Tue, 12 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-xml.c
+ M /trunk/plugins/megaco/packet-megaco.c
-Add application/media_control+xml
+Fix for parameter Media dissection with more than one parameter.
------------------------------------------------------------------------
-r19409 | lego | 2006-10-03 11:07:31 -0700 (Tue, 03 Oct 2006) | 3 lines
+r20131 | sfisher | 2006-12-13 14:22:05 -0800 (Wed, 13 Dec 2006) | 16 lines
Changed paths:
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-stun2.c
-MSVCC does not like mixing code and variable declarations
+From Marc Petit-Huguenin:
-------------------------------------------------------------------------
-r19410 | etxrab | 2006-10-03 11:11:55 -0700 (Tue, 03 Oct 2006) | 9 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-bacapp.c
- M /trunk/epan/dissectors/packet-bacapp.h
+This is a new dissector for STUN v2, that is currently in WGLC at the IETF.
+
+- Keep packet-stun.c for the RFC 3498 protocol, plus the STUN and TURN
+drafts up to draft-ietf-behave-rfc3489bis-02 and
+draft-rosenberg-midcom-turn-08, as there is some huge deployments using
+this. There will be no modification to this dissectors in the future,
+excepted perhaps to add support for retransmission or things like this.
+
+- Add a new dissector packet-stun2.c for the new STUN (currently in
+WGLC), the STUN relay-usage (formerly known as TURN) and the other
+usages that will be added in the future (IPv6, NAT Behavior, etc...).
-From David Richards:
-numerous changes, most notably:
-1) BACnetStatusFlags is bit string, not enum, in NotificationParameters
-2) Fixes many places where enclosing context tags were not handled properly.
-3) Simplify tag decoding logic. Change to explicit decoding in many
-instances rather
- than read tags in a loop and do a switch based on tag number. Looping
- ignores out-of-order and other types of tagging errors.
------------------------------------------------------------------------
-r19411 | lego | 2006-10-03 11:24:08 -0700 (Tue, 03 Oct 2006) | 3 lines
+r20132 | sfisher | 2006-12-13 16:05:03 -0800 (Wed, 13 Dec 2006) | 6 lines
Changed paths:
- M /trunk/epan/wslua/Makefile.nmake
+ M /trunk/doc/README.developer
-Update nmakefile to latest changes.
+
+From Stig Bjorlykke:
+
+* Fixed a typo in README.developer
------------------------------------------------------------------------
-r19412 | lego | 2006-10-03 11:38:04 -0700 (Tue, 03 Oct 2006) | 4 lines
+r20133 | sfisher | 2006-12-13 16:16:06 -0800 (Wed, 13 Dec 2006) | 19 lines
Changed paths:
- M /trunk/asn1/h248/h248.cnf
- M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/AUTHORS
+ M /trunk/asn1/x411/x411-exp.cnf
+ M /trunk/asn1/x411/x411.cnf
+ M /trunk/asn1/x420/x420-exp.cnf
+ M /trunk/asn1/x420/x420.cnf
+ M /trunk/epan/crc16.c
+ M /trunk/epan/crc16.h
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-dmp.c
+ M /trunk/epan/dissectors/packet-x411.c
+ M /trunk/epan/dissectors/packet-x411.h
+ M /trunk/epan/dissectors/packet-x420.c
+ M /trunk/epan/dissectors/packet-x420.h
+
+
+From Stig Bjorlykke:
-Get it to compile...
+I have added a new dissector for DMP (STANAG 4406 Direct Message
+Profile) as defined in STANAG 4406 Annex E. The DMP protocol has no
+assigned UDP port number yet, so the default value in this dissector
+is 0 (I suppose this is som sort of "disabled"?) until we get this
+registered.
+The dissector has been tested on OSX Intel/PowerPC and Solaris SPARC.
+
+Changes in this patch:
+* Added DMP dissector
+* Added a new CRC table and functions in crc16.c
+* Made NonDeliveryReasonCode and NonDeliveryDiagnosticCode available
+from X.411
+* Made NonReceiptReasonField and DiscardReasonField available from X.420
------------------------------------------------------------------------
-r19413 | ulfl | 2006-10-03 11:39:36 -0700 (Tue, 03 Oct 2006) | 8 lines
+r20134 | sfisher | 2006-12-13 19:34:26 -0800 (Wed, 13 Dec 2006) | 5 lines
Changed paths:
- M /trunk/color_filters.c
- M /trunk/color_filters.h
- M /trunk/file.c
- M /trunk/gtk/capture_file_dlg.c
- M /trunk/gtk/color_dlg.c
- M /trunk/gtk/win32-file-dlg.c
- M /trunk/gtk/win32-file-dlg.h
+ M /trunk/colorfilters
+ M /trunk/epan/dissectors/packet-cdp.c
-Implement a real "Cancel" button for the coloring rules dialog - this was a hard one! It seems to be working without bugs and as designed now.
-As this was a huge internal change, new bugs are very probable - please report.
+Add checksum verification to the CDP dissector and add an entry for this
+in the main colorfilters file.
-The implementation isn't still perfect, a new dialog internal list could possibly be removed again.
-
-However, I want to check in at this condition, just in case I make things worse - again.
------------------------------------------------------------------------
-r19414 | etxrab | 2006-10-03 12:24:22 -0700 (Tue, 03 Oct 2006) | 3 lines
+r20135 | jake | 2006-12-13 23:54:55 -0800 (Wed, 13 Dec 2006) | 2 lines
Changed paths:
- M /trunk/asn1/tcap/packet-tcap-template.c
- M /trunk/epan/dissectors/packet-tcap.c
+ M /trunk/epan/dissectors/packet-cdp.c
+
+Some source code clean up.
-From Florent.Drouin@alcatel.fr:
-I did improve the OID management in the tcap dissector.
-Now, when a tcap message is reveived, without upper layer, the ACN is saved in the TCAP context, and can be used for the next messages of the dialogue. It is used only when the upper layer session is opened with Tcap only messages.
------------------------------------------------------------------------
-r19415 | ulfl | 2006-10-03 12:53:10 -0700 (Tue, 03 Oct 2006) | 11 lines
+r20136 | sahlberg | 2006-12-14 02:11:40 -0800 (Thu, 14 Dec 2006) | 6 lines
Changed paths:
- M /trunk/epan/prefs.c
- M /trunk/epan/prefs.h
- M /trunk/gtk/color_dlg.c
- M /trunk/gtk/filter_dlg.c
- M /trunk/gtk/gui_prefs.c
- M /trunk/gtk/prefs_dlg.c
- M /trunk/gtk/proto_dlg.c
+ M /trunk/epan/dissectors/packet-gssapi.c
+
+check for whether the blob starts with "NTLMSSP" before any other check if it is not BED/DER encoded and call tha appropriate subdissector if so.
-now: Don't have a Save button in the following settings dialogs:
+this fixes some issues with some really ancient cifs implementations where the previous tests and statemanagement would cause it to fail othervise.
-- Edit/Preferences
-- View/Coloring Rules
-- Capture/Capture Filters
-- Analyze/Display Filters
-- Analyze/Enabled Protocols
-The settings will be automatically saved when pressing the Ok button.
-If someone really wants the explicit Save buttons as before - you can get them back at the Edit/Preferences/User Interface page.
------------------------------------------------------------------------
-r19416 | ulfl | 2006-10-03 13:01:39 -0700 (Tue, 03 Oct 2006) | 1 line
+r20137 | martinm | 2006-12-14 03:50:54 -0800 (Thu, 14 Dec 2006) | 1 line
Changed paths:
- M /trunk/gtk/capture_file_dlg.c
+ M /trunk/epan/dissectors/packet-umts_fp.c
-the whole ARGUMENT_CL mimic isn't required any longer - remove it. This should fix compile problems under Unix.
+Fix version check needed for EDCH 'Number of subframes' field
------------------------------------------------------------------------
-r19417 | ulfl | 2006-10-03 13:11:08 -0700 (Tue, 03 Oct 2006) | 1 line
+r20138 | morriss | 2006-12-14 04:46:50 -0800 (Thu, 14 Dec 2006) | 1 line
Changed paths:
- M /trunk/gtk/color_dlg.c
+ M /trunk/epan/dissectors/packet-k12.c
-fix a bug in the export function
+From Sebastien Tandel: don't allocate a hash table until a little bit later in the function so memory is not leaked by an early (error) return
------------------------------------------------------------------------
-r19418 | ulfl | 2006-10-03 14:03:08 -0700 (Tue, 03 Oct 2006) | 1 line
+r20139 | ulfl | 2006-12-14 14:32:13 -0800 (Thu, 14 Dec 2006) | 1 line
Changed paths:
- M /trunk/gtk/color_dlg.c
- M /trunk/gtk/filter_dlg.c
- M /trunk/gtk/prefs_dlg.c
- M /trunk/gtk/proto_dlg.c
+ M /trunk/airpcap_loader.c
-As Stephen Fisher noted, the Apply button should also save the changed settings (if the Save button is disabled)
+remove a warning
------------------------------------------------------------------------
-r19419 | ulfl | 2006-10-03 14:25:16 -0700 (Tue, 03 Oct 2006) | 1 line
+r20140 | morriss | 2006-12-16 07:17:43 -0800 (Sat, 16 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/prefs.c
+ M /trunk/epan/dissectors/packet-tcp.c
-"saying your preferences once ..." -> "applying your preferences once ..."
+From Sebastien Tandel: if the TCP dissector is dissecting a fragment of a packet in an ICMP message, put the TCP sequence number in the tree.
------------------------------------------------------------------------
-r19420 | etxrab | 2006-10-03 15:12:47 -0700 (Tue, 03 Oct 2006) | 9 lines
+r20141 | sfisher | 2006-12-16 21:37:18 -0800 (Sat, 16 Dec 2006) | 4 lines
Changed paths:
- A /trunk/epan/camel-persistentdata.c
- A /trunk/epan/camel-persistentdata.h
- A /trunk/gtk/camel_counter.c
- A /trunk/gtk/camel_srt.c
- A /trunk/tap-camelcounter.c
- A /trunk/tap-camelsrt.c
+ M /trunk/epan/dissectors/packet-aim.c
-From Florent.Drouin@alcatel.fr:
-Please find two new TAP for Camel Statistics.
-The first one updates counters related to camel operations. It is located in the GSM submenu. The second one , named Camel Service Response Time, gives the time ellapsed between a couple of camel specifics operations. (For example InitialDP/Continue or InitialDP GPRS/Continue GPRS). With Wireshark, you can have the Min/Max/Mean delay time for your traces files, and with Tshark, you have the additional information for percentile (1%,95% 99% etc )
-To enable the use of the Camel statistics, you have 2 new parameters in the preferences,
-- SRT, enable the service Response Time calculation.
-- persistentSRT, keep the data in a context, even after the camel session has been closed. This is mandatory with Wireshark, to have a clean display of the stats.
+Make IPv4 addresses in AIM TLV data human readable.
+
-Only the new files checked in for now because of include problems.
------------------------------------------------------------------------
-r19421 | ulfl | 2006-10-03 15:32:03 -0700 (Tue, 03 Oct 2006) | 3 lines
+r20142 | sfisher | 2006-12-16 21:44:32 -0800 (Sat, 16 Dec 2006) | 5 lines
Changed paths:
- M /trunk/color_filters.c
- M /trunk/file.c
+ M /trunk/epan/dissectors/packet-ip.c
+
+
+Display icmp echo/echo reply sequence numbers in decimal in addition to hex,
+so that it is easier to match it with the output of a ping program.
-changes of the coloring rules sometimes crashed as dissection keeps pointers to the color_filter for later reference -> simply deleting the filters leave the pointers invalid -> crash.
-for now, don't delete the filters but keep them floating around in memory (leaking) -> at least better than crashing
------------------------------------------------------------------------
-r19422 | ulfl | 2006-10-03 16:24:48 -0700 (Tue, 03 Oct 2006) | 1 line
+r20143 | sfisher | 2006-12-17 13:41:19 -0800 (Sun, 17 Dec 2006) | 5 lines
Changed paths:
- M /trunk/color_filters.c
- M /trunk/color_filters.h
- M /trunk/file.c
+ M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
+
+
+Add sections to the chapter on building and installing for installing under
+Gentoo Linux (thanks to Isbaran Akcayir for the syntax) and under FreeBSD.
+
-fix the memory leak problem mentioned lately by adding and using color_filters_cleanup()
------------------------------------------------------------------------
-r19423 | ulfl | 2006-10-03 16:32:51 -0700 (Tue, 03 Oct 2006) | 7 lines
+r20144 | jake | 2006-12-18 08:23:46 -0800 (Mon, 18 Dec 2006) | 3 lines
Changed paths:
- M /trunk/epan/wslua/Makefile.am
+ M /trunk/plugins/mate
+ M /trunk/plugins/mate/Makefile.am
+ A /trunk/plugins/mate/Makefile.common
+ M /trunk/plugins/mate/Makefile.nmake
+ D /trunk/plugins/mate/mate_plugin.c
+ A /trunk/plugins/mate/moduleinfo.nmake
+ A /trunk/plugins/mate/plugin.rc.in
+
+Update plugin to the current plugin design.
+Add Windows version info resource.
+
+------------------------------------------------------------------------
+r20145 | jake | 2006-12-18 08:24:42 -0800 (Mon, 18 Dec 2006) | 3 lines
+Changed paths:
+ M /trunk/plugins/stats_tree/Makefile.am
+ A /trunk/plugins/stats_tree/Makefile.common
+ M /trunk/plugins/stats_tree/Makefile.nmake
+ A /trunk/plugins/stats_tree/moduleinfo.nmake
+ A /trunk/plugins/stats_tree/plugin.rc.in
+
+Update plugin to the current plugin design.
+Add Windows version info resource.
-an attempt to fix the Ubuntu buildbot:
+------------------------------------------------------------------------
+r20146 | martinm | 2006-12-18 09:58:52 -0800 (Mon, 18 Dec 2006) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-umts_fp.c
-ERROR: files left in build directory after distclean:
-./epan/wslua/declare_wslua.h
-./epan/wslua/register_wslua.c
+Show generated field when frame has 0 TBs for a channel
-Louis, could you have a look - I might have produced a mess :-)
------------------------------------------------------------------------
-r19424 | etxrab | 2006-10-04 00:18:58 -0700 (Wed, 04 Oct 2006) | 6 lines
+r20147 | jake | 2006-12-18 13:39:19 -0800 (Mon, 18 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/camel-persistentdata.c
- M /trunk/epan/camel-persistentdata.h
- M /trunk/tap-camelsrt.c
+ M /trunk/plugins/mate/Makefile.am
+ M /trunk/plugins/mate/Makefile.common
+
+Repair distribution target.
-Got rid of some errors but 1 remains:
-libui.lib(camel_srt.obj) : error LNK2001: unresolved external symbol _camelSRTt
-pe_naming
-wireshark.exe : fatal error LNK1120: 1 unresolved externals
-NMAKE : fatal error U1077: 'link' : return code '0x460'
-Stop.
------------------------------------------------------------------------
-r19425 | lego | 2006-10-04 07:37:46 -0700 (Wed, 04 Oct 2006) | 7 lines
+r20148 | sfisher | 2006-12-18 15:12:50 -0800 (Mon, 18 Dec 2006) | 9 lines
Changed paths:
- M /trunk/epan/wslua/Makefile.am
- M /trunk/epan/wslua/template-init.lua
- M /trunk/epan/wslua/wslua_field.c
- M /trunk/epan/wslua/wslua_gui.c
- M /trunk/epan/wslua/wslua_util.c
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/packet-isis-lsp.c
-- wslua_util.c: replace Lua's loadfile and dofile for versions that will try to open the file in perscofdir then dataconfdir if there's no such file in cwd
-- wslua_field.c: avoid FieldInfo:__tostring() crashing when the ftype has no val_to_string_repr
-- init.lua: inform the user that a packet has been disabled, intead of a cryptic "attemt to call nil"
-- Makefile.am: add register_wslua.c and declare_wslua.h to MAINTAINERCLEANFILES
-- wslua_gui.c: fix a typo
+
+From Sebastien Tandel:
+
+ a little patch against revision 20088 in packet-isis-lsp.c for the
+following :
+- hf_isis_lsp_remaining_life declared but unused
+- replacing a proto_tree_add_uint useless with proto_tree_add_item
------------------------------------------------------------------------
-r19426 | lego | 2006-10-04 08:31:31 -0700 (Wed, 04 Oct 2006) | 3 lines
+r20149 | ulfl | 2006-12-18 16:51:07 -0800 (Mon, 18 Dec 2006) | 1 line
Changed paths:
- M /trunk/asn1/h248/h248.cnf
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/epan/dissectors/packet-h248.c
- M /trunk/epan/dissectors/packet-h248_annex_c.c
- M /trunk/epan/dissectors/packet-h248_annex_e.c
+ M /trunk/epan/prefs.c
+
+change default capturing options to use "show realtime capturing" instead of the "capture summary window"
+------------------------------------------------------------------------
+r20150 | jake | 2006-12-18 23:04:59 -0800 (Mon, 18 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/stats_tree/plugin.rc.in
-more cleanup... almost there...
+Set the right properties on the new files
+------------------------------------------------------------------------
+r20151 | jake | 2006-12-18 23:06:25 -0800 (Mon, 18 Dec 2006) | 2 lines
+Changed paths:
+ M /trunk/plugins/stats_tree/Makefile.common
+ M /trunk/plugins/stats_tree/moduleinfo.nmake
+Set the right properties on the new files.
------------------------------------------------------------------------
-r19427 | etxrab | 2006-10-04 09:02:59 -0700 (Wed, 04 Oct 2006) | 1 line
+r20152 | etxrab | 2006-12-19 14:04:22 -0800 (Tue, 19 Dec 2006) | 5 lines
Changed paths:
- M /trunk/Makefile.common
+ M /trunk/epan/dissectors/packet-ber.c
+
+From Florent Drouin:
+Introduce the support for "expert info" in the BER decoding module.
+It is usefull if you have to analyze long capture files, containing few malformed messages.
+
+With changes to make it compile with MSVC6.
+------------------------------------------------------------------------
+r20153 | etxrab | 2006-12-19 14:07:08 -0800 (Tue, 19 Dec 2006) | 5 lines
+Changed paths:
+ M /trunk/asn1/camel/camel.asn
M /trunk/asn1/camel/packet-camel-template.c
- M /trunk/epan/Makefile.common
- M /trunk/epan/camel-persistentdata.h
M /trunk/epan/dissectors/packet-camel.c
- M /trunk/epan/libwireshark.def
- M /trunk/gtk/Makefile.common
-Finally got it to complie.
+From Florent Drouin:
+Update the Camel ASN1 definition to version 3GPP TS
+29.078 7.3.0 Release 7.
+Some definitions for element SIZE have been replaced to use the capSpecificBound variables, and some decoding problemes, like for Establish temporary connection have been solved.
+I did notice that the CalledPartyBCDNumber (ISDN-AddressString (1..9) ) is not inline with the last definition (1..41), but I did not update it.
------------------------------------------------------------------------
-r19428 | etxrab | 2006-10-04 10:36:40 -0700 (Wed, 04 Oct 2006) | 3 lines
+r20154 | jake | 2006-12-19 14:16:54 -0800 (Tue, 19 Dec 2006) | 2 lines
Changed paths:
- M /trunk/wiretap/iseries.c
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-roofnet.c
-From Martin Warnes:
-The patch addresses issues with higher precision packet
-timings on top end iSeries hardware and should enable the iseries wiretap to handle timings in both micro and nano seconds.
+From Sebastien Tandel:
+Here is a patch for the dissector of the new Roofnet protocol.
------------------------------------------------------------------------
-r19429 | etxrab | 2006-10-04 10:43:52 -0700 (Wed, 04 Oct 2006) | 2 lines
+r20155 | jake | 2006-12-19 14:22:34 -0800 (Tue, 19 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-mip6.c
- M /trunk/epan/dissectors/packet-mip6.h
+ M /trunk/plugins/agentx/Makefile.am
+ M /trunk/plugins/agentx/Makefile.nmake
+ A /trunk/plugins/agentx/moduleinfo.nmake
+ A /trunk/plugins/agentx/plugin.rc.in
-From Nicolas DICHTEL:
-M flag isn't for MCOA, but for HMIP (RFC4140 Section 4.1).
+Add Windows version info resource.
------------------------------------------------------------------------
-r19430 | etxrab | 2006-10-04 11:00:32 -0700 (Wed, 04 Oct 2006) | 7 lines
+r20156 | jake | 2006-12-19 14:22:55 -0800 (Tue, 19 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-linx.c
+ M /trunk/plugins/artnet/Makefile.am
+ M /trunk/plugins/artnet/Makefile.nmake
+ A /trunk/plugins/artnet/moduleinfo.nmake
+ A /trunk/plugins/artnet/plugin.rc.in
-From Martin Peylo:
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20157 | jake | 2006-12-19 14:23:22 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/asn1/Makefile.am
+ M /trunk/plugins/asn1/Makefile.nmake
+ A /trunk/plugins/asn1/moduleinfo.nmake
+ A /trunk/plugins/asn1/plugin.rc.in
-dissector for Enea's LINX protocol?
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20158 | jake | 2006-12-19 14:23:37 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/ciscosm/Makefile.am
+ M /trunk/plugins/ciscosm/Makefile.nmake
+ A /trunk/plugins/ciscosm/moduleinfo.nmake
+ A /trunk/plugins/ciscosm/plugin.rc.in
-A protocol spec is available at <http://www.enea.com/templates/Extension____8947.aspx>. The source of the kernel module could be obtained from Enea by sending a request to "linx at enea dot com".
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20159 | jake | 2006-12-19 14:23:56 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/docsis/Makefile.am
+ M /trunk/plugins/docsis/Makefile.nmake
+ A /trunk/plugins/docsis/moduleinfo.nmake
+ A /trunk/plugins/docsis/plugin.rc.in
-Currently they use ethertype 0x9999 which is not registered at IEEE.
+Add Windows version info resource.
------------------------------------------------------------------------
-r19431 | gal | 2006-10-04 11:08:51 -0700 (Wed, 04 Oct 2006) | 3 lines
+r20160 | jake | 2006-12-19 14:24:16 -0800 (Tue, 19 Dec 2006) | 1 line
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/plugins/enttec/Makefile.am
+ M /trunk/plugins/enttec/Makefile.nmake
+ A /trunk/plugins/enttec/moduleinfo.nmake
+ A /trunk/plugins/enttec/plugin.rc.in
-Patch for clean, distclean and maintainer-clean targets for U3 packaging.
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20161 | jake | 2006-12-19 14:24:40 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/gryphon/Makefile.am
+ M /trunk/plugins/gryphon/Makefile.nmake
+ A /trunk/plugins/gryphon/moduleinfo.nmake
+ A /trunk/plugins/gryphon/plugin.rc.in
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20162 | jake | 2006-12-19 14:25:09 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/irda/Makefile.am
+ M /trunk/plugins/irda/Makefile.nmake
+ A /trunk/plugins/irda/moduleinfo.nmake
+ A /trunk/plugins/irda/plugin.rc.in
+Add Windows version info resource.
------------------------------------------------------------------------
-r19432 | lego | 2006-10-04 11:45:26 -0700 (Wed, 04 Oct 2006) | 8 lines
+r20163 | jake | 2006-12-19 14:25:24 -0800 (Tue, 19 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/wslua/wslua_gui.c
- M /trunk/gtk/funnel_stat.c
+ M /trunk/plugins/lwres/Makefile.am
+ M /trunk/plugins/lwres/Makefile.nmake
+ A /trunk/plugins/lwres/moduleinfo.nmake
+ A /trunk/plugins/lwres/plugin.rc.in
-Misterious bug with cf_read() solved... had nothing to do with cf_read :)
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20164 | jake | 2006-12-19 14:26:06 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/megaco/Makefile.am
+ M /trunk/plugins/megaco/Makefile.nmake
+ A /trunk/plugins/megaco/moduleinfo.nmake
+ A /trunk/plugins/megaco/plugin.rc.in
-the callback data for TextWindow buttons was ep_allocated!
-after cf_read() it was reused and so it was rewritten...
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20165 | jake | 2006-12-19 14:26:27 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/mgcp/Makefile.am
+ M /trunk/plugins/mgcp/Makefile.nmake
+ A /trunk/plugins/mgcp/moduleinfo.nmake
+ A /trunk/plugins/mgcp/plugin.rc.in
-fix that making it g_malloced instead.
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20166 | etxrab | 2006-12-19 14:26:41 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-ip.h
+ M /trunk/epan/libwireshark.def
+ M /trunk/plugins/megaco/packet-megaco.c
+Correct a problem with media parameter dissection and add inforamtion about a number of packages.
+------------------------------------------------------------------------
+r20167 | jake | 2006-12-19 14:26:43 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/opsi/Makefile.am
+ M /trunk/plugins/opsi/Makefile.nmake
+ A /trunk/plugins/opsi/moduleinfo.nmake
+ A /trunk/plugins/opsi/plugin.rc.in
+Add Windows version info resource.
------------------------------------------------------------------------
-r19433 | gerald | 2006-10-04 13:53:18 -0700 (Wed, 04 Oct 2006) | 2 lines
+r20168 | jake | 2006-12-19 14:27:01 -0800 (Tue, 19 Dec 2006) | 1 line
Changed paths:
- M /trunk/configure.in
+ M /trunk/plugins/pcli/Makefile.am
+ M /trunk/plugins/pcli/Makefile.nmake
+ A /trunk/plugins/pcli/moduleinfo.nmake
+ A /trunk/plugins/pcli/plugin.rc.in
-Fix the version.
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20169 | jake | 2006-12-19 14:27:15 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/profinet/Makefile.am
+ M /trunk/plugins/profinet/Makefile.nmake
+ A /trunk/plugins/profinet/moduleinfo.nmake
+ A /trunk/plugins/profinet/plugin.rc.in
+Add Windows version info resource.
------------------------------------------------------------------------
-r19434 | etxrab | 2006-10-04 14:52:35 -0700 (Wed, 04 Oct 2006) | 6 lines
+r20170 | jake | 2006-12-19 14:27:31 -0800 (Tue, 19 Dec 2006) | 1 line
Changed paths:
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/epan/dissectors/packet-h248.c
- M /trunk/epan/dissectors/packet-h248.h
+ M /trunk/plugins/rlm/Makefile.am
+ M /trunk/plugins/rlm/Makefile.nmake
+ A /trunk/plugins/rlm/moduleinfo.nmake
+ A /trunk/plugins/rlm/plugin.rc.in
-Put back the bugfixes froim Revision 19190/19356
-Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20171 | jake | 2006-12-19 14:27:45 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/rtnet/Makefile.am
+ M /trunk/plugins/rtnet/Makefile.nmake
+ A /trunk/plugins/rtnet/moduleinfo.nmake
+ A /trunk/plugins/rtnet/plugin.rc.in
-"h248_handle was declared localy, udp port was not added at register.
+Add Windows version info resource.
+------------------------------------------------------------------------
+r20172 | jake | 2006-12-19 14:28:03 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/rudp/Makefile.am
+ M /trunk/plugins/rudp/Makefile.nmake
+ A /trunk/plugins/rudp/moduleinfo.nmake
+ A /trunk/plugins/rudp/plugin.rc.in
-Added a few more packagenames."
+Add Windows version info resource.
------------------------------------------------------------------------
-r19435 | jake | 2006-10-04 15:01:58 -0700 (Wed, 04 Oct 2006) | 7 lines
+r20173 | etxrab | 2006-12-19 14:28:20 -0800 (Tue, 19 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-linx.c
+ M /trunk/epan/dissectors/packet-ber.c
-Make provisional ETHERTYPE dependant on registered ETHERTYPE
-Remove preferences stuff
-Use stringz for variable length names
-Media address size independant
-Removed generated item
-Set actual length of packet
-Make info column work without coloring rules or filters
+Remove an unused variable.
------------------------------------------------------------------------
-r19436 | etxrab | 2006-10-04 15:43:38 -0700 (Wed, 04 Oct 2006) | 1 line
+r20174 | jake | 2006-12-19 14:28:22 -0800 (Tue, 19 Dec 2006) | 1 line
Changed paths:
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/asn1/h248/packet-h248-template.h
- M /trunk/epan/dissectors/packet-h248.c
- M /trunk/epan/dissectors/packet-h248.h
- M /trunk/epan/dissectors/packet-h248_3gpp.c
- M /trunk/epan/dissectors/packet-h248_annex_c.c
- M /trunk/epan/dissectors/packet-h248_annex_e.c
+ A /trunk/plugins/sbus/COPYING
+ M /trunk/plugins/sbus/Makefile.am
+ M /trunk/plugins/sbus/Makefile.nmake
+ A /trunk/plugins/sbus/moduleinfo.nmake
+ A /trunk/plugins/sbus/plugin.rc.in
-Added the possibillity of Statistic pkg as well.
+Add Windows version info resource.
------------------------------------------------------------------------
-r19437 | etxrab | 2006-10-04 15:49:40 -0700 (Wed, 04 Oct 2006) | 2 lines
+r20175 | jake | 2006-12-19 14:28:41 -0800 (Tue, 19 Dec 2006) | 1 line
Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/plugins/v5ua/Makefile.am
+ M /trunk/plugins/v5ua/Makefile.nmake
+ A /trunk/plugins/v5ua/moduleinfo.nmake
+ A /trunk/plugins/v5ua/plugin.rc.in
-Start to make the output from the dissector more like the actual
-data.
+Add Windows version info resource.
------------------------------------------------------------------------
-r19438 | jake | 2006-10-05 04:35:41 -0700 (Thu, 05 Oct 2006) | 2 lines
+r20176 | jake | 2006-12-19 14:30:38 -0800 (Tue, 19 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-kerberos.c
+ M /trunk/plugins/mate/Makefile.common
+ M /trunk/plugins/mate/moduleinfo.nmake
+ M /trunk/plugins/mate/plugin.rc.in
-Patch in bug 1149, adds DCE-style flag for gss-api
+Set the right properties on the files.
+------------------------------------------------------------------------
+r20177 | ulfl | 2006-12-19 14:44:35 -0800 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/plugins/profinet/ChangeLog
+ M /trunk/plugins/profinet/moduleinfo.h
+raise plugin version, as I've done some small but important changes
------------------------------------------------------------------------
-r19439 | martinm | 2006-10-05 07:10:10 -0700 (Thu, 05 Oct 2006) | 3 lines
+r20178 | jake | 2006-12-20 02:07:20 -0800 (Wed, 20 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-catapult-dct2000.c
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/plugins/profinet/moduleinfo.nmake
-Make IPPrim based addresses filterable (mirroring ip/udp/tcp filter names).
-Add some if (tree) tests to try to avoid doing extra work (large FP captures can be very slow to load).
+Bump micro version number, like in moduleinfo.h
------------------------------------------------------------------------
-r19440 | lego | 2006-10-05 09:25:13 -0700 (Thu, 05 Oct 2006) | 4 lines
+r20179 | sahlberg | 2006-12-20 03:57:31 -0800 (Wed, 20 Dec 2006) | 8 lines
Changed paths:
- M /trunk/epan/funnel.h
- M /trunk/epan/wslua/wslua_gui.c
- M /trunk/gtk/funnel_stat.c
+ M /trunk/epan/dissectors/packet-tcp.c
+
+Enhance tcp reassembly of the flavor "reassemble one more segment" work properly
+for the quite unusual case when we need to do this multiple times in a row for the same PDU.
+
+This fixes the issue reported by Xiaoguang Liu on the mailinglist
+where wireshark did not manage to properly reassemble a big HTTP header spanning several (more than two) tcp segments.
-have the funnel client passing the destructors for btn data structures to the funnel.
-Although useless in practice, it is better to implement it this way... the funnel mini gui might be used by other modules in the future.
------------------------------------------------------------------------
-r19441 | etxrab | 2006-10-05 14:37:45 -0700 (Thu, 05 Oct 2006) | 1 line
+r20180 | jake | 2006-12-20 08:24:19 -0800 (Wed, 20 Dec 2006) | 2 lines
Changed paths:
- M /trunk/plugins/Makefile.nmake
+ M /trunk/doc/README.plugins
+
+Updated to describe the current state of plugin development.
-Remove entries for the lua plugin as it's not used any more.
------------------------------------------------------------------------
-r19442 | gerald | 2006-10-06 10:39:39 -0700 (Fri, 06 Oct 2006) | 2 lines
+r20181 | jmayer | 2006-12-20 13:41:19 -0800 (Wed, 20 Dec 2006) | 1 line
Changed paths:
- M /trunk/Makefile.common
+ M /trunk/asn1/snmp
+
+Set svn:ignore
+------------------------------------------------------------------------
+r20182 | sfisher | 2006-12-20 22:41:11 -0800 (Wed, 20 Dec 2006) | 11 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-netflow.c
+
+
+From Motonori Shindo:
+
+As per NetFlow V9 protocol, Template ID is guaranteed to be unique per
+Observation Domain (identified by Source ID) and the Exporter
+(identified by the source IP address of NetFlow PDU).
+
+The former code was ignoring these information for simplicity, but
+noticing such a necessity.
-Add airpcap.h to the distribution.
------------------------------------------------------------------------
-r19443 | gerald | 2006-10-06 10:50:51 -0700 (Fri, 06 Oct 2006) | 2 lines
+r20183 | martinm | 2006-12-21 09:05:42 -0800 (Thu, 21 Dec 2006) | 4 lines
Changed paths:
- M /trunk/Makefile.am
+ M /trunk/epan/dissectors/packet-rtcp.c
-Add the u3 packaging directory to the distribution.
+TBCP changes:
+- Fix 'ignored' flag that wasn't wide enough to take result
+- Use FP_UINT_STRING in a couple of places
------------------------------------------------------------------------
-r19444 | jake | 2006-10-06 12:18:55 -0700 (Fri, 06 Oct 2006) | 4 lines
+r20184 | martinm | 2006-12-21 10:00:07 -0800 (Thu, 21 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-bgp.c
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Add a generated field for how many data bytes are accepted by subdissector
-From Aaron Campbell:
-The expression (BGP_OSPF_RTYPE_EXT ||BGP_OSPF_RTYPE_NSSA) will always
-evaluate to 1. As well, neither of these constants are defined as flag
-values, so a bitwise op was probably not intended either.
------------------------------------------------------------------------
-r19445 | etxrab | 2006-10-06 12:48:00 -0700 (Fri, 06 Oct 2006) | 2 lines
+r20185 | guy | 2006-12-21 13:09:39 -0800 (Thu, 21 Dec 2006) | 3 lines
Changed paths:
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/epan/dissectors/packet-h248.c
- M /trunk/epan/dissectors/packet-h248_annex_c.c
- M /trunk/epan/dissectors/packet-h248_annex_e.c
- M /trunk/epan/dissectors/packet-isup.c
+ M /trunk/AUTHORS
+
+Steve Sommars wanted his work e-mail address removed and his home
+address's entry removed.
-Add a few packages and fix dissecton of a_codecs and handle the case when
-hf_param = -1.
------------------------------------------------------------------------
-r19446 | jmayer | 2006-10-07 07:24:32 -0700 (Sat, 07 Oct 2006) | 9 lines
+r20186 | jake | 2006-12-21 14:01:09 -0800 (Thu, 21 Dec 2006) | 3 lines
Changed paths:
- M /trunk/config.nmake
- M /trunk/gtk/Makefile.nmake
- M /trunk/gtk/rtp_player.c
+ M /trunk/gtk/capture_dlg.c
-Alejandro Vaquero:
- Add portaudio v19 support in addition to v18:
+From Florent Drouin:
+Here is a patch for Bug 771.
+It solves the problem of datalink header selection, when the interface has more than one.
+------------------------------------------------------------------------
+r20187 | jake | 2006-12-21 14:13:30 -0800 (Thu, 21 Dec 2006) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-sflow.c
- Here is a patch using the API 2 (v19). I tested it only in Windows.
-Attached also the Windows v19 zip file used. I did not modify the
-Makefile.nmake to download this new version (when running the "setup"),
-because Windows v18 it is still good.
+From Taisuke SASAKI:
+I found a misdecoding in dissect_sflow_extended_switch() in epan/dissector/packet-sflow.c and fixed it.
+------------------------------------------------------------------------
+r20188 | etxrab | 2006-12-21 14:15:34 -0800 (Thu, 21 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/Makefile.nmake
+ M /trunk/config.nmake
+ M /trunk/tools/win32-setup.sh
+Update to use gtk 2.10.6 and friends.
------------------------------------------------------------------------
-r19447 | jmayer | 2006-10-07 07:48:04 -0700 (Sat, 07 Oct 2006) | 14 lines
+r20189 | jake | 2006-12-21 14:24:33 -0800 (Thu, 21 Dec 2006) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- M /trunk/epan/dissectors/packet-ethertype.c
- A /trunk/epan/dissectors/packet-wlccp.c
- M /trunk/epan/etypes.h
+ M /trunk/epan/dissectors/packet-q931.c
-Stephen Fisher:
- packet-cisco-wireless.c is actually trying to dissect WLCCP:
+From Alfred Alinazar:
+The patch is to dissect unknown information element when an Avaya PBX
+use codeset = 6 to send display.
-I have attached a dissector I wrote from scratch for the
-frames that I'm seeing. It has #defines for the field offsets and
-lengths so it should be easier to merge. I also attached a sample
-capture with one of the frames that I'm seeing. There are more fields
-in the frame I haven't yet figured out, hopefully your dissector has
-those that I'm missing.
+------------------------------------------------------------------------
+r20190 | wmeier | 2006-12-21 16:38:53 -0800 (Thu, 21 Dec 2006) | 2 lines
+Changed paths:
+ M /trunk/Makefile.nmake
-Me: - Commented in wlccp over udp as well, it works most of the time.
- - Leave the file packet-cisco-wireless.c in for the time being to
- copy over knowledge until no usable info is left in the file.
+use 'rm -rf' so no error if directory already deleted (by 'clean_setup')
------------------------------------------------------------------------
-r19448 | ulfl | 2006-10-07 15:41:17 -0700 (Sat, 07 Oct 2006) | 1 line
+r20191 | wmeier | 2006-12-21 20:46:26 -0800 (Thu, 21 Dec 2006) | 4 lines
Changed paths:
- M /trunk/airpcap_loader.c
+ M /trunk/test/suite-capture.sh
+
+Add additional output to try to find out why the "capture 10
+packets" test fails during the run-tests step of the
+buildbot windows build ...
-don't crash, if airpcap.dll isn't available
------------------------------------------------------------------------
-r19449 | sahlberg | 2006-10-07 21:13:18 -0700 (Sat, 07 Oct 2006) | 5 lines
+r20192 | lego | 2006-12-21 21:48:57 -0800 (Thu, 21 Dec 2006) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/packet-iscsi.c
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/wslua
+ M /trunk/epan/wslua/init_wslua.c
+ M /trunk/epan/wslua/make-doc.pl
+ M /trunk/epan/wslua/taps
+ M /trunk/epan/wslua/wslua_proto.c
+ M /trunk/epan/wslua/wslua_tvb.c
+
+- Fix the name of the disable_lua variable.
+== improve documentation
+ make-doc.pl ( make doc ) generates an almost complete reference manual.
-scsi: unusual scsi protocols can request multiple AHS fields for iscsi so decode the AHS properly instead of assuming at most one field is present
-scsi-osd add dissection of LIST data pdus and CREATE cdb
------------------------------------------------------------------------
-r19450 | sahlberg | 2006-10-07 21:48:24 -0700 (Sat, 07 Oct 2006) | 4 lines
+r20193 | lego | 2006-12-21 21:54:12 -0800 (Thu, 21 Dec 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/wslua/wslua_tvb.c
-scsi osd
-collapse attripute parameters, capability and security parameters into subtrees to make the display easier to read
+fix a typo.
------------------------------------------------------------------------
-r19451 | jake | 2006-10-08 00:54:06 -0700 (Sun, 08 Oct 2006) | 1 line
+r20194 | sahlberg | 2006-12-22 00:35:43 -0800 (Fri, 22 Dec 2006) | 15 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ssl.c
+ M /trunk/epan/dfilter/dfvm.c
+ M /trunk/epan/ftypes/ftype-ipv4.c
+ M /trunk/epan/ftypes/ftype-string.c
+ M /trunk/epan/ftypes/ftypes.c
+ M /trunk/epan/ftypes/ftypes.h
+ M /trunk/epan/libwireshark.def
+ M /trunk/epan/proto.c
+ M /trunk/gtk/dfilter_expr_dlg.c
-Fix for bug 1153, typos in debug output
-------------------------------------------------------------------------
-r19452 | sahlberg | 2006-10-08 12:11:39 -0700 (Sun, 08 Oct 2006) | 4 lines
-Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+change some slab allocated memory into ep/emem allocated structures instead.
+
+this primarily removes code and simplifies (==eliminates) the need to track the data that is allocated and should potentially be slightly faster than a slab allocator.
+however these functions are called A LOT so there might be a performance hit when using emem with full debugging canary values and all the bells and whistles activated.
-dissect attribute get/set data in data in/out blobs and display them for now as a blob.
+
+this change also makes any future attempt to parallellize dissection of frames easier if we just make the ep allocator allocate from a threads specific ep pool.
+(something we would have to do anyway to make ep allocations multithreaded)
+
+
+
+this works in all my tests so far but needs more test coverage.
------------------------------------------------------------------------
-r19453 | sahlberg | 2006-10-08 12:54:01 -0700 (Sun, 08 Oct 2006) | 8 lines
+r20195 | sahlberg | 2006-12-22 01:01:12 -0800 (Fri, 22 Dec 2006) | 10 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/dfilter/dfvm.c
+ M /trunk/epan/ftypes/ftype-ipv4.c
+ M /trunk/epan/ftypes/ftype-string.c
+ M /trunk/epan/ftypes/ftypes.c
+ M /trunk/epan/ftypes/ftypes.h
+ M /trunk/epan/libwireshark.def
+ M /trunk/epan/proto.c
+ M /trunk/gtk/dfilter_expr_dlg.c
+
+hmm
+
+best to revert this for a while.
+
-add some more SCSI OSD command dissectors
-REMOVE
-REMOVE PARTITION
-REMOVE COLELCTION
-SET KEY
+revert all changes from previous patch.
+
------------------------------------------------------------------------
-r19454 | etxrab | 2006-10-08 13:57:20 -0700 (Sun, 08 Oct 2006) | 4 lines
+r20196 | jake | 2006-12-22 04:53:49 -0800 (Fri, 22 Dec 2006) | 4 lines
Changed paths:
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/epan/dissectors/packet-h248.c
- M /trunk/epan/dissectors/packet-isup.c
- M /trunk/epan/dissectors/packet-isup.h
+ M /trunk/make-version.pl
-H248:
-Lost a line in last commit.
+Fix for bug 1195.
+Add preference svn_client to indicate you want to use 'svn info' i.s.o. ugly directory hack.
+version.conf format more relaxed.
-ISUP Export a value string.
------------------------------------------------------------------------
-r19455 | ulfl | 2006-10-08 15:24:46 -0700 (Sun, 08 Oct 2006) | 3 lines
+r20197 | wmeier | 2006-12-22 05:00:40 -0800 (Fri, 22 Dec 2006) | 3 lines
Changed paths:
M /trunk/test/config.sh
M /trunk/test/suite-capture.sh
-change the binary path to current windows debug dir: wireshark-gtk2
+Use interface '1' for the capture tests;
+Add additional error output in case any other problems
-don't use promiscuous mode as default (my Win32 WLAN card won't capture any packets with it - might probably be better for other users as well)
------------------------------------------------------------------------
-r19456 | ulfl | 2006-10-08 15:39:23 -0700 (Sun, 08 Oct 2006) | 6 lines
+r20198 | jake | 2006-12-22 06:48:51 -0800 (Fri, 22 Dec 2006) | 3 lines
Changed paths:
- M /trunk/capture_loop.c
- M /trunk/capture_loop.h
- M /trunk/tshark.c
+ M /trunk/epan/dissectors/packet-giop.c
-from Richard van der Hoff:
-> [tshark from a fifo]
-> Ulf - I notice you made the relevant change here (r16787) - is there any reason why tshark shouldn't use capture_loop_dispatch to do its processing, rather than attempting to use cap_pipe_dispatch or pcap_dispatch directly?
+Fix for bug 1272.
+Check length remaining before aligning.
-well, there didn't seem to be, so I've made a patch which does exactly this, and which fixes the problem.
+------------------------------------------------------------------------
+r20199 | morriss | 2006-12-22 09:23:45 -0800 (Fri, 22 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/version_info.c
+Take out UCD-SNMP message since we no longer use it
------------------------------------------------------------------------
-r19457 | ulfl | 2006-10-08 15:57:32 -0700 (Sun, 08 Oct 2006) | 5 lines
+r20200 | wmeier | 2006-12-22 10:16:22 -0800 (Fri, 22 Dec 2006) | 6 lines
Changed paths:
- M /trunk/test/config.sh
M /trunk/test/suite-capture.sh
-from Richard van der Hoff:
-[tshark from a fifo]
-I've even gone so far as to add a unit test for it
+OK: I think I've fixed most of the problems in
+ suite-capture.sh which were causing some
+ of tests to fail;
+ The stdout tests still tend to fail:
+ some issue with flushing the stdout pipe ??
-ULFL: as mkfifo isn't available on Win32 (not even cygwin), make this test configurable in config.sh
------------------------------------------------------------------------
-r19458 | wmeier | 2006-10-08 19:07:44 -0700 (Sun, 08 Oct 2006) | 1 line
+r20201 | jake | 2006-12-22 12:09:09 -0800 (Fri, 22 Dec 2006) | 2 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/gtk/capture_dlg.c
-If GTK1_DIR or GTK2_DIR not defined, then corresponding install-common-deps should not be invoked....
-------------------------------------------------------------------------
-r19459 | kukosa | 2006-10-08 23:24:03 -0700 (Sun, 08 Oct 2006) | 1 line
-Changed paths:
- M /trunk/tools/lex.py
- M /trunk/tools/yacc.py
+Make fix for bug 771 compatible with GTK1
-Ply updated to version 2.1
------------------------------------------------------------------------
-r19460 | sahlberg | 2006-10-09 01:31:04 -0700 (Mon, 09 Oct 2006) | 12 lines
+r20202 | gerald | 2006-12-22 13:01:23 -0800 (Fri, 22 Dec 2006) | 2 lines
Changed paths:
M /trunk/AUTHORS
- M /trunk/epan/dissectors/packet-scsi-osd.c
-
-from Joe Breher
-This patch fixes a transposition of the orders of
-Set Attribute Number
-Set Attribute Length
-In the page oriented get and set attributes CDB parameters format
-Ref SCSI-OSD T10/1355-D Revision 10 section 5.2.2.2
+@ -> [AT]
+------------------------------------------------------------------------
+r20203 | sfisher | 2006-12-22 14:15:38 -0800 (Fri, 22 Dec 2006) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-pppoe.c
+Report inaccurate PPPoE Session payload length when detected to aid in the
+troubleshooting of malformed packets.
------------------------------------------------------------------------
-r19461 | gerald | 2006-10-09 11:47:42 -0700 (Mon, 09 Oct 2006) | 10 lines
+r20204 | gerald | 2006-12-22 16:06:16 -0800 (Fri, 22 Dec 2006) | 2 lines
Changed paths:
- M /trunk/test/config.sh
- M /trunk/test/suite-capture.sh
- M /trunk/test/suite-clopts.sh
- M /trunk/test/test-backend.sh
- M /trunk/test/test.sh
+ M /trunk/Makefile.nmake
+ M /trunk/config.nmake
+ M /trunk/packaging/nsis/wireshark.nsi
+ M /trunk/tools/win32-setup.sh
-Make preparations for running under Buildbot:
+Update to GNUTLS 1.6.0.
- - Check for an "all" argument at startup. If it's present,
- then proceed with testing.
+------------------------------------------------------------------------
+r20205 | sahlberg | 2006-12-22 16:10:49 -0800 (Fri, 22 Dec 2006) | 4 lines
+Changed paths:
+ M /trunk/epan/ftypes/ftype-ipv4.c
- - Add a platform check. Use it to handle cases where we can't run
- as a normal user, e.g. trying to capture under Linux.
+make ipv4 ftype use cheap ep_ memory isntead of slightly less cheap g_ memory
+for the temporary storage while parsing
- - Add a "Skipped" result.
------------------------------------------------------------------------
-r19462 | sahlberg | 2006-10-09 12:35:36 -0700 (Mon, 09 Oct 2006) | 6 lines
+r20206 | lego | 2006-12-22 19:45:46 -0800 (Fri, 22 Dec 2006) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/wslua/console.lua
+ M /trunk/epan/wslua/wslua_listener.c
+
+- Fix an error in the tap listener callback
+- add some comments to console.lua
-From Joe Breher
-dissect the permission bits in the capability blob
+------------------------------------------------------------------------
+r20207 | lego | 2006-12-22 19:52:38 -0800 (Fri, 22 Dec 2006) | 3 lines
+Changed paths:
+ M /trunk/tshark.c
+Have -X options defined before epan_init() gets called.
------------------------------------------------------------------------
-r19463 | etxrab | 2006-10-09 13:22:31 -0700 (Mon, 09 Oct 2006) | 1 line
+r20208 | lego | 2006-12-22 19:53:13 -0800 (Fri, 22 Dec 2006) | 3 lines
Changed paths:
- A /trunk/asn1/h248/h248v3.asn
+ M /trunk/epan/wslua/wslua_listener.c
+
+get rid of an unused variable.
+
-Add ASN1 for H248 v3. The aim is to replace the current asn1 file after some more testing.
------------------------------------------------------------------------
-r19464 | gerald | 2006-10-09 13:31:48 -0700 (Mon, 09 Oct 2006) | 2 lines
+r20209 | sahlberg | 2006-12-23 13:17:32 -0800 (Sat, 23 Dec 2006) | 2 lines
Changed paths:
- M /trunk/test/test-backend.sh
- M /trunk/test/test.sh
+ M /trunk/epan/ftypes/ftype-pcre.c
-Return 1 on failure.
+make the PCRE ftype use ep allocated memory instead of g_malloced memory
------------------------------------------------------------------------
-r19465 | ulfl | 2006-10-09 15:32:50 -0700 (Mon, 09 Oct 2006) | 1 line
+r20210 | jake | 2006-12-24 08:12:04 -0800 (Sun, 24 Dec 2006) | 1 line
Changed paths:
- M /trunk/epan/wslua/Makefile.nmake
+ M /trunk/epan/ftypes/ftype-pcre.c
-add some missing files to the clean target
+Reverse commit 20209, breaking the build across the board.
------------------------------------------------------------------------
-r19466 | gerald | 2006-10-09 16:28:30 -0700 (Mon, 09 Oct 2006) | 3 lines
+r20211 | guy | 2006-12-24 12:40:19 -0800 (Sun, 24 Dec 2006) | 5 lines
Changed paths:
- M /trunk/test/config.sh
+ M /trunk/epan/dissectors/packet-roofnet.c
+
+dissect_roofnet_link() returns no value and nothing expects it to;
+declare it to return void, not int.
-Pick up TRAFFIC_CAPTURE_IFACE from the environment if it's set, otherwise
-use a default value.
+Get rid of an unused variable.
------------------------------------------------------------------------
-r19467 | gerald | 2006-10-09 17:28:53 -0700 (Mon, 09 Oct 2006) | 5 lines
+r20212 | sfisher | 2006-12-24 20:01:22 -0800 (Sun, 24 Dec 2006) | 16 lines
Changed paths:
- M /trunk/airpcap.h
- M /trunk/airpcap_loader.h
- M /trunk/epan/dissectors/packet-ieee80211.c
- M /trunk/epan/prefs.c
- M /trunk/epan/prefs.h
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/packet-ssl.c
+
+
+From Sake Blok:
+
+The attached patch changes the way the ssl-session-id is displayed.
+Currently it is not shown, only the length is shown like this:
+
+ Session ID Length: 32
+ Session ID (32 bytes)
+
+To me, it is not useful to repeat the length and omit the ID itself.
+With this patch the ssl-session-id is shown like this:
+
+ Session ID Length: 32
+ Session ID: A4B2FB0EE6D8F58DEFF68E38B1E5B4C25F1869D4BC86A96E...
-First step in integrating the AirPcap WEP preferences with those
-from the 802.11 dissector. Use a #define for the maximum number of
-WEP keys. Use AirPcap's if we have it (64). Rename find_module()
-prefs_find_module() and make it public.
------------------------------------------------------------------------
-r19468 | gerald | 2006-10-09 17:30:49 -0700 (Mon, 09 Oct 2006) | 2 lines
+r20213 | guy | 2006-12-25 13:34:11 -0800 (Mon, 25 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/wiretap/wtap-int.h
-Remove a leftover printf.
+Fix indentation.
------------------------------------------------------------------------
-r19469 | guy | 2006-10-10 00:35:47 -0700 (Tue, 10 Oct 2006) | 3 lines
+r20214 | jake | 2006-12-26 01:13:05 -0800 (Tue, 26 Dec 2006) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/packet-h248_annex_e.c
+ M /trunk/epan/dissectors/packet-isis-lsp.c
-Get rid of CR's at the ends of lines, set svn:keywords and svn:eol-style
-appropriately.
+From Sebastien Tandel:
+Here is a patch for the management of the bad/good checksum for ISIS (like TCP/UDP/IP).
+support added for:
+- booleans hf_isis_lsp_checksum_good, hf_isis_lsp_checksum_bad in the tree,
+- information in the info column if bad checksum,
+- expert info for bad checksum,
------------------------------------------------------------------------
-r19470 | guy | 2006-10-10 01:07:14 -0700 (Tue, 10 Oct 2006) | 2 lines
+r20215 | ulfl | 2006-12-26 04:40:37 -0800 (Tue, 26 Dec 2006) | 1 line
Changed paths:
- M /trunk/color_filters.c
-
-Fix some compiler warnings.
+ M /trunk/Makefile.nmake
+convert line endings (using dos2unix) of the win32_setup.sh file before using it
------------------------------------------------------------------------
-r19471 | guy | 2006-10-10 01:08:17 -0700 (Tue, 10 Oct 2006) | 2 lines
+r20216 | ulfl | 2006-12-26 12:00:45 -0800 (Tue, 26 Dec 2006) | 1 line
Changed paths:
- M /trunk/tap-funnel.c
+ M /trunk/epan/dissectors/packet-stun2.c
-Squelch a compiler warning, and clean up indentation.
+use prefix to prevent redefinition warning from wingdi.h
+------------------------------------------------------------------------
+r20217 | ulfl | 2006-12-26 12:04:54 -0800 (Tue, 26 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/gtk/proto_draw.c
+fix unused warnings
------------------------------------------------------------------------
-r19472 | guy | 2006-10-10 01:09:11 -0700 (Tue, 10 Oct 2006) | 2 lines
+r20218 | ulfl | 2006-12-26 12:20:52 -0800 (Tue, 26 Dec 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-linx.c
+ M /trunk/config.nmake
-Get rid of an unused variable.
+cygwins python doesn't work on a lot of machines, make the native python the default (until we know what the cause of the problems are)
+set VERSION_EXTRA back to empty - I guess this was checked in by mistake
------------------------------------------------------------------------
-r19473 | guy | 2006-10-10 01:10:42 -0700 (Tue, 10 Oct 2006) | 2 lines
+r20219 | ulfl | 2006-12-26 14:01:09 -0800 (Tue, 26 Dec 2006) | 1 line
Changed paths:
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
-Clean up some compiler warnings.
+the default python version used changed from cygwin to native Win32 version
+------------------------------------------------------------------------
+r20220 | morriss | 2006-12-26 14:27:46 -0800 (Tue, 26 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-sccp.c
+If p2p_dir isn't set (no message direction is configured) or no association is found, try to find a subdissector on both the called and calling SSNs instead of just trying the called SSN. Also clean up some indenting and fix the capitalization when showing what dissector the TCAP SSN is linked to.
------------------------------------------------------------------------
-r19474 | guy | 2006-10-10 01:12:04 -0700 (Tue, 10 Oct 2006) | 2 lines
+r20221 | wmeier | 2006-12-26 14:40:49 -0800 (Tue, 26 Dec 2006) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/Makefile.nmake
+ M /trunk/config.nmake
+
+Uh Oh: Fix to properly set SH_FLAGS with 'igncr' if required as part of the nmake;
+I violated Murphy's nth law: thou shalt test fixes in an
+'out of the box' configuration *not* in one's customized configuration.
+:(
-Squelch a compiler warning.
------------------------------------------------------------------------
-r19475 | guy | 2006-10-10 01:12:40 -0700 (Tue, 10 Oct 2006) | 2 lines
+r20222 | guy | 2006-12-26 14:56:35 -0800 (Tue, 26 Dec 2006) | 6 lines
Changed paths:
- M /trunk/epan/camel-persistentdata.c
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
+ M /trunk/epan/dissectors/packet-exec.c
+ M /trunk/epan/dissectors/packet-sip.c
+ M /trunk/epan/dissectors/packet-slimp3.c
-Include "epan/tap.h" to declare a function we use.
+From Sebastien Tandel: fix places where a signed character was being
+passed to ctype.h macros.
+
+Make some routines in packet-exec.c not used outside that file static,
+and fix a typo.
------------------------------------------------------------------------
-r19476 | guy | 2006-10-10 01:13:16 -0700 (Tue, 10 Oct 2006) | 3 lines
+r20223 | lego | 2006-12-26 17:46:42 -0800 (Tue, 26 Dec 2006) | 5 lines
Changed paths:
- M /trunk/gtk/color_dlg.c
+ M /trunk/epan/funnel.h
+ M /trunk/epan/wslua/console.lua
+ M /trunk/epan/wslua/wslua_gui.c
+ M /trunk/gtk/funnel_stat.c
+ M /trunk/tap-funnel.c
+
+
++ browser_open_url()
++ browser_open_data_file()
-Get rid of declarations of functions that are no longer defined or used
-in this file.
------------------------------------------------------------------------
-r19477 | guy | 2006-10-10 01:13:56 -0700 (Tue, 10 Oct 2006) | 2 lines
+r20224 | jake | 2006-12-27 04:21:30 -0800 (Wed, 27 Dec 2006) | 1 line
Changed paths:
- M /trunk/gtk/color_edit_dlg.c
+ M /trunk/plugins/mate/Makefile.am
-Include <string.h> to declare string functions we use.
+Adding moduleinfo.nmake to the distribution
+------------------------------------------------------------------------
+r20225 | etxrab | 2006-12-27 14:21:46 -0800 (Wed, 27 Dec 2006) | 1 line
+Changed paths:
+ M /trunk/Makefile.nmake
+ M /trunk/config.nmake
+Use portaudio v19.
------------------------------------------------------------------------
-r19478 | jake | 2006-10-10 12:00:50 -0700 (Tue, 10 Oct 2006) | 1 line
+r20226 | etxrab | 2006-12-27 14:24:22 -0800 (Wed, 27 Dec 2006) | 1 line
Changed paths:
- M /trunk/gtk/main.c
- M /trunk/version_info.c
+ M /trunk/plugins/megaco/packet-megaco.c
-Don't let PortAudio skip the queue on the about dialog ;)
+Use the correct function to translate to hex.
------------------------------------------------------------------------
-r19479 | gerald | 2006-10-10 13:55:38 -0700 (Tue, 10 Oct 2006) | 3 lines
+r20227 | gerald | 2006-12-27 15:05:55 -0800 (Wed, 27 Dec 2006) | 7 lines
Changed paths:
- M /trunk/test/test-backend.sh
- M /trunk/test/test.sh
+ M /trunk/Makefile.am
+ M /trunk/airpcap.h
+ M /trunk/airpcap_loader.c
+ M /trunk/airpcap_loader.h
+ M /trunk/airpdcap/Makefile.am
+ M /trunk/airpdcap/Makefile.nmake
+ M /trunk/airpdcap/airpdcap.c
+ M /trunk/airpdcap/airpdcap_ccmp.c
+ M /trunk/airpdcap/airpdcap_ccmp.h
+ M /trunk/airpdcap/airpdcap_debug.c
+ M /trunk/airpdcap/airpdcap_debug.h
+ M /trunk/airpdcap/airpdcap_int.h
+ M /trunk/airpdcap/airpdcap_interop.h
+ M /trunk/airpdcap/airpdcap_md5.c
+ M /trunk/airpdcap/airpdcap_md5.h
+ M /trunk/airpdcap/airpdcap_rijndael.c
+ M /trunk/airpdcap/airpdcap_rijndael.h
+ M /trunk/airpdcap/airpdcap_sha1.c
+ M /trunk/airpdcap/airpdcap_sha1.h
+ M /trunk/airpdcap/airpdcap_system.h
+ M /trunk/airpdcap/airpdcap_tkip.c
+ M /trunk/airpdcap/airpdcap_tkip.h
+ M /trunk/airpdcap/airpdcap_user.h
+ M /trunk/airpdcap/airpdcap_wep.c
+ M /trunk/airpdcap/airpdcap_wep.h
+ M /trunk/airpdcap/airpdcap_ws.h
+ M /trunk/configure.in
+ M /trunk/epan/Makefile.am
+ M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/gtk/main.c
-Add command-line options: -c disables color, -h prints help, -s runs
-a suite.
+Prepare to move the airpdcap code to epan/crypt (SVN won't let me actually
+move the files until these changes are checked in). Add an AC_DEFINE
+for airpdcap (which will be removed once the changes have settled).
+Update the airpdcap code to compile on non-Windows systems. Fix up
+comments and whitespace to conform more closely to the rest of the
+code base. Verified to compile under Windows and OS X.
------------------------------------------------------------------------
-r19480 | sahlberg | 2006-10-10 14:00:35 -0700 (Tue, 10 Oct 2006) | 5 lines
+r20228 | gerald | 2006-12-27 15:19:45 -0800 (Wed, 27 Dec 2006) | 2 lines
Changed paths:
- M /trunk/AUTHORS
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-usb.c
- M /trunk/wiretap/libpcap.c
- M /trunk/wiretap/wtap.c
- M /trunk/wiretap/wtap.h
+ A /trunk/airpdcap/Makefile.common
+ A /trunk/epan/crypt
+ A /trunk/epan/crypt/wep-wpadefs.h
-From Paolo Abeni
+Add missing files.
-USB dissector
+------------------------------------------------------------------------
+r20229 | wmeier | 2006-12-27 19:17:28 -0800 (Wed, 27 Dec 2006) | 4 lines
+Changed paths:
+ M /trunk/test/test.sh
+Hack so test.sh will work with bash 3.1.6 or greater
+which requires 'igncr' to be able to process files in
+'dos format' (\r\n line endings)
------------------------------------------------------------------------
-r19481 | gerald | 2006-10-10 14:15:19 -0700 (Tue, 10 Oct 2006) | 2 lines
+r20230 | kukosa | 2006-12-28 04:30:53 -0800 (Thu, 28 Dec 2006) | 1 line
Changed paths:
- M /trunk/docbook/release-notes.xml
-
-Prep for the 0.99.4 release.
+ M /trunk/epan/dissectors/packet-ssl-utils.c
+ M /trunk/epan/dissectors/packet-ssl.c
+debug improvements
------------------------------------------------------------------------
-r19482 | etxrab | 2006-10-10 14:46:44 -0700 (Tue, 10 Oct 2006) | 1 line
+r20231 | gerald | 2006-12-28 09:22:12 -0800 (Thu, 28 Dec 2006) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/Makefile.am
+ M /trunk/Makefile.nmake
+ M /trunk/airpcap_loader.c
+ D /trunk/airpdcap
+ M /trunk/configure.in
+ M /trunk/epan/Makefile.am
+ M /trunk/epan/Makefile.nmake
+ A /trunk/epan/crypt/Makefile.am (from /trunk/airpdcap/Makefile.am:20228)
+ A /trunk/epan/crypt/Makefile.common (from /trunk/airpdcap/Makefile.common:20228)
+ A /trunk/epan/crypt/Makefile.nmake (from /trunk/airpdcap/Makefile.nmake:20228)
+ A /trunk/epan/crypt/airpdcap.c (from /trunk/airpdcap/airpdcap.c:20228)
+ A /trunk/epan/crypt/airpdcap_ccmp.c (from /trunk/airpdcap/airpdcap_ccmp.c:20228)
+ A /trunk/epan/crypt/airpdcap_ccmp.h (from /trunk/airpdcap/airpdcap_ccmp.h:20228)
+ A /trunk/epan/crypt/airpdcap_debug.c (from /trunk/airpdcap/airpdcap_debug.c:20228)
+ A /trunk/epan/crypt/airpdcap_debug.h (from /trunk/airpdcap/airpdcap_debug.h:20228)
+ A /trunk/epan/crypt/airpdcap_int.h (from /trunk/airpdcap/airpdcap_int.h:20228)
+ A /trunk/epan/crypt/airpdcap_interop.h (from /trunk/airpdcap/airpdcap_interop.h:20228)
+ A /trunk/epan/crypt/airpdcap_md5.c (from /trunk/airpdcap/airpdcap_md5.c:20228)
+ A /trunk/epan/crypt/airpdcap_md5.h (from /trunk/airpdcap/airpdcap_md5.h:20228)
+ A /trunk/epan/crypt/airpdcap_rijndael.c (from /trunk/airpdcap/airpdcap_rijndael.c:20228)
+ A /trunk/epan/crypt/airpdcap_rijndael.h (from /trunk/airpdcap/airpdcap_rijndael.h:20228)
+ A /trunk/epan/crypt/airpdcap_sha1.c (from /trunk/airpdcap/airpdcap_sha1.c:20228)
+ A /trunk/epan/crypt/airpdcap_sha1.h (from /trunk/airpdcap/airpdcap_sha1.h:20228)
+ A /trunk/epan/crypt/airpdcap_system.h (from /trunk/airpdcap/airpdcap_system.h:20228)
+ A /trunk/epan/crypt/airpdcap_tkip.c (from /trunk/airpdcap/airpdcap_tkip.c:20228)
+ A /trunk/epan/crypt/airpdcap_tkip.h (from /trunk/airpdcap/airpdcap_tkip.h:20228)
+ A /trunk/epan/crypt/airpdcap_user.h (from /trunk/airpdcap/airpdcap_user.h:20228)
+ A /trunk/epan/crypt/airpdcap_wep.c (from /trunk/airpdcap/airpdcap_wep.c:20228)
+ A /trunk/epan/crypt/airpdcap_wep.h (from /trunk/airpdcap/airpdcap_wep.h:20228)
+ A /trunk/epan/crypt/airpdcap_ws.h (from /trunk/airpdcap/airpdcap_ws.h:20228)
+ M /trunk/epan/dissectors/Makefile.nmake
+ M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/gtk/Makefile.nmake
+ M /trunk/gtk/airpcap_gui_utils.c
+ M /trunk/gtk/main.c
+
+Move the contents of airpdcap to epan/crypt. Try to fix the current
+distcheck failure. Move the nmake build targets for airpdcap from
+epan/dissectors to epan. This will probably break the Windows build.
-u_int32_t gives error on Windows assuming guint32 will do.
------------------------------------------------------------------------
-r19483 | etxrab | 2006-10-10 14:50:19 -0700 (Tue, 10 Oct 2006) | 1 line
+r20232 | gerald | 2006-12-28 09:28:29 -0800 (Thu, 28 Dec 2006) | 2 lines
Changed paths:
- D /trunk/epan/dissectors/packet-h248_package_bcp.c
- D /trunk/epan/dissectors/packet-h248_package_bcp.h
+ M /trunk/epan/crypt/Makefile.nmake
+ M /trunk/epan/wslua/Makefile.nmake
+
+Add clean targets to wslua. Fix the config.nmake include in crypt.
-Remove no longer used files.
------------------------------------------------------------------------
-r19484 | etxrab | 2006-10-10 14:52:52 -0700 (Tue, 10 Oct 2006) | 1 line
+r20233 | sahlberg | 2006-12-29 13:57:19 -0800 (Fri, 29 Dec 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-h248_q1950.c
+ M /trunk/epan/strutil.h
+
+gtk1 does not provide g_ascii_isxdigit so provide it through strutil.h instead
+
-Add H.248 packet BCP dissecton.
------------------------------------------------------------------------
-r19485 | etxrab | 2006-10-10 14:56:10 -0700 (Tue, 10 Oct 2006) | 1 line
+r20234 | sfisher | 2006-12-29 14:22:54 -0800 (Fri, 29 Dec 2006) | 15 lines
Changed paths:
- M /trunk/epan/dissectors/packet-h248_3gpp.c
+ M /trunk/gtk/conversations_table.c
+ M /trunk/gtk/conversations_wlan.c
+ M /trunk/gtk/hostlist_table.c
+ M /trunk/gtk/hostlist_wlan.c
+ M /trunk/gtk/sat.h
+
+
+Fix for bug #1278:
+
+"When analysing a trace with 802.11 packages (made by airpcap) and selecting
+Statistics->Conversation List->WLAN all wlan conversations are listed. When
+after this selecting Apply as filter->Selected->A<->B a display filter is
+created as
+
+eth.addr==<A> && eth.addr==<B>
+
+when if should be
+
+wlan.addr==<A> && wlan.addr==<B>"
+
-Fix a typo.
------------------------------------------------------------------------
-r19486 | gerald | 2006-10-10 15:46:58 -0700 (Tue, 10 Oct 2006) | 4 lines
+r20235 | guy | 2006-12-29 14:48:09 -0800 (Fri, 29 Dec 2006) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ipsec.c
+ M /trunk/epan/dissectors/packet-ipmi.c
-Simplify the preference string allocation code. Shorten the comments,
-which (as Ulf pointed out) reduces the size of the prefs file
-significantly.
+Give dissect_cmd_Get_Channel_Auth_Capabilities() a return type (it
+returns nothing, so it should be void), and make it static like the
+other functions.
+
+Make the ipmi_cmd_array[] table static - and const, while we're at it.
------------------------------------------------------------------------
-r19487 | gerald | 2006-10-10 17:37:29 -0700 (Tue, 10 Oct 2006) | 3 lines
+r20236 | guy | 2006-12-29 14:48:52 -0800 (Fri, 29 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/prefs.c
- M /trunk/epan/prefs.h
+ M /trunk/epan/crypt/airpdcap.c
-Add prefs_apply(), which lets us apply preferences (specifically,
-trigger a module's callback) for a specific module.
+Add some parentheses, as the suggestion of Mr. GCC.
------------------------------------------------------------------------
-r19488 | etxrab | 2006-10-10 23:11:54 -0700 (Tue, 10 Oct 2006) | 14 lines
+r20237 | guy | 2006-12-29 14:53:44 -0800 (Fri, 29 Dec 2006) | 10 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ppp.c
+ M /trunk/epan/Makefile.am
+ M /trunk/epan/crypt/Makefile.am
-From Donald White:
-An enhancement to the PPP multiplexing protocol
-dissector in protocol-ppp.c. There are two changes:
+Make the crypt library the same way other sublibraries of libwireshark
+are made, so that if libwireshark is shared, the crypt library is built
+appropriately. (This squelches a build warning, at least in OS X, that
+linking a shared library with a static library is non-portable; it
+should also arrange that the crypt library is built as
+position-independent code if necessary.)
- The protocol id field of the multiplexed sub-frame is added
- to the protocol tree using a header field. This allows
- filters to select the protocol as is the case when it is not
- multiplexed. I think this fixes a small bug as the ability to
- filter for a protocol should not depend on the lower level
- protocol.
+DISTCLEANFILES subsumes CLEANFILES, so it doesn't need to list files
+already in CLEANFILES.
- When the protocol id of the subframe is not present, the
- appropriate default protocol is displayed with the standard
- indication that Wireshark generated the value.
------------------------------------------------------------------------
-r19489 | ulfl | 2006-10-11 00:31:01 -0700 (Wed, 11 Oct 2006) | 1 line
+r20238 | guy | 2006-12-29 14:54:43 -0800 (Fri, 29 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-media.c
+ M /trunk/epan/crypt
+
+Set svn:ignore appropriately.
-fix #1154: although g_vsnprintf() is called, it don't like a NULL pointer for a %s format string. The following proto_tree_add_text was already fixed.
------------------------------------------------------------------------
-r19490 | sahlberg | 2006-10-11 01:18:14 -0700 (Wed, 11 Oct 2006) | 7 lines
+r20239 | sahlberg | 2006-12-29 14:55:13 -0800 (Fri, 29 Dec 2006) | 4 lines
Changed paths:
- M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
- M /trunk/asn1/ldap/ldap.cnf
- M /trunk/asn1/ldap/packet-ldap-template.c
- M /trunk/epan/dissectors/packet-ldap.c
-
-fix for 1148
+ M /trunk/epan/dfilter/dfunctions.c
-pretty horrible hack to store an ntlmssp blob inside an ldap string
+use an ep allocated temporary string when creating the string for a FT_STRING value and call fvalue_set with already_copied==FALSE so the string gets allocated in ftype-string.c instead
-the info column is not entirely pretty but the payload is at least decoded
------------------------------------------------------------------------
-r19491 | sahlberg | 2006-10-11 02:47:27 -0700 (Wed, 11 Oct 2006) | 5 lines
+r20240 | sahlberg | 2006-12-29 15:05:55 -0800 (Fri, 29 Dec 2006) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/proto.c
-from Paolo A
+ use ep allocated memory for the string in proto_item_append_string and let ftype-string.c handle the allocation/freeing of storage by setting already_copied to FALSE
-update the usb dissector to reflect the recent change in the pcap format
------------------------------------------------------------------------
-r19492 | sahlberg | 2006-10-11 03:38:59 -0700 (Wed, 11 Oct 2006) | 3 lines
+r20241 | guy | 2006-12-29 16:13:00 -0800 (Fri, 29 Dec 2006) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/packet-fc.c
- M /trunk/epan/dissectors/packet-fc.h
- M /trunk/epan/dissectors/packet-fcct.c
- M /trunk/epan/dissectors/packet-fcdns.c
- M /trunk/epan/dissectors/packet-fcels.c
- M /trunk/epan/dissectors/packet-fcfcs.c
- M /trunk/epan/dissectors/packet-fcfzs.c
- M /trunk/epan/dissectors/packet-fclctl.c
- M /trunk/epan/dissectors/packet-fcp.c
- M /trunk/epan/dissectors/packet-fcsb3.c
- M /trunk/epan/dissectors/packet-fcsp.c
- M /trunk/epan/dissectors/packet-fcswils.c
- M /trunk/epan/dissectors/packet-ipfc.c
- M /trunk/epan/dissectors/packet-iscsi.c
- M /trunk/epan/dissectors/packet-llc.c
- M /trunk/epan/dissectors/packet-ndmp.c
- M /trunk/epan/dissectors/packet-scsi-osd.c
- M /trunk/epan/dissectors/packet-scsi.c
- M /trunk/epan/dissectors/packet-scsi.h
- M /trunk/gtk/conversations_fc.c
- M /trunk/gtk/fc_stat.c
- M /trunk/gtk/hostlist_fc.c
- M /trunk/gtk/scsi_stat.c
- M /trunk/tap-iousers.c
+ M /trunk/configure.in
-move the ITL and the ITLQ structure to packet-scsi.h where it belongs
+When building for Darwin, link with -search_paths_first, so that
+--with-pcap=/usr/local will, if there's only a static libpcap in
+/usr/local/lib, link with that rather than the system's dynamic version.
+Move the check for Cygwin that adds -no-undefined to LDFLAGS to the
+section checking for linker flags to add.
------------------------------------------------------------------------
-r19493 | sahlberg | 2006-10-11 04:32:56 -0700 (Wed, 11 Oct 2006) | 7 lines
+r20242 | guy | 2006-12-29 16:14:25 -0800 (Fri, 29 Dec 2006) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-fc.c
- M /trunk/epan/dissectors/packet-fcp.c
- M /trunk/epan/dissectors/packet-iscsi.c
- M /trunk/epan/dissectors/packet-ndmp.c
- M /trunk/epan/dissectors/packet-scsi.h
+ M /trunk/Makefile.am
+
+Regularize the setting of variables for various executable targets.
-add a task_flags bitmap and two lengths (data and bidirectional data)
-so that the two scsi transports FCP and ISCSI can provide the expected data transfer lengths to SCSI to allow SCSI reassembly.
+------------------------------------------------------------------------
+r20243 | sahlberg | 2006-12-29 16:27:33 -0800 (Fri, 29 Dec 2006) | 4 lines
+Changed paths:
+ M /trunk/epan/proto.c
-NDMP does not really need these hints since for NDMP (and also iscsi-lite) there is conceptually always both data in and data out phases and there is never any fragmentation.
+make proto_tree_set_string_tvb use ep allocated memory and thus push the memory allocation/free for this field down into ftype-string.c
------------------------------------------------------------------------
-r19494 | guy | 2006-10-11 10:01:51 -0700 (Wed, 11 Oct 2006) | 5 lines
+r20244 | sahlberg | 2006-12-29 16:36:29 -0800 (Fri, 29 Dec 2006) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ndps.c
+ M /trunk/epan/proto.c
+
+make the FT_STRINGZ case in proto_tree_new_item() use ep allocated memory
-Use a different heuristic to determine whether an NDPS string is ASCII
-or Unicode, and use tvb_get_ephemeral_faked_unicode() to get Unicode
-strings; this fixes problems I've seen in captures, where the string
-isn't being processed correctly.
------------------------------------------------------------------------
-r19495 | sahlberg | 2006-10-11 13:00:43 -0700 (Wed, 11 Oct 2006) | 12 lines
+r20245 | sahlberg | 2006-12-29 16:41:41 -0800 (Fri, 29 Dec 2006) | 8 lines
Changed paths:
- M /trunk/AUTHORS
- M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/proto.c
-From Patrick vd Lageweg
+proto_tree_set_string() no longer needs an already_allocated parameter since it is now always FALSE.
+This should mean that all fvalue_set() for FT_STRING[Z] are always with already_copied==FALSE
+
+(funny that we never saw someone trying to g_free("[ Null ]") which might have happened before)
-Hi,
-This patch impelments a dissect for the SCSI SSC Medium Partition Page.
+------------------------------------------------------------------------
+r20246 | sahlberg | 2006-12-29 16:57:46 -0800 (Fri, 29 Dec 2006) | 4 lines
+Changed paths:
+ M /trunk/epan/ftypes/ftype-string.c
+since all callers to fvalue_set for FT_STRING[Z] use already_copied==FALSE we now assert that this is the case in ftype-string.c and no longer have a conditional whetehr to create a local copy or not.
-Patrick
------------------------------------------------------------------------
-r19496 | sahlberg | 2006-10-11 13:03:44 -0700 (Wed, 11 Oct 2006) | 11 lines
+r20247 | sfisher | 2006-12-29 17:06:46 -0800 (Fri, 29 Dec 2006) | 8 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dissectors/packet-ssl.c
-From Patrick vd Lageweg
-Hi,
+Fix for bug #1132:
-This patch fixes the page number user for the "write error couner page".
+Stop displaying the application data (in this case, HTML) in the tree and
+and "Decrypted SSL data" tab twice since each already includes both of the
+application data record layers combined.
+------------------------------------------------------------------------
+r20248 | guy | 2006-12-29 17:15:05 -0800 (Fri, 29 Dec 2006) | 9 lines
+Changed paths:
+ M /trunk/Makefile.am
+Bring all the {programname}_* macros together into one section.
+Split bin_PROGRAMS and man1_MANS into multiple lines, and put them in
+the same order as the corresponding {programname}_* macro sections.
+Get rid of the separate {programname}_DEPENDENCIES macros in cases where
+they can be constructed from the corresponding {programname}_LDADD
+macro, and explain why they're different in cases where they can't be.
------------------------------------------------------------------------
-r19497 | sahlberg | 2006-10-11 13:05:27 -0700 (Wed, 11 Oct 2006) | 8 lines
+r20249 | guy | 2006-12-29 20:40:59 -0800 (Fri, 29 Dec 2006) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/Makefile.am
-From Patrick vd Lageweg
+The stuff we were doing with {programname}_DEPENDENCIES macros was to
+work around a deficiency in older versions of automake; we now require
+automake 1.6, which doesn't have that deficiency, so we get rid of that
+stuff and simplify things.
-Hi,
+------------------------------------------------------------------------
+r20250 | jake | 2006-12-30 16:00:06 -0800 (Sat, 30 Dec 2006) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dns.c
+
+From Paul Erkkila:
+parse NAPTR records in dns dissector (rfc 3403)
+------------------------------------------------------------------------
+r20251 | sahlberg | 2007-01-01 02:23:37 -0800 (Mon, 01 Jan 2007) | 6 lines
+Changed paths:
+ M /trunk/cfile.c
+ M /trunk/cfile.h
+ M /trunk/file.c
-This patch makes several bit fields in the LOG SELECT command being displayed as bits instead of as numbers.
+break out dfcode from the capture file structure and declare it locally where it is needed.
+allocate and release the dfcode program as needed instead of having it hang around in the capture file structure.
+this will ensure that dfcode will not have longer than se scope lifetime in case we need that property of it later
------------------------------------------------------------------------
-r19498 | gerald | 2006-10-11 13:34:05 -0700 (Wed, 11 Oct 2006) | 2 lines
+r20252 | jake | 2007-01-01 06:43:15 -0800 (Mon, 01 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/libwireshark.def
+ M /trunk/wiretap/nettl.c
-Export the recent prefs changes.
+From Mark C. Brown:
+Fix some nettl encap types and size checks
+------------------------------------------------------------------------
+r20253 | jake | 2007-01-01 06:48:18 -0800 (Mon, 01 Jan 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-nettl.c
+ M /trunk/wiretap/nettl.c
+ M /trunk/wiretap/nettl.h
+ M /trunk/wiretap/wtap.c
+ M /trunk/wiretap/wtap.h
+From Mark C. Brown:
+HP-UX 11.31 will add a new nettl trace subsystem, NS_LS_TELNET (ID=267).
+NS_LS_TELNET is just raw telnet data. There is no layer 2/3/4 headers, so
+there's just the HP-UX nettl record header followed directly by the TCP payload
+for a telnet connection. Thus the need for a new wiretap encapsulation type...
------------------------------------------------------------------------
-r19499 | gerald | 2006-10-11 16:25:51 -0700 (Wed, 11 Oct 2006) | 3 lines
+r20254 | wmeier | 2007-01-01 08:58:03 -0800 (Mon, 01 Jan 2007) | 2 lines
Changed paths:
- M /trunk/gtk/graph_analysis.c
+ M /trunk/capture_opts.c
-When dumping the graph data to a file, don't walk past the end of a buffer.
-Should fix bug 396.
+From Pierre Juhen: patch to correct the bug 1220
------------------------------------------------------------------------
-r19500 | gerald | 2006-10-11 16:53:19 -0700 (Wed, 11 Oct 2006) | 2 lines
+r20255 | wmeier | 2007-01-01 09:04:38 -0800 (Mon, 01 Jan 2007) | 5 lines
Changed paths:
- M /trunk/docbook/release-notes.xml
+ M /trunk/capture_loop.c
-Update bug lists.
+Fix "dumpcap -w -" to use binmode on stdout if Windows;
+(The related tests in suite-capture.sh should now work correctly).
+(Also: Print error message if attempting to use ring-buffers
+ with a named pipe).
------------------------------------------------------------------------
-r19501 | jake | 2006-10-11 23:01:51 -0700 (Wed, 11 Oct 2006) | 1 line
+r20256 | gerald | 2007-01-01 12:07:23 -0800 (Mon, 01 Jan 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-udld.c
+ M /trunk/epan/crypt/airpdcap.c
+ M /trunk/epan/crypt/airpdcap_ccmp.c
+ M /trunk/epan/crypt/airpdcap_int.h
+
+Fix a compiler warning. Surround an MSVC-specific #pragma with an
+#ifdef, and add a link to a -dev mailing list thread pointing out that
+it may not be necessary. Fixup whitespace and comments.
-Adding initial version of UDLD dissector
------------------------------------------------------------------------
-r19502 | ulfl | 2006-10-12 00:52:24 -0700 (Thu, 12 Oct 2006) | 1 line
+r20257 | etxrab | 2007-01-01 14:03:01 -0800 (Mon, 01 Jan 2007) | 2 lines
Changed paths:
- M /trunk/docbook/release-notes.xml
+ M /trunk/asn1/ansi_map/ansi_map.asn
+ M /trunk/asn1/ansi_map/ansi_map.cnf
+ M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+ M /trunk/asn1/tcap/packet-tcap-template.h
+ M /trunk/asn1/tcap/tcap.cnf
+ M /trunk/epan/dissectors/packet-tcap.c
+ M /trunk/epan/dissectors/packet-tcap.h
-The preferences and alike dialog button behaviour changed.
+Use TransactionId to match ansi map responses to requests and fix
+some bugs in the asn2wrs generated ansi map dissector.
------------------------------------------------------------------------
-r19503 | jake | 2006-10-12 01:04:11 -0700 (Thu, 12 Oct 2006) | 5 lines
+r20258 | ulfl | 2007-01-01 17:19:40 -0800 (Mon, 01 Jan 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/config.nmake
-From Paolo Abeni:
-The attached patch fix parsing of the setup header in the usb dissector.
-Currently the size of the field specified into proto_tree_add_item call
-was wrong.
+first MSVC 2005 changes:
+- add some lines to set the desired MSVC_VARIANT
+- set some defines (to prevent tons of "deprecated" warnings)
+- set some linker flags (currently don't know if these are the right ones - still experimenting)
+------------------------------------------------------------------------
+r20259 | ulfl | 2007-01-01 17:52:47 -0800 (Mon, 01 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/capture_wpcap_packet.c
+ M /trunk/gtk/capture_if_details_dlg.c
+MSVC2006 defines sockaddr_storage, so we shouldn't define this on our own for MSVC2006
+
+this might be depending on the Platform SDK and not on MSVC version - I don't really know
------------------------------------------------------------------------
-r19504 | jake | 2006-10-12 03:38:24 -0700 (Thu, 12 Oct 2006) | 4 lines
+r20260 | guy | 2007-01-01 22:39:22 -0800 (Mon, 01 Jan 2007) | 2 lines
Changed paths:
- M /trunk/doc/README.developer
+ M /trunk/epan/radius_dict.l
-Cleanup sample code.
-Cleanup some text and headings.
-Play trick with keyword so text remains untouched.
+Use G_DIR_SEPARATOR_S as the path separator.
------------------------------------------------------------------------
-r19505 | sahlberg | 2006-10-12 03:54:36 -0700 (Thu, 12 Oct 2006) | 12 lines
+r20261 | guy | 2007-01-01 22:49:40 -0800 (Mon, 01 Jan 2007) | 19 lines
Changed paths:
- M /trunk/epan/dissectors/packet-fcp.c
- M /trunk/epan/dissectors/packet-iscsi.c
- M /trunk/epan/dissectors/packet-ndmp.c
- M /trunk/epan/dissectors/packet-scsi-osd.c
- M /trunk/epan/dissectors/packet-scsi.h
+ M /trunk/dftest.c
+ M /trunk/doc/Makefile.am
+ M /trunk/epan/epan.c
+ M /trunk/epan/epan.h
+ M /trunk/epan/filesystem.c
+ M /trunk/epan/filesystem.h
+ M /trunk/epan/libwireshark.def
+ M /trunk/epan/plugins.c
+ M /trunk/epan/plugins.h
+ M /trunk/epan/proto.c
+ M /trunk/epan/proto.h
+ M /trunk/gtk/about_dlg.c
+ M /trunk/gtk/main.c
+ M /trunk/tshark.c
+
+Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;
+if set, and if the program isn't running with additional privileges,
+it'll treat the directory in which the program is found as the data
+directory.
-wireshark does not yet consume enough memory for me to be happy
+If, on Windows, the version-number subdirectory of {data
+directory}\plugins doesn't exist (which is assumed to mean that the
+program is being run from the build directory), or if, on UN*X,
+WIRESHARK_RUN_FROM_BUILD_DIRECTORY is set, the plugin directory is the
+"plugins" subdirectory of the data directory, and all subdirectories of
+that directory are scanned for plugins, as the "plugins" subdirectory of
+the build directory contains subdirectories for the plugins; this means
+that if we're running from the build directory, we'll find the plugins
+we built in the build tree.
+When generating the wireshark-filter man page, run tshark with
+WIRESHARK_RUN_FROM_BUILD_DIRECTORY set, so it uses the plugins from the
+build to generate the list of filters.
-pass conversation form the transports up to the scsi layer
+------------------------------------------------------------------------
+r20262 | guy | 2007-01-02 01:20:27 -0800 (Tue, 02 Jan 2007) | 5 lines
+Changed paths:
+ M /trunk/Makefile.nmake
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/epan/dissectors/packet-h248.c
-add tracking of conversation specific info to scsi osd
-add tracking of conversation+lun specific info to scsi osd
+Ehtereal[sic] -> Wireshark. :-)
-for scsi osd add tracking of PARTITIONS and display in which frame they were created/removed
+Give a little more detail in the comment in the H.248 dissector about
+"MEGACO" vs. "H.248".
+------------------------------------------------------------------------
+r20263 | jake | 2007-01-02 02:13:38 -0800 (Tue, 02 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/enterprise-numbers
+Adding all enterprise numbers for 2006.
------------------------------------------------------------------------
-r19506 | gerald | 2006-10-12 08:00:07 -0700 (Thu, 12 Oct 2006) | 3 lines
+r20264 | martinm | 2007-01-02 03:46:30 -0800 (Tue, 02 Jan 2007) | 10 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ndps.c
+ M /trunk/epan/dissectors/packet-rtcp.c
+ M /trunk/epan/dissectors/packet-rtcp.h
-Check to see if we've passed a null strval to ndps_string().
-Should fix the recent fuzz bugs.
+Fix for bug 1279 (Negative values for RTCP round trip delay
+cannot be stored in guint32).
+- Makes the threshold preference value an absolute value.
+- There is now a separate expert info item for -ve roundtrips
+
+N.B. There is still a problem with filtering -ve values on this
+FT_INT32 field, i.e. rtcp.roundtrip-delay < 0 never matches with
+frames that it should (even if rtcp.roundtrip-delay == -3 can
+be used to match specific frames...).
------------------------------------------------------------------------
-r19507 | lego | 2006-10-12 10:00:11 -0700 (Thu, 12 Oct 2006) | 5 lines
+r20265 | ulfl | 2007-01-02 05:05:04 -0800 (Tue, 02 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/wslua/wslua.h
- M /trunk/epan/wslua/wslua_util.c
+ M /trunk/config.nmake
-- add persconffile(opt_str)
-- add datafile_path(opt_str)
-- add Dir class -- a Directory Iterator
+make MSVC6 the default for MSVC_VARIANT, not MSVC2005
+------------------------------------------------------------------------
+r20266 | martinm | 2007-01-02 05:25:36 -0800 (Tue, 02 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ajp13.c
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
+"an wireshark" -> "a wireshark".
+Presumably "an ethereal" was search replaced...
------------------------------------------------------------------------
-r19508 | jake | 2006-10-12 14:31:00 -0700 (Thu, 12 Oct 2006) | 1 line
+r20267 | jake | 2007-01-02 05:34:05 -0800 (Tue, 02 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-vlan.c
+ M /trunk/plugins/giop/README
+
+More Ethereal -> Wireshark renaming
-Add 802.1QinQ Ethertype preference.
------------------------------------------------------------------------
-r19509 | ulfl | 2006-10-12 17:21:47 -0700 (Thu, 12 Oct 2006) | 1 line
+r20268 | jake | 2007-01-02 05:36:45 -0800 (Tue, 02 Jan 2007) | 2 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/plugins/giop/packet-cosnaming.c
+
+More Ethereal -> Wireshark renaming.
-distclean should remove wireshark-gtk1/2 dirs completely
------------------------------------------------------------------------
-r19510 | sahlberg | 2006-10-13 01:42:33 -0700 (Fri, 13 Oct 2006) | 7 lines
+r20269 | jake | 2007-01-02 05:46:06 -0800 (Tue, 02 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-fc.c
- M /trunk/epan/dissectors/packet-fc.h
+ M /trunk/plugins/giop/Makefile.nmake
-if FC type is FPC/SCSI and the relative offset bit is set in f_ctl then the parameter field is 4 bytes and contain the relative offset of the data for data in/out
+Align build target names.
-decode this field as relative offset and also store it in the fc_hdr structure so that FCP can pick it up and pass if to the SCSI payload data in/out dissector later
+------------------------------------------------------------------------
+r20270 | wmeier | 2007-01-02 06:11:35 -0800 (Tue, 02 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/asn1/h248/packet-h248-template.h
+ M /trunk/asn1/umts_rrc/packet-umts_rrc-template.c
+ M /trunk/asn1/umts_rrc/packet-umts_rrc-template.h
+ M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.c
+ M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.h
+ M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.c
+ M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.h
+ M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
+ M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.h
+ M /trunk/epan/dissectors/packet-dtls.c
+ M /trunk/epan/dissectors/packet-exec.c
+ M /trunk/epan/dissectors/packet-h248_3gpp.c
+ M /trunk/epan/dissectors/packet-h248_annex_c.c
+ M /trunk/epan/dissectors/packet-h248_annex_e.c
+ M /trunk/epan/dissectors/packet-h248_q1950.c
+ M /trunk/epan/dissectors/packet-image-png.c
+ M /trunk/epan/dissectors/packet-jpeg.c
+ M /trunk/epan/dissectors/packet-lsc.c
+ M /trunk/epan/dissectors/packet-ssl.c
+ M /trunk/gtk/camel_counter.c
+More ethereal --> wireshark
+------------------------------------------------------------------------
+r20271 | martinm | 2007-01-02 09:06:00 -0800 (Tue, 02 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-sip.c
+Dissect details of RAck header, and change RSeq to a numerical field.
------------------------------------------------------------------------
-r19511 | sahlberg | 2006-10-13 02:16:45 -0700 (Fri, 13 Oct 2006) | 15 lines
+r20272 | wmeier | 2007-01-02 09:19:25 -0800 (Tue, 02 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-fcp.c
- M /trunk/epan/dissectors/packet-iscsi.c
- M /trunk/epan/dissectors/packet-ndmp.c
- M /trunk/epan/dissectors/packet-scsi.c
- M /trunk/epan/dissectors/packet-scsi.h
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/asn1/h248/packet-h248-template.h
+ M /trunk/asn1/umts_rrc/packet-umts_rrc-template.c
+ M /trunk/asn1/umts_rrc/packet-umts_rrc-template.h
+ M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.c
+ M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.h
+ M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.c
+ M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.h
+ M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
+ M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.h
+ M /trunk/docbook/dfilter2xml.pl
+ M /trunk/epan/dissectors/packet-exec.c
+ M /trunk/epan/dissectors/packet-h248_3gpp.c
+ M /trunk/epan/dissectors/packet-h248_annex_c.c
+ M /trunk/epan/dissectors/packet-h248_annex_e.c
+ M /trunk/epan/dissectors/packet-h248_q1950.c
+ M /trunk/epan/dissectors/packet-image-png.c
+ M /trunk/epan/dissectors/packet-jpeg.c
+ M /trunk/epan/dissectors/packet-lsc.c
+ M /trunk/plugins/tpg/Makefile.am
-pass the relative data offset of data in/out pdu's to the scsi data in/out dissector (dissect_scsi_payload) so that we can later add reassembly of data pdu's
-and also (if reassembly is disabled) only dissect the initial (offset==0) data pdu.
+Oops: wireshark.com --> wireshark.org
+Also: 1 additional Ethereal --> Wireshark
+
+------------------------------------------------------------------------
+r20273 | sfisher | 2007-01-02 11:55:55 -0800 (Tue, 02 Jan 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
-dissect_scsi_payload() does not yet use this parameter.
+Add a good/bad tree to the FCS item.
-now that we have both data offset and expected data length/bidir expected data length and also the read/write flags availabe we have what we need to reassemble data in/out pdus (modulo overflow/underflow but those are so rare we can worry about them later).
+------------------------------------------------------------------------
+r20274 | gerald | 2007-01-02 11:56:59 -0800 (Tue, 02 Jan 2007) | 13 lines
+Changed paths:
+ M /trunk/airpcap.h
+ M /trunk/airpcap_loader.h
+ M /trunk/epan/crypt/airpdcap_interop.h
-ndmp: ndmp conceptually always has a data in and a data out phase and never fragment the data into smaller pdu's os that dissector always report offset as 0.
+From Gisle Vanem:
+Here are some patches needed to build using HAVE_AIRPCAP
+on MingW:
+* airpcap.h needs 'WEP_KEY_MAX_SIZE' from <epan/crypt/wep-wpadefs.h>.
+* airpcap_loader.h needs <epan/crypt/airpdcap_user.h> and definition of
+ 'decryption_key_t'.
+* epan/crypt/airpdcap_interop.h defines 'ntohs()' before <winsock2.h>
+ gets included. Thus creating a parse error later on.
------------------------------------------------------------------------
-r19512 | etxrab | 2006-10-13 07:21:02 -0700 (Fri, 13 Oct 2006) | 1 line
+r20275 | jake | 2007-01-02 12:53:04 -0800 (Tue, 02 Jan 2007) | 1 line
Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
+ M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
-Modify Signals descriptor to look more like the actual text message.
+Update supported Win32 versions and NSIS version.
------------------------------------------------------------------------
-r19513 | jmayer | 2006-10-13 08:18:10 -0700 (Fri, 13 Oct 2006) | 6 lines
+r20276 | ulfl | 2007-01-02 14:19:48 -0800 (Tue, 02 Jan 2007) | 1 line
Changed paths:
- M /trunk/wiretap/libpcap.c
+ M /trunk/packaging/nsis/wireshark.nsi
-Paolo Abeni:
-the attached patch add support for the recently introduced pcap
-bluetooth data link type. Yes, pcap is going to support also bluetooth
-devices (at least on Linux) :-)
+define SecMIBs only if NET_SNMP_DIR is defined - to prevent a NSIS warning
+------------------------------------------------------------------------
+r20277 | gerald | 2007-01-02 14:49:57 -0800 (Tue, 02 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/Makefile.common
+ M /trunk/Makefile.nmake
+ M /trunk/asn1/cms/packet-cms-template.c
+ M /trunk/asn1/spnego/packet-spnego-template.c
+ M /trunk/debian/copyright
+ M /trunk/editcap.c
+ M /trunk/epan/Makefile.common
+ M /trunk/epan/crypt/Makefile.common
+ M /trunk/epan/crypt/airpdcap.c
+ D /trunk/epan/crypt/airpdcap_md5.c
+ D /trunk/epan/crypt/airpdcap_md5.h
+ M /trunk/epan/crypt/airpdcap_system.h
+ A /trunk/epan/crypt/crypt-md5.c (from /trunk/epan/crypt-md5.c:20274)
+ A /trunk/epan/crypt/crypt-md5.h (from /trunk/epan/crypt-md5.h:20274)
+ D /trunk/epan/crypt-md5.c
+ D /trunk/epan/crypt-md5.h
+ M /trunk/epan/dissectors/packet-3com-njack.c
+ M /trunk/epan/dissectors/packet-cms.c
+ M /trunk/epan/dissectors/packet-kerberos.c
+ M /trunk/epan/dissectors/packet-radius.c
+ M /trunk/epan/dissectors/packet-spnego.c
+ M /trunk/epan/dissectors/packet-tacacs.c
+Move epan/crypt-md5.[ch] to epan/crypt. Remove
+epan/crypt/airpdcap_md5.[ch]. Fix up whitespace.
------------------------------------------------------------------------
-r19514 | gerald | 2006-10-13 08:53:20 -0700 (Fri, 13 Oct 2006) | 3 lines
+r20278 | ulfl | 2007-01-02 15:55:47 -0800 (Tue, 02 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/packaging/nsis/AdditionalTasksPage.ini
+
+following the Microsoft installer guidelines: as default, an installer should not put an icon on the desktop
-Make the "WEP key count" option match the number of WEP key slots. Add
-a note about improving the WEP key interface.
------------------------------------------------------------------------
-r19515 | etxrab | 2006-10-13 10:04:16 -0700 (Fri, 13 Oct 2006) | 1 line
+r20279 | gerald | 2007-01-02 16:07:07 -0800 (Tue, 02 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-h248_3gpp.c
- M /trunk/epan/dissectors/packet-h248_annex_c.c
+ D /trunk/epan/crypt/airpdcap_ccmp.h
+ D /trunk/epan/crypt/airpdcap_tkip.h
+
+Remove empty files (which should have been removed with r20231).
+
+------------------------------------------------------------------------
+r20280 | ulfl | 2007-01-02 16:10:57 -0800 (Tue, 02 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/Makefile.nmake
+
+if exist, the install targets should copy pdb and manifest files along with the exe and dll ones
+------------------------------------------------------------------------
+r20281 | ulfl | 2007-01-02 16:23:22 -0800 (Tue, 02 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/crypt/Makefile.nmake
+
+fix windows build
-Set properties.
+maybe the definitions from Makefile.common should better be used - the current Makefile.nmake looks a bit strange compared to others ;-)
------------------------------------------------------------------------
-r19516 | ulfl | 2006-10-13 11:19:42 -0700 (Fri, 13 Oct 2006) | 3 lines
+r20282 | ulfl | 2007-01-02 18:50:22 -0800 (Tue, 02 Jan 2007) | 2 lines
Changed paths:
+ M /trunk/capture_opts.c
+ M /trunk/epan/filesystem.c
M /trunk/gtk/main.c
+ M /trunk/tempfile.c
+ M /trunk/wiretap/file_util.h
-remove the experimental display of the highest expert level in the statusbar for now.
+from Laurent Rabret:
+I posted a patch about 1.5 years ago for the formerly Ethereal to successfully compiled with Visual > 6. I have always successfully used this patched Ethereal/Wireshark compiled with VS 2003 and have just checked when compiled with Visual C++ 2005 Express
+------------------------------------------------------------------------
+r20283 | ulfl | 2007-01-02 18:53:30 -0800 (Tue, 02 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/config.nmake
-as long as we haven't solved that TCP checksum offload problems causing checksum errors all the time, this will display the error level for almost every capture done on a local machine - rendering this display pretty useless in it's current form.
+move the MSVC "block" towards the top of the file
+don't use GNUTLS and ZLIB when compiling with MSVC != Version 6 - it currently doesn't work
------------------------------------------------------------------------
-r19517 | sahlberg | 2006-10-13 14:07:07 -0700 (Fri, 13 Oct 2006) | 4 lines
+r20284 | ulfl | 2007-01-02 19:42:33 -0800 (Tue, 02 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/packaging/nsis/wireshark.nsi
+
+delete GTK 2.10 files and dirs while uninstalling
+------------------------------------------------------------------------
+r20285 | ulfl | 2007-01-02 19:46:48 -0800 (Tue, 02 Jan 2007) | 4 lines
+Changed paths:
+ M /trunk/packaging/nsis/wireshark.nsi
-dont call the scsi data in/out dissectors unless data offset is 0 i.e. the beginning of data in/out
+from Laurent Rabret:
+"Apply the ugly attached patch to the installer"
+... it's not that ugly at all - and installs (deletes) the manifest files if available
+------------------------------------------------------------------------
+r20286 | ulfl | 2007-01-02 20:15:18 -0800 (Tue, 02 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/packaging/nsis/wireshark.nsi
+fix packaging (for now): copy the manifest files with the /nonfatal switch, so they only issue a warning if none existing (e.g. MSVC6).
+This copying should be controlled by the MSVC_VARIANT setting in config.nmake instead (just like all the other alike settings).
------------------------------------------------------------------------
-r19518 | sahlberg | 2006-10-13 14:26:03 -0700 (Fri, 13 Oct 2006) | 4 lines
+r20287 | ulfl | 2007-01-02 20:18:55 -0800 (Tue, 02 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/crypt/Makefile.common
-check the estinated data transfer length for the current transfer and start adding checks for scsi data reassembly
+an attempt to fix the distcheck
+------------------------------------------------------------------------
+r20288 | ulfl | 2007-01-02 20:28:28 -0800 (Tue, 02 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/config.nmake
+Instead of hard coding "C:/program files", use the corresponding environment variable %ProgramFiles% (hopefully this is available on all supported platforms). This makes it possible to use the same unchanged setting even for internationalised Windows versions (e.g. in the german version this is: "C:\Programme")
+------------------------------------------------------------------------
+r20289 | ulfl | 2007-01-02 21:08:20 -0800 (Tue, 02 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/Makefile.nmake
+fix epan\crypt\crypt-md5.obj
+------------------------------------------------------------------------
+r20290 | ulfl | 2007-01-02 21:41:11 -0800 (Tue, 02 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/Makefile.nmake
+ M /trunk/config.nmake
+ M /trunk/epan/Makefile.nmake
+ M /trunk/wiretap/Makefile.nmake
+
+remove the PDB_FILE setting from config.nmake - there's no real need for this info
+
+add some missing files to the clean targets
+------------------------------------------------------------------------
+r20291 | ulfl | 2007-01-02 22:06:53 -0800 (Tue, 02 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/agentx/Makefile.nmake
+ M /trunk/plugins/artnet/Makefile.nmake
+ M /trunk/plugins/asn1/Makefile.nmake
+ M /trunk/plugins/ciscosm/Makefile.nmake
+ M /trunk/plugins/docsis/Makefile.nmake
+ M /trunk/plugins/enttec/Makefile.nmake
+ M /trunk/plugins/giop/Makefile.nmake
+ M /trunk/plugins/gryphon/Makefile.nmake
+ M /trunk/plugins/h223/Makefile.nmake
+ M /trunk/plugins/irda/Makefile.nmake
+ M /trunk/plugins/lwres/Makefile.nmake
+ M /trunk/plugins/mate/Makefile.nmake
+ M /trunk/plugins/megaco/Makefile.nmake
+ M /trunk/plugins/mgcp/Makefile.nmake
+ M /trunk/plugins/opsi/Makefile.nmake
+ M /trunk/plugins/pcli/Makefile.nmake
+ M /trunk/plugins/profinet/Makefile.nmake
+ M /trunk/plugins/rlm/Makefile.nmake
+ M /trunk/plugins/rtnet/Makefile.nmake
+ M /trunk/plugins/rudp/Makefile.nmake
+ M /trunk/plugins/sbus/Makefile.nmake
+ M /trunk/plugins/stats_tree/Makefile.nmake
+ M /trunk/plugins/v5ua/Makefile.nmake
+
+clean should also remove generated plugin.c and manifest files
+------------------------------------------------------------------------
+r20292 | ulfl | 2007-01-02 22:41:17 -0800 (Tue, 02 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/config.nmake
+hmmm, maybe he don't like mixing slashes and backslashes ...
------------------------------------------------------------------------
-r19519 | sahlberg | 2006-10-13 15:25:35 -0700 (Fri, 13 Oct 2006) | 3 lines
+r20293 | etxrab | 2007-01-02 23:55:40 -0800 (Tue, 02 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/asn1/ansi_map/ansi_map.asn
+ M /trunk/asn1/ansi_map/ansi_map.cnf
+ M /trunk/asn1/ansi_map/packet-ansi_map-template.c
-add scsi data reassembly
+Add call to the Teleservice dissector add a bunch of missing Return signals and
+fix up some cut and paste errors.
+------------------------------------------------------------------------
+r20294 | gerald | 2007-01-03 10:10:13 -0800 (Wed, 03 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+Fix a typo.
------------------------------------------------------------------------
-r19520 | ulfl | 2006-10-13 17:22:36 -0700 (Fri, 13 Oct 2006) | 1 line
+r20295 | etxrab | 2007-01-03 11:25:28 -0800 (Wed, 03 Jan 2007) | 4 lines
Changed paths:
- M /trunk/gtk/color_edit_dlg.c
+ M /trunk/epan/dissectors/packet-iuup.c
-as Stephen Fisher noted: fix the files header comment
+From Peter Vestman:
+The number of rfci's in rate control messages is read in the wrong place.
+We have created a patch for this, in the patch we have also added CRC checks
+for header and payload.
------------------------------------------------------------------------
-r19521 | gerald | 2006-10-13 17:27:50 -0700 (Fri, 13 Oct 2006) | 2 lines
+r20296 | jake | 2007-01-03 12:17:17 -0800 (Wed, 03 Jan 2007) | 1 line
Changed paths:
- M /trunk/packaging/u3/win32/README.txt
- M /trunk/packaging/u3/win32/makefile.nmake
- M /trunk/packaging/u3/win32/manifest.tmpl
- M /trunk/packaging/u3/win32/u3util.c
+ M /trunk/epan/dissectors/packet-iuup.c
-Set SVN properties.
+Some cleanup of the source.
+------------------------------------------------------------------------
+r20297 | ulfl | 2007-01-03 14:09:15 -0800 (Wed, 03 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/config.nmake
+another attempt to fix the "Program Files" setting. Unfortunately, using the environment setting doesn't seem to work ...
------------------------------------------------------------------------
-r19522 | gerald | 2006-10-13 17:31:35 -0700 (Fri, 13 Oct 2006) | 2 lines
+r20298 | ulfl | 2007-01-03 15:12:37 -0800 (Wed, 03 Jan 2007) | 1 line
Changed paths:
- M /trunk/ChangeLog
- M /trunk/docbook/release-notes.xml
+ M /trunk/packaging/nsis/wireshark.nsi
-Release note and changelog updates.
+add wiretap manifest file to packaging
+------------------------------------------------------------------------
+r20299 | etxrab | 2007-01-03 23:51:26 -0800 (Wed, 03 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/ansi_map/ansi_map.cnf
+ M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+Add dissection of SystemCapabilities.
------------------------------------------------------------------------
-r19523 | sahlberg | 2006-10-13 18:44:29 -0700 (Fri, 13 Oct 2006) | 8 lines
+r20300 | kukosa | 2007-01-04 01:20:18 -0800 (Thu, 04 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dissectors/packet-ssl-utils.c
+ M /trunk/epan/dissectors/packet-ssl-utils.h
+ M /trunk/epan/dissectors/packet-ssl.c
+ M /trunk/epan/dissectors/packet-ssl.h
+ M /trunk/epan/libwireshark.def
-let SCSI reassembly default to FALSE
+- new ssl_set_master_secret() which can set master secret (and optionally other parameters) into SSL dissector from external source, e.g. private 'trace protocol' dissector
+- call 'data' subdissector for decrypted data in real dissector is not found
+------------------------------------------------------------------------
+r20301 | guy | 2007-01-04 03:50:41 -0800 (Thu, 04 Jan 2007) | 25 lines
+Changed paths:
+ M /trunk/configure.in
+
+Add -Wl,-single_module to the linker flags in Darwin. The page at
-put "reassembled in" in the summary line
+ http://developer.apple.com/releasenotes/DeveloperTools/RN-dyld/index.html
-put the fragment list at the top of the tree instead of down inside the SCSI expansion
+says
+ The static linker ld(1) supports building dylibs as either
+ -multi_module or -single_module. Conceptually, a multi-module
+ dylib is like a group of smaller dylibs - one per source file.
+ The extra meta-data in a multi-module dylib allowed (pre-10.4)
+ dyld to delay binding and running initializers on the individual
+ modules. In Mac OS X 10.4 dyld ignores all multi-module
+ meta-data and completely binds and runs all initializers the
+ same as if it were built single-module. In general, building
+ dylibs -single_module is preferred. The one case where
+ multi-module is still useful is it allows internal functions of
+ a dylib to be interposable. For instance, libSystem.dylib is
+ built multi_module so that malloc() can be overridden and all
+ uses of malloc in libSystem (e.g. strdup) would be redirected
+ to use the overridden version.
+and we don't need the interposability for our dylibs, and Andreas Fink
+indicates that it's necessary for the packaged Wireshark builds he's
+doing.
------------------------------------------------------------------------
-r19524 | sahlberg | 2006-10-13 22:02:40 -0700 (Fri, 13 Oct 2006) | 6 lines
+r20302 | guy | 2007-01-04 03:55:05 -0800 (Thu, 04 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/address.h
- M /trunk/epan/dissectors/packet-usb.c
- M /trunk/epan/to_str.c
+ M /trunk/configure.in
-create a new address type AT_USB and start populating the packet list
-with nice data
+-Wl,-single_module breaks the configure script.
+------------------------------------------------------------------------
+r20303 | guy | 2007-01-04 04:05:17 -0800 (Thu, 04 Jan 2007) | 5 lines
+Changed paths:
+ M /trunk/plugins/irda/packet-sir.c
+Call the handoff registration routine proto_reg_handoff_irsir() to avoid
+collisions with the WSP dissector's proto_reg_handoff_sir() - and don't
+call it in the proto_register_irsir(); handoff registration routines are
+supposed to be called after *all* registration routines are called.
+------------------------------------------------------------------------
+r20304 | martinm | 2007-01-04 05:25:25 -0800 (Thu, 04 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/diameter/imscxdx.xml
+ M /trunk/epan/dissectors/packet-inap.c
+ M /trunk/epan/dissectors/packet-rtcp.c
+ M /trunk/epan/dissectors/packet-sigcomp.c
+ M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/wiretap/catapult_dct2000.c
+Check in trivial changes before generating a big diff...
------------------------------------------------------------------------
-r19525 | sahlberg | 2006-10-14 02:18:24 -0700 (Sat, 14 Oct 2006) | 6 lines
+r20305 | kukosa | 2007-01-04 05:26:45 -0800 (Thu, 04 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-ndmp.c
+ M /trunk/epan/dissectors/packet-ssl-utils.c
+ M /trunk/epan/dissectors/packet-ssl-utils.h
-set both read/write flags in ndmp scsi and also always set the expected length to whatever length is transported inside the ndmp pdu
+fix compilation without GnuTLS
+------------------------------------------------------------------------
+r20306 | jake | 2007-01-04 05:44:09 -0800 (Thu, 04 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/docbook/developer-guide.xml
+ M /trunk/docbook/user-guide.xml
-this fixes a regression caused by the recent scsi data in/out reassembly code which made the scsi dissector fail to dissect data in/out over ndmp correctly if scsi reassembly was enabled
+Bump date and version number
+------------------------------------------------------------------------
+r20307 | jake | 2007-01-04 05:46:29 -0800 (Thu, 04 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/version_info.c
+Bump date
------------------------------------------------------------------------
-r19526 | sahlberg | 2006-10-14 02:43:17 -0700 (Sat, 14 Oct 2006) | 3 lines
+r20308 | jake | 2007-01-04 06:23:56 -0800 (Thu, 04 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/plugins/irda/packet-sir.c
-put the packet type in the summary line
+Serious source code cleanup.
+------------------------------------------------------------------------
+r20309 | martinm | 2007-01-04 09:56:17 -0800 (Thu, 04 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-sip.c
+Make Expires header value a numeric field
------------------------------------------------------------------------
-r19527 | sahlberg | 2006-10-14 03:09:32 -0700 (Sat, 14 Oct 2006) | 7 lines
+r20310 | guy | 2007-01-04 10:35:33 -0800 (Thu, 04 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/wslua/Makefile.am
-rename some fields in the setup blob to use the same names as in the standard
+Rename pkgdata_DATA to dist_pkgdata_DATA, to make sure it's in the
+distribution. That means we don't have to include it in EXTRA_DIST.
+
+------------------------------------------------------------------------
+r20311 | etxrab | 2007-01-04 12:15:22 -0800 (Thu, 04 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/inap/packet-inap-template.c
+ M /trunk/epan/dissectors/packet-inap.c
+ M /trunk/epan/dissectors/packet-inap.h
+Make the recent INAP change in the template file as well.
+------------------------------------------------------------------------
+r20312 | guy | 2007-01-04 12:47:43 -0800 (Thu, 04 Jan 2007) | 4 lines
+Changed paths:
+ M /trunk/configure.in
+ M /trunk/epan/Makefile.am
+ M /trunk/wiretap/Makefile.am
-add dissection of the bmRequestType bitmap
+On Darwin, build shared libraries with -Wl,-single_module to the LDFLAGS
+used with shared libraries, to fix some error that shows up in some
+cases; some Apple documentation recommends it for most shared libraries.
+------------------------------------------------------------------------
+r20313 | ulfl | 2007-01-04 12:51:18 -0800 (Thu, 04 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/config.nmake
+add the "Microsoft .Net Framework SDK Version 1.1" as a compiler option (this is the one described in the corresponding Wiki page)
+mark "Visual Studio 2005" (without Express) as EXPERIMENTAL too, seems to be working just like the Express Edition :-)
------------------------------------------------------------------------
-r19528 | sahlberg | 2006-10-14 03:52:50 -0700 (Sat, 14 Oct 2006) | 3 lines
+r20314 | lego | 2007-01-04 14:44:17 -0800 (Thu, 04 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248.h
-implement WRITE and CREATE COLLECTION
+the widcards: Choose and All were inverted (again?)
------------------------------------------------------------------------
-r19529 | sahlberg | 2006-10-14 04:25:38 -0700 (Sat, 14 Oct 2006) | 3 lines
+r20315 | lego | 2007-01-04 14:45:43 -0800 (Thu, 04 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/acinclude.m4
-add dissection of FLUSH and FLUSH COLLECTION
+the -lm flag might be needed to link lua
------------------------------------------------------------------------
-r19530 | etxrab | 2006-10-14 07:13:00 -0700 (Sat, 14 Oct 2006) | 1 line
+r20316 | lego | 2007-01-04 14:47:23 -0800 (Thu, 04 Jan 2007) | 3 lines
Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/radius/dictionary.3gpp
+
+fix some entries with wrong spaces
+
-Dissect observedeventsdescriptor more like the actual text.
------------------------------------------------------------------------
-r19531 | jake | 2006-10-14 12:00:31 -0700 (Sat, 14 Oct 2006) | 1 line
+r20317 | lego | 2007-01-04 14:58:33 -0800 (Thu, 04 Jan 2007) | 3 lines
Changed paths:
- M /trunk/doc/README.developer
+ A /trunk/epan/wslua/doc
+ A /trunk/epan/wslua/doc/Makefile
+
+Add the documentation directory
+
-Update FSF address in code template
------------------------------------------------------------------------
-r19532 | guy | 2006-10-14 13:17:14 -0700 (Sat, 14 Oct 2006) | 5 lines
+r20318 | gerald | 2007-01-04 15:21:37 -0800 (Thu, 04 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-bootp.c
+ M /trunk/epan/dissectors/packet-ieee80211.c
-Do the suboption processing in dissect_netware_ip_suboption() a bit more
-like the way it's done in other suboption dissectors.
+Don't lower-case our SSID and passphrase, otherwise we'll create an
+incorrect PSK hash.
-Fix a typo.
+------------------------------------------------------------------------
+r20319 | gerald | 2007-01-04 15:54:00 -0800 (Thu, 04 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/wslua/Makefile.nmake
+
+Remove duplicate targets.
------------------------------------------------------------------------
-r19533 | guy | 2006-10-14 13:18:10 -0700 (Sat, 14 Oct 2006) | 2 lines
+r20320 | sfisher | 2007-01-04 16:33:23 -0800 (Thu, 04 Jan 2007) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-h248_annex_e.c
+ M /trunk/epan/dissectors/packet-per.h
+
+
+Remove stderr output of an error condition per bug #998. The error is already
+displayed in the packet tree.
-Fix a compiler warning by doing what I suspect was intended.
------------------------------------------------------------------------
-r19534 | sahlberg | 2006-10-14 15:05:57 -0700 (Sat, 14 Oct 2006) | 3 lines
+r20321 | gerald | 2007-01-04 17:35:23 -0800 (Thu, 04 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/Makefile.nmake
+ M /trunk/config.nmake
+ M /trunk/epan/libwireshark.def
+ M /trunk/tools/win32-setup.sh
-if reassembly did not give us a new tvb, then dont call any scsi payload subdissector
+Update to the latest Win32 libs: Net-SNMP 5.4 and GNUTLS 1.6.1. Enable
+AirPcap.
+------------------------------------------------------------------------
+r20322 | ulfl | 2007-01-04 20:58:52 -0800 (Thu, 04 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/config.nmake
+move the directory settings more to the top, add an optional platform SDK setting
------------------------------------------------------------------------
-r19535 | sahlberg | 2006-10-14 15:31:27 -0700 (Sat, 14 Oct 2006) | 3 lines
+r20323 | ulfl | 2007-01-04 21:03:15 -0800 (Thu, 04 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/config.nmake
-dissect some more osd service actions
+compile error in openssl.h depends on the Platform SDK, not the MSVC variant used
+change the !IFDEF around GNUTLS accordingly
+------------------------------------------------------------------------
+r20324 | ulfl | 2007-01-04 21:23:02 -0800 (Thu, 04 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/Makefile.nmake
+ M /trunk/config.nmake
+don't spread the AirPcap DevPack files over the libs dir, unzip files into: AirPcap_Devpack_1_0_0_594
------------------------------------------------------------------------
-r19536 | sahlberg | 2006-10-14 15:45:07 -0700 (Sat, 14 Oct 2006) | 3 lines
+r20325 | etxrab | 2007-01-04 23:32:39 -0800 (Thu, 04 Jan 2007) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/asn1/ansi_map/ansi_map.asn
+ M /trunk/asn1/ansi_map/ansi_map.cnf
+ M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+
+- Dissect IA5 digits
+- Update info column
+- Call subdissectors
+- fix some asn1 bugs
+- clean up .cnf file.
+------------------------------------------------------------------------
+r20326 | guy | 2007-01-04 23:36:30 -0800 (Thu, 04 Jan 2007) | 4 lines
+Changed paths:
+ M /trunk/wiretap/configure.in
+
+When Mr. Genius added the SHAREDLIB_LDFLAGS stuff, he forgot that
+Wiretap has its own configuration file. Do to its configuration file
+what was done to the top-level configuration file.
-some more service actions
+------------------------------------------------------------------------
+r20327 | lego | 2007-01-05 04:11:05 -0800 (Fri, 05 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/wslua/wslua_util.c
+ + register_stat_cmd_arg()
+ * use '/' as directory separator on both plattforms
------------------------------------------------------------------------
-r19537 | sahlberg | 2006-10-14 19:54:08 -0700 (Sat, 14 Oct 2006) | 3 lines
+r20328 | lego | 2007-01-05 04:14:42 -0800 (Fri, 05 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/wslua/wslua_gui.c
-more serviceactions
+ * rename url->file in browser_open_data_file()
------------------------------------------------------------------------
-r19538 | sahlberg | 2006-10-14 20:49:27 -0700 (Sat, 14 Oct 2006) | 5 lines
+r20329 | jake | 2007-01-05 05:42:08 -0800 (Fri, 05 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/dissectors/packet-ntp.c
+ M /trunk/epan/dissectors/packet-ntp.h
+
+Added functionality proposed in bug 1233.
+Clean up of source code.
-start dissecting the setup headers
+------------------------------------------------------------------------
+r20330 | lego | 2007-01-05 07:09:33 -0800 (Fri, 05 Jan 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/wslua/wslua_dumper.c
+ M /trunk/epan/wslua/wslua_util.c
+
+* have the Dumper using either '\' or '/' as directory separator in all plattforms.
+* use the directory separator not a pointer to it.
-dissect GET DESCRIPTOR as an example on how to add such dissectors
------------------------------------------------------------------------
-r19539 | sahlberg | 2006-10-14 23:10:59 -0700 (Sat, 14 Oct 2006) | 8 lines
+r20331 | ulfl | 2007-01-05 16:48:11 -0800 (Fri, 05 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/address.h
- M /trunk/epan/column-utils.c
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/capture_wpcap_packet.c
+ M /trunk/gtk/capture_if_details_dlg.c
-add a new port type for usb endpoints
+fix sockaddr_storage problem for MSVC 7.1 (hmmm, maybe it's a platform SDK issue - time will tell)
+------------------------------------------------------------------------
+r20332 | ulfl | 2007-01-05 17:05:59 -0800 (Fri, 05 Jan 2007) | 8 lines
+Changed paths:
+ M /trunk/config.nmake
+ M /trunk/plugins/asn1/Makefile.nmake
+ M /trunk/plugins/mate/Makefile.nmake
+ M /trunk/plugins/megaco/Makefile.nmake
+ M /trunk/plugins/mgcp/Makefile.nmake
+add experimental support for some more of the MSVC_VARIANTs:
+- Microsoft .Net Framework SDK Version 1.1
+- Microsoft .Net Framework 2.0 SDK
+... which seems to work fine now (except for the open problems like zlib) :-)
-start introducing conversations to the usb dissector so that we can start tracking requests/responses
-which we need to in order to dissect for example the data returned by a device to a GET DESCRIPTORS call
+Some of the plugins need different linker flags depending on the MSVC. I've set a "define" in config.nmake (PLUGIN_LDFLAGS) and used it in the affected plugins/.../Makefile.nmake. Maybe we should generally change the plugins that way.
+btw: The "Microsoft Visual C++ Toolkit 2003" (mentioned some time ago on the list) doesn't work as some important files are missing - and we have much easier alternatives now :-)
+------------------------------------------------------------------------
+r20333 | etxrab | 2007-01-06 12:21:30 -0800 (Sat, 06 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-ber.c
+Fix tag > 0x1f
+------------------------------------------------------------------------
+r20334 | etxrab | 2007-01-06 12:51:03 -0800 (Sat, 06 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/ansi_map/ansi_map.asn
+ M /trunk/asn1/ansi_map/ansi_map.cnf
+ M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+ M /trunk/epan/dissectors/packet-ansi_map.c
+ M /trunk/epan/dissectors/packet-ansi_map.h
+Check in the asn2wrs generated ANSI map dissector.
------------------------------------------------------------------------
-r19540 | sahlberg | 2006-10-15 01:12:41 -0700 (Sun, 15 Oct 2006) | 3 lines
+r20335 | etxrab | 2007-01-07 07:38:29 -0800 (Sun, 07 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/asn1/ansi_map/ansi_map.cnf
+ M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+ M /trunk/epan/dissectors/packet-ansi_map.c
-add tracking of request/responses for CONTROL INPUT so we can start passing parameters from request to response and dissect response data
+Show return signal in info col. also if no data.
+------------------------------------------------------------------------
+r20336 | ulfl | 2007-01-07 11:50:16 -0800 (Sun, 07 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/config.nmake
+fix GNUTLS compiling issue on recent MSVC versions by switching off Wincrypt.h, see: http://www.mail-archive.com/openssl-dev@openssl.org/msg03802.html for details
+------------------------------------------------------------------------
+r20337 | ulfl | 2007-01-07 18:40:06 -0800 (Sun, 07 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/Makefile.nmake
+ M /trunk/config.nmake
+ M /trunk/tools/win32-setup.sh
+if we don't have MSVC6, download (using the setup target) the zlib source package instead of the dll one, and compile it in a temp dir before continuing with wiretap
------------------------------------------------------------------------
-r19541 | sahlberg | 2006-10-15 01:21:56 -0700 (Sun, 15 Oct 2006) | 3 lines
+r20338 | guy | 2007-01-07 18:55:41 -0800 (Sun, 07 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/wiretap/libpcap.c
-populate the info column with the request type and whetehr it is a request or a response
+We support nanosecond resolution in Wiretap; use that with AIX libpcap
+files.
+------------------------------------------------------------------------
+r20339 | ulfl | 2007-01-07 19:31:28 -0800 (Sun, 07 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/config.nmake
+Oops, I did it again ;-)
+
+C:\Programme -> C:\Program Files
------------------------------------------------------------------------
-r19542 | jmayer | 2006-10-15 05:27:51 -0700 (Sun, 15 Oct 2006) | 3 lines
+r20340 | ulfl | 2007-01-07 21:03:17 -0800 (Sun, 07 Jan 2007) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/Makefile.nmake
-- gcc dies on "default: }", add a ;
-- proto_register usb instead of eth.
+fix general compilation:
+- compile wiretap unconditionally
+fix .NET1.1 + PSDK compilation:
+- lib.exe tool not available, build dll only (that's just enough)
+- copy zlib1.dll.manifest file only if it's available, MSVC2003 doesn't generate it
------------------------------------------------------------------------
-r19543 | etxrab | 2006-10-15 09:06:02 -0700 (Sun, 15 Oct 2006) | 1 line
+r20341 | sfisher | 2007-01-07 23:19:31 -0800 (Sun, 07 Jan 2007) | 4 lines
Changed paths:
- M /trunk/asn1/h248/Makefile.nmake
- M /trunk/asn1/h248/h248.cnf
- M /trunk/asn1/h248/h248v3.asn
- M /trunk/epan/dissectors/packet-h248.c
- M /trunk/epan/dissectors/packet-h248.h
- M /trunk/epan/dissectors/packet-h248_annex_e.c
+ M /trunk/epan/dfilter/dfunctions.c
+ M /trunk/epan/dfilter/dfunctions.h
+ M /trunk/epan/dfilter/sttype-function.c
+
+
+Add "svn:keywords Id" and "svn:eol-style native"
+
-Upadte to H.248 V3 and add some annex E parameters.
------------------------------------------------------------------------
-r19544 | etxrab | 2006-10-15 15:11:26 -0700 (Sun, 15 Oct 2006) | 2 lines
+r20342 | ulfl | 2007-01-07 23:42:26 -0800 (Sun, 07 Jan 2007) | 1 line
Changed paths:
- M /trunk/asn1/h248/h248v3.asn
- M /trunk/epan/dissectors/packet-h248.c
- M /trunk/epan/dissectors/packet-h248_annex_e.c
- M /trunk/epan/dissectors/packet-isup.c
+ M /trunk/Makefile.nmake
-Fix Event dissection which was broken when going to V3.
-and add a few parameters.
+the makefile dependencies are just killing me ;-) Maybe this is the right way to go ...
------------------------------------------------------------------------
-r19545 | ulfl | 2006-10-15 15:42:22 -0700 (Sun, 15 Oct 2006) | 1 line
+r20343 | jmayer | 2007-01-08 02:36:28 -0800 (Mon, 08 Jan 2007) | 3 lines
Changed paths:
- M /trunk/doc/README.developer
+ M /trunk/make-version.pl
+
+Adapt the svn info hack to work out of the box for people who
+are using svn 1.4 or newer to automatically switch to svn info.
-add a prerequisites section and some minor changes
------------------------------------------------------------------------
-r19546 | ulfl | 2006-10-15 15:57:31 -0700 (Sun, 15 Oct 2006) | 1 line
+r20344 | jmayer | 2007-01-08 03:51:04 -0800 (Mon, 08 Jan 2007) | 2 lines
Changed paths:
- M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
+ M /trunk/manuf
+
+Update manuf
-move the README files before the source code, they are more important
------------------------------------------------------------------------
-r19547 | ulfl | 2006-10-15 18:43:04 -0700 (Sun, 15 Oct 2006) | 1 line
+r20345 | jmayer | 2007-01-08 06:25:35 -0800 (Mon, 08 Jan 2007) | 2 lines
Changed paths:
- M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
+ M /trunk/FAQ
+ M /trunk/help/faq.txt
+
+Update FAQ
-be more specific about the README.developer file
------------------------------------------------------------------------
-r19548 | ulfl | 2006-10-15 18:48:16 -0700 (Sun, 15 Oct 2006) | 3 lines
+r20346 | jmayer | 2007-01-08 06:32:10 -0800 (Mon, 08 Jan 2007) | 2 lines
Changed paths:
- M /trunk/README.win32
- M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
- M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
+ M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/dissectors/packet-usb.h
+ M /trunk/epan/to_str.c
-deleted lot's of irrelevant/outdated content from README.win32.
+Commit my USB changes (change address handling)
-move content from the README.win32 file into the wsdg. I've moved the cygwin GCC info to a new Wiki page, it seems more promissing that it's getting updated in the future.
------------------------------------------------------------------------
-r19549 | ulfl | 2006-10-15 19:37:06 -0700 (Sun, 15 Oct 2006) | 1 line
+r20347 | gerald | 2007-01-08 13:19:46 -0800 (Mon, 08 Jan 2007) | 2 lines
Changed paths:
- M /trunk/doc/README.developer
- A /trunk/doc/README.display_filter
+ M /trunk/epan/crypt/airpdcap.c
+ M /trunk/epan/crypt/airpdcap_tkip.c
+ M /trunk/epan/crypt/airpdcap_wep.c
+ D /trunk/epan/crypt/airpdcap_wep.h
+
+Remove duplicate crc32 code.
-split the display filter engine doc into it's own file
------------------------------------------------------------------------
-r19550 | ulfl | 2006-10-15 20:23:43 -0700 (Sun, 15 Oct 2006) | 1 line
+r20348 | ulfl | 2007-01-08 14:11:56 -0800 (Mon, 08 Jan 2007) | 1 line
Changed paths:
- M /trunk/doc/README.binarytrees
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-fix a typo
+PropagationDelayFactor -> LineDelay
------------------------------------------------------------------------
-r19551 | ulfl | 2006-10-15 20:25:50 -0700 (Sun, 15 Oct 2006) | 4 lines
+r20349 | ulfl | 2007-01-08 14:29:18 -0800 (Mon, 08 Jan 2007) | 3 lines
Changed paths:
- M /trunk/doc/README.developer
+ M /trunk/capture_wpcap_packet.c
+ M /trunk/config.nmake
+ M /trunk/gtk/capture_if_details_dlg.c
-- some more cleanup
-- mention the other README files
-- encode some @ chars to [AT] in mail addresses
+fix compilation for:
+- Visual Studio .NET (2002)
+- Visual Studio .NET 2003
+------------------------------------------------------------------------
+r20350 | ulfl | 2007-01-08 14:50:49 -0800 (Mon, 08 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/epan/crypt/Makefile.common
+airpdcap_wep.h was removed
------------------------------------------------------------------------