diff options
| author | Gerald Combs <gerald@wireshark.org> | 2006-10-31 17:45:15 +0000 |
|---|---|---|
| committer | Gerald Combs <gerald@wireshark.org> | 2006-10-31 17:45:15 +0000 |
| commit | 15598b882e6f1d016214cd1d87bdd1f123119007 (patch) | |
| tree | fb7ef6741125d9b00b2da66742f46794448e85f6 | |
| parent | 9fb9a5e95fa0387e8ebf93796efdc371fc3dae54 (diff) | |
| download | wireshark-0.99.4.tar.gz wireshark-0.99.4.tar.bz2 wireshark-0.99.4.zip | |
Build 0.99.4 (barring any last-minute catastrophes).wireshark-0.99.4backups/master-0.99.4@19765
svn path=/trunk-0.99.4/; revision=19757
| -rw-r--r-- | ChangeLog | 8311 | ||||
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | version.conf | 4 |
3 files changed, 4791 insertions, 3526 deletions
@@ -1,3365 +1,3891 @@ ------------------------------------------------------------------------ -r18953 | guy | 2006-08-18 17:24:40 -0700 (Fri, 18 Aug 2006) | 2 lines +r19750 | gerald | 2006-10-30 20:50:35 -0800 (Mon, 30 Oct 2006) | 2 lines Changed paths: - M /trunk/Makefile.nmake + M /trunk-0.99.4/version.conf -Fix cut-and-pasteo. +Bump the version. ------------------------------------------------------------------------ -r18954 | guy | 2006-08-18 19:56:16 -0700 (Fri, 18 Aug 2006) | 2 lines +r19749 | gerald | 2006-10-30 17:51:39 -0800 (Mon, 30 Oct 2006) | 30 lines Changed paths: - M /trunk/asn1/ldap/packet-ldap-template.c - M /trunk/epan/dissectors/packet-ldap.c + M /trunk-0.99.4/airpcap_loader.c + M /trunk-0.99.4/epan/dissectors/packet-radiotap.c + M /trunk-0.99.4/epan/dissectors/packet-vnc.c + M /trunk-0.99.4/gtk/main.c + M /trunk-0.99.4/gtk/recent.c + M /trunk-0.99.4/gtk/recent.h + M /trunk-0.99.4/gtk/simple_dialog.c -Squelch a compiler warning. +Copy over more revisions from the trunk (and maybe get -pre2 out the door). ------------------------------------------------------------------------ -r18955 | guy | 2006-08-18 19:58:48 -0700 (Fri, 18 Aug 2006) | 3 lines +r19746 | gerald | 2006-10-30 17:28:29 -0800 (Mon, 30 Oct 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-gsm_sms.c + M /trunk/epan/dissectors/packet-radiotap.c -Define "char_def_alphabet_ext_decode()" with a return type - and define -it as static as it's not used outside this file. +Make sure we round up to the nearest 4-byte boundary before trying to process +the FCS. ------------------------------------------------------------------------ -r18956 | guy | 2006-08-18 20:00:16 -0700 (Fri, 18 Aug 2006) | 2 lines +r19747 | gerald | 2006-10-30 17:44:11 -0800 (Mon, 30 Oct 2006) | 3 lines Changed paths: - M /trunk/epan/guid-utils.c + 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 -Squelch a compiler warning. +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. ------------------------------------------------------------------------ -r18957 | guy | 2006-08-18 20:01:15 -0700 (Fri, 18 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-dcom.c + M /trunk/epan/dissectors/packet-vnc.c + +Escape non-ASCII characters in the client and server protocol version strings. -Fix some format strings and format string arguments. ------------------------------------------------------------------------ -r18958 | guy | 2006-08-18 20:01:53 -0700 (Fri, 18 Aug 2006) | 2 lines +r19745 | gerald | 2006-10-30 14:03:05 -0800 (Mon, 30 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-dcom-cba-acco.c + M /trunk-0.99.4/version.conf -Fix some g_warning() calls. +Set the version to -pre2. ------------------------------------------------------------------------ -r18959 | sahlberg | 2006-08-19 02:22:20 -0700 (Sat, 19 Aug 2006) | 4 lines +r19741 | gerald | 2006-10-30 08:12:19 -0800 (Mon, 30 Oct 2006) | 35 lines Changed paths: - M /trunk/epan/dissectors/packet-windows-common.c - M /trunk/epan/dissectors/packet-windows-common.h + M /trunk-0.99.4/airpcap.h + M /trunk-0.99.4/airpcap_loader.c + M /trunk-0.99.4/airpcap_loader.h + M /trunk-0.99.4/file.c + M /trunk-0.99.4/gtk/about_dlg.c + M /trunk-0.99.4/gtk/airpcap_dlg.c + M /trunk-0.99.4/gtk/airpcap_gui_utils.c + M /trunk-0.99.4/gtk/airpcap_gui_utils.h + M /trunk-0.99.4/gtk/color_edit_dlg.c + M /trunk-0.99.4/gtk/main.c + M /trunk-0.99.4/gtk/packet_list.c -add some well known rids from s4 security.idl and code to show the name of this rid -when dissecting a security descriptor +Copy over revisions from the trunk (hopefully I haven't missed any). + +------------------------------------------------------------------------ +r19720 | gerald | 2006-10-27 13:33:19 -0700 (Fri, 27 Oct 2006) | 3 lines +Set AirpcapLoaded to TRUE if we've successfully loaded our DLL and obtained +our addresses. ------------------------------------------------------------------------ -r18960 | etxrab | 2006-08-19 14:42:25 -0700 (Sat, 19 Aug 2006) | 1 line +r19726 | ulfl | 2006-10-29 04:51:15 -0800 (Sun, 29 Oct 2006) | 3 lines Changed paths: - M /trunk/plugins/megaco/packet-megaco.c + M /trunk/file.c -Improve parsing a bit and correctly dissect errorDescriptor in Reply. +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 ------------------------------------------------------------------------ -r18961 | gerald | 2006-08-19 18:19:56 -0700 (Sat, 19 Aug 2006) | 2 lines +r19735 | ulfl | 2006-10-29 18:09:59 -0800 (Sun, 29 Oct 2006) | 5 lines Changed paths: - M /trunk/airpcap_loader.c - -Make sure a preference exists before we try to use it. + 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. ------------------------------------------------------------------------ -r18964 | sahlberg | 2006-08-19 22:18:10 -0700 (Sat, 19 Aug 2006) | 4 lines +r19740 | gerald | 2006-10-30 08:01:40 -0800 (Mon, 30 Oct 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-tcp.c + 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. -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. +------------------------------------------------------------------------ +r19718 | gerald | 2006-10-27 11:58:26 -0700 (Fri, 27 Oct 2006) | 3 lines +Changed paths: + M /trunk-0.99.4/NEWS + M /trunk-0.99.4/docbook/Makefile +Allow each program called by the Docbook Makefile to be specified using +the environment. Update the NEWS file. ------------------------------------------------------------------------ -r18965 | sahlberg | 2006-08-19 23:00:16 -0700 (Sat, 19 Aug 2006) | 7 lines +r19713 | gerald | 2006-10-26 16:23:33 -0700 (Thu, 26 Oct 2006) | 42 lines Changed paths: - M /trunk/asn1/ldap/packet-ldap-template.c - M /trunk/epan/dissectors/packet-ldap.c + M /trunk-0.99.4/airpcap_loader.c + M /trunk-0.99.4/epan/dissectors/packet-radiotap.c + M /trunk-0.99.4/gtk/airpcap_dlg.c + M /trunk-0.99.4/gtk/airpcap_gui_utils.c + M /trunk-0.99.4/gtk/rtp_player.c - in LDAP over TCP +Copy over revisions 19680, 19687, 19693, 19694, and 19712 from the trunk. -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 +------------------------------------------------------------------------ +r19680 | gram | 2006-10-25 08:16:49 -0700 (Wed, 25 Oct 2006) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-radiotap.c +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. +------------------------------------------------------------------------ +r19687 | guy | 2006-10-25 12:48:54 -0700 (Wed, 25 Oct 2006) | 4 lines +Changed paths: + M /trunk/gtk/rtp_player.c + +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. ------------------------------------------------------------------------ -r18966 | etxrab | 2006-08-20 14:18:43 -0700 (Sun, 20 Aug 2006) | 1 line +r19693 | ulfl | 2006-10-25 16:54:56 -0700 (Wed, 25 Oct 2006) | 1 line 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/gtk/airpcap_gui_utils.c -Dissect some more H.245 messages in MEGACO +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 ------------------------------------------------------------------------ -r18967 | sahlberg | 2006-08-21 04:26:34 -0700 (Mon, 21 Aug 2006) | 5 lines +r19694 | ulfl | 2006-10-25 17:39:05 -0700 (Wed, 25 Oct 2006) | 3 lines Changed paths: - M /trunk/gtk/scsi_stat.c + M /trunk/gtk/airpcap_dlg.c -make the scsi statistics dialogs easier to understand for scsi novices +don't use custom build buttons for standard tasks like: Ok, Apply, Cancel. -explain what the commandsets refer to SBC==disk SSC=tape MMC=cd +It might be a good idea to add tooltips to the various GUI elements - this makes understanding the GUI *much* faster. +------------------------------------------------------------------------ +r19712 | gerald | 2006-10-26 14:53:30 -0700 (Thu, 26 Oct 2006) | 3 lines +Changed paths: + M /trunk/airpcap_loader.c +Add a lot of sanity checks, particularly to get_airpcap_interface_list(), +which should fix bug 1176. Fix up whitespace and indentation. ------------------------------------------------------------------------ -r18968 | martinm | 2006-08-21 04:41:32 -0700 (Mon, 21 Aug 2006) | 1 line +r19692 | gerald | 2006-10-25 15:56:28 -0700 (Wed, 25 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-rtcp.c + M /trunk-0.99.4/docbook/release-notes.xml + +Fix a typo. -Use FT_UINT_STRING for TBCP DENY reason-phrase ------------------------------------------------------------------------ -r18969 | martinm | 2006-08-21 04:45:37 -0700 (Mon, 21 Aug 2006) | 1 line +r19691 | gerald | 2006-10-25 15:51:46 -0700 (Wed, 25 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/proto.c + M /trunk-0.99.4/docbook/release-notes.xml + +Fix a typo. -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 +r19690 | gerald | 2006-10-25 15:41:52 -0700 (Wed, 25 Oct 2006) | 2 lines Changed paths: - M /trunk/dtds/reginfo.dtd + M /trunk-0.99.4/docbook/release-notes.xml + +Fix tag imbalances. -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 +r19689 | gerald | 2006-10-25 15:25:41 -0700 (Wed, 25 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-rpc.c - -remove two hashtables and replace with binary trees + M /trunk-0.99.4/docbook/release-notes.xml +Add CVE entries and a note about WLCCP superseding CISCOWL. Re-tabify. ------------------------------------------------------------------------ -r18972 | sahlberg | 2006-08-21 06:00:55 -0700 (Mon, 21 Aug 2006) | 2 lines +r19676 | gerald | 2006-10-24 15:21:04 -0700 (Tue, 24 Oct 2006) | 71 lines Changed paths: - M /trunk/epan/dissectors/packet-3com-njack.c - M /trunk/epan/dissectors/packet-aim-chat.c + M /trunk-0.99.4/editcap.c + M /trunk-0.99.4/epan/dissectors/packet-tcp.c + M /trunk-0.99.4/epan/wslua/Makefile.am + M /trunk-0.99.4/epan/wslua/make-doc.pl + M /trunk-0.99.4/epan/wslua/template-init.lua + M /trunk-0.99.4/epan/wslua/wslua_gui.c + M /trunk-0.99.4/epan/wslua/wslua_pinfo.c + M /trunk-0.99.4/epan/wslua/wslua_proto.c + M /trunk-0.99.4/epan/wslua/wslua_tree.c + M /trunk-0.99.4/epan/wslua/wslua_tvb.c + M /trunk-0.99.4/epan/wslua/wslua_util.c + M /trunk-0.99.4/gtk/dfilter_expr_dlg.c + M /trunk-0.99.4/gtk/main.c + M /trunk-0.99.4/gtk/voip_calls.c -move a few arrays off the stack +Copy over revisions 19662, 19666, 19667, 19669, 19670, and 19673 from the +trunk: ------------------------------------------------------------------------ -r18973 | sahlberg | 2006-08-21 06:05:18 -0700 (Mon, 21 Aug 2006) | 3 lines +r19662 | lego | 2006-10-23 07:57:54 -0700 (Mon, 23 Oct 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-tcp.c - -get rid of a rotating buffer + 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 ------------------------------------------------------------------------ -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 - from Angel de Juan +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 -make mms bitstrings easier to read +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. +------------------------------------------------------------------------ +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 -prettify the MMS dissector by at least putting the pdu name in the info column +Have Lua disabled by default. +Add more documentation to the code. +change make-dco.pl so that it creates more readable docbook output. ------------------------------------------------------------------------- -r18976 | gerald | 2006-08-21 07:40:05 -0700 (Mon, 21 Aug 2006) | 5 lines -Changed paths: - M /trunk/gtk/menu.c +This should be copied over to 0.99.4 -AirPcap fix from Florent Drouin: -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 +r19673 | gerald | 2006-10-24 14:07:05 -0700 (Tue, 24 Oct 2006) | 3 lines Changed paths: - M /trunk/manuf + M /trunk/gtk/main.c + +Put a trailing ellipsis behind the wireless toolbar buttons since they open +a new window. -Update manuf list ------------------------------------------------------------------------ -r18979 | jmayer | 2006-08-21 09:17:24 -0700 (Mon, 21 Aug 2006) | 1 line + +------------------------------------------------------------------------ +r19674 | gerald | 2006-10-24 14:50:59 -0700 (Tue, 24 Oct 2006) | 45 lines Changed paths: - M /trunk/FAQ - M /trunk/help/faq.txt + M /trunk-0.99.4/epan/dissectors/packet-http.c + M /trunk-0.99.4/gtk/airpcap_dlg.c + M /trunk-0.99.4/gtk/airpcap_gui_utils.h + M /trunk-0.99.4/gtk/main.c + M /trunk-0.99.4/gtk/prefs_dlg.c + M /trunk-0.99.4/packaging/nsis/wireshark.nsi + M /trunk-0.99.4/version.conf + +Update the build version. Copy over revisions 19646, 19651, 19653, and +19654 from the trunk: -Update FAQ ------------------------------------------------------------------------ -r18981 | gerald | 2006-08-21 12:22:33 -0700 (Mon, 21 Aug 2006) | 2 lines +r19646 | gerald | 2006-10-20 16:22:53 -0700 (Fri, 20 Oct 2006) | 6 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/gtk/main.c + M /trunk/gtk/prefs_dlg.c -Fix up copyrights and whitespace. +AirPcap fixes from Giorgio Tino: + +1) When choosing to Merge, Import or Keep decryption keys, key lists will be saved to the preferences file AND into the registry. + +2) Now if you check/uncheck the WEP deccryption checkbox in the Preferences..., the AirPcap toolbar will be modified as well. ------------------------------------------------------------------------ -r18984 | etxrab | 2006-08-21 14:19:48 -0700 (Mon, 21 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-bssap.c + M /trunk/packaging/nsis/wireshark.nsi -From Florent Drouin: -This patch allow to change the value of the SSN associated to the bssap dissector. +remove two packaging warnings - could this be applied to 0.99.4? ------------------------------------------------------------------------ -r18985 | etxrab | 2006-08-21 14:24:42 -0700 (Mon, 21 Aug 2006) | 4 lines +r19653 | guy | 2006-10-21 10:48:45 -0700 (Sat, 21 Oct 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-gsm_a.c + M /trunk/gtk/main.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.. +Put the ", " before the PortAudio item regardless of whether we have +PortAudio or not; this fixes 1174. -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 +r19654 | sahlberg | 2006-10-21 15:17:43 -0700 (Sat, 21 Oct 2006) | 6 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-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 + -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 -Changed paths: - M /trunk/dumpcap.c -Add to a comment. ------------------------------------------------------------------------ -r18988 | guy | 2006-08-21 16:23:22 -0700 (Mon, 21 Aug 2006) | 2 lines +r19648 | gerald | 2006-10-20 19:30:57 -0700 (Fri, 20 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-windows-common.c + M /trunk-0.99.4/version.conf -Squelch a compiler warning. +Build -pre1. ------------------------------------------------------------------------ -r18989 | guy | 2006-08-21 16:28:19 -0700 (Mon, 21 Aug 2006) | 13 lines +r19647 | gerald | 2006-10-20 16:30:56 -0700 (Fri, 20 Oct 2006) | 2 lines Changed paths: - M /trunk/capture_loop.c - M /trunk/capture_opts.c - M /trunk/tshark.c + A /trunk-0.99.4/version.conf -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. +Build a prerelease version. -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. - -Also, check for multiple "-f" options. +------------------------------------------------------------------------ +r19645 | gerald | 2006-10-20 15:20:40 -0700 (Fri, 20 Oct 2006) | 2 lines +Changed paths: + D /releases/trunk-0.99.4 + A /trunk-0.99.4 (from /releases/trunk-0.99.4:19644) -If no capture filter is specified, use a null string, to work around -broken versions of Linux libpcap. +0.99.4 doesn't go into the 'releases' directory just yet. ------------------------------------------------------------------------ -r18990 | guy | 2006-08-21 16:36:59 -0700 (Mon, 21 Aug 2006) | 3 lines +r19644 | gerald | 2006-10-20 14:51:41 -0700 (Fri, 20 Oct 2006) | 2 lines Changed paths: - M /trunk/doc/tshark.pod + A /releases/trunk-0.99.4 (from /trunk:19643) -Indicate in the synopsis that you can put the capture filter at the end -of the command line without "-f". +Create the 0.99.4 release trunk. ------------------------------------------------------------------------ -r18991 | martinm | 2006-08-22 07:00:18 -0700 (Tue, 22 Aug 2006) | 1 line +r19643 | ulfl | 2006-10-20 13:21:52 -0700 (Fri, 20 Oct 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-iuup.c + M /trunk/version_info.c -Fix iuup.delta FT_ type mismatch +MS usually calls this a build number, not a patch (e.g. see the system version info) ------------------------------------------------------------------------ -r18992 | gerald | 2006-08-22 07:46:51 -0700 (Tue, 22 Aug 2006) | 8 lines +r19642 | ulfl | 2006-10-20 13:06:44 -0700 (Fri, 20 Oct 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-q2931.c + M /trunk/packaging/nsis/Makefile.nmake + M /trunk/packaging/nsis/wireshark.nsi -From Florent Drouin: +don't fail to create an installer if LUA_DIR or NET_SNMP_DIR are not defined (both optional) +------------------------------------------------------------------------ +r19641 | guy | 2006-10-20 13:05:27 -0700 (Fri, 20 Oct 2006) | 6 lines +Changed paths: + M /trunk/gtk/voip_calls.c + M /trunk/gtk/voip_calls_dlg.c - 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. +Don't display the Play button if we're not built with the RTP player. -Make other loop checks more paranoid. +In tests for whether we're built with the RTP player, test +HAVE_LIBPORTAUDIO first - hopefully we can eventually get rid of the +test for the GTK+ version number. ------------------------------------------------------------------------ -r18995 | gerald | 2006-08-22 08:55:42 -0700 (Tue, 22 Aug 2006) | 4 lines +r19640 | gerald | 2006-10-20 12:37:11 -0700 (Fri, 20 Oct 2006) | 2 lines Changed paths: - M /trunk/plugins/megaco/packet-megaco.c + M /trunk/epan/dissectors/packet-dcerpc.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. +Catch an infinite loop. Fixes bug 1172. ------------------------------------------------------------------------ -r18996 | ulfl | 2006-08-22 12:42:04 -0700 (Tue, 22 Aug 2006) | 1 line +r19639 | guy | 2006-10-20 12:29:41 -0700 (Fri, 20 Oct 2006) | 2 lines Changed paths: - M /trunk/plugins/profinet/packet-pn-mrp.c + M /trunk/epan/dissectors/packet-isup.h + +From Stephen Fisher: put a newline at the end, to squelch warnings. -fix TLB block alignment to be compatible with the current MRP draft. Would be nice if included in the 0.99.3 ------------------------------------------------------------------------ -r18997 | ulfl | 2006-08-22 12:43:38 -0700 (Tue, 22 Aug 2006) | 1 line +r19638 | jake | 2006-10-20 12:19:33 -0700 (Fri, 20 Oct 2006) | 1 line Changed paths: - M /trunk/plugins/profinet/packet-pn-mrp.c + M /trunk/doxygen.cfg.in -(slightly) further dissection of the Option (Organizationally specific) block +One more Ethereal -> Wireshark name change ------------------------------------------------------------------------ -r18998 | etxrab | 2006-08-22 12:55:31 -0700 (Tue, 22 Aug 2006) | 2 lines +r19637 | guy | 2006-10-20 11:51:51 -0700 (Fri, 20 Oct 2006) | 2 lines 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/configure.in + +Line up the colons in the list of configure options. -From David Buechi: -Add support for the ETHERNET Powerlink protocol ------------------------------------------------------------------------ -r18999 | etxrab | 2006-08-22 13:39:20 -0700 (Tue, 22 Aug 2006) | 1 line +r19636 | guy | 2006-10-20 11:49:02 -0700 (Fri, 20 Oct 2006) | 2 lines 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/epan/dissectors/packet-ieee80211.c + +Get rid of a duplicate call. -Complete clean targets ------------------------------------------------------------------------ -r19001 | sahlberg | 2006-08-23 00:41:43 -0700 (Wed, 23 Aug 2006) | 3 lines +r19635 | guy | 2006-10-20 11:41:40 -0700 (Fri, 20 Oct 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-epl.c + M /trunk/gtk/voip_calls.c -move the include for emem.h so that size_t is defined before emem.h is invoked +Put the period into ITU-T Recommendation names. +Clean up indentation. ------------------------------------------------------------------------ -r19002 | sahlberg | 2006-08-23 01:05:28 -0700 (Wed, 23 Aug 2006) | 6 lines +r19634 | guy | 2006-10-20 11:36:42 -0700 (Fri, 20 Oct 2006) | 4 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/gtk/voip_calls_dlg.c +Add #defines for the column numbers, and use them. -fixes bug 1047 - +Clean up indentation. ------------------------------------------------------------------------ -r19003 | sahlberg | 2006-08-23 02:48:16 -0700 (Wed, 23 Aug 2006) | 3 lines +r19633 | guy | 2006-10-20 11:18:50 -0700 (Fri, 20 Oct 2006) | 7 lines Changed paths: - M /trunk/epan/dissectors/packet-dns.c + M /trunk/gtk/rtp_player.c -testdrive the request/response README and implement request/response matching for DNS +Clean up indentation. + +Fix typos. +Null out "pa_stream" when the stream is closed; this appears to prevent +some crashes. ------------------------------------------------------------------------ -r19007 | jake | 2006-08-23 08:51:15 -0700 (Wed, 23 Aug 2006) | 3 lines +r19632 | guy | 2006-10-20 10:56:21 -0700 (Fri, 20 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-ntp.c + M /trunk/gtk/rtp_player.c -From Toralf Foerster (in bug 1044): -Add new primary sources, fix typo. +Don't destroy something if it doesn't exist. ------------------------------------------------------------------------ -r19008 | ulfl | 2006-08-23 14:19:02 -0700 (Wed, 23 Aug 2006) | 1 line +r19631 | guy | 2006-10-20 10:47:28 -0700 (Fri, 20 Oct 2006) | 3 lines Changed paths: - M /trunk/gtk/capture_file_dlg.c - M /trunk/gtk/win32-file-dlg.c + M /trunk/gtk/rtp_player.c + +Don't pass an uninitialized string to gtk_widget_create_pango_layout(); +it supports NULL for "no text". -fix #927: Win32: delete an existing file, if the user want's to overwrite a file and confirmed this already ------------------------------------------------------------------------ -r19012 | gerald | 2006-08-24 09:19:49 -0700 (Thu, 24 Aug 2006) | 2 lines +r19630 | guy | 2006-10-20 10:30:27 -0700 (Fri, 20 Oct 2006) | 3 lines Changed paths: - M /trunk/Makefile.am + M /trunk/gtk/rtp_player.c -Add missing files to the distribution. +Don't do things with the RTP channels hash table if it hasn't been +created yet. ------------------------------------------------------------------------ -r19014 | gerald | 2006-08-24 09:23:32 -0700 (Thu, 24 Aug 2006) | 2 lines +r19629 | guy | 2006-10-20 10:12:52 -0700 (Fri, 20 Oct 2006) | 2 lines Changed paths: - M /trunk/config.nmake - M /trunk/configure.in + M /trunk/gtk/rtp_player.c -Bump the version to 0.99.4. +Fix the progress bars. ------------------------------------------------------------------------ -r19015 | gerald | 2006-08-24 09:29:49 -0700 (Thu, 24 Aug 2006) | 2 lines +r19628 | martinm | 2006-10-20 07:20:22 -0700 (Fri, 20 Oct 2006) | 2 lines Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS - M /trunk/docbook/release-notes.xml + M /trunk/epan/dissectors/packet-arp.c -Copy over files from the release. +Add an expert item for detecting ARP request packet storms. The time period and number of requests needed are configurable. I've turned the preference to do the detection off, because I'm not sure what might be sensible defaults for the other fields... ------------------------------------------------------------------------ -r19016 | etxrab | 2006-08-24 10:27:45 -0700 (Thu, 24 Aug 2006) | 1 line +r19627 | martinm | 2006-10-20 07:05:18 -0700 (Fri, 20 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-rtcp.c -Dissect 'User Location Information' IE and MS Time Zone' IE. +Report roundtrip delay as expert item ------------------------------------------------------------------------ -r19017 | etxrab | 2006-08-24 12:01:01 -0700 (Thu, 24 Aug 2006) | 1 line +r19626 | martinm | 2006-10-20 07:03:28 -0700 (Fri, 20 Oct 2006) | 1 line Changed paths: - M /trunk/asn1/Makefile.nmake + M /trunk/epan/dissectors/packet-umts_fp.c -Add missing Clean target +Minor info column formatting + improved hf long text entries ------------------------------------------------------------------------ -r19018 | etxrab | 2006-08-24 14:15:15 -0700 (Thu, 24 Aug 2006) | 3 lines +r19625 | guy | 2006-10-20 02:06:24 -0700 (Fri, 20 Oct 2006) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-ansi_map.c + M /trunk/gtk/main.c + M /trunk/version_info.c + +Do the word-wrapping in end_string(), once the string is completely +constructed. Clean up the insertion of ", ". + +Put the runtime libpcap version into the runtime version info. -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 +r19624 | jake | 2006-10-19 23:24:56 -0700 (Thu, 19 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/dumpcap.c + M /trunk/gtk/main.c + M /trunk/version_info.c -BSSGP: Wrong length on IE and preparation to export IE dissection. -GSM_a: Add an if_def -GTP: Update comments +Make dumpcap complile again and other minor improvements. ------------------------------------------------------------------------ -r19020 | ulfl | 2006-08-24 14:40:53 -0700 (Thu, 24 Aug 2006) | 2 lines +r19623 | jake | 2006-10-19 22:56:56 -0700 (Thu, 19 Oct 2006) | 2 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-bacnet.c + +Fixes bug 1166, adds DNET decoding to I-Could-Be-Router-To-Network message. -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 +r19622 | wmeier | 2006-10-19 18:17:17 -0700 (Thu, 19 Oct 2006) | 1 line Changed paths: - M /trunk/gtk/capture_if_details_dlg.c + M /trunk/wiretap/netxray.c -add WinPcap 4.0 beta 1 to the list of known and tested versions +fix 'save' to store hi-order 32 bits of time offset for each pkt; fixes bug 1168 ------------------------------------------------------------------------ -r19022 | gerald | 2006-08-24 15:05:26 -0700 (Thu, 24 Aug 2006) | 2 lines +r19621 | gerald | 2006-10-19 16:57:46 -0700 (Thu, 19 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-http.c + M /trunk/version_info.c -Make sure a string pointer exists before we try to use it. Fixes bug 1050. +Remove an extra space. ------------------------------------------------------------------------ -r19023 | etxrab | 2006-08-24 22:49:37 -0700 (Thu, 24 Aug 2006) | 3 lines +r19620 | gerald | 2006-10-19 15:43:38 -0700 (Thu, 19 Oct 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/Makefile.common - A /trunk/epan/dissectors/packet-mp2t.c + M /trunk/airpcap_loader.c + M /trunk/airpcap_loader.h + M /trunk/gtk/main.c + M /trunk/tshark.c + M /trunk/version_info.c + M /trunk/version_info.h + +Rename get_epan_and_portaudio_version_info() to get_gui_compiled_info() +and add version info for AirPcap. Add a corresponding +get_gui_runtime_info(). Fix up whitespace. -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 +r19619 | jake | 2006-10-19 14:39:18 -0700 (Thu, 19 Oct 2006) | 2 lines Changed paths: - M /trunk/Makefile.am - A /trunk/image/toolbar/capture_details_24.xpm + M /trunk/gtk/color_edit_dlg.c -add a missing icon from yesterdays commit +From Stephen Fisher: +Attached is a patch to fix bug #1165. To summarize: "if you click on the button to change the background color and hit ok, it changes not only the name field but also the string field's color away from the red/green [syntax check]." ------------------------------------------------------------------------ -r19025 | ulfl | 2006-08-25 01:04:38 -0700 (Fri, 25 Aug 2006) | 6 lines +r19618 | guy | 2006-10-19 14:17:23 -0700 (Thu, 19 Oct 2006) | 11 lines Changed paths: - M /trunk/gtk/color_dlg.c + M /trunk/gtk/main.c + M /trunk/tshark.c + M /trunk/version_info.c + M /trunk/version_info.h -ugly workaround for bug #699 (Up/Down buttons don't work properly) +Clean up the word wrap stuff a bit. (Arguably, that should be done in +the code that displays it - we might, for example, be able to have the +About dialog word-wrap to the appropriate size, and word-wrap text +printed to the standard output to the terminal width if it's going to a +terminal and to 80 or whatever columns otherwise.) -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. +Don't report anything in dumpcap about libraries not used by dumpcap. +(It was printing a blank, which looked a bit weird.) -GTK2.4 was working properly, GTK2.6 and 2.8 has this bug, hopefully GTK2.10 will fix it again. +Fix the handling of _MSC_VER as per Gerald's fix for _MSC_FULL_VER. ------------------------------------------------------------------------ -r19026 | kukosa | 2006-08-25 01:07:26 -0700 (Fri, 25 Aug 2006) | 1 line +r19617 | jake | 2006-10-19 14:11:36 -0700 (Thu, 19 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/epan/dissectors/packet-wlccp.c -new ssl_dissector_add() function which can be called from another dissectors (similar to dissector_add()) +Set the right properties ------------------------------------------------------------------------ -r19027 | guy | 2006-08-25 01:10:35 -0700 (Fri, 25 Aug 2006) | 3 lines +r19616 | gerald | 2006-10-19 13:37:41 -0700 (Thu, 19 Oct 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-rpc.c + M /trunk/version_info.c -If the length of a GSS token is zero, it's a null token, and the opaque -data shouldn't be dissected. +Fix the MSVC++ compiler information. Put a blank line before the "Built" +info. ------------------------------------------------------------------------ -r19028 | kukosa | 2006-08-25 04:28:00 -0700 (Fri, 25 Aug 2006) | 1 line +r19615 | guy | 2006-10-19 11:47:15 -0700 (Thu, 19 Oct 2006) | 2 lines Changed paths: - A /trunk/epan/dissectors/packet-ssl.h + D /trunk/plugins/rdm + +The RDM dissector is now a built-in; get rid of the plugin. -commit forgotten file ------------------------------------------------------------------------ -r19029 | ulfl | 2006-08-25 12:13:02 -0700 (Fri, 25 Aug 2006) | 1 line +r19614 | guy | 2006-10-19 11:44:51 -0700 (Thu, 19 Oct 2006) | 2 lines Changed paths: - M /trunk/gtk/dlg_utils.c + M /trunk/version_info.c + +Fix a comment. -fix bug #1057: remove "start" completely ------------------------------------------------------------------------ -r19030 | ulfl | 2006-08-25 12:15:55 -0700 (Fri, 25 Aug 2006) | 1 line +r19613 | guy | 2006-10-19 11:43:12 -0700 (Thu, 19 Oct 2006) | 12 lines Changed paths: - M /trunk/gtk/menu.c + M /trunk/capture-pcap-util-unix.c + M /trunk/capture-wpcap.c + M /trunk/dumpcap.c + M /trunk/gtk/main.c + M /trunk/tshark.c + M /trunk/version_info.c + M /trunk/version_info.h + +Fix up the changes to put the Portaudio information at the end of the +version string, so the information comes out right for applications that +don't use Portaudio. + +Get rid of an extra "with" in the version string for dumpcap. + +Get rid of an extra blank after the libpcap version string, and get rid +of an extra newline before it. + +Attempt to add more compiler version information and to prettify the +MSVC++ version information (both untested). -don't put "..." in front of a menu item ------------------------------------------------------------------------ -r19031 | ulfl | 2006-08-25 12:19:21 -0700 (Fri, 25 Aug 2006) | 1 line +r19612 | lego | 2006-10-19 11:35:10 -0700 (Thu, 19 Oct 2006) | 1 line Changed paths: - M /trunk/gtk/capture_dlg.c + M /trunk/dtds/dc.dtd + M /trunk/dtds/itunes.dtd + M /trunk/dtds/pocsettings.dtd + M /trunk/dtds/presence.dtd + M /trunk/dtds/rlmi.dtd + M /trunk/dtds/rss.dtd + M /trunk/dtds/smil.dtd + M /trunk/dtds/watcherinfo.dtd -don't show the "Wireless Settings" button if HAVE_AIRPCAP isn't defined +$Id$ and propset ------------------------------------------------------------------------ -r19032 | ulfl | 2006-08-25 13:02:57 -0700 (Fri, 25 Aug 2006) | 1 line +r19611 | martinm | 2006-10-19 10:37:15 -0700 (Thu, 19 Oct 2006) | 2 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 + M /trunk/Makefile.am + A /trunk/dtds/rlmi.dtd + M /trunk/packaging/nsis/wireshark.nsi + +Add DTD for RFC 4662 (Event Notification Extension for Resource Lists) XML schema. -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. ------------------------------------------------------------------------ -r19033 | sahlberg | 2006-08-25 14:33:23 -0700 (Fri, 25 Aug 2006) | 9 lines +r19610 | gerald | 2006-10-19 10:34:11 -0700 (Thu, 19 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-eth.c + M /trunk/epan/wslua/wslua_pinfo.c -from Stephen F -ethernet IG/LG bit changes with minor modifications +Fix a typo. -(only dissect LG if it is a unicast address - put a hint what locally administered means in the dissect tree -) - +------------------------------------------------------------------------ +r19609 | tuexen | 2006-10-19 10:25:13 -0700 (Thu, 19 Oct 2006) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-sua.c +Register the dissector. ------------------------------------------------------------------------ -r19034 | sahlberg | 2006-08-25 14:53:37 -0700 (Fri, 25 Aug 2006) | 3 lines +r19608 | lego | 2006-10-19 10:02:23 -0700 (Thu, 19 Oct 2006) | 10 lines Changed paths: - M /trunk/epan/dissectors/packet-eth.c + M /trunk/epan/wslua + M /trunk/epan/wslua/Makefile.am + M /trunk/epan/wslua/make-doc.pl + A /trunk/epan/wslua/template-wsluarm.xml + M /trunk/epan/wslua/wslua.h + M /trunk/epan/wslua/wslua_gui.c + M /trunk/epan/wslua/wslua_pinfo.c + M /trunk/epan/wslua/wslua_util.c + +- wslua_gui.c: + - remove data_ref where it is not used anymore (callbacks won't pass userdata as this ius better done using lua's closures) + - have TextWindow:set_editable() using its argument + +- add wslua_optbool(L,n,d) to pull an optional boolean from the stack + +- several fixes to docbook generation (now it compiles!) -remove the code that conditionally dissects LG only if IG is set ------------------------------------------------------------------------ -r19035 | guy | 2006-08-25 16:59:25 -0700 (Fri, 25 Aug 2006) | 3 lines +r19607 | guy | 2006-10-19 02:31:11 -0700 (Thu, 19 Oct 2006) | 2 lines Changed paths: - M /trunk/image/toolbar/capture_details_16.xpm - M /trunk/image/toolbar/capture_details_24.xpm + M /trunk/Makefile.am -Constify the capture details icons, and get rid of the CRs in -capture_details_24.xpm and give it the appropriate Subversion keywords. +Install the COPYING file, as the license tab in the About box needs it. ------------------------------------------------------------------------ -r19036 | guy | 2006-08-25 17:03:59 -0700 (Fri, 25 Aug 2006) | 3 lines +r19606 | guy | 2006-10-19 02:16:49 -0700 (Thu, 19 Oct 2006) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-mp2t.c + M /trunk/acinclude.m4 -Don't use %ld for guint64 - use PRIu64. (Also, don't use %d for guint32 -- use %u.) +Set want_portaudio to yes if we'll be building with libportaudio; it +might have been set to ifavailable, but other parts of the configure +script expect it to be "yes" or "no" after +AC_WIRESHARK_LIBPORTAUDIO_CHECK finishes. ------------------------------------------------------------------------ -r19037 | guy | 2006-08-25 17:05:26 -0700 (Fri, 25 Aug 2006) | 3 lines +r19605 | guy | 2006-10-19 02:14:27 -0700 (Thu, 19 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-dtls.c + M /trunk/epan/dissectors/packet-per.c -Fix some compiler warnings (some by getting rid of variables unused if -you don't have GNU TLS). +Fix a compiler warning (about a real problem). ------------------------------------------------------------------------ -r19038 | guy | 2006-08-25 17:06:40 -0700 (Fri, 25 Aug 2006) | 5 lines +r19604 | guy | 2006-10-19 02:12:28 -0700 (Thu, 19 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/epan/dissectors/packet-umts_fp.c -Don't define the Aironet/Cisco Wireless OUI ourselves; get it from -<epan/oui.h>. +Fix some compiler warnings (about real problems). -Fix indentation. +------------------------------------------------------------------------ +r19603 | guy | 2006-10-19 02:10:40 -0700 (Thu, 19 Oct 2006) | 2 lines +Changed paths: + M /trunk/gtk/funnel_stat.c + +Include gtk/main.h to declare main_filter_packets(). ------------------------------------------------------------------------ -r19039 | guy | 2006-08-25 17:07:13 -0700 (Fri, 25 Aug 2006) | 2 lines +r19602 | guy | 2006-10-19 00:45:10 -0700 (Thu, 19 Oct 2006) | 4 lines Changed paths: - M /trunk/gtk/capture_dlg.c + M /trunk/epan/dfilter/Makefile.am + M /trunk/wiretap/Makefile.am -Get rid of unused variable. +If we have to use Lex or Flex, check whether we found it, first, and if +we didn't, report an error and fail, rather than blithely executing +commands with the command a blank string. ------------------------------------------------------------------------ -r19040 | guy | 2006-08-25 17:08:51 -0700 (Fri, 25 Aug 2006) | 2 lines +r19601 | jake | 2006-10-18 23:29:13 -0700 (Wed, 18 Oct 2006) | 1 line Changed paths: - M /trunk/gtk/firewall_dlg.c + M /trunk/gtk/about_dlg.c -Get rid of aun unused routine. +Adding license tab to about dialog +------------------------------------------------------------------------ +r19600 | wmeier | 2006-10-18 20:45:34 -0700 (Wed, 18 Oct 2006) | 1 line +Changed paths: + M /trunk/Makefile.nmake +rdm now not a plugin - don't copy dll ------------------------------------------------------------------------ -r19041 | guy | 2006-08-25 17:12:12 -0700 (Fri, 25 Aug 2006) | 4 lines +r19599 | gerald | 2006-10-18 17:48:03 -0700 (Wed, 18 Oct 2006) | 9 lines Changed paths: - M /trunk/gtk/capture_if_dlg.c + M /trunk/airpcap.h + M /trunk/airpcap_loader.c + M /trunk/airpcap_loader.h + M /trunk/docbook/release-notes.xml + 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/keys.h + M /trunk/gtk/main.c + M /trunk/gtk/prefs_dlg.c -Clean up indentation. +Add support for: -Only define cap_air_w if we have AirPcap. + - The AirPcap Multi-Channel Aggregator (which is marketspeak for an "any" + device) + - Merging the 802.11 dissector WEP key list with AirPcap's + - Decrypting WEP in the adapter, in Wireshark, or not at all + +Update the release notes. ------------------------------------------------------------------------ -r19042 | sahlberg | 2006-08-26 02:16:38 -0700 (Sat, 26 Aug 2006) | 4 lines +r19598 | gerald | 2006-10-18 13:30:15 -0700 (Wed, 18 Oct 2006) | 2 lines +Changed paths: + M /trunk/Makefile.nmake + +If .svn/entries exists, add it as a dependency to svnversion.h. + +------------------------------------------------------------------------ +r19597 | jake | 2006-10-18 12:42:10 -0700 (Wed, 18 Oct 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-dcom.c + M /trunk/epan/dissectors/packet-eth.c + M /trunk/epan/dissectors/packet-isns.c + M /trunk/epan/dissectors/packet-kerberos.c + +Squelch compiler warnings +------------------------------------------------------------------------ +r19596 | jake | 2006-10-18 12:29:05 -0700 (Wed, 18 Oct 2006) | 3 lines Changed paths: + M /trunk/Makefile.am + M /trunk/configure.in M /trunk/epan/dissectors/Makefile.common - A /trunk/epan/dissectors/packet-image-png.c + A /trunk/epan/dissectors/packet-rdm.c + M /trunk/packaging/nsis/Makefile.nmake + M /trunk/packaging/nsis/wireshark.nsi + M /trunk/packaging/u3/win32/makefile.nmake + M /trunk/plugins/Makefile.am + M /trunk/plugins/Makefile.nmake + D /trunk/plugins/rdm/AUTHORS + D /trunk/plugins/rdm/COPYING + D /trunk/plugins/rdm/Makefile.am + D /trunk/plugins/rdm/Makefile.common + D /trunk/plugins/rdm/Makefile.nmake + D /trunk/plugins/rdm/moduleinfo.h + D /trunk/plugins/rdm/packet-rdm.c -initial PNG dissector (Portable Network Graphics) +From Shaun Jackman +The RDM protocol has been accepted as ANSI standard E1.20-2006. The following patch updates the decoder to that spec. +At the same time it is promoted to a build-in dissector. +------------------------------------------------------------------------ +r19595 | lego | 2006-10-18 11:45:24 -0700 (Wed, 18 Oct 2006) | 3 lines +Changed paths: + M /trunk/epan/wslua/wslua_dumper.c + M /trunk/epan/wslua/wslua_field.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 +Add module information for generated docs ------------------------------------------------------------------------ -r19043 | ulfl | 2006-08-26 04:03:41 -0700 (Sat, 26 Aug 2006) | 1 line +r19594 | lego | 2006-10-18 11:39:30 -0700 (Wed, 18 Oct 2006) | 2 lines Changed paths: - M /trunk/docbook/wsug_src/WSUG_chapter_work.xml + M /trunk/epan/wslua/make-doc.pl + +- better indentation and fix some errors -rework the pop-up menu section ------------------------------------------------------------------------ -r19044 | sahlberg | 2006-08-26 04:57:28 -0700 (Sat, 26 Aug 2006) | 5 lines +r19593 | lego | 2006-10-18 10:59:49 -0700 (Wed, 18 Oct 2006) | 6 lines Changed paths: - M /trunk/epan/dissectors/packet-image-png.c + M /trunk/epan/wslua/console.lua + M /trunk/epan/wslua/make-doc.pl + M /trunk/epan/wslua/wslua_gui.c -fix wrong constant in a valuestring +- have console.lua not using os.date when os has been disabled +- try to avoid a warning in wslua_gui.c +- make-doc.pl --> docbook (still broken I guess) -add two more chunks to be dissected ------------------------------------------------------------------------ -r19045 | sahlberg | 2006-08-26 05:26:19 -0700 (Sat, 26 Aug 2006) | 3 lines +r19592 | gerald | 2006-10-18 10:55:29 -0700 (Wed, 18 Oct 2006) | 13 lines Changed paths: - M /trunk/epan/dissectors/packet-image-png.c + M /trunk/docbook/release-notes.xml + M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/epan/strutil.c -two more chunks +In the 802.11 dissector, mark the "wep_keys" preference as obsolete, +and replace it with an "enable_decryption" preference. + +Instead of forcing the user to specify how many WEP keys we have, +figure it out for ourselves by parsing the key list. When decrypting, +don't worry about the key index specified in the header (which resulted +in trying to decrypt using the same key twice); simply try each key in +order (which we were doing anyway). +In hex_str_to_bytes(), handle a null hex string. + +Update the release notes. ------------------------------------------------------------------------ -r19046 | gal | 2006-08-26 10:55:21 -0700 (Sat, 26 Aug 2006) | 5 lines +r19591 | lego | 2006-10-18 08:05:55 -0700 (Wed, 18 Oct 2006) | 4 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 + M /trunk/epan/wslua/Makefile.am + M /trunk/epan/wslua/console.lua -U3 packaging, utility and Wireshark modifications that allows Wireshark to be run from a U3 USB device. +- Fix the makefile +- improve the Lua Console -For more details see packaging/u3/win32/README.txt + +------------------------------------------------------------------------ +r19590 | sahlberg | 2006-10-18 05:00:38 -0700 (Wed, 18 Oct 2006) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-usb-masstorage.c + +add dissection of DATA IN/OUT and SCSI RESPONSE to the usb mass storage dissector ------------------------------------------------------------------------ -r19047 | guy | 2006-08-26 11:36:09 -0700 (Sat, 26 Aug 2006) | 10 lines +r19589 | sahlberg | 2006-10-18 04:24:03 -0700 (Wed, 18 Oct 2006) | 16 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 + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-usb-masstorage.c + M /trunk/epan/dissectors/packet-usb.c + M /trunk/epan/dissectors/packet-usb.h -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. +new dissector : usb mass storage + +this is a wrapper protocol to store SCSI frames inside usb bulk data transfers + +the dissector is far from complete but does +track ITL and ITLQ structures and will also call the SCSI dissector to +dissect the SCSI CDB. + + +what is still missing is handling of data in/out and scsi responses + + +at least it will now display the SCSI CDB and dissect it. woohoo -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. ------------------------------------------------------------------------ -r19048 | gal | 2006-08-27 01:19:55 -0700 (Sun, 27 Aug 2006) | 3 lines +r19588 | sahlberg | 2006-10-18 02:30:28 -0700 (Wed, 18 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/epan/dissectors/packet-usb.c -Support for X.500 strong authentication - used by DAP, DISP, DSP and DOP. +create a dissector table for the bulk input/output packet types ------------------------------------------------------------------------ -r19049 | gal | 2006-08-27 01:31:29 -0700 (Sun, 27 Aug 2006) | 3 lines +r19587 | sahlberg | 2006-10-18 02:10:14 -0700 (Wed, 18 Oct 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-tpkt.c + M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/packet-usb.c + A /trunk/epan/dissectors/packet-usb.h + +move some defines to packet-usb.h so that they can be shared with other dissectors -Register tpkt as a dissector so subdissectors can register tpkt on ports other than 102. ------------------------------------------------------------------------ -r19050 | gal | 2006-08-27 02:03:21 -0700 (Sun, 27 Aug 2006) | 4 lines +r19586 | etxrab | 2006-10-17 22:45:52 -0700 (Tue, 17 Oct 2006) | 1 line 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 + M /trunk/epan/dissectors/packet-h248_annex_e.c -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 "...". +Add part of E.5 Basic DTMF Generator Package +------------------------------------------------------------------------ +r19585 | ulfl | 2006-10-17 17:22:23 -0700 (Tue, 17 Oct 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-wlccp.c +llc_add_oui() wants a pointer, not a pointer pointer +------------------------------------------------------------------------ +r19584 | gerald | 2006-10-17 15:43:40 -0700 (Tue, 17 Oct 2006) | 2 lines +Changed paths: + M /trunk/version_info.c + +Add compiler information. ------------------------------------------------------------------------ -r19051 | ulfl | 2006-08-27 03:41:30 -0700 (Sun, 27 Aug 2006) | 1 line +r19583 | jake | 2006-10-17 13:53:57 -0700 (Tue, 17 Oct 2006) | 2 lines Changed paths: - M /trunk/gtk/capture_if_dlg.c - M /trunk/gtk/gui_utils.c - M /trunk/gtk/gui_utils.h + M /trunk/gtk/follow_dlg.c -fix a warning by removing now unused code +From Stephen Fisher: +While researching another bug in follow_dlg.c, I spotted a different one that causes the from and to hostnames/ip addresses to be the same in the follow tcp stream dialog only with IPv6. ------------------------------------------------------------------------ -r19052 | ulfl | 2006-08-27 04:27:47 -0700 (Sun, 27 Aug 2006) | 1 line +r19582 | lego | 2006-10-17 11:29:24 -0700 (Tue, 17 Oct 2006) | 3 lines 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 + M /trunk/epan/wslua/console.lua + +Add the license + -squelch some compiler warnings ------------------------------------------------------------------------ -r19053 | ulfl | 2006-08-27 04:46:02 -0700 (Sun, 27 Aug 2006) | 1 line +r19581 | lego | 2006-10-17 11:26:44 -0700 (Tue, 17 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/epan/wslua/console.lua + M /trunk/epan/wslua/dtd_gen.lua + 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 + +Propsets + -fix #1063, some leftover typo's: Etheral -> Wireshark ------------------------------------------------------------------------ -r19054 | ulfl | 2006-08-27 05:35:26 -0700 (Sun, 27 Aug 2006) | 3 lines +r19580 | lego | 2006-10-17 11:21:49 -0700 (Tue, 17 Oct 2006) | 3 lines Changed paths: - M /trunk/gtk/print_mswin.c + M /trunk/packaging/nsis/wireshark.nsi + +Have console.lua and dtd_gen.lua installed by nsis -fix #707: "It's not possible to print each packet on a new page" -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 +r19579 | lego | 2006-10-17 11:20:44 -0700 (Tue, 17 Oct 2006) | 8 lines Changed paths: - M /trunk/gtk/stats_tree_stat.c + M /trunk/epan/wslua + M /trunk/epan/wslua/Makefile.am + M /trunk/epan/wslua/Makefile.nmake + A /trunk/epan/wslua/console.lua + A /trunk/epan/wslua/dtd_gen.lua + M /trunk/epan/wslua/make-doc.pl + M /trunk/epan/wslua/make-taps.pl + M /trunk/epan/wslua/template-init.lua + M /trunk/epan/wslua/wslua.h + 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_util.c + +Several changes: + - do not #include a c code file in wslua_register.c compile a separate boject + - add the console and evaluate windows + - add some useful vars to the lua environment + - some cleanup + - add the dtd generator code (currently disabled) + -Fixa a typo. ------------------------------------------------------------------------ -r19056 | etxrab | 2006-08-27 13:30:01 -0700 (Sun, 27 Aug 2006) | 1 line +r19578 | lego | 2006-10-17 10:52:15 -0700 (Tue, 17 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/gtk/menu.c + +Hide the "Tools" menu if it has no items . + -Do some more of the relase 6 stuff. ------------------------------------------------------------------------ -r19057 | gerald | 2006-08-27 19:06:28 -0700 (Sun, 27 Aug 2006) | 6 lines +r19577 | gerald | 2006-10-17 08:41:08 -0700 (Tue, 17 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-image-png.c + M /trunk/docbook/release-notes.xml -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. +Fix tag names. + +------------------------------------------------------------------------ +r19576 | sahlberg | 2006-10-17 07:13:49 -0700 (Tue, 17 Oct 2006) | 3 lines +Changed paths: + M /trunk/epan/packet.c + M /trunk/epan/packet_info.h + +we need a new pinfo member field so that we can pass data from the core usb dissector to future class dissectors -Fix up whitespace. ------------------------------------------------------------------------ -r19058 | etxrab | 2006-08-27 22:32:16 -0700 (Sun, 27 Aug 2006) | 1 line +r19575 | sahlberg | 2006-10-17 06:40:26 -0700 (Tue, 17 Oct 2006) | 18 lines Changed paths: - M /trunk/epan/dissectors/packet-gtp.c + M /trunk/epan/dissectors/packet-usb.c + +now when we do dissect the descriptors: + +add tracking so that when we find an interface descriptor which tells us the device class we also create a conversation for each and every endpoint for that interface and also let all conversations (one for each endpoint) share the same usb conversation info structure. + + +store the device type inside this conv_info structure + + +add the required code to manage BULK data pdus and have it for now only display what kind of bulk data is contained (interface class as snooped from the descriptors) + + + +we now only need a class dissector table we can fork off into from the bulk dissector in usb and then an external usb_masstorage dissector that registers itself as a mass storage device and we should be all set to dissect the scsi layer being transported atop usb + + + + -More release 6 changes. ------------------------------------------------------------------------ -r19059 | kukosa | 2006-08-28 00:05:02 -0700 (Mon, 28 Aug 2006) | 5 lines +r19574 | kukosa | 2006-10-17 06:29:44 -0700 (Tue, 17 Oct 2006) | 2 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 -- 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() +debug trace at beginning of each packet +do not call subdissector for empty application data +------------------------------------------------------------------------ +r19573 | sahlberg | 2006-10-17 02:14:16 -0700 (Tue, 17 Oct 2006) | 8 lines +Changed paths: + M /trunk/epan/dissectors/packet-usb.c + +add a define for the "no endpoint" constant used to represent unknown or host side endpoint used for conversations + + +ansp provide the desired port/endpoints in the call to get/create a conversation so that we later when we see the a descriptor that says Endpoint X is using class Y +we need tis to register that certain endpoints are used for mass storage +(or other applications) + ------------------------------------------------------------------------ -r19060 | gmorris | 2006-08-28 05:24:24 -0700 (Mon, 28 Aug 2006) | 2 lines +r19572 | jmayer | 2006-10-17 01:59:01 -0700 (Tue, 17 Oct 2006) | 6 lines Changed paths: - M /trunk/epan/dissectors/packet-srvloc.c + D /trunk/epan/dissectors/packet-cisco-wireless.c + M /trunk/epan/dissectors/packet-wlccp.c + +Stephen Fisher: + +Please apply the attached patch to improve the WLCCP dissector. I have +also finished merging in packet-cisco-wireless.c, so it can be deleted. -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. ------------------------------------------------------------------------ -r19061 | jmayer | 2006-08-28 09:55:03 -0700 (Mon, 28 Aug 2006) | 7 lines +r19571 | jmayer | 2006-10-17 01:51:16 -0700 (Tue, 17 Oct 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-ppp.c + M /trunk/autogen.sh -Donald White <donald_white@qwest.net> +Support for automake 1.10 (reported by Aamer Akhter) +------------------------------------------------------------------------ +r19570 | kukosa | 2006-10-16 23:01:54 -0700 (Mon, 16 Oct 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-tcp.c -There is a small bug in the function dissect_ppp() which prevents proper -demuxing of packets. Patch is attached. +update Timestamps Option labels in accordance with RFC1323 +------------------------------------------------------------------------ +r19569 | etxrab | 2006-10-16 22:40:58 -0700 (Mon, 16 Oct 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h248_q1950.c + +Add A.8 Basic call progress tones generator with directionality +------------------------------------------------------------------------ +r19568 | ulfl | 2006-10-16 18:29:55 -0700 (Mon, 16 Oct 2006) | 3 lines +Changed paths: + M /trunk/gtk/airpcap_dlg.c + M /trunk/gtk/capture_if_details_dlg.c + M /trunk/gtk/conversations_table.c + M /trunk/gtk/decode_as_dlg.c + M /trunk/gtk/expert_comp_table.c + M /trunk/gtk/mcast_stream_dlg.c + M /trunk/gtk/print_mswin.c + M /trunk/gtk/rtp_analysis.c + M /trunk/gtk/rtp_player.c + M /trunk/gtk/voip_calls.c +from Stephen Fisher: +Here is a patch for spelling typos in comments and strings in the gtk/ +directories. +------------------------------------------------------------------------ +r19567 | gerald | 2006-10-16 16:43:48 -0700 (Mon, 16 Oct 2006) | 2 lines +Changed paths: + M /trunk/docbook/release-notes.xml +Add bug 1135. ------------------------------------------------------------------------ -r19062 | jake | 2006-08-28 12:15:08 -0700 (Mon, 28 Aug 2006) | 1 line +r19566 | ulfl | 2006-10-16 16:13:21 -0700 (Mon, 16 Oct 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-udp.c + M /trunk/epan/dissectors/packet-multipart.c -Fix length check for IP packets with options. +fix #1135: another "off by one" bug, zero termination was done twice, second time writing behind the end of the available buffer ------------------------------------------------------------------------ -r19063 | ulfl | 2006-08-28 14:11:10 -0700 (Mon, 28 Aug 2006) | 1 line +r19565 | gerald | 2006-10-16 15:47:32 -0700 (Mon, 16 Oct 2006) | 4 lines Changed paths: - M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml + M /trunk/packaging/nsis/wireshark.nsi + +If the user has a WinPcap 4.0 beta installed, force them to uninstall +it by hand before we'll install 3.1. This avoids problems with users +accidentally downgrading WinPcap. -add information about remote traffic capture filter ------------------------------------------------------------------------ -r19064 | ulfl | 2006-08-28 14:12:44 -0700 (Mon, 28 Aug 2006) | 1 line +r19564 | ulfl | 2006-10-16 14:47:35 -0700 (Mon, 16 Oct 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-dcerpc-epm.c + M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml -add some more right-hand-side infos of the tower data +move the content of the Wiki "System Requirements" into the "Platforms Wireshark runs on" section and update the information (e.g. the binary Unix packages changed since the move from Ethereal) ------------------------------------------------------------------------ -r19065 | ulfl | 2006-08-28 14:13:37 -0700 (Mon, 28 Aug 2006) | 1 line +r19563 | jmayer | 2006-10-16 14:01:18 -0700 (Mon, 16 Oct 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-dcerpc.c + M /trunk/manuf -minor format string change +Update manuf ------------------------------------------------------------------------ -r19066 | ulfl | 2006-08-28 14:14:36 -0700 (Mon, 28 Aug 2006) | 1 line +r19562 | gerald | 2006-10-16 13:42:32 -0700 (Mon, 16 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-dcom.c + M /trunk/docbook/release-notes.xml + +Add more USB capturing info. -add a new this/that flag value ------------------------------------------------------------------------ -r19067 | ulfl | 2006-08-28 15:23:18 -0700 (Mon, 28 Aug 2006) | 1 line +r19561 | gerald | 2006-10-16 11:47:52 -0700 (Mon, 16 Oct 2006) | 2 lines Changed paths: - M /trunk/docbook/wsug_src/WSUG_chapter_work.xml + M /trunk/docbook/release-notes.xml + +Add bug 1134. -fix a minor typo ------------------------------------------------------------------------ -r19068 | gerald | 2006-08-28 15:52:26 -0700 (Mon, 28 Aug 2006) | 2 lines +r19560 | gerald | 2006-10-16 11:44:43 -0700 (Mon, 16 Oct 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/packet-wbxml.c -Fix a typo. +Make sure a value is non-null before we feed it to strcmp(). Fixes bug +1134. ------------------------------------------------------------------------ -r19069 | ulfl | 2006-08-28 15:54:12 -0700 (Mon, 28 Aug 2006) | 1 line +r19559 | lego | 2006-10-16 09:54:48 -0700 (Mon, 16 Oct 2006) | 3 lines Changed paths: - M /trunk/gtk/prefs_dlg.c + M /trunk/gtk/menu.c + +Hide the "Tools" menu if unused. + -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 +r19558 | sahlberg | 2006-10-16 07:54:20 -0700 (Mon, 16 Oct 2006) | 3 lines Changed paths: - M /trunk/doc/README.developer + M /trunk/epan/dissectors/packet-usb.c + +correct the little / big endian comment -from Stephen Fisher: -"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 +r19557 | sahlberg | 2006-10-16 07:43:35 -0700 (Mon, 16 Oct 2006) | 5 lines Changed paths: - M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/packet-usb.c + +dissect a lot more of the descriptors so that we can finally see which endpoints are used for what purpose + + -Add a missing file. ------------------------------------------------------------------------ -r19072 | kukosa | 2006-08-29 01:33:52 -0700 (Tue, 29 Aug 2006) | 1 line +r19556 | jmayer | 2006-10-16 07:24:24 -0700 (Mon, 16 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/dissectors/packet-usb.c + +Display the skipped 4 bytes from the header as setup (see +struct usb_header). Just display it as a big endian number +(I don't have a spec at hand). + -get rid of few warnings ------------------------------------------------------------------------ -r19073 | gmorris | 2006-08-29 01:45:53 -0700 (Tue, 29 Aug 2006) | 114 lines +r19555 | sahlberg | 2006-10-16 06:42:59 -0700 (Mon, 16 Oct 2006) | 5 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 + M /trunk/epan/dissectors/packet-usb.c + +break finding/creating a conversation out into its own helper (which makes it easier later when we find an endpoint description that tells us some other endpoint is used for massstorage) + +implement some more descriptors -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 +r19554 | sahlberg | 2006-10-16 03:33:46 -0700 (Mon, 16 Oct 2006) | 8 lines Changed paths: - M /trunk/epan/dissectors/packet-alcap.c + M /trunk/epan/dissectors/packet-usb.c + +Finish dissection of GET DESCRIPTOR for the devicetype: DEVICE. + +This dissector should be extended to dissect all other descriptors for all other device types as well. + + -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 +r19553 | sahlberg | 2006-10-16 01:47:48 -0700 (Mon, 16 Oct 2006) | 5 lines Changed paths: - M /trunk/epan/addr_resolv.c + M /trunk/epan/dissectors/packet-usb.c + +add some variables to the task structure so that we can pass TYPE/INDEX from the GET DESCRIPTOR request to the response dissector +(we need this in order to know how to dissect the response?) + + -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 +r19552 | gerald | 2006-10-15 20:46:11 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: - M /trunk/wireshark.desktop + M /trunk/ChangeLog + M /trunk/docbook/release-notes.xml -- Update to 0.9.5 (from 0.9.4) -- Remove some unneeded entries -- Add a translation +Release notes and changelog updates. ------------------------------------------------------------------------ -r19077 | ulfl | 2006-08-29 14:01:05 -0700 (Tue, 29 Aug 2006) | 1 line +r19551 | ulfl | 2006-10-15 20:25:50 -0700 (Sun, 15 Oct 2006) | 4 lines Changed paths: - M /trunk/test/test-backend.sh - M /trunk/test/test.sh + M /trunk/doc/README.developer + +- some more cleanup +- mention the other README files +- encode some @ chars to [AT] in mail addresses -use unique variable names to prevent "global variable" side effects -> endless repeating tests of subsections ------------------------------------------------------------------------ -r19078 | ulfl | 2006-08-29 14:03:33 -0700 (Tue, 29 Aug 2006) | 1 line +r19550 | ulfl | 2006-10-15 20:23:43 -0700 (Sun, 15 Oct 2006) | 1 line Changed paths: - M /trunk/fileset.c + M /trunk/doc/README.binarytrees -fix a minor bug: don't show a single file twice in the fileset dialog +fix a typo ------------------------------------------------------------------------ -r19079 | ulfl | 2006-08-29 14:06:36 -0700 (Tue, 29 Aug 2006) | 1 line +r19549 | ulfl | 2006-10-15 19:37:06 -0700 (Sun, 15 Oct 2006) | 1 line Changed paths: - M /trunk/gtk/Makefile.am + M /trunk/doc/README.developer + A /trunk/doc/README.display_filter -add u3.h to the distribution files (hopefully this fixes ubuntu buildbot distcheck) +split the display filter engine doc into it's own file ------------------------------------------------------------------------ -r19080 | ulfl | 2006-08-29 14:09:32 -0700 (Tue, 29 Aug 2006) | 1 line +r19548 | ulfl | 2006-10-15 18:48:16 -0700 (Sun, 15 Oct 2006) | 3 lines Changed paths: - M /trunk/gtk/fileset_dlg.c + M /trunk/README.win32 + M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml + M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml -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. +deleted lot's of irrelevant/outdated content from README.win32. + +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. ------------------------------------------------------------------------ -r19081 | ulfl | 2006-08-29 14:12:45 -0700 (Tue, 29 Aug 2006) | 1 line +r19547 | ulfl | 2006-10-15 18:43:04 -0700 (Sun, 15 Oct 2006) | 1 line Changed paths: - M /trunk/gtk/Makefile.common + M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml -sort the u3.c file into the list alphabetically +be more specific about the README.developer file ------------------------------------------------------------------------ -r19082 | etxrab | 2006-08-29 15:18:39 -0700 (Tue, 29 Aug 2006) | 1 line +r19546 | ulfl | 2006-10-15 15:57:31 -0700 (Sun, 15 Oct 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-clnp.c + M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml -Add CLNP over TCP over TPKT dissection. The port number is by default set to 0. +move the README files before the source code, they are more important ------------------------------------------------------------------------ -r19083 | etxrab | 2006-08-29 22:03:16 -0700 (Tue, 29 Aug 2006) | 1 line +r19545 | ulfl | 2006-10-15 15:42:22 -0700 (Sun, 15 Oct 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-clnp.c + M /trunk/doc/README.developer -Remove debugcode left by mistake... +add a prerequisites section and some minor changes ------------------------------------------------------------------------ -r19084 | kukosa | 2006-08-30 00:31:36 -0700 (Wed, 30 Aug 2006) | 1 line +r19544 | etxrab | 2006-10-15 15:11:26 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-ssl.c + 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 -display Random as a single item with two subitems +Fix Event dissection which was broken when going to V3. +and add a few parameters. ------------------------------------------------------------------------ -r19085 | martinm | 2006-08-30 02:48:12 -0700 (Wed, 30 Aug 2006) | 1 line +r19543 | etxrab | 2006-10-15 09:06:02 -0700 (Sun, 15 Oct 2006) | 1 line Changed paths: - M /trunk/gtk/sip_stat.c - M /trunk/tap-sipstat.c + 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 -Add SIP response code 494 from RFC 3329 +Upadte to H.248 V3 and add some annex E parameters. ------------------------------------------------------------------------ -r19086 | kukosa | 2006-08-30 03:03:50 -0700 (Wed, 30 Aug 2006) | 1 line +r19542 | jmayer | 2006-10-15 05:27:51 -0700 (Sun, 15 Oct 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-tcp.c + M /trunk/epan/dissectors/packet-usb.c + +- gcc dies on "default: }", add a ; +- proto_register usb instead of eth. -flags have only 1 byte ------------------------------------------------------------------------ -r19087 | etxrab | 2006-08-30 12:27:54 -0700 (Wed, 30 Aug 2006) | 3 lines +r19541 | sahlberg | 2006-10-15 01:21:56 -0700 (Sun, 15 Oct 2006) | 3 lines Changed paths: - D /trunk/plugins/listen_rtp + M /trunk/epan/dissectors/packet-usb.c + +populate the info column with the request type and whetehr it is a request or a response + -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 +r19540 | sahlberg | 2006-10-15 01:12:41 -0700 (Sun, 15 Oct 2006) | 3 lines Changed paths: - M /trunk/gtk/capture_if_dlg.c + M /trunk/epan/dissectors/packet-usb.c + +add tracking of request/responses for CONTROL INPUT so we can start passing parameters from request to response and dissect response data + -seems the height offset 16 seems a bit too small to prevent a scrollbar, using 20 instead ------------------------------------------------------------------------ -r19089 | ulfl | 2006-08-30 13:27:12 -0700 (Wed, 30 Aug 2006) | 3 lines +r19539 | sahlberg | 2006-10-14 23:10:59 -0700 (Sat, 14 Oct 2006) | 8 lines Changed paths: - M /trunk/gtk/help_dlg.c - M /trunk/gtk/help_dlg.h - M /trunk/gtk/print_dlg.c + M /trunk/epan/address.h + M /trunk/epan/column-utils.c + M /trunk/epan/dissectors/packet-usb.c + +add a new port type for usb endpoints + + +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 + -add some file dialog related help pages -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 +r19538 | sahlberg | 2006-10-14 20:49:27 -0700 (Sat, 14 Oct 2006) | 5 lines Changed paths: - M /trunk/gtk/menu.c + M /trunk/epan/dissectors/packet-usb.c + +start dissecting the setup headers + +dissect GET DESCRIPTOR as an example on how to add such dissectors -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) -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 ------------------------------------------------------------------------ -r19091 | ulfl | 2006-08-30 13:45:13 -0700 (Wed, 30 Aug 2006) | 5 lines +r19537 | sahlberg | 2006-10-14 19:54:08 -0700 (Sat, 14 Oct 2006) | 3 lines Changed paths: - M /trunk/gtk/win32-file-dlg.c + M /trunk/epan/dissectors/packet-scsi-osd.c + +more serviceactions + -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 +r19536 | sahlberg | 2006-10-14 15:45:07 -0700 (Sat, 14 Oct 2006) | 3 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 + M /trunk/epan/dissectors/packet-scsi-osd.c + +some more service actions + -From Alejandro Vaquero: -The "codecs" ------------------------------------------------------------------------ -r19093 | etxrab | 2006-08-30 13:50:37 -0700 (Wed, 30 Aug 2006) | 8 lines +r19535 | sahlberg | 2006-10-14 15:31:27 -0700 (Sat, 14 Oct 2006) | 3 lines Changed paths: - A /trunk/gtk/rtp_player.c - A /trunk/gtk/rtp_player.h + M /trunk/epan/dissectors/packet-scsi-osd.c + +dissect some more osd service actions + -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 +r19534 | sahlberg | 2006-10-14 15:05:57 -0700 (Sat, 14 Oct 2006) | 3 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 + M /trunk/epan/dissectors/packet-scsi.c + +if reassembly did not give us a new tvb, then dont call any scsi payload subdissector + -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" ------------------------------------------------------------------------ -r19095 | ulfl | 2006-08-30 15:26:34 -0700 (Wed, 30 Aug 2006) | 1 line +r19533 | guy | 2006-10-14 13:18:10 -0700 (Sat, 14 Oct 2006) | 2 lines Changed paths: - M /trunk/Makefile.nmake + M /trunk/epan/dissectors/packet-h248_annex_e.c + +Fix a compiler warning by doing what I suspect was intended. -fix a suspected typo of the portaudio commit ------------------------------------------------------------------------ -r19096 | ulfl | 2006-08-30 16:25:15 -0700 (Wed, 30 Aug 2006) | 1 line +r19532 | guy | 2006-10-14 13:17:14 -0700 (Sat, 14 Oct 2006) | 5 lines Changed paths: - M /trunk/packaging/nsis/Makefile.nmake - M /trunk/packaging/nsis/wireshark.nsi + M /trunk/epan/dissectors/packet-bootp.c + +Do the suboption processing in dissect_netware_ip_suboption() a bit more +like the way it's done in other suboption dissectors. + +Fix a typo. -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) ------------------------------------------------------------------------ -r19097 | ulfl | 2006-08-30 16:27:37 -0700 (Wed, 30 Aug 2006) | 1 line +r19531 | jake | 2006-10-14 12:00:31 -0700 (Sat, 14 Oct 2006) | 1 line Changed paths: - M /trunk/config.nmake + M /trunk/doc/README.developer - 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 FSF address in code template ------------------------------------------------------------------------ -r19098 | ulfl | 2006-08-30 18:50:11 -0700 (Wed, 30 Aug 2006) | 3 lines +r19530 | etxrab | 2006-10-14 07:13:00 -0700 (Sat, 14 Oct 2006) | 1 line Changed paths: - M /trunk/config.nmake + M /trunk/plugins/megaco/packet-megaco.c + +Dissect observedeventsdescriptor more like the actual text. +------------------------------------------------------------------------ +r19529 | sahlberg | 2006-10-14 04:25:38 -0700 (Sat, 14 Oct 2006) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-osd.c + +add dissection of FLUSH and FLUSH COLLECTION -a huge redesign of the settings in config.nmake -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. ------------------------------------------------------------------------ -r19099 | jake | 2006-08-30 23:58:29 -0700 (Wed, 30 Aug 2006) | 1 line +r19528 | sahlberg | 2006-10-14 03:52:50 -0700 (Sat, 14 Oct 2006) | 3 lines Changed paths: - M /trunk/gtk/codecs/Makefile.am + M /trunk/epan/dissectors/packet-scsi-osd.c + +implement WRITE and CREATE COLLECTION + -Remove trailing backslash from CFLAGS ------------------------------------------------------------------------ -r19100 | sahlberg | 2006-08-31 02:37:02 -0700 (Thu, 31 Aug 2006) | 4 lines +r19527 | sahlberg | 2006-10-14 03:09:32 -0700 (Sat, 14 Oct 2006) | 7 lines Changed paths: - M /trunk/gtk/codecs/Makefile.am + M /trunk/epan/dissectors/packet-usb.c -the commands for a rule in a amkefile must in classical makefiles start with a TAB not with spaces. +rename some fields in the setup blob to use the same names as in the standard + + +add dissection of the bmRequestType bitmap ------------------------------------------------------------------------ -r19101 | sahlberg | 2006-08-31 05:13:12 -0700 (Thu, 31 Aug 2006) | 12 lines +r19526 | sahlberg | 2006-10-14 02:43:17 -0700 (Sat, 14 Oct 2006) | 3 lines Changed paths: - M /trunk/Makefile.am - M /trunk/gtk/codecs/Makefile.am + M /trunk/epan/dissectors/packet-usb.c -dont include config.nmake in the codecs makefile it appears it is not needed +put the packet type in the summary line -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 +------------------------------------------------------------------------ +r19525 | sahlberg | 2006-10-14 02:18:24 -0700 (Sat, 14 Oct 2006) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-ndmp.c +set both read/write flags in ndmp scsi and also always set the expected length to whatever length is transported inside the ndmp pdu -making unix/linux build work again +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 ------------------------------------------------------------------------ -r19102 | jmayer | 2006-08-31 06:12:09 -0700 (Thu, 31 Aug 2006) | 1 line +r19524 | sahlberg | 2006-10-13 22:02:40 -0700 (Fri, 13 Oct 2006) | 6 lines Changed paths: - M /trunk/Makefile.am + M /trunk/epan/address.h + M /trunk/epan/dissectors/packet-usb.c + M /trunk/epan/to_str.c + +create a new address type AT_USB and start populating the packet list +with nice data + + + -don't recycle ethereal-icons ------------------------------------------------------------------------ -r19103 | jmayer | 2006-08-31 06:14:48 -0700 (Thu, 31 Aug 2006) | 5 lines +r19523 | sahlberg | 2006-10-13 18:44:29 -0700 (Fri, 13 Oct 2006) | 8 lines Changed paths: - M /trunk/epan/Makefile.am - M /trunk/epan/dissectors/Makefile.am + M /trunk/epan/dissectors/packet-scsi.c -Albert Chin: +let SCSI reassembly default to FALSE + +put "reassembled in" in the summary line + +put the fragment list at the top of the tree instead of down inside the SCSI expansion -Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1078 ------------------------------------------------------------------------ -r19104 | ulfl | 2006-08-31 15:56:38 -0700 (Thu, 31 Aug 2006) | 2 lines +r19522 | gerald | 2006-10-13 17:31:35 -0700 (Fri, 13 Oct 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 + M /trunk/ChangeLog + M /trunk/docbook/release-notes.xml + +Release note and changelog updates. -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 +r19521 | gerald | 2006-10-13 17:27:50 -0700 (Fri, 13 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-icq.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 + +Set SVN properties. -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 +r19520 | ulfl | 2006-10-13 17:22:36 -0700 (Fri, 13 Oct 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-tcp.c + M /trunk/gtk/color_edit_dlg.c -mark the "short segment" message field as generated and add an expert_info to it +as Stephen Fisher noted: fix the files header comment ------------------------------------------------------------------------ -r19107 | jmayer | 2006-08-31 21:26:53 -0700 (Thu, 31 Aug 2006) | 7 lines +r19519 | sahlberg | 2006-10-13 15:25:35 -0700 (Fri, 13 Oct 2006) | 3 lines Changed paths: - M /trunk/gtk/codecs - M /trunk/gtk/codecs/Makefile.am + M /trunk/epan/dissectors/packet-scsi.c + +add scsi data reassembly -- 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. ------------------------------------------------------------------------ -r19108 | etxrab | 2006-09-01 09:17:48 -0700 (Fri, 01 Sep 2006) | 2 lines +r19518 | sahlberg | 2006-10-13 14:26:03 -0700 (Fri, 13 Oct 2006) | 4 lines Changed paths: - M /trunk/asn1/camel/packet-camel-template.c - M /trunk/epan/dissectors/packet-camel.c + M /trunk/epan/dissectors/packet-scsi.c + +check the estinated data transfer length for the current transfer and start adding checks for scsi data reassembly + + -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 +r19517 | sahlberg | 2006-10-13 14:07:07 -0700 (Fri, 13 Oct 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-gssapi.c + M /trunk/epan/dissectors/packet-scsi.c + +dont call the scsi data in/out dissectors unless data offset is 0 i.e. the beginning of data in/out -always create a conversation for gssapi -we will need a conversation in more places once we start adding reassembly of gss-krb blobs that span multiple pdus (smb/sessionsetup) +------------------------------------------------------------------------ +r19516 | ulfl | 2006-10-13 11:19:42 -0700 (Fri, 13 Oct 2006) | 3 lines +Changed paths: + M /trunk/gtk/main.c +remove the experimental display of the highest expert level in the statusbar for now. +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. ------------------------------------------------------------------------ -r19111 | sahlberg | 2006-09-01 17:24:31 -0700 (Fri, 01 Sep 2006) | 4 lines +r19515 | etxrab | 2006-10-13 10:04:16 -0700 (Fri, 13 Oct 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-gssapi.c + M /trunk/epan/dissectors/packet-h248_3gpp.c + M /trunk/epan/dissectors/packet-h248_annex_c.c -remove a comment with dead code -remove three pointless volatile declarations +Set properties. +------------------------------------------------------------------------ +r19514 | gerald | 2006-10-13 08:53:20 -0700 (Fri, 13 Oct 2006) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c +Make the "WEP key count" option match the number of WEP key slots. Add +a note about improving the WEP key interface. ------------------------------------------------------------------------ -r19112 | sahlberg | 2006-09-01 17:43:19 -0700 (Fri, 01 Sep 2006) | 18 lines +r19513 | jmayer | 2006-10-13 08:18:10 -0700 (Fri, 13 Oct 2006) | 6 lines Changed paths: - M /trunk/epan/dissectors/packet-gssapi.c + M /trunk/wiretap/libpcap.c -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. +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) :-) -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. +------------------------------------------------------------------------ +r19512 | etxrab | 2006-10-13 07:21:02 -0700 (Fri, 13 Oct 2006) | 1 line +Changed paths: + M /trunk/plugins/megaco/packet-megaco.c -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. :-( +Modify Signals descriptor to look more like the actual text message. +------------------------------------------------------------------------ +r19511 | sahlberg | 2006-10-13 02:16:45 -0700 (Fri, 13 Oct 2006) | 15 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 -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. +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. +dissect_scsi_payload() does not yet use this parameter. -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) +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). +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. ------------------------------------------------------------------------- -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 +r19510 | sahlberg | 2006-10-13 01:42:33 -0700 (Fri, 13 Oct 2006) | 7 lines Changed paths: - M /trunk/epan/dissectors/packet-dcerpc.c + M /trunk/epan/dissectors/packet-fc.c + M /trunk/epan/dissectors/packet-fc.h + +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 + +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 + -Add brackets to squelch a compiler warning. -Fix indentation. ------------------------------------------------------------------------ -r19115 | guy | 2006-09-01 23:38:21 -0700 (Fri, 01 Sep 2006) | 4 lines +r19509 | ulfl | 2006-10-12 17:21:47 -0700 (Thu, 12 Oct 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-wtls.c + M /trunk/Makefile.nmake -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. +distclean should remove wireshark-gtk1/2 dirs completely +------------------------------------------------------------------------ +r19508 | jake | 2006-10-12 14:31:00 -0700 (Thu, 12 Oct 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-vlan.c +Add 802.1QinQ?\194?\160Ethertype preference. ------------------------------------------------------------------------ -r19116 | guy | 2006-09-01 23:39:09 -0700 (Fri, 01 Sep 2006) | 2 lines +r19507 | lego | 2006-10-12 10:00:11 -0700 (Thu, 12 Oct 2006) | 5 lines Changed paths: - M /trunk/epan/filesystem.c + M /trunk/epan/wslua/wslua.h + M /trunk/epan/wslua/wslua_util.c + +- add persconffile(opt_str) +- add datafile_path(opt_str) +- add Dir class -- a Directory Iterator -Clean up indentation, etc. ------------------------------------------------------------------------ -r19117 | guy | 2006-09-01 23:39:43 -0700 (Fri, 01 Sep 2006) | 4 lines +r19506 | gerald | 2006-10-12 08:00:07 -0700 (Thu, 12 Oct 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/epan/dissectors/packet-ndps.c -Move the codecs into a top-level "codecs" subdirectory; there's no -guarantee that all programs using the codecs will necessarily be using -GTK+. +Check to see if we've passed a null strval to ndps_string(). +Should fix the recent fuzz bugs. ------------------------------------------------------------------------ -r19118 | guy | 2006-09-02 00:18:16 -0700 (Sat, 02 Sep 2006) | 9 lines +r19505 | sahlberg | 2006-10-12 03:54:36 -0700 (Thu, 12 Oct 2006) | 12 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-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 -Squelch compiler warnings, and get rid of unused variables and -declarations. +wireshark does not yet consume enough memory for me to be happy -Define functions with no arguments as such. -Clean up white space. +pass conversation form the transports up to the scsi layer + +add tracking of conversation specific info to scsi osd +add tracking of conversation+lun specific info to scsi osd + +for scsi osd add tracking of PARTITIONS and display in which frame they were created/removed + -Declare tables in the codec .h files. ------------------------------------------------------------------------ -r19119 | sahlberg | 2006-09-02 04:46:15 -0700 (Sat, 02 Sep 2006) | 6 lines +r19504 | jake | 2006-10-12 03:38:24 -0700 (Thu, 12 Oct 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-gssapi.c - -add primitive reassembly of gssapi + M /trunk/doc/README.developer -this will allow reassembly of gssapi blobs that span multiple smb/sessionsetup command pdus +Cleanup sample code. +Cleanup some text and headings. +Play trick with keyword so text remains untouched. +------------------------------------------------------------------------ +r19503 | jake | 2006-10-12 01:04:11 -0700 (Thu, 12 Oct 2006) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-usb.c +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. ------------------------------------------------------------------------ -r19120 | etxrab | 2006-09-02 07:18:47 -0700 (Sat, 02 Sep 2006) | 1 line +r19502 | ulfl | 2006-10-12 00:52:24 -0700 (Thu, 12 Oct 2006) | 1 line Changed paths: - M /trunk/Makefile.nmake - M /trunk/codecs/Makefile.nmake - M /trunk/gtk/Makefile.nmake + M /trunk/docbook/release-notes.xml -Fix path and name. +The preferences and alike dialog button behaviour changed. ------------------------------------------------------------------------ -r19121 | etxrab | 2006-09-02 08:50:24 -0700 (Sat, 02 Sep 2006) | 1 line +r19501 | jake | 2006-10-11 23:01:51 -0700 (Wed, 11 Oct 2006) | 1 line Changed paths: - M /trunk/plugins/megaco/packet-megaco.c + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-udld.c -Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1080. +Adding initial version of UDLD dissector ------------------------------------------------------------------------ -r19122 | etxrab | 2006-09-02 09:05:03 -0700 (Sat, 02 Sep 2006) | 1 line +r19500 | gerald | 2006-10-11 16:53:19 -0700 (Wed, 11 Oct 2006) | 2 lines Changed paths: - M /trunk/plugins/megaco/packet-megaco.c + M /trunk/docbook/release-notes.xml + +Update bug lists. -Remove some extra output for MediaDescriptor. ------------------------------------------------------------------------ -r19123 | etxrab | 2006-09-02 09:55:31 -0700 (Sat, 02 Sep 2006) | 1 line +r19499 | gerald | 2006-10-11 16:25:51 -0700 (Wed, 11 Oct 2006) | 3 lines Changed paths: - M /trunk/Makefile.nmake + M /trunk/gtk/graph_analysis.c + +When dumping the graph data to a file, don't walk past the end of a buffer. +Should fix bug 396. -Include codecs in the all target. ------------------------------------------------------------------------ -r19124 | etxrab | 2006-09-02 09:56:22 -0700 (Sat, 02 Sep 2006) | 1 line +r19498 | gerald | 2006-10-11 13:34:05 -0700 (Wed, 11 Oct 2006) | 2 lines Changed paths: - M /trunk/plugins/megaco/packet-megaco.c + M /trunk/epan/libwireshark.def + +Export the recent prefs changes. -Packages can have digits and '/' in their names... ------------------------------------------------------------------------ -r19125 | sahlberg | 2006-09-02 16:18:38 -0700 (Sat, 02 Sep 2006) | 15 lines +r19497 | sahlberg | 2006-10-11 13:05:27 -0700 (Wed, 11 Oct 2006) | 8 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.c -From David Buechi -New protocol: epl v1 +From Patrick vd Lageweg +Hi, + +This patch makes several bit fields in the LOG SELECT command being displayed as bits instead of as numbers. + + + +------------------------------------------------------------------------ +r19496 | sahlberg | 2006-10-11 13:03:44 -0700 (Wed, 11 Oct 2006) | 11 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi.c + +From Patrick vd Lageweg 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. +This patch fixes the page number user for the "write error couner page". + -Best Regards, -David ------------------------------------------------------------------------ -r19126 | etxrab | 2006-09-02 16:21:59 -0700 (Sat, 02 Sep 2006) | 1 line +r19495 | sahlberg | 2006-10-11 13:00:43 -0700 (Wed, 11 Oct 2006) | 12 lines Changed paths: - M /trunk/plugins/megaco/packet-megaco.c + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-scsi.c + +From Patrick vd Lageweg + + + +Hi, + +This patch impelments a dissect for the SCSI SSC Medium Partition Page. + + +Patrick + -Comment out debug code. ------------------------------------------------------------------------ -r19127 | jmayer | 2006-09-03 08:41:42 -0700 (Sun, 03 Sep 2006) | 3 lines +r19494 | guy | 2006-10-11 10:01:51 -0700 (Wed, 11 Oct 2006) | 5 lines Changed paths: - M /trunk/gtk/rtp_player.c - -Ad $Id: § and reorder and reformat some comments in the header. + M /trunk/epan/dissectors/packet-ndps.c +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. ------------------------------------------------------------------------ -r19128 | sahlberg | 2006-09-04 00:44:30 -0700 (Mon, 04 Sep 2006) | 4 lines +r19493 | sahlberg | 2006-10-11 04:32:56 -0700 (Wed, 11 Oct 2006) | 7 lines Changed paths: - M /trunk/epan/dissectors/packet-kerberos4.c + 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 -make the heuristics for detecting kerberos4 stronger +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. + +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. ------------------------------------------------------------------------ -r19129 | sahlberg | 2006-09-04 01:18:52 -0700 (Mon, 04 Sep 2006) | 8 lines +r19492 | sahlberg | 2006-10-11 03:38:59 -0700 (Wed, 11 Oct 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-kerberos.c - M /trunk/epan/dissectors/packet-kerberos4.c + 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 -krb4 is a new style dissector and is called through a handle from krb5 which is also new style. +move the ITL and the ITLQ structure to packet-scsi.h where it belongs -use call_dissector_only() which is new-style aware and not call_dissector() which is not. -this fixes a recent bug found on the heimdal list. +------------------------------------------------------------------------ +r19491 | sahlberg | 2006-10-11 02:47:27 -0700 (Wed, 11 Oct 2006) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-usb.c + +from Paolo A +update the usb dissector to reflect the recent change in the pcap format ------------------------------------------------------------------------ -r19130 | martinm | 2006-09-04 04:04:14 -0700 (Mon, 04 Sep 2006) | 2 lines +r19490 | sahlberg | 2006-10-11 01:18:14 -0700 (Wed, 11 Oct 2006) | 7 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/wiretap/catapult_dct2000.c - M /trunk/wiretap/wtap.h + 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 -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. +fix for 1148 ------------------------------------------------------------------------- -r19131 | jmayer | 2006-09-04 06:34:48 -0700 (Mon, 04 Sep 2006) | 8 lines -Changed paths: - M /trunk/acinclude.m4 - M /trunk/configure.in +pretty horrible hack to store an ntlmssp blob inside an ldap string -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. +the info column is not entirely pretty but the payload is at least decoded -acinclude.m4: - Replace sequences of 8 spaces by tab ------------------------------------------------------------------------ -r19132 | jake | 2006-09-04 07:12:26 -0700 (Mon, 04 Sep 2006) | 13 lines +r19489 | ulfl | 2006-10-11 00:31:01 -0700 (Wed, 11 Oct 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-media.c + +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. +------------------------------------------------------------------------ +r19488 | etxrab | 2006-10-10 23:11:54 -0700 (Tue, 10 Oct 2006) | 14 lines Changed paths: M /trunk/epan/dissectors/packet-ppp.c 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. - -Second, correct the typo "ength" to "length". +An enhancement to the PPP multiplexing protocol +dissector in protocol-ppp.c. There are two changes: -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. + 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. + 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. ------------------------------------------------------------------------ -r19133 | jmayer | 2006-09-04 07:16:50 -0700 (Mon, 04 Sep 2006) | 7 lines +r19487 | gerald | 2006-10-10 17:37:29 -0700 (Tue, 10 Oct 2006) | 3 lines Changed paths: - M /trunk/acinclude.m4 + M /trunk/epan/prefs.c + M /trunk/epan/prefs.h -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. +Add prefs_apply(), which lets us apply preferences (specifically, +trigger a module's callback) for a specific module. + +------------------------------------------------------------------------ +r19486 | gerald | 2006-10-10 15:46:58 -0700 (Tue, 10 Oct 2006) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-ipsec.c +Simplify the preference string allocation code. Shorten the comments, +which (as Ulf pointed out) reduces the size of the prefs file +significantly. ------------------------------------------------------------------------ -r19134 | jmayer | 2006-09-04 07:19:12 -0700 (Mon, 04 Sep 2006) | 6 lines +r19485 | etxrab | 2006-10-10 14:56:10 -0700 (Tue, 10 Oct 2006) | 1 line Changed paths: - M /trunk/gtk/Makefile.am - M /trunk/gtk/rtp_player.c - M /trunk/gtk/rtp_player.h + M /trunk/epan/dissectors/packet-h248_3gpp.c -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. +Fix a typo. +------------------------------------------------------------------------ +r19484 | etxrab | 2006-10-10 14:52:52 -0700 (Tue, 10 Oct 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-h248_q1950.c +Add H.248 packet BCP dissecton. +------------------------------------------------------------------------ +r19483 | etxrab | 2006-10-10 14:50:19 -0700 (Tue, 10 Oct 2006) | 1 line +Changed paths: + D /trunk/epan/dissectors/packet-h248_package_bcp.c + D /trunk/epan/dissectors/packet-h248_package_bcp.h +Remove no longer used files. ------------------------------------------------------------------------ -r19135 | etxrab | 2006-09-04 11:04:10 -0700 (Mon, 04 Sep 2006) | 1 line +r19482 | etxrab | 2006-10-10 14:46:44 -0700 (Tue, 10 Oct 2006) | 1 line Changed paths: - M /trunk/gtk/rtp_player.c - M /trunk/gtk/rtp_player.h + M /trunk/epan/dissectors/packet-usb.c -Correct some typos and add some comments. +u_int32_t gives error on Windows assuming guint32 will do. ------------------------------------------------------------------------ -r19136 | etxrab | 2006-09-04 11:10:14 -0700 (Mon, 04 Sep 2006) | 14 lines +r19481 | gerald | 2006-10-10 14:15:19 -0700 (Tue, 10 Oct 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 /trunk/docbook/release-notes.xml -From Oleg Kostenko: -This patch will add the following functionality to the H.248 - dissector: +Prep for the 0.99.4 release. - 1. Dissection of properties from Annex C.11 SDP equivalents. +------------------------------------------------------------------------ +r19480 | sahlberg | 2006-10-10 14:00:35 -0700 (Tue, 10 Oct 2006) | 5 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 - 2. Dissection of EventNames and SignalNames from Annex E Basic -Packages. +From Paolo Abeni + +USB dissector - 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 +r19479 | gerald | 2006-10-10 13:55:38 -0700 (Tue, 10 Oct 2006) | 3 lines Changed paths: - M /trunk/Makefile.nmake + M /trunk/test/test-backend.sh + M /trunk/test/test.sh + +Add command-line options: -c disables color, -h prints help, -s runs +a suite. -Fix a typo for rtp_player ------------------------------------------------------------------------ -r19138 | etxrab | 2006-09-04 13:36:52 -0700 (Mon, 04 Sep 2006) | 1 line +r19478 | jake | 2006-10-10 12:00:50 -0700 (Tue, 10 Oct 2006) | 1 line Changed paths: - M /trunk/plugins/megaco/packet-megaco.c + M /trunk/gtk/main.c + M /trunk/version_info.c -Always dissect SDP info to set up RTP conversation. +Don't let PortAudio skip the queue on the about dialog ;) ------------------------------------------------------------------------ -r19139 | etxrab | 2006-09-04 14:07:35 -0700 (Mon, 04 Sep 2006) | 4 lines +r19477 | guy | 2006-10-10 01:13:56 -0700 (Tue, 10 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-sdp.c + M /trunk/gtk/color_edit_dlg.c -Fix(?) bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1042 -Does the string need to be freed ad destruction of the hashtable? +Include <string.h> to declare string functions we use. -Surplus add_text removed. ------------------------------------------------------------------------ -r19140 | guy | 2006-09-04 15:47:16 -0700 (Mon, 04 Sep 2006) | 7 lines +r19476 | guy | 2006-10-10 01:13:16 -0700 (Tue, 10 Oct 2006) | 3 lines Changed paths: - M /trunk/acinclude.m4 - -AC_CHECK_TYPE outputs a "Checking..." message; we don't need to issue -one ourselves. + M /trunk/gtk/color_dlg.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. +Get rid of declarations of functions that are no longer defined or used +in this file. ------------------------------------------------------------------------ -r19141 | guy | 2006-09-04 16:20:52 -0700 (Mon, 04 Sep 2006) | 3 lines +r19475 | guy | 2006-10-10 01:12:40 -0700 (Tue, 10 Oct 2006) | 2 lines Changed paths: - M /trunk/asn1/h248/packet-h248-template.c - M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/camel-persistentdata.c -Declare "dissect_h248_Name()" and "dissect_h248_Value()" before they're -used. +Include "epan/tap.h" to declare a function we use. ------------------------------------------------------------------------ -r19142 | guy | 2006-09-04 16:21:52 -0700 (Mon, 04 Sep 2006) | 3 lines +r19474 | guy | 2006-10-10 01:12:04 -0700 (Tue, 10 Oct 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/epan/dissectors/packet-ber.c -Add RCS IDs, introductory comments, and multiple-include protection. -Remove extra blank lines. +Squelch a compiler warning. ------------------------------------------------------------------------ -r19143 | guy | 2006-09-04 16:22:39 -0700 (Mon, 04 Sep 2006) | 2 lines +r19473 | guy | 2006-10-10 01:10:42 -0700 (Tue, 10 Oct 2006) | 2 lines Changed paths: - M /trunk/gtk/Makefile.common + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/epan/dissectors/packet-h248.c -Build with rtp_player.c. +Clean up some compiler warnings. ------------------------------------------------------------------------ -r19144 | guy | 2006-09-04 16:23:16 -0700 (Mon, 04 Sep 2006) | 2 lines +r19472 | guy | 2006-10-10 01:09:11 -0700 (Tue, 10 Oct 2006) | 2 lines Changed paths: - M /trunk/gtk/rtp_player.c + M /trunk/epan/dissectors/packet-linx.c -Comment #endifs so you can tell what they match. +Get rid of an unused variable. ------------------------------------------------------------------------ -r19145 | etxrab | 2006-09-04 22:38:11 -0700 (Mon, 04 Sep 2006) | 8 lines +r19471 | guy | 2006-10-10 01:08:17 -0700 (Tue, 10 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-vnc.c - M /trunk/epan/dissectors/packet-x11-keysym.h + M /trunk/tap-funnel.c -From Stephen Fisher: -A patch to bring the VNC dissector almost to completion. +Squelch a compiler warning, and clean up indentation. -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 +r19470 | guy | 2006-10-10 01:07:14 -0700 (Tue, 10 Oct 2006) | 2 lines Changed paths: - M /trunk/gtk/voip_calls_dlg.c + M /trunk/color_filters.c -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. +Fix some compiler warnings. ------------------------------------------------------------------------ -r19147 | jmayer | 2006-09-05 02:14:18 -0700 (Tue, 05 Sep 2006) | 1 line +r19469 | guy | 2006-10-10 00:35:47 -0700 (Tue, 10 Oct 2006) | 3 lines Changed paths: - M /trunk/asn1/h248 + M /trunk/epan/dissectors/packet-h248_annex_e.c + +Get rid of CR's at the ends of lines, set svn:keywords and svn:eol-style +appropriately. -Added some files to svn:ignore ------------------------------------------------------------------------ -r19148 | jmayer | 2006-09-05 02:17:55 -0700 (Tue, 05 Sep 2006) | 8 lines +r19468 | gerald | 2006-10-09 17:30:49 -0700 (Mon, 09 Oct 2006) | 2 lines Changed paths: - M /trunk/acinclude.m4 - M /trunk/gtk/rtp_player.c + M /trunk/epan/dissectors/packet-ieee80211.c -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. +Remove a leftover printf. -Adapt acinclude.m4 to provide PORTAUDIO_API_1 and add back the -check_message to indicate *why* we are checking for the type. +------------------------------------------------------------------------ +r19467 | gerald | 2006-10-09 17:28:53 -0700 (Mon, 09 Oct 2006) | 5 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 +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. ------------------------------------------------------------------------ -r19149 | jmayer | 2006-09-05 02:27:22 -0700 (Tue, 05 Sep 2006) | 7 lines +r19466 | gerald | 2006-10-09 16:28:30 -0700 (Mon, 09 Oct 2006) | 3 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 + M /trunk/test/config.sh -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. +Pick up TRAFFIC_CAPTURE_IFACE from the environment if it's set, otherwise +use a default value. -Please read the README.cmake for what can be done right now. +------------------------------------------------------------------------ +r19465 | ulfl | 2006-10-09 15:32:50 -0700 (Mon, 09 Oct 2006) | 1 line +Changed paths: + M /trunk/epan/wslua/Makefile.nmake +add some missing files to the clean target ------------------------------------------------------------------------ -r19150 | jmayer | 2006-09-05 02:50:45 -0700 (Tue, 05 Sep 2006) | 1 line +r19464 | gerald | 2006-10-09 13:31:48 -0700 (Mon, 09 Oct 2006) | 2 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/test/test-backend.sh + M /trunk/test/test.sh + +Return 1 on failure. -propset, add $Id$ and copyright headers ------------------------------------------------------------------------ -r19151 | jmayer | 2006-09-05 05:04:46 -0700 (Tue, 05 Sep 2006) | 1 line +r19463 | etxrab | 2006-10-09 13:22:31 -0700 (Mon, 09 Oct 2006) | 1 line Changed paths: - M /trunk/README.cmake + A /trunk/asn1/h248/h248v3.asn -Add some links for further reading +Add ASN1 for H248 v3. The aim is to replace the current asn1 file after some more testing. ------------------------------------------------------------------------ -r19152 | jake | 2006-09-05 05:22:44 -0700 (Tue, 05 Sep 2006) | 2 lines +r19462 | sahlberg | 2006-10-09 12:35:36 -0700 (Mon, 09 Oct 2006) | 6 lines Changed paths: - M /trunk/epan/dissectors/packet-isakmp.c + M /trunk/epan/dissectors/packet-scsi-osd.c + +From Joe Breher + +dissect the permission bits in the capability blob + -Fix for bug 1093, as proposed by Atsushi Fukumoto ------------------------------------------------------------------------ -r19153 | sahlberg | 2006-09-05 07:32:15 -0700 (Tue, 05 Sep 2006) | 6 lines +r19461 | gerald | 2006-10-09 11:47:42 -0700 (Mon, 09 Oct 2006) | 10 lines Changed paths: - M /trunk/epan/dissectors/packet-http.c + 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 -fix for bug 1079 +Make preparations for running under Buildbot: -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 + - Check for an "all" argument at startup. If it's present, + then proceed with testing. + - 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. + + - Add a "Skipped" result. ------------------------------------------------------------------------ -r19154 | sahlberg | 2006-09-05 08:13:39 -0700 (Tue, 05 Sep 2006) | 9 lines +r19460 | sahlberg | 2006-10-09 01:31:04 -0700 (Mon, 09 Oct 2006) | 12 lines Changed paths: - M /trunk/epan/dissectors/packet-windows-common.c + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-scsi-osd.c -fix for bug 1054 +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 -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. -dissect_nt_sid() should be changed to use and return ep allocated memory instead of gmalloced memory ------------------------------------------------------------------------ -r19155 | jmayer | 2006-09-05 08:58:11 -0700 (Tue, 05 Sep 2006) | 9 lines +r19459 | kukosa | 2006-10-08 23:24:03 -0700 (Sun, 08 Oct 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-tftp.c + M /trunk/tools/lex.py + M /trunk/tools/yacc.py -Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1092 -Actually, this was a feature request: +Ply updated to version 2.1 +------------------------------------------------------------------------ +r19458 | wmeier | 2006-10-08 19:07:44 -0700 (Sun, 08 Oct 2006) | 1 line +Changed paths: + M /trunk/Makefile.nmake -Store the value of the blksize option in the conversation data -and use that information to compare whether we have reached the -last packet. +If GTK1_DIR or GTK2_DIR not defined, then corresponding install-common-deps should not be invoked.... +------------------------------------------------------------------------ +r19457 | ulfl | 2006-10-08 15:57:32 -0700 (Sun, 08 Oct 2006) | 5 lines +Changed paths: + M /trunk/test/config.sh + M /trunk/test/suite-capture.sh -Includes the cleanup ideas from Ronnie. +from Richard van der Hoff: +[tshark from a fifo] +I've even gone so far as to add a unit test for it +ULFL: as mkfifo isn't available on Win32 (not even cygwin), make this test configurable in config.sh ------------------------------------------------------------------------ -r19156 | martinm | 2006-09-05 09:05:23 -0700 (Tue, 05 Sep 2006) | 4 lines +r19456 | ulfl | 2006-10-08 15:39:23 -0700 (Sun, 08 Oct 2006) | 6 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 + M /trunk/capture_loop.c + M /trunk/capture_loop.h + M /trunk/tshark.c -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 +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? + +well, there didn't seem to be, so I've made a patch which does exactly this, and which fixes the problem. ------------------------------------------------------------------------ -r19157 | martinm | 2006-09-05 09:06:41 -0700 (Tue, 05 Sep 2006) | 1 line +r19455 | ulfl | 2006-10-08 15:24:46 -0700 (Sun, 08 Oct 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-radius.c - M /trunk/epan/dissectors/packet-smrse.c + M /trunk/test/config.sh + M /trunk/test/suite-capture.sh -Make smrse & radius dissectors findable by name +change the binary path to current windows debug dir: wireshark-gtk2 + +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) ------------------------------------------------------------------------ -r19158 | jmayer | 2006-09-05 09:09:49 -0700 (Tue, 05 Sep 2006) | 1 line +r19454 | etxrab | 2006-10-08 13:57:20 -0700 (Sun, 08 Oct 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-tftp.c + 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 -option name "blksize" is case in-sensitive +H248: +Lost a line in last commit. + +ISUP Export a value string. ------------------------------------------------------------------------ -r19159 | etxrab | 2006-09-05 13:35:41 -0700 (Tue, 05 Sep 2006) | 1 line +r19453 | sahlberg | 2006-10-08 12:54:01 -0700 (Sun, 08 Oct 2006) | 8 lines Changed paths: - M /trunk/Makefile.nmake - M /trunk/config.h.win32 - M /trunk/config.nmake + M /trunk/epan/dissectors/packet-scsi-osd.c + +add some more SCSI OSD command dissectors + +REMOVE +REMOVE PARTITION +REMOVE COLELCTION +SET KEY + -Handle PORTAUDIO_API_1 and add clean-deps target to distclean. ------------------------------------------------------------------------ -r19160 | etxrab | 2006-09-05 22:22:05 -0700 (Tue, 05 Sep 2006) | 1 line +r19452 | sahlberg | 2006-10-08 12:11:39 -0700 (Sun, 08 Oct 2006) | 4 lines Changed paths: - M /trunk/plugins/megaco/packet-megaco.c + M /trunk/epan/dissectors/packet-scsi-osd.c + +dissect attribute get/set data in data in/out blobs and display them for now as a blob. + + -NAME can also contain '_' ------------------------------------------------------------------------ -r19161 | etxrab | 2006-09-05 22:23:38 -0700 (Tue, 05 Sep 2006) | 1 line +r19451 | jake | 2006-10-08 00:54:06 -0700 (Sun, 08 Oct 2006) | 1 line Changed paths: - M /trunk/config.nmake + M /trunk/epan/dissectors/packet-ssl.c -Add comments about PORTAUDIO API version comment out use of PORTAUDIO library for now. +Fix for bug 1153, typos in debug output ------------------------------------------------------------------------ -r19162 | jmayer | 2006-09-06 01:24:36 -0700 (Wed, 06 Sep 2006) | 10 lines +r19450 | sahlberg | 2006-10-07 21:48:24 -0700 (Sat, 07 Oct 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-tftp.c + M /trunk/epan/dissectors/packet-scsi-osd.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 +scsi osd +collapse attripute parameters, capability and security parameters into subtrees to make the display easier to read ------------------------------------------------------------------------ -r19163 | sahlberg | 2006-09-06 01:36:13 -0700 (Wed, 06 Sep 2006) | 3 lines +r19449 | sahlberg | 2006-10-07 21:13:18 -0700 (Sat, 07 Oct 2006) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-isakmp.c + M /trunk/epan/dissectors/packet-iscsi.c + M /trunk/epan/dissectors/packet-scsi-osd.c -fix for the typo in bug 1094 +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 ------------------------------------------------------------------------ -r19164 | martinm | 2006-09-06 07:08:40 -0700 (Wed, 06 Sep 2006) | 1 line +r19448 | ulfl | 2006-10-07 15:41:17 -0700 (Sat, 07 Oct 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-umts_fp.c + M /trunk/airpcap_loader.c -Dissect some more common control messages +don't crash, if airpcap.dll isn't available ------------------------------------------------------------------------ -r19165 | jake | 2006-09-06 14:08:24 -0700 (Wed, 06 Sep 2006) | 2 lines +r19447 | jmayer | 2006-10-07 07:48:04 -0700 (Sat, 07 Oct 2006) | 14 lines Changed paths: - M /trunk/epan/enterprise-numbers + 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 -Update enterprise-numbers +Stephen Fisher: + packet-cisco-wireless.c is actually trying to dissect WLCCP: + +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. + +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. ------------------------------------------------------------------------ -r19166 | jmayer | 2006-09-06 15:13:52 -0700 (Wed, 06 Sep 2006) | 5 lines +r19446 | jmayer | 2006-10-07 07:24:32 -0700 (Sat, 07 Oct 2006) | 9 lines Changed paths: - M /trunk/cmake/modules/FindGTK2.cmake + M /trunk/config.nmake + M /trunk/gtk/Makefile.nmake + M /trunk/gtk/rtp_player.c -Update to newer version of the file from -http://cmake-modules.googlecode.com/svn/trunk/ +Alejandro Vaquero: + Add portaudio v19 support in addition to v18: + + 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. -This update adds a license text (dual: GPLv2 and 3 clause BSD) ------------------------------------------------------------------------ -r19167 | jmayer | 2006-09-06 15:14:20 -0700 (Wed, 06 Sep 2006) | 1 line +r19445 | etxrab | 2006-10-06 12:48:00 -0700 (Fri, 06 Oct 2006) | 2 lines Changed paths: - M /trunk/README.cmake + 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 -Add cmake-modules URL +Add a few packages and fix dissecton of a_codecs and handle the case when +hf_param = -1. ------------------------------------------------------------------------ -r19168 | jmayer | 2006-09-06 15:28:19 -0700 (Wed, 06 Sep 2006) | 10 lines +r19444 | jake | 2006-10-06 12:18:55 -0700 (Fri, 06 Oct 2006) | 4 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 + M /trunk/epan/dissectors/packet-bgp.c -cmake/ - Add some more (hackish) tests. - Add a LICENSE file until I find the time to add it to all - files individually. +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. +------------------------------------------------------------------------ +r19443 | gerald | 2006-10-06 10:50:51 -0700 (Fri, 06 Oct 2006) | 2 lines +Changed paths: + M /trunk/Makefile.am -CMakeLists.txt - Add some addiotional stuff regarding options. - Add (non-working) code to generate config.h - Handle GTK1 vs GTK2 and GLIB1 vs GLIB2 +Add the u3 packaging directory to the distribution. ------------------------------------------------------------------------ -r19169 | jmayer | 2006-09-06 15:59:25 -0700 (Wed, 06 Sep 2006) | 3 lines +r19442 | gerald | 2006-10-06 10:39:39 -0700 (Fri, 06 Oct 2006) | 2 lines Changed paths: - M /trunk/CMakeLists.txt - M /trunk/cmake/modules/FindGTK2.cmake + M /trunk/Makefile.common -The last update to FindGTK2.cmake was incompatible with it's use. -Fix a bug and adapt CMakeLists.txt to the new usage. +Add airpcap.h to the distribution. ------------------------------------------------------------------------ -r19170 | sahlberg | 2006-09-07 03:53:32 -0700 (Thu, 07 Sep 2006) | 4 lines +r19441 | etxrab | 2006-10-05 14:37:45 -0700 (Thu, 05 Oct 2006) | 1 line 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 + M /trunk/plugins/Makefile.nmake - pidl now handles empty bitmaps properly so no need for the dummy (dont trigger empty bitmapbug entry) +Remove entries for the lua plugin as it's not used any more. +------------------------------------------------------------------------ +r19440 | lego | 2006-10-05 09:25:13 -0700 (Thu, 05 Oct 2006) | 4 lines +Changed paths: + M /trunk/epan/funnel.h + M /trunk/epan/wslua/wslua_gui.c + M /trunk/gtk/funnel_stat.c +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. ------------------------------------------------------------------------ -r19171 | jmayer | 2006-09-07 06:22:45 -0700 (Thu, 07 Sep 2006) | 7 lines +r19439 | martinm | 2006-10-05 07:10:10 -0700 (Thu, 05 Oct 2006) | 3 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/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/epan/dissectors/packet-catapult-dct2000.c + M /trunk/epan/dissectors/packet-umts_fp.c -Update from samba tree revision 17666 to 18221 -============================ Samba log start ============ -svn: When specifying working copy paths, only one target may be given -============================ Samba log end ============== +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). +------------------------------------------------------------------------ +r19438 | jake | 2006-10-05 04:35:41 -0700 (Thu, 05 Oct 2006) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-kerberos.c +Patch in bug 1149, adds DCE-style flag for gss-api ------------------------------------------------------------------------ -r19172 | lego | 2006-09-07 09:16:51 -0700 (Thu, 07 Sep 2006) | 25 lines +r19437 | etxrab | 2006-10-04 15:49:40 -0700 (Wed, 04 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/make-sminmpec.pl + M /trunk/plugins/megaco/packet-megaco.c -From Andrew Feren: - This adds some features to update enterprise-numbers from the web. +Start to make the output from the dissector more like the actual +data. +------------------------------------------------------------------------ +r19436 | etxrab | 2006-10-04 15:43:38 -0700 (Wed, 04 Oct 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 -As used in the Makefile currently - make-sminmpec.pl <infile> <outfile.c> +Added the possibillity of Statistic pkg as well. +------------------------------------------------------------------------ +r19435 | jake | 2006-10-04 15:01:58 -0700 (Wed, 04 Oct 2006) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-linx.c -works exactly the same. Additionally <infile> can be a URL to an infile in -the expected format. +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 +------------------------------------------------------------------------ +r19434 | etxrab | 2006-10-04 14:52:35 -0700 (Wed, 04 Oct 2006) | 6 lines +Changed paths: + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h248.h -Using the new "-gen" switch will create a new <infile> +Put back the bugfixes froim Revision 19190/19356 +Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091 -example: -make-sminmpec.pl -gen \ - http://www.iana.org/assignments/enterprise-numbers \ - enterprise-numbers +"h248_handle was declared localy, udp port was not added at register. -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 +Added a few more packagenames." +------------------------------------------------------------------------ +r19433 | gerald | 2006-10-04 13:53:18 -0700 (Wed, 04 Oct 2006) | 2 lines +Changed paths: + M /trunk/configure.in + +Fix the version. + +------------------------------------------------------------------------ +r19432 | lego | 2006-10-04 11:45:26 -0700 (Wed, 04 Oct 2006) | 8 lines +Changed paths: + M /trunk/epan/wslua/wslua_gui.c + M /trunk/gtk/funnel_stat.c + +Misterious bug with cf_read() solved... had nothing to do with cf_read :) + +the callback data for TextWindow buttons was ep_allocated! +after cf_read() it was reused and so it was rewritten... +fix that making it g_malloced instead. ------------------------------------------------------------------------ -r19173 | ulfl | 2006-09-07 13:01:07 -0700 (Thu, 07 Sep 2006) | 4 lines +r19431 | gal | 2006-10-04 11:08:51 -0700 (Wed, 04 Oct 2006) | 3 lines Changed paths: - M /trunk/docbook/Makefile - A /trunk/docbook/check_svn_version.sh + M /trunk/Makefile.nmake + +Patch for clean, distclean and maintainer-clean targets for U3 packaging. -fix bug #842: "make" now won't try to rebuild again if nothing changed since the last make call. -Other minor dependency fixes. -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 +r19430 | etxrab | 2006-10-04 11:00:32 -0700 (Wed, 04 Oct 2006) | 7 lines 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/Makefile.common + A /trunk/epan/dissectors/packet-linx.c -distinguish between things "ToBeDone" and "NoSpecificationAvailable" as some DCOM things are just unknown and cannot be implemented therefore +From Martin Peylo: + +dissector for Enea's LINX protocol? + +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". + +Currently they use ethertype 0x9999 which is not registered at IEEE. ------------------------------------------------------------------------ -r19175 | ulfl | 2006-09-07 13:33:02 -0700 (Thu, 07 Sep 2006) | 1 line +r19429 | etxrab | 2006-10-04 10:43:52 -0700 (Wed, 04 Oct 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-dcerpc-epm.c + M /trunk/epan/dissectors/packet-mip6.c + M /trunk/epan/dissectors/packet-mip6.h -add some probable protocol IDs from the DCOM specs +From Nicolas DICHTEL: +M flag isn't for MCOA, but for HMIP (RFC4140 Section 4.1). ------------------------------------------------------------------------ -r19176 | ulfl | 2006-09-07 13:35:26 -0700 (Thu, 07 Sep 2006) | 1 line +r19428 | etxrab | 2006-10-04 10:36:40 -0700 (Wed, 04 Oct 2006) | 3 lines 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/wiretap/iseries.c -tweak some expert infos so they better work with the composite dialog (e.g. remove some minor details) +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. ------------------------------------------------------------------------ -r19177 | lego | 2006-09-07 15:38:16 -0700 (Thu, 07 Sep 2006) | 18 lines +r19427 | etxrab | 2006-10-04 09:02:59 -0700 (Wed, 04 Oct 2006) | 1 line Changed paths: - M /trunk/epan/make-sminmpec.pl + M /trunk/Makefile.common + 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 -removed options. +Finally got it to complie. +------------------------------------------------------------------------ +r19426 | lego | 2006-10-04 08:31:31 -0700 (Wed, 04 Oct 2006) | 3 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_annex_c.c + M /trunk/epan/dissectors/packet-h248_annex_e.c +more cleanup... almost there... -now it can either be called as -make-sminmpec.pl +------------------------------------------------------------------------ +r19425 | lego | 2006-10-04 07:37:46 -0700 (Wed, 04 Oct 2006) | 7 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 -so it will fetch the file only if it has been modified since we last loaded it +- 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 -or -make-sminmpec.pl enterprise-numbers +------------------------------------------------------------------------ +r19424 | etxrab | 2006-10-04 00:18:58 -0700 (Wed, 04 Oct 2006) | 6 lines +Changed paths: + M /trunk/epan/camel-persistentdata.c + M /trunk/epan/camel-persistentdata.h + M /trunk/tap-camelsrt.c -to regenerate the C file from the given file. +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. +------------------------------------------------------------------------ +r19423 | ulfl | 2006-10-03 16:32:51 -0700 (Tue, 03 Oct 2006) | 7 lines +Changed paths: + M /trunk/epan/wslua/Makefile.am -Luis +an attempt to fix the Ubuntu buildbot: +ERROR: files left in build directory after distclean: +./epan/wslua/declare_wslua.h +./epan/wslua/register_wslua.c +Louis, could you have a look - I might have produced a mess :-) ------------------------------------------------------------------------ -r19178 | jmayer | 2006-09-07 16:44:22 -0700 (Thu, 07 Sep 2006) | 1 line +r19422 | ulfl | 2006-10-03 16:24:48 -0700 (Tue, 03 Oct 2006) | 1 line Changed paths: - M /trunk/docbook/check_svn_version.sh + M /trunk/color_filters.c + M /trunk/color_filters.h + M /trunk/file.c -propset svn:executable +fix the memory leak problem mentioned lately by adding and using color_filters_cleanup() ------------------------------------------------------------------------ -r19179 | jmayer | 2006-09-07 19:25:55 -0700 (Thu, 07 Sep 2006) | 1 line +r19421 | ulfl | 2006-10-03 15:32:03 -0700 (Tue, 03 Oct 2006) | 3 lines Changed paths: - M /trunk/docbook/Makefile + M /trunk/color_filters.c + M /trunk/file.c -. 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 +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 ------------------------------------------------------------------------ -r19180 | etxrab | 2006-09-07 23:58:40 -0700 (Thu, 07 Sep 2006) | 1 line +r19420 | etxrab | 2006-10-03 15:12:47 -0700 (Tue, 03 Oct 2006) | 9 lines Changed paths: - M /trunk/epan/dissectors/packet-clnp.c - M /trunk/epan/dissectors/packet-osi.c + 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 -Move the code to handle ISO protocols over TCP/TPKT to packet-osi.c where it belongs. +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. + +Only the new files checked in for now because of include problems. ------------------------------------------------------------------------ -r19181 | etxrab | 2006-09-08 00:32:13 -0700 (Fri, 08 Sep 2006) | 6 lines +r19419 | ulfl | 2006-10-03 14:25:16 -0700 (Tue, 03 Oct 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-ipsec.c + M /trunk/epan/prefs.c -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". +"saying your preferences once ..." -> "applying your preferences once ..." ------------------------------------------------------------------------ -r19182 | ulfl | 2006-09-08 00:44:22 -0700 (Fri, 08 Sep 2006) | 1 line +r19418 | ulfl | 2006-10-03 14:03:08 -0700 (Tue, 03 Oct 2006) | 1 line Changed paths: - M /trunk/docbook/Makefile + M /trunk/gtk/color_dlg.c + M /trunk/gtk/filter_dlg.c + M /trunk/gtk/prefs_dlg.c + M /trunk/gtk/proto_dlg.c -add dependency to custom_layer_pdf.xsl for all fo files +As Stephen Fisher noted, the Apply button should also save the changed settings (if the Save button is disabled) ------------------------------------------------------------------------ -r19183 | ulfl | 2006-09-08 00:45:22 -0700 (Fri, 08 Sep 2006) | 1 line +r19417 | ulfl | 2006-10-03 13:11:08 -0700 (Tue, 03 Oct 2006) | 1 line Changed paths: - M /trunk/docbook/custom_layer_pdf.xsl + M /trunk/gtk/color_dlg.c -switch off draft mode, so the PDF generation won't try to load a draft image from the web +fix a bug in the export function ------------------------------------------------------------------------ -r19184 | wmeier | 2006-09-10 06:37:42 -0700 (Sun, 10 Sep 2006) | 1 line +r19416 | ulfl | 2006-10-03 13:01:39 -0700 (Tue, 03 Oct 2006) | 1 line Changed paths: - M /trunk/Makefile.nmake - M /trunk/codecs/Makefile.nmake - M /trunk/gtk/Makefile.nmake + M /trunk/gtk/capture_file_dlg.c -minor cleanup for making codecs +the whole ARGUMENT_CL mimic isn't required any longer - remove it. This should fix compile problems under Unix. ------------------------------------------------------------------------ -r19185 | sahlberg | 2006-09-10 07:03:08 -0700 (Sun, 10 Sep 2006) | 10 lines +r19415 | ulfl | 2006-10-03 12:53:10 -0700 (Tue, 03 Oct 2006) | 11 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) - -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. + 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 -This is currently done for all HTTP packets where we have a Content-type in the header but no content-length. +now: Don't have a Save button in the following settings dialogs: +- 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. +------------------------------------------------------------------------ +r19414 | etxrab | 2006-10-03 12:24:22 -0700 (Tue, 03 Oct 2006) | 3 lines +Changed paths: + M /trunk/asn1/tcap/packet-tcap-template.c + M /trunk/epan/dissectors/packet-tcap.c +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. ------------------------------------------------------------------------ -r19186 | sahlberg | 2006-09-10 07:34:57 -0700 (Sun, 10 Sep 2006) | 6 lines +r19413 | ulfl | 2006-10-03 11:39:36 -0700 (Tue, 03 Oct 2006) | 8 lines Changed paths: - M /trunk/epan/dissectors/packet-tcp.c + 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 -fix for bug 1045 +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. -windows in SYN and SYN+ACK packets are not scaled so dont apply window scaling to them when displaying them in the tree +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. ------------------------------------------------------------------------ -r19187 | etxrab | 2006-09-10 11:03:22 -0700 (Sun, 10 Sep 2006) | 5 lines +r19412 | lego | 2006-10-03 11:38:04 -0700 (Tue, 03 Oct 2006) | 4 lines Changed paths: - M /trunk/config.nmake - M /trunk/gtk/voip_calls.c + M /trunk/asn1/h248/h248.cnf + M /trunk/epan/dissectors/packet-h248.c + +Get it to compile... + -From Alejandro Vaquero: -Need to use HAVE_LIBPORTAUDIO instead -of PORTAUDIO_DIR in voip_calls.c -And build the windows version with Port audio. ------------------------------------------------------------------------ -r19188 | jake | 2006-09-10 11:48:33 -0700 (Sun, 10 Sep 2006) | 1 line +r19411 | lego | 2006-10-03 11:24:08 -0700 (Tue, 03 Oct 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-vrrp.c + M /trunk/epan/wslua/Makefile.nmake + +Update nmakefile to latest changes. + -VRRPver3 support fixed: Count restored, Auth Type is reserved field. ------------------------------------------------------------------------ -r19189 | martinm | 2006-09-11 05:03:29 -0700 (Mon, 11 Sep 2006) | 3 lines +r19410 | etxrab | 2006-10-03 11:11:55 -0700 (Tue, 03 Oct 2006) | 9 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/epan/dissectors/packet-bacapp.c + M /trunk/epan/dissectors/packet-bacapp.h -Added E-DCH (HSUPA) channels to FP. -Also show VPI/VCI/CID in ATM protocol label. +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. ------------------------------------------------------------------------ -r19190 | etxrab | 2006-09-11 13:35:24 -0700 (Mon, 11 Sep 2006) | 5 lines +r19409 | lego | 2006-10-03 11:07:31 -0700 (Tue, 03 Oct 2006) | 3 lines Changed paths: M /trunk/asn1/h248/packet-h248-template.c M /trunk/epan/dissectors/packet-h248.c -Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091 +MSVCC does not like mixing code and variable declarations -h248_handle was declared localy, udp port was not added at register. -Added a few more packagenames. ------------------------------------------------------------------------ -r19191 | ulfl | 2006-09-11 13:41:32 -0700 (Mon, 11 Sep 2006) | 1 line +r19408 | etxrab | 2006-10-03 11:04:15 -0700 (Tue, 03 Oct 2006) | 1 line Changed paths: - M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml + M /trunk/epan/dissectors/packet-xml.c -add the LUA plugin install option +Add application/media_control+xml ------------------------------------------------------------------------ -r19192 | ulfl | 2006-09-11 15:30:12 -0700 (Mon, 11 Sep 2006) | 4 lines +r19407 | lego | 2006-10-03 10:24:28 -0700 (Tue, 03 Oct 2006) | 10 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/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 + +H.248 packages... + +few things to be fixed: +- // comments, +- not every hf_xxx used might be registered + +some packages from the current h248 dissector are still missing. -add missing libraries: GNUTLS, Gcrypt, Kerberos, LUA, PortAudio (please check if it's correct) -fix a lot of broken URL's ------------------------------------------------------------------------ -r19193 | ulfl | 2006-09-11 15:34:29 -0700 (Mon, 11 Sep 2006) | 3 lines +r19406 | lego | 2006-10-03 07:27:45 -0700 (Tue, 03 Oct 2006) | 5 lines Changed paths: - M /trunk/README.win32 + 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 -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 +r19405 | martinm | 2006-10-03 07:21:07 -0700 (Tue, 03 Oct 2006) | 4 lines Changed paths: - M /trunk/tools/win32-setup.sh + M /trunk/epan/dissectors/packet-umts_fp.c + M /trunk/wiretap/catapult_dct2000.c + +- 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) -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 +r19404 | lego | 2006-10-03 05:07:10 -0700 (Tue, 03 Oct 2006) | 7 lines Changed paths: - M /trunk/config.nmake + M /trunk/epan/funnel.h + M /trunk/epan/wslua/wslua_gui.c + M /trunk/gtk/funnel_stat.c + M /trunk/tap-funnel.c + +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) + -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 ------------------------------------------------------------------------ -r19196 | ulfl | 2006-09-11 15:47:57 -0700 (Mon, 11 Sep 2006) | 1 line +r19403 | etxrab | 2006-10-02 22:50:28 -0700 (Mon, 02 Oct 2006) | 4 lines Changed paths: - M /trunk/Makefile.nmake - M /trunk/config.h.win32 - M /trunk/config.nmake - M /trunk/epan/Makefile.nmake + M /trunk/epan/dissectors/packet-newmail.c -tweak the nmake build so the NET-SNMP library is in fact optional (as it is in the UNIX builds) +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. ------------------------------------------------------------------------ -r19197 | ulfl | 2006-09-11 17:23:46 -0700 (Mon, 11 Sep 2006) | 1 line +r19402 | etxrab | 2006-10-02 22:48:47 -0700 (Mon, 02 Oct 2006) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-vnc.c + +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. +------------------------------------------------------------------------ +r19401 | gerald | 2006-10-02 16:44:10 -0700 (Mon, 02 Oct 2006) | 4 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/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 obsolete "HAVE_AIRPCAP_API" comment ------------------------------------------------------------------------ -r19198 | ulfl | 2006-09-11 17:27:03 -0700 (Mon, 11 Sep 2006) | 1 line +r19400 | ulfl | 2006-10-02 16:11:55 -0700 (Mon, 02 Oct 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/gtk/capture_file_dlg.c + M /trunk/gtk/color_dlg.h -various nmake related build file cleanups +missing mark -> select changes ------------------------------------------------------------------------ -r19199 | ulfl | 2006-09-11 18:04:35 -0700 (Mon, 11 Sep 2006) | 3 lines +r19399 | ulfl | 2006-10-02 16:01:33 -0700 (Mon, 02 Oct 2006) | 1 line Changed paths: - M /trunk/Makefile.nmake + M /trunk/color_filters.c + M /trunk/color_filters.h + M /trunk/gtk/color_dlg.c -Hmmm, don't optimize too much :-) +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 +------------------------------------------------------------------------ +r19398 | ulfl | 2006-10-02 14:55:26 -0700 (Mon, 02 Oct 2006) | 2 lines +Changed paths: + M /trunk/color_filters.c -also fix the clean_setup +refactor apply_color_filter() as it was a bit confusing - it will also be a bit faster now - +and some other minor code cleanup ------------------------------------------------------------------------ -r19200 | ulfl | 2006-09-12 01:19:39 -0700 (Tue, 12 Sep 2006) | 1 line +r19397 | ulfl | 2006-10-02 13:59:38 -0700 (Mon, 02 Oct 2006) | 1 line Changed paths: - M /trunk/image/Makefile.nmake + M /trunk/gtk/filter_dlg.c -add a comment, that .res files are generated using an implicit (built in) nmake rule +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. ------------------------------------------------------------------------ -r19201 | ulfl | 2006-09-12 01:22:02 -0700 (Tue, 12 Sep 2006) | 1 line +r19396 | tuexen | 2006-10-02 12:26:53 -0700 (Mon, 02 Oct 2006) | 2 lines Changed paths: - M /trunk/image/win32-file-dlg.rc - M /trunk/image/wireshark.rc.in + M /trunk/capture_loop.c + +Do not show the Windows specific message on non-Windows systems. -wireshark.res is generated in the image dir, so the paths for includes should be relative to /image and not to / ------------------------------------------------------------------------ -r19202 | ulfl | 2006-09-12 01:24:01 -0700 (Tue, 12 Sep 2006) | 1 line +r19395 | ulfl | 2006-10-02 12:07:01 -0700 (Mon, 02 Oct 2006) | 1 line Changed paths: M /trunk/Makefile.nmake -add a missing dependency from wiretap to the image dir, otherwise image/wiretap.res can't be generated for some targets +as noted by Anders Broman: the Win2000 version of copy don't like the /d switch ------------------------------------------------------------------------ -r19203 | jmayer | 2006-09-12 02:35:29 -0700 (Tue, 12 Sep 2006) | 4 lines +r19394 | martinm | 2006-10-02 06:38:13 -0700 (Mon, 02 Oct 2006) | 1 line Changed paths: - M /trunk/docbook/Makefile + M /trunk/gtk/menu.c -- 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 \ +Don't show Tools menu at all if Lua not present +------------------------------------------------------------------------ +r19393 | martinm | 2006-10-02 03:49:57 -0700 (Mon, 02 Oct 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-rtp.c +Set correct length for extensions root ------------------------------------------------------------------------ -r19204 | sahlberg | 2006-09-12 02:53:10 -0700 (Tue, 12 Sep 2006) | 7 lines +r19392 | ulfl | 2006-10-01 17:13:14 -0700 (Sun, 01 Oct 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-ipsec.c + 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 -prettify dissection of ESP +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) +------------------------------------------------------------------------ +r19391 | ulfl | 2006-10-01 12:34:03 -0700 (Sun, 01 Oct 2006) | 1 line +Changed paths: + M /trunk/gtk/filter_dlg.c + +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. +------------------------------------------------------------------------ +r19390 | ulfl | 2006-10-01 10:59:30 -0700 (Sun, 01 Oct 2006) | 1 line +Changed paths: + M /trunk/filters.c + M /trunk/filters.h + M /trunk/gtk/filter_dlg.c + +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. +------------------------------------------------------------------------ +r19389 | sahlberg | 2006-09-30 14:49:11 -0700 (Sat, 30 Sep 2006) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-iscsi.c + +fix for header digest detection being broken when AHS is used. -show the IV as a hexadecimal -show the protocol name for the Next header field inside ESP +we simply forgot to account for the AHS when testing to calculate the crc ------------------------------------------------------------------------ -r19205 | sahlberg | 2006-09-12 03:02:28 -0700 (Tue, 12 Sep 2006) | 2 lines +r19388 | sahlberg | 2006-09-30 14:08:27 -0700 (Sat, 30 Sep 2006) | 5 lines Changed paths: - M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-scsi-osd.c + +add dissection of the cdb for service action LIST +(but no decoding of the data in yet) + -the name of the protocol is IPsec, not IP-sec ------------------------------------------------------------------------ -r19206 | sahlberg | 2006-09-12 03:04:11 -0700 (Tue, 12 Sep 2006) | 8 lines +r19387 | sahlberg | 2006-09-30 13:40:04 -0700 (Sat, 30 Sep 2006) | 6 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. + M /trunk/epan/dissectors/packet-iscsi.c +the ahs length inside the AHS for an extended cdb includes the reserved byte before the start of cdb data -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 +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 ------------------------------------------------------------------------ -r19207 | martinm | 2006-09-12 04:36:42 -0700 (Tue, 12 Sep 2006) | 1 line +r19386 | ulfl | 2006-09-30 11:30:43 -0700 (Sat, 30 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-umts_fp.c + M /trunk/epan/dissectors/packet-http.c -Various small fixes and prettifications +fix a typo ------------------------------------------------------------------------ -r19208 | sahlberg | 2006-09-12 04:39:51 -0700 (Tue, 12 Sep 2006) | 14 lines +r19385 | etxrab | 2006-09-30 08:50:38 -0700 (Sat, 30 Sep 2006) | 3 lines Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/packet-http.c - -from bryant eastham + 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 +From Reinhard Speyerer: +Update asn1/umts_rrc*/Makefile +for the renamed asn2eth.py -> asn2wrs.py. +------------------------------------------------------------------------ +r19384 | ulfl | 2006-09-30 07:57:50 -0700 (Sat, 30 Sep 2006) | 1 line +Changed paths: + M /trunk/gtk/proto_draw.c -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. +add a missing #include +------------------------------------------------------------------------ +r19383 | gal | 2006-09-30 07:37:09 -0700 (Sat, 30 Sep 2006) | 5 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 +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. -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. +------------------------------------------------------------------------ +r19382 | ulfl | 2006-09-30 06:40:36 -0700 (Sat, 30 Sep 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-gtp.c +remove compiler warnings +------------------------------------------------------------------------ +r19381 | ulfl | 2006-09-30 06:25:05 -0700 (Sat, 30 Sep 2006) | 1 line +Changed paths: + M /trunk/plugins/Custom.nmake.example +we don't need to .. the dirs for the clean targets here ------------------------------------------------------------------------ -r19209 | sahlberg | 2006-09-12 04:51:48 -0700 (Tue, 12 Sep 2006) | 8 lines +r19380 | gal | 2006-09-30 05:58:52 -0700 (Sat, 30 Sep 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-redback.c + M /trunk/packaging/u3/win32/makefile.nmake -from Florian Lohoff +Update for latest lua changes. -Hi, -after using the redback dissector again i found some more protocol -types: +------------------------------------------------------------------------ +r19379 | sahlberg | 2006-09-30 03:24:23 -0700 (Sat, 30 Sep 2006) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-osd.c + + add dissection of SCSI OSD CREATE PARTITION ------------------------------------------------------------------------ -r19210 | sahlberg | 2006-09-12 05:08:34 -0700 (Tue, 12 Sep 2006) | 27 lines +r19378 | sahlberg | 2006-09-30 03:08:43 -0700 (Sat, 30 Sep 2006) | 3 lines Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/packet-s5066.c + M /trunk/epan/dissectors/packet-scsi-osd.c -from Taner Kurtulus and Menno Andriesse +finish off the remainder of FORMAT OSD for scsi osd dissector -Hi folks, -We think we've found a bug in STANAG 5066 SIS layer dissector. -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. +------------------------------------------------------------------------ +r19377 | ulfl | 2006-09-30 02:45:51 -0700 (Sat, 30 Sep 2006) | 7 lines +Changed paths: + A /trunk/plugins/Custom.nmake.example + M /trunk/plugins/Makefile.nmake +"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). -Confirmed. +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. -It was indeed a "copy-paste-did not edit correctly" bug. +I don't know how to do this for the Makefile.am, so I leave this as an exercise for the interested reader ;-) +------------------------------------------------------------------------ +r19376 | sahlberg | 2006-09-30 02:34:58 -0700 (Sat, 30 Sep 2006) | 9 lines +Changed paths: + M /trunk/epan/dissectors/packet-iscsi.c + M /trunk/epan/dissectors/packet-scsi-osd.c -While going over the code once more, I found: +scsi osd updates -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. ;-) +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 ------------------------------------------------------------------------- -r19211 | jake | 2006-09-12 05:58:16 -0700 (Tue, 12 Sep 2006) | 2 lines -Changed paths: - M /trunk/epan/dissectors/packet-bpdu.c - M /trunk/epan/dissectors/packet-ethertype.c - M /trunk/epan/etypes.h -Fix for bug 1098. Add BPDU dissector to ethertype 0x8181. ------------------------------------------------------------------------ -r19212 | martinm | 2006-09-12 10:13:56 -0700 (Tue, 12 Sep 2006) | 1 line +r19375 | ulfl | 2006-09-30 02:15:15 -0700 (Sat, 30 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-umts_fp.c + M /trunk/epan/dissectors/packet-scsi-osd.c -More DCH control types +remove a warning ------------------------------------------------------------------------ -r19213 | ulfl | 2006-09-12 10:28:38 -0700 (Tue, 12 Sep 2006) | 1 line +r19374 | sahlberg | 2006-09-29 21:10:28 -0700 (Fri, 29 Sep 2006) | 8 lines Changed paths: - M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml + 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 + + +make the scsi osd service action and getsetattributetype use this facility + +furhter enhancements to scsi osd -use the official name spelling for some projects ------------------------------------------------------------------------- -r19214 | ulfl | 2006-09-12 10:34:41 -0700 (Tue, 12 Sep 2006) | 1 line -Changed paths: - M /trunk/config.h.win32 -it's HAVE_LIBGNUTLS instead HAVE_GNUTLS ------------------------------------------------------------------------ -r19215 | ulfl | 2006-09-12 10:45:43 -0700 (Tue, 12 Sep 2006) | 1 line +r19373 | sahlberg | 2006-09-29 18:01:57 -0700 (Fri, 29 Sep 2006) | 3 lines Changed paths: - M /trunk/config.nmake + M /trunk/epan/dissectors/packet-iscsi.c + +scsi opcode 0x7f is variable length so dont clamp the cdb length to 16 bytes + -it's HAVE_PORTAUDIO, not HAVE_LIBPORTAUDIO ------------------------------------------------------------------------ -r19216 | ulfl | 2006-09-12 10:46:55 -0700 (Tue, 12 Sep 2006) | 1 line +r19372 | ulfl | 2006-09-29 17:45:03 -0700 (Fri, 29 Sep 2006) | 1 line Changed paths: M /trunk/Makefile.nmake -fix the generation of config.h, some HAVE_... were wrong +that wasn't a typo, xcopy can't rename files that way ------------------------------------------------------------------------ -r19217 | ulfl | 2006-09-12 10:50:36 -0700 (Tue, 12 Sep 2006) | 7 lines +r19371 | sahlberg | 2006-09-29 17:31:36 -0700 (Fri, 29 Sep 2006) | 5 lines Changed paths: - M /trunk/version_info.c + M /trunk/epan/dissectors/packet-fc.h + M /trunk/epan/dissectors/packet-scsi-osd.c + +scsi osd additions + +we also need to track the serviceaction in the itlq structure so we can decode the data in/out properly -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) -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 +r19370 | ulfl | 2006-09-29 15:48:38 -0700 (Fri, 29 Sep 2006) | 5 lines Changed paths: - M /trunk/Makefile.nmake - M /trunk/config.h.win32 - M /trunk/version_info.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 + M /trunk/epan/prefs-int.h + M /trunk/epan/prefs.c + M /trunk/epan/prefs.h + M /trunk/gtk/prefs_dlg.c -version_info.c - - Include <portaudio.h> - - Add some , and breaks when printing version infos. +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). ------------------------------------------------------------------------ -r19219 | jmayer | 2006-09-12 11:51:22 -0700 (Tue, 12 Sep 2006) | 7 lines +r19369 | ulfl | 2006-09-29 15:40:55 -0700 (Fri, 29 Sep 2006) | 1 line Changed paths: - M /trunk/version_info.c + M /trunk/gtk/prefs_dlg.c -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. +fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again in 19291) +------------------------------------------------------------------------ +r19368 | ulfl | 2006-09-29 14:53:54 -0700 (Fri, 29 Sep 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-scsi-osd.c -FIXME: Just print out >= 19 instead of real version string - until someone finds a proper solution. +MSVC doesn't like empty array inits +------------------------------------------------------------------------ +r19367 | etxrab | 2006-09-29 14:27:58 -0700 (Fri, 29 Sep 2006) | 1 line +Changed paths: + M /trunk/plugins/asn1/packet-asn1.c +Use #defines from packet-ber.h rather than asn1.h change default ports to Zero. ------------------------------------------------------------------------ -r19220 | etxrab | 2006-09-12 12:02:10 -0700 (Tue, 12 Sep 2006) | 1 line +r19366 | etxrab | 2006-09-29 14:26:27 -0700 (Fri, 29 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-osi.c + M /trunk/diameter/dictionary.xml + M /trunk/epan/dissectors/packet-diameter-defs.h + M /trunk/radius/dictionary.3gpp -Set default port to zero. +Update Diamater and Radius AVP:s ------------------------------------------------------------------------ -r19221 | etxrab | 2006-09-12 12:11:45 -0700 (Tue, 12 Sep 2006) | 3 lines +r19365 | jake | 2006-09-29 12:39:40 -0700 (Fri, 29 Sep 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-netflow.c + M /trunk/epan/dissectors/packet-xot.c -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. +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. ------------------------------------------------------------------------ -r19222 | guy | 2006-09-12 13:23:57 -0700 (Tue, 12 Sep 2006) | 5 lines +r19364 | martinm | 2006-09-29 10:35:23 -0700 (Fri, 29 Sep 2006) | 1 line Changed paths: - M /trunk/gtk/main.c - M /trunk/version_info.c + M /trunk/epan/dissectors/packet-sip.c -Move the PortAudio stuff to from version_info.c to gtk/main.c, so it can -use Pa_GetVersionText(). +Dissect Via header +------------------------------------------------------------------------ +r19363 | jake | 2006-09-29 09:31:52 -0700 (Fri, 29 Sep 2006) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-mip6.h -(The word-wrapping stuff appears to work.) +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. ------------------------------------------------------------------------ -r19223 | guy | 2006-09-12 13:24:42 -0700 (Tue, 12 Sep 2006) | 3 lines +r19362 | sahlberg | 2006-09-29 04:12:18 -0700 (Fri, 29 Sep 2006) | 7 lines Changed paths: - M /trunk/acinclude.m4 + M /trunk/epan/dissectors/packet-iscsi.c + +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 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. -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 +r19361 | kukosa | 2006-09-29 04:09:17 -0700 (Fri, 29 Sep 2006) | 2 lines Changed paths: - M /trunk/wiretap/ber.c - -Get rid of a compiler warning. + M /trunk/epan/dissectors/packet-per.c +From Reinhard Speyerer: +patch fixes a small typo in epan/dissectors/packet-per.c ------------------------------------------------------------------------ -r19225 | guy | 2006-09-12 18:28:07 -0700 (Tue, 12 Sep 2006) | 5 lines +r19360 | sahlberg | 2006-09-29 03:40:51 -0700 (Fri, 29 Sep 2006) | 7 lines Changed paths: - M /trunk/epan/dissectors/packet-netflow.c + 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 -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. +add initial scsi osd dissector but only dissect sdbs that are impoerted from SPC -Squelch some compiler warnings. +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 ------------------------------------------------------------------------- -r19226 | sahlberg | 2006-09-13 01:30:16 -0700 (Wed, 13 Sep 2006) | 16 lines -Changed paths: - M /trunk/epan/dissectors/packet-dcerpc-lsa.c - M /trunk/epan/dissectors/packet-dcerpc.c - M /trunk/epan/dissectors/packet-dcerpc.h -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. -the biggest problem in changing this is the dcv->private_data usage. +------------------------------------------------------------------------ +r19359 | sahlberg | 2006-09-29 02:24:51 -0700 (Fri, 29 Sep 2006) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi.c + M /trunk/epan/dissectors/packet-scsi.h -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. +move the defines for SPC command opcode values to the headerfile -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) -this will eventually make the usage more clean and at the same time close down quite a few memory leaks. +------------------------------------------------------------------------ +r19358 | jake | 2006-09-29 01:47:51 -0700 (Fri, 29 Sep 2006) | 6 lines +Changed paths: + M /trunk/wiretap/eyesdn.c +From: Rolf Fiedler +So far Wireshark complained about channel 129, now it gets a little further +and then complains about channel 128. -eventually this will make dissect_ndr_nt_SID return a pointer to ep allocated memory that need not be explicitely freed. +Solution: Open up all channel from 128 up. +------------------------------------------------------------------------ +r19357 | etxrab | 2006-09-28 22:53:47 -0700 (Thu, 28 Sep 2006) | 1 line +Changed paths: + M /trunk/Makefile.nmake +Fixa a typo copy -> xcopy +------------------------------------------------------------------------ +r19356 | etxrab | 2006-09-28 22:52:41 -0700 (Thu, 28 Sep 2006) | 1 line +Changed paths: + M /trunk/asn1/h248/packet-h248-template.c +Add some more package names. ------------------------------------------------------------------------ -r19227 | jmayer | 2006-09-13 03:51:40 -0700 (Wed, 13 Sep 2006) | 1 line +r19355 | etxrab | 2006-09-28 22:51:44 -0700 (Thu, 28 Sep 2006) | 1 line Changed paths: - M /trunk/CMakeLists.txt + M /trunk/epan/dissectors/packet-isakmp.c -Add a comment +Update some value_strings ------------------------------------------------------------------------ -r19228 | ulfl | 2006-09-13 04:28:36 -0700 (Wed, 13 Sep 2006) | 1 line +r19354 | etxrab | 2006-09-28 22:50:41 -0700 (Thu, 28 Sep 2006) | 9 lines Changed paths: - M /trunk/config.nmake + M /trunk/epan/dissectors/packet-tipc.c -so it's HAVE_LIBPORTAUDIO +From Martin Peylo: + +- 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 ------------------------------------------------------------------------ -r19229 | martinm | 2006-09-13 06:32:31 -0700 (Wed, 13 Sep 2006) | 3 lines +r19353 | jake | 2006-09-28 13:28:26 -0700 (Thu, 28 Sep 2006) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-umts_fp.c + M /trunk/wiretap/eyesdn.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 +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. ------------------------------------------------------------------------ -r19230 | ulfl | 2006-09-13 13:37:37 -0700 (Wed, 13 Sep 2006) | 1 line +r19352 | ulfl | 2006-09-28 12:53:11 -0700 (Thu, 28 Sep 2006) | 5 lines Changed paths: - M /trunk/docbook/wsug_graphics/ws-display-filter-tcp.png + 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_work.xml + M /trunk/docbook/wsug_src/WSUG_chapter_use.xml + M /trunk/docbook/wsug_src/WSUG_preface.xml -fix various minor things noted by Brian Drab +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. ------------------------------------------------------------------------ -r19231 | jmayer | 2006-09-14 03:51:44 -0700 (Thu, 14 Sep 2006) | 17 lines +r19351 | jake | 2006-09-28 09:30:20 -0700 (Thu, 28 Sep 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 + M /trunk/epan/dissectors/packet-mip6.c + M /trunk/epan/dissectors/packet-mip6.h -Jeff Morriss: - Fix for bug 1036 +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. -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): +------------------------------------------------------------------------ +r19350 | sahlberg | 2006-09-28 09:29:18 -0700 (Thu, 28 Sep 2006) | 34 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 - Routing label - DPC (4-5-6) (394500) +From stephen fisher: -but 394500 == 0x60504 == 6-5-4. Something's not right. -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. +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. ------------------------------------------------------------------------- -r19232 | sahlberg | 2006-09-14 05:01:18 -0700 (Thu, 14 Sep 2006) | 7 lines -Changed paths: - M /trunk/epan/dissectors/packet-dcerpc-svcctl.c +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? -add OpenSCManagerW +Thanks, -also make the dissector manage that dcv->private_data in the future will be of ep scope +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. +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. + + +Steve ------------------------------------------------------------------------- -r19233 | martinm | 2006-09-14 08:43:43 -0700 (Thu, 14 Sep 2006) | 1 line -Changed paths: - M /trunk/epan/dissectors/packet-umts_fp.c -More fixes and prettifications ------------------------------------------------------------------------- -r19234 | etxrab | 2006-09-14 10:21:28 -0700 (Thu, 14 Sep 2006) | 1 line -Changed paths: - M /trunk/epan/dissectors/packet-umts_fp.c - M /trunk/epan/dissectors/packet-umts_fp.h -svn propset. ------------------------------------------------------------------------- -r19235 | martinm | 2006-09-15 08:03:18 -0700 (Fri, 15 Sep 2006) | 1 line -Changed paths: - M /trunk/epan/dissectors/packet-umts_fp.c -More missing message types ------------------------------------------------------------------------ -r19236 | gerald | 2006-09-15 14:35:01 -0700 (Fri, 15 Sep 2006) | 6 lines +r19349 | sahlberg | 2006-09-28 08:57:54 -0700 (Thu, 28 Sep 2006) | 3 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-scsi.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. +additional scsi sense codes from patrick@abra2.bitwizard.nl -Update the docs accordingly. ------------------------------------------------------------------------ -r19237 | ulfl | 2006-09-15 14:59:09 -0700 (Fri, 15 Sep 2006) | 1 line +r19348 | sahlberg | 2006-09-28 08:55:13 -0700 (Thu, 28 Sep 2006) | 9 lines Changed paths: - M /trunk/image/win32-file-dlg.rc + M /trunk/epan/dissectors/packet-scsi.c + +Hi, + +This patch fixes the page code selector for the scsi log sense command. + +Patrick + + + -"Elapsed Time:" is truncated, use "Elapsed:" instead ------------------------------------------------------------------------ -r19238 | ulfl | 2006-09-15 15:03:20 -0700 (Fri, 15 Sep 2006) | 1 line +r19347 | martinm | 2006-09-28 02:27:28 -0700 (Thu, 28 Sep 2006) | 1 line Changed paths: - M /trunk/gtk/win32-file-dlg.c + M /trunk/print.c -Use the same caption in the Win32 version as in the GTK dialogs: "Wireshark: Select a capture file" -> "Wireshark: Open Capture File" +Remove extra double quote from fix to bug 1110 ------------------------------------------------------------------------ -r19239 | ulfl | 2006-09-15 15:56:15 -0700 (Fri, 15 Sep 2006) | 3 lines +r19346 | lego | 2006-09-28 01:57:29 -0700 (Thu, 28 Sep 2006) | 3 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/gtk/menu.c + M /trunk/stat_menu.h + +Avoid to add an empty menu if there's no Lua. + -first step to fix the file dialog "mess": -- use different screenshots for: GTK1, GTK2 and Win32 -- rewrite the "File Open Dialog" section ------------------------------------------------------------------------ -r19240 | sahlberg | 2006-09-15 22:30:31 -0700 (Fri, 15 Sep 2006) | 7 lines +r19345 | sahlberg | 2006-09-28 00:52:46 -0700 (Thu, 28 Sep 2006) | 12 lines Changed paths: - M /trunk/epan/dissectors/packet-dcerpc-samr.c + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-nfs.c -make SAMR not rely on dcv->private_data being persistent any more and use dcv->se_data +From Alex Burlyga + +This patch adds support for dissecting ontap's nfsv4 filehandle, +as well as some updates to nfsv3 filehandle as well in the nfs +dissector. +Alex. -once the private_data -> se_data conversion is complete we can plug quite a large number of memory leaks related to dcerpc +checked in with minor changes ------------------------------------------------------------------------ -r19241 | sahlberg | 2006-09-16 01:51:03 -0700 (Sat, 16 Sep 2006) | 3 lines +r19344 | gerald | 2006-09-27 17:33:46 -0700 (Wed, 27 Sep 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-dcerpc-spoolss.c - -remove any dependencies that dcv->private_data is persistent + M /trunk/packaging/nsis/wireshark.nsi +Add lua5.1.dll to the installer. ------------------------------------------------------------------------ -r19242 | sahlberg | 2006-09-16 02:10:23 -0700 (Sat, 16 Sep 2006) | 6 lines +r19343 | sahlberg | 2006-09-27 13:56:15 -0700 (Wed, 27 Sep 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-dcerpc-nt.c - -strings we pass up to the caller through private_data are now of ep scope - + D /trunk/epan/dissectors/dcerpc/efs -this closes a few memory leaks +EFS is generated by PIDL now so we dont need the old idl2wrs folder any more ------------------------------------------------------------------------ -r19243 | sahlberg | 2006-09-16 02:20:34 -0700 (Sat, 16 Sep 2006) | 4 lines +r19342 | sahlberg | 2006-09-27 13:55:13 -0700 (Wed, 27 Sep 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/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 -make dissect_nt_sid return ep allocated memory and thus fix a few memory leaks -(this function is often called from dcerpc dissectors) +generate the EFS DCERPC interface dissector using PIDL ------------------------------------------------------------------------ -r19244 | sahlberg | 2006-09-16 04:57:14 -0700 (Sat, 16 Sep 2006) | 6 lines +r19341 | etxrab | 2006-09-27 13:06:06 -0700 (Wed, 27 Sep 2006) | 12 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/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 -generate SRVSVC by pidl +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. -small prettification regression but that will be fixed in the next few days +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". +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) +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. ------------------------------------------------------------------------ -r19245 | ulfl | 2006-09-16 05:13:32 -0700 (Sat, 16 Sep 2006) | 7 lines +r19340 | etxrab | 2006-09-27 12:30:22 -0700 (Wed, 27 Sep 2006) | 1 line Changed paths: - M /trunk/docbook/Makefile - -can we agree on using lynx? - -Cygwin situation: -- lynx works -- elinks is not available (at least on the standard repositories) -- links and true doesn't produce any output + M /trunk/epan/dissectors/packet-per.c +Handle unaligned dissect_per_length_determinant and dissect_per_restricted_character_string_sorted. ------------------------------------------------------------------------ -r19246 | ulfl | 2006-09-16 06:06:38 -0700 (Sat, 16 Sep 2006) | 3 lines +r19339 | gerald | 2006-09-27 11:02:40 -0700 (Wed, 27 Sep 2006) | 7 lines 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/Makefile.nmake + M /trunk/config.nmake + M /trunk/tools/win32-setup.sh -second step to fix the file dialog "mess": -- rewrite the "File Save" and "File Merge" sections +Update GNUTLS to 1.5.1. This includes an updated libgcrypt, which should +fix bug 1096. + +Switch back to fetching a date-stamped URL in win32-setup.sh. This +ensures backward compatibility with previous releases and non-updated +SVN trees. ------------------------------------------------------------------------ -r19247 | etxrab | 2006-09-17 12:43:13 -0700 (Sun, 17 Sep 2006) | 6 lines +r19338 | lego | 2006-09-27 10:12:42 -0700 (Wed, 27 Sep 2006) | 6 lines Changed paths: - M /trunk/epan/dissectors/packet-uma.c + 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 -Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1107 -"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." ------------------------------------------------------------------------- -r19248 | etxrab | 2006-09-17 13:23:23 -0700 (Sun, 17 Sep 2006) | 2 lines -Changed paths: - M /trunk/epan/dissectors/packet-tipc.c +* 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 + -From Martin Peylo: -Improve Infocolumn output. ------------------------------------------------------------------------ -r19249 | sahlberg | 2006-09-18 01:05:51 -0700 (Mon, 18 Sep 2006) | 4 lines +r19337 | gerald | 2006-09-27 09:49:53 -0700 (Wed, 27 Sep 2006) | 3 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 + M /trunk/packaging/nsis/Makefile.nmake -add decoding of the SessionInfo userflags +Make the NSIS distclean target be a bit more thorough about cleaning up old +installers. +------------------------------------------------------------------------ +r19336 | martinm | 2006-09-27 05:49:00 -0700 (Wed, 27 Sep 2006) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-sip.c +Dissect sequence number & method name of CSeq header. ------------------------------------------------------------------------ -r19250 | sahlberg | 2006-09-18 01:42:46 -0700 (Mon, 18 Sep 2006) | 3 lines +r19335 | jmayer | 2006-09-27 04:03:22 -0700 (Wed, 27 Sep 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 + M /trunk/acinclude.m4 -some more bitmaps for SRVSVC +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. +------------------------------------------------------------------------ +r19334 | martinm | 2006-09-27 02:48:42 -0700 (Wed, 27 Sep 2006) | 1 line +Changed paths: + M /trunk/print.c +Fix PDML export problem for FT_NONE fields (bug 1110) ------------------------------------------------------------------------ -r19251 | jake | 2006-09-18 02:27:47 -0700 (Mon, 18 Sep 2006) | 4 lines +r19333 | sahlberg | 2006-09-27 01:59:20 -0700 (Wed, 27 Sep 2006) | 6 lines Changed paths: - M /trunk/AUTHORS M /trunk/epan/dissectors/Makefile.common - A /trunk/epan/dissectors/packet-pktgen.c + 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 + +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 + -From Francesco Fondelli: -You find attached a patch file (against svn 19058) to dissect packets -produced by the Linux kernel packet generator. ------------------------------------------------------------------------ -r19252 | jmayer | 2006-09-18 03:14:12 -0700 (Mon, 18 Sep 2006) | 4 lines +r19332 | lego | 2006-09-26 19:51:08 -0700 (Tue, 26 Sep 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-mtp3.c + M /trunk/epan/wslua/template-init.lua -jeff morriss: - Patch for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1102 +Add a simple lua console to allow evaluation of conde into init.lua ------------------------------------------------------------------------ -r19253 | martinm | 2006-09-18 06:39:23 -0700 (Mon, 18 Sep 2006) | 1 line +r19331 | lego | 2006-09-26 17:45:55 -0700 (Tue, 26 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-umts_fp.c + M /trunk/Makefile.nmake + M /trunk/config.nmake -Add old release DSCH FDD fields. Try to squash compiler warnings seen on MACOS buildbot +use luaforge's 5.1 dll to be able to link on windows. fix some mistakes ------------------------------------------------------------------------ -r19254 | jake | 2006-09-18 06:59:30 -0700 (Mon, 18 Sep 2006) | 2 lines +r19330 | gerald | 2006-09-26 15:51:04 -0700 (Tue, 26 Sep 2006) | 2 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/epan/Makefile.nmake -Licepnse -> License +Don't try to build wslua if LUA_DIR isn't defined. ------------------------------------------------------------------------ -r19255 | jake | 2006-09-18 07:29:58 -0700 (Mon, 18 Sep 2006) | 10 lines +r19329 | gerald | 2006-09-26 15:24:50 -0700 (Tue, 26 Sep 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-ymsg.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. + M /trunk/epan/Makefile.am + M /trunk/epan/wslua/Makefile.am -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. +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. ------------------------------------------------------------------------ -r19256 | gerald | 2006-09-18 15:22:44 -0700 (Mon, 18 Sep 2006) | 2 lines +r19328 | martinm | 2006-09-26 06:01:27 -0700 (Tue, 26 Sep 2006) | 3 lines Changed paths: - M /trunk/gtk/main.c + M /trunk/epan/dissectors/packet-multipart.c -Fix protocol reference link URL. +- 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) ------------------------------------------------------------------------ -r19257 | sahlberg | 2006-09-19 01:02:19 -0700 (Tue, 19 Sep 2006) | 3 lines +r19327 | lego | 2006-09-26 03:22:20 -0700 (Tue, 26 Sep 2006) | 3 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/epan.c -import DFS.idl from samba and use it to generate a much more complete DFS dissector +Re-enable lua as the windows version is already there. ------------------------------------------------------------------------ -r19258 | jmayer | 2006-09-19 08:29:38 -0700 (Tue, 19 Sep 2006) | 6 lines +r19326 | lego | 2006-09-25 21:06:17 -0700 (Mon, 25 Sep 2006) | 3 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/wslua/init_wslua.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 ============== +wslua_init() must return a value ------------------------------------------------------------------------ -r19259 | martinm | 2006-09-19 10:40:24 -0700 (Tue, 19 Sep 2006) | 1 line +r19325 | lego | 2006-09-25 20:36:31 -0700 (Mon, 25 Sep 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-sip.c + M /trunk/Makefile.nmake + M /trunk/tools/win32-setup.sh -Make Content-Length and Max-Forwards fields uints ------------------------------------------------------------------------- -r19260 | etxrab | 2006-09-19 13:25:57 -0700 (Tue, 19 Sep 2006) | 5 lines -Changed paths: - M /trunk/asn1/gsmmap/packet-gsm_map-template.c - M /trunk/epan/dissectors/packet-gsm_map.c +The forgotten files! -From Graham Addis: - In dissect_geographical_description the longitude is multiplied by 260 - and should be by 360(degrees). - 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 +r19324 | lego | 2006-09-25 20:31:00 -0700 (Mon, 25 Sep 2006) | 3 lines Changed paths: - M /trunk/epan/libwireshark.def + 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 -Add some routines to the list of routines exported by libwireshark - at -least one dissector writer needs them. ------------------------------------------------------------------------ -r19262 | etxrab | 2006-09-19 23:13:02 -0700 (Tue, 19 Sep 2006) | 5 lines +r19323 | lego | 2006-09-25 18:19:29 -0700 (Mon, 25 Sep 2006) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-llc.c - M /trunk/epan/libwireshark.def - M /trunk/epan/oui.h + M /trunk/epan/epan.c -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). +Complete the workarround of prev rev, temporarilly disabling lua from unix as well. + +Luis. -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 -Changed paths: - M /trunk/asn1/ansi_map/packet-ansi_map-template.c -Dont use itu_ssn ------------------------------------------------------------------------ -r19264 | martinm | 2006-09-20 05:12:18 -0700 (Wed, 20 Sep 2006) | 2 lines +r19322 | lego | 2006-09-25 18:12:14 -0700 (Mon, 25 Sep 2006) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-multipart.c + M /trunk/epan/epan.c -Add Content-Id and Content-Transfer-Encoding headers, as described in RFC 2045/6 +Since there's no Lua headers in windows yet, as a temporary workarround just declare wslua_init instead of including wslua.h. ------------------------------------------------------------------------- -r19265 | martinm | 2006-09-20 05:13:18 -0700 (Wed, 20 Sep 2006) | 2 lines -Changed paths: - M /trunk/epan/dissectors/packet-msrp.c +Sorry! -Make the data part of the message filterable ------------------------------------------------------------------------ -r19266 | jmayer | 2006-09-20 07:22:15 -0700 (Wed, 20 Sep 2006) | 5 lines +r19321 | sahlberg | 2006-09-25 01:50:21 -0700 (Mon, 25 Sep 2006) | 3 lines Changed paths: - M /trunk/radius/dictionary + 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 -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 +update the idl for wkssvc and generate the dissector by pidl ------------------------------------------------------------------------ -r19267 | jake | 2006-09-20 07:59:37 -0700 (Wed, 20 Sep 2006) | 2 lines +r19320 | sahlberg | 2006-09-25 01:10:10 -0700 (Mon, 25 Sep 2006) | 3 lines Changed paths: - M /trunk/radius/dictionary + M /trunk/capture_loop.c + +make sure we still compile for all out rh71 users -Repair patch to accurately follow RFC 4590 ------------------------------------------------------------------------ -r19268 | jake | 2006-09-20 22:29:41 -0700 (Wed, 20 Sep 2006) | 2 lines +r19319 | lego | 2006-09-24 18:09:00 -0700 (Sun, 24 Sep 2006) | 5 lines Changed paths: - M /trunk/epan/libwireshark.def + 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 + +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 http_dissector_add upon request ------------------------------------------------------------------------ -r19269 | sahlberg | 2006-09-21 02:18:39 -0700 (Thu, 21 Sep 2006) | 3 lines +r19318 | etxrab | 2006-09-24 14:04:53 -0700 (Sun, 24 Sep 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 - -dfs updates - + M /trunk/epan/dissectors/packet-ber.c +Handle Zero length SEQUENCE and SEQUENCE OF. ------------------------------------------------------------------------ -r19270 | martinm | 2006-09-21 03:21:12 -0700 (Thu, 21 Sep 2006) | 1 line +r19317 | ulfl | 2006-09-24 13:37:30 -0700 (Sun, 24 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-umts_fp.c + M /trunk/gtk/gtkvumeter.h -New fields in R6 RACH +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 ------------------------------------------------------------------------ -r19271 | jake | 2006-09-21 06:08:50 -0700 (Thu, 21 Sep 2006) | 5 lines +r19316 | guy | 2006-09-24 13:31:02 -0700 (Sun, 24 Sep 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-smb.c + M /trunk/epan/dissectors/packet-dcerpc-eventlog.c + M /trunk/epan/dissectors/pidl/eventlog.cnf -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. +dissect_ndr_uint16()'s last argument points to a guint16, not a guint. ------------------------------------------------------------------------ -r19272 | guy | 2006-09-21 10:39:17 -0700 (Thu, 21 Sep 2006) | 7 lines +r19315 | guy | 2006-09-24 13:29:47 -0700 (Sun, 24 Sep 2006) | 4 lines Changed paths: - M /trunk/gtk/rtp_player.c - M /trunk/gtk/rtp_player.h - M /trunk/gtk/voip_calls.c + M /trunk/epan/dissectors/packet-ssl.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(). +Squelch a compiler warning. -Constify the first argument to add_rtp_packet(), as it's passed a -pointer to a const value. +Clean up indentation. ------------------------------------------------------------------------ -r19273 | guy | 2006-09-21 10:41:47 -0700 (Thu, 21 Sep 2006) | 3 lines +r19314 | guy | 2006-09-24 13:28:16 -0700 (Sun, 24 Sep 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-bootp.c + M /trunk/image/toolbar/capture_airpcap_16.xpm + M /trunk/image/toolbar/capture_ethernet_16.xpm -Fix the handling of IPv4-address and Boolean suboptions of the Novell -options item. +Squelch some compiler warnings. ------------------------------------------------------------------------ -r19274 | guy | 2006-09-21 10:42:23 -0700 (Thu, 21 Sep 2006) | 2 lines +r19313 | guy | 2006-09-24 13:27:25 -0700 (Sun, 24 Sep 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-bootp.c + M /trunk/gtk/gtkvumeter.c -Add some space after commas. +Squelch some compiler warnings. ------------------------------------------------------------------------ -r19275 | etxrab | 2006-09-21 12:39:42 -0700 (Thu, 21 Sep 2006) | 4 lines +r19312 | sahlberg | 2006-09-24 13:24:39 -0700 (Sun, 24 Sep 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-lapd.c - M /trunk/epan/dissectors/packet-q931.c + 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 -Fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1106 -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 +r19311 | sahlberg | 2006-09-24 13:23:17 -0700 (Sun, 24 Sep 2006) | 4 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/pidl/winreg.idl -winreg updates resync idl from s4 +pidl has been updated to use WERR instead of DOS error tables. +regenerate some dissectors ------------------------------------------------------------------------ -r19277 | sahlberg | 2006-09-21 15:01:32 -0700 (Thu, 21 Sep 2006) | 3 lines +r19310 | sahlberg | 2006-09-24 13:21:27 -0700 (Sun, 24 Sep 2006) | 6 lines Changed paths: - A /trunk/epan/dissectors/pidl/eventlog.cnf - A /trunk/epan/dissectors/pidl/eventlog.idl + M /trunk/gtk/gtkvumeter.h + +we dont have G_BEGIN_DECLS on old gtk/glib versions + +since we dont use c++ anyway we dont need these macros -add idl file and conformance file for eventlog interface ------------------------------------------------------------------------ -r19278 | sahlberg | 2006-09-21 15:02:08 -0700 (Thu, 21 Sep 2006) | 3 lines +r19309 | ulfl | 2006-09-24 04:10:31 -0700 (Sun, 24 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/pidl/eventlog.idl + M /trunk/epan/dissectors/packet-dcerpc.c -merge JBMs changes from the handwritten dissector to the idl +print the connectionless interface name if such is known +------------------------------------------------------------------------ +r19308 | ulfl | 2006-09-23 17:45:31 -0700 (Sat, 23 Sep 2006) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-image-png.c +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 ------------------------------------------------------------------------ -r19279 | sahlberg | 2006-09-21 17:01:38 -0700 (Thu, 21 Sep 2006) | 5 lines +r19307 | ulfl | 2006-09-23 15:08:39 -0700 (Sat, 23 Sep 2006) | 1 line 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/packaging/nsis/wireshark.nsi -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 a typo, the comment char is ; not ! +------------------------------------------------------------------------ +r19306 | sahlberg | 2006-09-23 14:55:40 -0700 (Sat, 23 Sep 2006) | 13 lines +Changed paths: + M /trunk/epan/dissectors/packet-windows-common.c + M /trunk/epan/dissectors/packet-windows-common.h +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) + +Add a new WERR error table to packet-windows-common so that PIDL generated dissectors can use this table instead of the DOS table. + + +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 ------------------------------------------------------------------------- -r19280 | sahlberg | 2006-09-21 18:40:23 -0700 (Thu, 21 Sep 2006) | 4 lines -Changed paths: - M /trunk/epan/dissectors/packet-dcerpc-eventlog.c - M /trunk/epan/dissectors/pidl/eventlog.cnf -add conformance file magic to decode the non-NDR source/computer name strings of the eventlog_Record ------------------------------------------------------------------------ -r19281 | ulfl | 2006-09-22 00:41:56 -0700 (Fri, 22 Sep 2006) | 1 line +r19305 | lego | 2006-09-23 07:24:22 -0700 (Sat, 23 Sep 2006) | 3 lines Changed paths: - M /trunk/packaging/nsis/wireshark.nsi - M /trunk/packaging/u3/win32/makefile.nmake + M /trunk/gtk/Makefile.am + +Get rid of a tab after a / that caused make on MacOS X to believe that \t was another target + -remove AUTHOS-SHORT-FORMAT from NSIS and U3 installation ------------------------------------------------------------------------ -r19282 | sahlberg | 2006-09-22 00:43:29 -0700 (Fri, 22 Sep 2006) | 6 lines +r19304 | sahlberg | 2006-09-23 06:21:54 -0700 (Sat, 23 Sep 2006) | 9 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 + M /trunk/epan/dissectors/packet-smb-pipe.c + M /trunk/epan/dissectors/packet-smb.c -update to eventlog record +replace a rotating buffer in smb with ep allocated memory -dissect the informational strings that may be present inside an event +dont try dcerpc reassembly of fragments if we dont have the entire pdu + +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. ------------------------------------------------------------------------ -r19283 | sahlberg | 2006-09-22 00:56:18 -0700 (Fri, 22 Sep 2006) | 4 lines +r19303 | ulfl | 2006-09-23 01:39:54 -0700 (Sat, 23 Sep 2006) | 1 line 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/Makefile.nmake +fix a typo ------------------------------------------------------------------------ -r19284 | sahlberg | 2006-09-22 02:27:25 -0700 (Fri, 22 Sep 2006) | 3 lines +r19302 | ulfl | 2006-09-22 18:39:07 -0700 (Fri, 22 Sep 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/Makefile.nmake + M /trunk/config.nmake + M /trunk/doc/Makefile.nmake -dfs updates from the s4 idl repository +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... +------------------------------------------------------------------------ +r19301 | ulfl | 2006-09-22 17:38:56 -0700 (Fri, 22 Sep 2006) | 1 line +Changed paths: + M /trunk/capture_sync.c +use unicode-utils.h instead of strutil.h ------------------------------------------------------------------------ -r19285 | martinm | 2006-09-22 03:29:19 -0700 (Fri, 22 Sep 2006) | 1 line +r19300 | ulfl | 2006-09-22 17:38:00 -0700 (Fri, 22 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-umts_fp.c + M /trunk/capture_loop.c -EDCH new fields + another DCH control message type +squelch some compiler warnings due to currently disabled code ------------------------------------------------------------------------ -r19286 | martinm | 2006-09-22 05:35:06 -0700 (Fri, 22 Sep 2006) | 1 line +r19299 | ulfl | 2006-09-22 17:28:04 -0700 (Fri, 22 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-umts_fp.c + M /trunk/gtk/Makefile.nmake -Add remaining dedicated control message types. This dissector is pretty complete now. +rtp_player.c is already included in WIRESHARK_GTK_SRC, no need to mention it twice ------------------------------------------------------------------------ -r19287 | martinm | 2006-09-22 05:41:30 -0700 (Fri, 22 Sep 2006) | 1 line +r19298 | ulfl | 2006-09-22 17:14:48 -0700 (Fri, 22 Sep 2006) | 9 lines Changed paths: - M /trunk/epan/dissectors/packet-catapult-dct2000.c - M /trunk/epan/dissectors/packet-umts_fp.h + 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 -Add missing updates to unbreak build... +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). + +the GTK VU meter widget is based on LGPL'ed code from http://www.mumblelina.com/index.php?gtkvumeter=1 + +... and I've heavily changed and extended it to fit the problem here. + +We might use the VU meter widget later at other places as well ... ------------------------------------------------------------------------ -r19288 | gal | 2006-09-22 08:19:32 -0700 (Fri, 22 Sep 2006) | 5 lines +r19297 | ulfl | 2006-09-22 16:49:08 -0700 (Fri, 22 Sep 2006) | 5 lines Changed paths: - M /trunk/asn1/ldap/packet-ldap-template.c - M /trunk/epan/dissectors/packet-ldap.c + M /trunk/gtk/main.c -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. +experimental: append the current maximum expert warning level to the "File" statusbar, e.g. "[Expert: Chat]". -This patch makes the the maximum valid LDAP PDU size a preference. The default value for this new preference is 65535 for backwards compatibility. +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 ... +------------------------------------------------------------------------ +r19296 | gerald | 2006-09-22 16:26:52 -0700 (Fri, 22 Sep 2006) | 2 lines +Changed paths: + M /trunk/gtk/main.c +Don't complain if we can't find airpcap.dll. ------------------------------------------------------------------------ -r19289 | gal | 2006-09-22 10:39:02 -0700 (Fri, 22 Sep 2006) | 3 lines +r19295 | ulfl | 2006-09-22 16:16:31 -0700 (Fri, 22 Sep 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-ber.c + M /trunk/Makefile.nmake -Fix to show all the internal tokens. when configured, when dissecting an unknown piece of BER. +add a packaging_u3 target +rename gtk2_distclean -> clean_gtk2.tmp (as that's what it's really doing) +------------------------------------------------------------------------ +r19294 | ulfl | 2006-09-22 16:08:06 -0700 (Fri, 22 Sep 2006) | 1 line +Changed paths: + M /trunk/capture-wpcap.c + M /trunk/version_info.c +Slightly reshape the version text: Bring the OS info above the WinPcap text - this just makes more sense IMHO +------------------------------------------------------------------------ +r19293 | gerald | 2006-09-22 15:34:54 -0700 (Fri, 22 Sep 2006) | 2 lines +Changed paths: + M /trunk/epan/filesystem.c + A /trunk/epan/unicode-utils.c + A /trunk/epan/unicode-utils.h + +Add missing files from last commit. Fix an #include. ------------------------------------------------------------------------ -r19290 | gram | 2006-09-22 11:51:25 -0700 (Fri, 22 Sep 2006) | 3 lines +r19292 | jake | 2006-09-22 14:18:51 -0700 (Fri, 22 Sep 2006) | 2 lines Changed paths: - M /trunk/tools/netscreen2dump.py + M /trunk/gtk/menu.c -Handle netscreen 5.3r4 snoop output, too. -This format adds "len=\d+" before the ":" +Move Copy below the tree manipulation options. ------------------------------------------------------------------------ r19291 | gerald | 2006-09-22 14:14:54 -0700 (Fri, 22 Sep 2006) | 10 lines @@ -3394,2627 +3920,3366 @@ so that we don't have to cut and paste code in dumpcap.c. Fix up whitespace. ------------------------------------------------------------------------ -r19292 | jake | 2006-09-22 14:18:51 -0700 (Fri, 22 Sep 2006) | 2 lines +r19290 | gram | 2006-09-22 11:51:25 -0700 (Fri, 22 Sep 2006) | 3 lines Changed paths: - M /trunk/gtk/menu.c + M /trunk/tools/netscreen2dump.py -Move Copy below the tree manipulation options. +Handle netscreen 5.3r4 snoop output, too. +This format adds "len=\d+" before the ":" ------------------------------------------------------------------------ -r19293 | gerald | 2006-09-22 15:34:54 -0700 (Fri, 22 Sep 2006) | 2 lines +r19289 | gal | 2006-09-22 10:39:02 -0700 (Fri, 22 Sep 2006) | 3 lines Changed paths: - M /trunk/epan/filesystem.c - A /trunk/epan/unicode-utils.c - A /trunk/epan/unicode-utils.h + M /trunk/epan/dissectors/packet-ber.c + +Fix to show all the internal tokens. when configured, when dissecting an unknown piece of BER. -Add missing files from last commit. Fix an #include. ------------------------------------------------------------------------ -r19294 | ulfl | 2006-09-22 16:08:06 -0700 (Fri, 22 Sep 2006) | 1 line +r19288 | gal | 2006-09-22 08:19:32 -0700 (Fri, 22 Sep 2006) | 5 lines Changed paths: - M /trunk/capture-wpcap.c - M /trunk/version_info.c + M /trunk/asn1/ldap/packet-ldap-template.c + M /trunk/epan/dissectors/packet-ldap.c + +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. + +This patch makes the the maximum valid LDAP PDU size a preference. The default value for this new preference is 65535 for backwards compatibility. + -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 +r19287 | martinm | 2006-09-22 05:41:30 -0700 (Fri, 22 Sep 2006) | 1 line Changed paths: - M /trunk/Makefile.nmake + M /trunk/epan/dissectors/packet-catapult-dct2000.c + M /trunk/epan/dissectors/packet-umts_fp.h -add a packaging_u3 target -rename gtk2_distclean -> clean_gtk2.tmp (as that's what it's really doing) +Add missing updates to unbreak build... ------------------------------------------------------------------------ -r19296 | gerald | 2006-09-22 16:26:52 -0700 (Fri, 22 Sep 2006) | 2 lines +r19286 | martinm | 2006-09-22 05:35:06 -0700 (Fri, 22 Sep 2006) | 1 line Changed paths: - M /trunk/gtk/main.c + M /trunk/epan/dissectors/packet-umts_fp.c -Don't complain if we can't find airpcap.dll. +Add remaining dedicated control message types. This dissector is pretty complete now. +------------------------------------------------------------------------ +r19285 | martinm | 2006-09-22 03:29:19 -0700 (Fri, 22 Sep 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-umts_fp.c +EDCH new fields + another DCH control message type ------------------------------------------------------------------------ -r19297 | ulfl | 2006-09-22 16:49:08 -0700 (Fri, 22 Sep 2006) | 5 lines +r19284 | sahlberg | 2006-09-22 02:27:25 -0700 (Fri, 22 Sep 2006) | 3 lines Changed paths: - M /trunk/gtk/main.c + M /trunk/epan/dissectors/packet-dcerpc-dfs.c + M /trunk/epan/dissectors/packet-dcerpc-dfs.h + M /trunk/epan/dissectors/pidl/dfs.idl -experimental: append the current maximum expert warning level to the "File" statusbar, e.g. "[Expert: Chat]". +dfs updates from the s4 idl repository -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 +r19283 | sahlberg | 2006-09-22 00:56:18 -0700 (Fri, 22 Sep 2006) | 4 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 - -GTK2: add an analog VU meter like display widget + M /trunk/epan/dissectors/packet-dcerpc-eventlog.c + M /trunk/epan/dissectors/pidl/eventlog.cnf -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). +update where the extra strings in the record are being dissected to that the decode follows the packet structure more closely -the GTK VU meter widget is based on LGPL'ed code from http://www.mumblelina.com/index.php?gtkvumeter=1 -... and I've heavily changed and extended it to fit the problem here. -We might use the VU meter widget later at other places as well ... ------------------------------------------------------------------------ -r19299 | ulfl | 2006-09-22 17:28:04 -0700 (Fri, 22 Sep 2006) | 1 line +r19282 | sahlberg | 2006-09-22 00:43:29 -0700 (Fri, 22 Sep 2006) | 6 lines Changed paths: - M /trunk/gtk/Makefile.nmake + M /trunk/epan/dissectors/packet-dcerpc-eventlog.c + M /trunk/epan/dissectors/pidl/eventlog.cnf -rtp_player.c is already included in WIRESHARK_GTK_SRC, no need to mention it twice ------------------------------------------------------------------------- -r19300 | ulfl | 2006-09-22 17:38:00 -0700 (Fri, 22 Sep 2006) | 1 line -Changed paths: - M /trunk/capture_loop.c +update to eventlog record -squelch some compiler warnings due to currently disabled code ------------------------------------------------------------------------- -r19301 | ulfl | 2006-09-22 17:38:56 -0700 (Fri, 22 Sep 2006) | 1 line -Changed paths: - M /trunk/capture_sync.c +dissect the informational strings that may be present inside an event -use unicode-utils.h instead of strutil.h ------------------------------------------------------------------------- -r19302 | ulfl | 2006-09-22 18:39:07 -0700 (Fri, 22 Sep 2006) | 3 lines -Changed paths: - M /trunk/Makefile.nmake - M /trunk/config.nmake - M /trunk/doc/Makefile.nmake -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 +r19281 | ulfl | 2006-09-22 00:41:56 -0700 (Fri, 22 Sep 2006) | 1 line Changed paths: - M /trunk/Makefile.nmake + M /trunk/packaging/nsis/wireshark.nsi + M /trunk/packaging/u3/win32/makefile.nmake -fix a typo +remove AUTHOS-SHORT-FORMAT from NSIS and U3 installation ------------------------------------------------------------------------ -r19304 | sahlberg | 2006-09-23 06:21:54 -0700 (Sat, 23 Sep 2006) | 9 lines +r19280 | sahlberg | 2006-09-21 18:40:23 -0700 (Thu, 21 Sep 2006) | 4 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 - -dont try dcerpc reassembly of fragments if we dont have the entire pdu + M /trunk/epan/dissectors/packet-dcerpc-eventlog.c + M /trunk/epan/dissectors/pidl/eventlog.cnf -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. +add conformance file magic to decode the non-NDR source/computer name strings of the eventlog_Record ------------------------------------------------------------------------ -r19305 | lego | 2006-09-23 07:24:22 -0700 (Sat, 23 Sep 2006) | 3 lines +r19279 | sahlberg | 2006-09-21 17:01:38 -0700 (Thu, 21 Sep 2006) | 5 lines Changed paths: - M /trunk/gtk/Makefile.am + M /trunk/epan/dissectors/packet-dcerpc-eventlog.c + M /trunk/epan/dissectors/packet-dcerpc-eventlog.h + M /trunk/epan/dissectors/pidl/eventlog.cnf + +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) -Get rid of a tab after a / that caused make on MacOS X to believe that \t was another target ------------------------------------------------------------------------ -r19306 | sahlberg | 2006-09-23 14:55:40 -0700 (Sat, 23 Sep 2006) | 13 lines +r19278 | sahlberg | 2006-09-21 15:02:08 -0700 (Thu, 21 Sep 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-windows-common.c - M /trunk/epan/dissectors/packet-windows-common.h - -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) + M /trunk/epan/dissectors/pidl/eventlog.idl -Add a new WERR error table to packet-windows-common so that PIDL generated dissectors can use this table instead of the DOS table. +merge JBMs changes from the handwritten dissector to the idl -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 +------------------------------------------------------------------------ +r19277 | sahlberg | 2006-09-21 15:01:32 -0700 (Thu, 21 Sep 2006) | 3 lines +Changed paths: + A /trunk/epan/dissectors/pidl/eventlog.cnf + A /trunk/epan/dissectors/pidl/eventlog.idl +add idl file and conformance file for eventlog interface +------------------------------------------------------------------------ +r19276 | sahlberg | 2006-09-21 14:14:33 -0700 (Thu, 21 Sep 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 +winreg updates resync idl from s4 ------------------------------------------------------------------------ -r19307 | ulfl | 2006-09-23 15:08:39 -0700 (Sat, 23 Sep 2006) | 1 line +r19275 | etxrab | 2006-09-21 12:39:42 -0700 (Thu, 21 Sep 2006) | 4 lines Changed paths: - M /trunk/packaging/nsis/wireshark.nsi + M /trunk/epan/dissectors/packet-lapd.c + M /trunk/epan/dissectors/packet-q931.c -fix a typo, the comment char is ; not ! +Fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1106 + +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 ------------------------------------------------------------------------ -r19308 | ulfl | 2006-09-23 17:45:31 -0700 (Sat, 23 Sep 2006) | 3 lines +r19274 | guy | 2006-09-21 10:42:23 -0700 (Thu, 21 Sep 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-image-png.c + M /trunk/epan/dissectors/packet-bootp.c -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 +Add some space after commas. -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 +r19273 | guy | 2006-09-21 10:41:47 -0700 (Thu, 21 Sep 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-dcerpc.c + M /trunk/epan/dissectors/packet-bootp.c + +Fix the handling of IPv4-address and Boolean suboptions of the Novell +options item. -print the connectionless interface name if such is known ------------------------------------------------------------------------ -r19310 | sahlberg | 2006-09-24 13:21:27 -0700 (Sun, 24 Sep 2006) | 6 lines +r19272 | guy | 2006-09-21 10:39:17 -0700 (Thu, 21 Sep 2006) | 7 lines Changed paths: - M /trunk/gtk/gtkvumeter.h + M /trunk/gtk/rtp_player.c + M /trunk/gtk/rtp_player.h + M /trunk/gtk/voip_calls.c -we dont have G_BEGIN_DECLS on old gtk/glib versions +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(). -since we dont use c++ anyway we dont need these macros +Constify the first argument to add_rtp_packet(), as it's passed a +pointer to a const value. +------------------------------------------------------------------------ +r19271 | jake | 2006-09-21 06:08:50 -0700 (Thu, 21 Sep 2006) | 5 lines +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. ------------------------------------------------------------------------ -r19311 | sahlberg | 2006-09-24 13:23:17 -0700 (Sun, 24 Sep 2006) | 4 lines +r19270 | martinm | 2006-09-21 03:21:12 -0700 (Thu, 21 Sep 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-umts_fp.c + +New fields in R6 RACH +------------------------------------------------------------------------ +r19269 | sahlberg | 2006-09-21 02:18:39 -0700 (Thu, 21 Sep 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 -pidl has been updated to use WERR instead of DOS error tables. -regenerate some dissectors +dfs updates ------------------------------------------------------------------------ -r19312 | sahlberg | 2006-09-24 13:24:39 -0700 (Sun, 24 Sep 2006) | 3 lines +r19268 | jake | 2006-09-20 22:29:41 -0700 (Wed, 20 Sep 2006) | 2 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/epan/libwireshark.def +Add http_dissector_add upon request ------------------------------------------------------------------------ -r19313 | guy | 2006-09-24 13:27:25 -0700 (Sun, 24 Sep 2006) | 2 lines +r19267 | jake | 2006-09-20 07:59:37 -0700 (Wed, 20 Sep 2006) | 2 lines Changed paths: - M /trunk/gtk/gtkvumeter.c + M /trunk/radius/dictionary -Squelch some compiler warnings. +Repair patch to accurately follow RFC 4590 ------------------------------------------------------------------------ -r19314 | guy | 2006-09-24 13:28:16 -0700 (Sun, 24 Sep 2006) | 2 lines +r19266 | jmayer | 2006-09-20 07:22:15 -0700 (Wed, 20 Sep 2006) | 5 lines Changed paths: - M /trunk/image/toolbar/capture_airpcap_16.xpm - M /trunk/image/toolbar/capture_ethernet_16.xpm + M /trunk/radius/dictionary + +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 -Squelch some compiler warnings. ------------------------------------------------------------------------ -r19315 | guy | 2006-09-24 13:29:47 -0700 (Sun, 24 Sep 2006) | 4 lines +r19265 | martinm | 2006-09-20 05:13:18 -0700 (Wed, 20 Sep 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-ssl.c - -Squelch a compiler warning. + M /trunk/epan/dissectors/packet-msrp.c -Clean up indentation. +Make the data part of the message filterable ------------------------------------------------------------------------ -r19316 | guy | 2006-09-24 13:31:02 -0700 (Sun, 24 Sep 2006) | 2 lines +r19264 | martinm | 2006-09-20 05:12:18 -0700 (Wed, 20 Sep 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-multipart.c -dissect_ndr_uint16()'s last argument points to a guint16, not a guint. +Add Content-Id and Content-Transfer-Encoding headers, as described in RFC 2045/6 ------------------------------------------------------------------------ -r19317 | ulfl | 2006-09-24 13:37:30 -0700 (Sun, 24 Sep 2006) | 1 line +r19263 | etxrab | 2006-09-19 23:14:45 -0700 (Tue, 19 Sep 2006) | 1 line Changed paths: - M /trunk/gtk/gtkvumeter.h + M /trunk/asn1/ansi_map/packet-ansi_map-template.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 +Dont use itu_ssn ------------------------------------------------------------------------ -r19318 | etxrab | 2006-09-24 14:04:53 -0700 (Sun, 24 Sep 2006) | 1 line +r19262 | etxrab | 2006-09-19 23:13:02 -0700 (Tue, 19 Sep 2006) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-llc.c + M /trunk/epan/libwireshark.def + M /trunk/epan/oui.h -Handle Zero length SEQUENCE and SEQUENCE OF. +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). + +From me: +Resorted the oui lists, some witespace changes and added Ericsson OUI:s. ------------------------------------------------------------------------ -r19319 | lego | 2006-09-24 18:09:00 -0700 (Sun, 24 Sep 2006) | 5 lines +r19261 | guy | 2006-09-19 19:52:26 -0700 (Tue, 19 Sep 2006) | 3 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 - -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 + M /trunk/epan/libwireshark.def +Add some routines to the list of routines exported by libwireshark - at +least one dissector writer needs them. ------------------------------------------------------------------------ -r19320 | sahlberg | 2006-09-25 01:10:10 -0700 (Mon, 25 Sep 2006) | 3 lines +r19260 | etxrab | 2006-09-19 13:25:57 -0700 (Tue, 19 Sep 2006) | 5 lines Changed paths: - M /trunk/capture_loop.c + M /trunk/asn1/gsmmap/packet-gsm_map-template.c + M /trunk/epan/dissectors/packet-gsm_map.c -make sure we still compile for all out rh71 users +From Graham Addis: + In dissect_geographical_description the longitude is multiplied by 260 + and should be by 360(degrees). + Also it would be good to display to 5 decimal places. +------------------------------------------------------------------------ +r19259 | martinm | 2006-09-19 10:40:24 -0700 (Tue, 19 Sep 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-sip.c +Make Content-Length and Max-Forwards fields uints ------------------------------------------------------------------------ -r19321 | sahlberg | 2006-09-25 01:50:21 -0700 (Mon, 25 Sep 2006) | 3 lines +r19258 | jmayer | 2006-09-19 08:29:38 -0700 (Tue, 19 Sep 2006) | 6 lines 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/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 -update the idl for wkssvc and generate the dissector by pidl +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 ============== ------------------------------------------------------------------------ -r19322 | lego | 2006-09-25 18:12:14 -0700 (Mon, 25 Sep 2006) | 5 lines +r19257 | sahlberg | 2006-09-19 01:02:19 -0700 (Tue, 19 Sep 2006) | 3 lines Changed paths: - M /trunk/epan/epan.c - -Since there's no Lua headers in windows yet, as a temporary workarround just declare wslua_init instead of including wslua.h. + 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 -Sorry! +import DFS.idl from samba and use it to generate a much more complete DFS dissector ------------------------------------------------------------------------ -r19323 | lego | 2006-09-25 18:19:29 -0700 (Mon, 25 Sep 2006) | 5 lines +r19256 | gerald | 2006-09-18 15:22:44 -0700 (Mon, 18 Sep 2006) | 2 lines Changed paths: - M /trunk/epan/epan.c + M /trunk/gtk/main.c -Complete the workarround of prev rev, temporarilly disabling lua from unix as well. +Fix protocol reference link URL. -Luis. +------------------------------------------------------------------------ +r19255 | jake | 2006-09-18 07:29:58 -0700 (Mon, 18 Sep 2006) | 10 lines +Changed paths: + M /trunk/epan/dissectors/packet-ymsg.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. + +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. ------------------------------------------------------------------------ -r19324 | lego | 2006-09-25 20:31:00 -0700 (Mon, 25 Sep 2006) | 3 lines +r19254 | jake | 2006-09-18 06:59:30 -0700 (Mon, 18 Sep 2006) | 2 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 + M /trunk/epan/dissectors/packet-dcp.c + M /trunk/epan/dissectors/packet-dcp.h + M /trunk/epan/dissectors/packet-icep.c -Lua 5.1.1 for windows +Licepnse -> License +------------------------------------------------------------------------ +r19253 | martinm | 2006-09-18 06:39:23 -0700 (Mon, 18 Sep 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-umts_fp.c +Add old release DSCH FDD fields. Try to squash compiler warnings seen on MACOS buildbot ------------------------------------------------------------------------ -r19325 | lego | 2006-09-25 20:36:31 -0700 (Mon, 25 Sep 2006) | 3 lines +r19252 | jmayer | 2006-09-18 03:14:12 -0700 (Mon, 18 Sep 2006) | 4 lines Changed paths: - M /trunk/Makefile.nmake - M /trunk/tools/win32-setup.sh + M /trunk/epan/dissectors/packet-mtp3.c -The forgotten files! +jeff morriss: + Patch for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1102 ------------------------------------------------------------------------ -r19326 | lego | 2006-09-25 21:06:17 -0700 (Mon, 25 Sep 2006) | 3 lines +r19251 | jake | 2006-09-18 02:27:47 -0700 (Mon, 18 Sep 2006) | 4 lines Changed paths: - M /trunk/epan/wslua/init_wslua.c - -wslua_init() must return a value + M /trunk/AUTHORS + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-pktgen.c +From Francesco Fondelli: +You find attached a patch file (against svn 19058) to dissect packets +produced by the Linux kernel packet generator. ------------------------------------------------------------------------ -r19327 | lego | 2006-09-26 03:22:20 -0700 (Tue, 26 Sep 2006) | 3 lines +r19250 | sahlberg | 2006-09-18 01:42:46 -0700 (Mon, 18 Sep 2006) | 3 lines Changed paths: - M /trunk/epan/epan.c + M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c + M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h + M /trunk/epan/dissectors/pidl/srvsvc.idl -Re-enable lua as the windows version is already there. +some more bitmaps for SRVSVC ------------------------------------------------------------------------ -r19328 | martinm | 2006-09-26 06:01:27 -0700 (Tue, 26 Sep 2006) | 3 lines +r19249 | sahlberg | 2006-09-18 01:05:51 -0700 (Mon, 18 Sep 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-multipart.c + M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c + M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h + M /trunk/epan/dissectors/pidl/srvsvc.idl + +add decoding of the SessionInfo userflags + -- 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) ------------------------------------------------------------------------ -r19329 | gerald | 2006-09-26 15:24:50 -0700 (Tue, 26 Sep 2006) | 4 lines +r19248 | etxrab | 2006-09-17 13:23:23 -0700 (Sun, 17 Sep 2006) | 2 lines Changed paths: - M /trunk/epan/Makefile.am - M /trunk/epan/wslua/Makefile.am - -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. + M /trunk/epan/dissectors/packet-tipc.c +From Martin Peylo: +Improve Infocolumn output. ------------------------------------------------------------------------ -r19330 | gerald | 2006-09-26 15:51:04 -0700 (Tue, 26 Sep 2006) | 2 lines +r19247 | etxrab | 2006-09-17 12:43:13 -0700 (Sun, 17 Sep 2006) | 6 lines Changed paths: - M /trunk/epan/Makefile.nmake + M /trunk/epan/dissectors/packet-uma.c -Don't try to build wslua if LUA_DIR isn't defined. +Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1107 +"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." ------------------------------------------------------------------------ -r19331 | lego | 2006-09-26 17:45:55 -0700 (Tue, 26 Sep 2006) | 1 line +r19246 | ulfl | 2006-09-16 06:06:38 -0700 (Sat, 16 Sep 2006) | 3 lines Changed paths: - M /trunk/Makefile.nmake - M /trunk/config.nmake + 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 + +second step to fix the file dialog "mess": +- rewrite the "File Save" and "File Merge" sections -use luaforge's 5.1 dll to be able to link on windows. fix some mistakes ------------------------------------------------------------------------ -r19332 | lego | 2006-09-26 19:51:08 -0700 (Tue, 26 Sep 2006) | 3 lines +r19245 | ulfl | 2006-09-16 05:13:32 -0700 (Sat, 16 Sep 2006) | 7 lines Changed paths: - M /trunk/epan/wslua/template-init.lua + M /trunk/docbook/Makefile -Add a simple lua console to allow evaluation of conde into init.lua +can we agree on using lynx? +Cygwin situation: +- lynx works +- elinks is not available (at least on the standard repositories) +- links and true doesn't produce any output ------------------------------------------------------------------------ -r19333 | sahlberg | 2006-09-27 01:59:20 -0700 (Wed, 27 Sep 2006) | 6 lines +r19244 | sahlberg | 2006-09-16 04:57:14 -0700 (Sat, 16 Sep 2006) | 6 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 + 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 -add new dcerpc protocol WZCSVC based on samba4 idl +generate SRVSVC by pidl -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 +small prettification regression but that will be fixed in the next few days ------------------------------------------------------------------------ -r19334 | martinm | 2006-09-27 02:48:42 -0700 (Wed, 27 Sep 2006) | 1 line +r19243 | sahlberg | 2006-09-16 02:20:34 -0700 (Sat, 16 Sep 2006) | 4 lines Changed paths: - M /trunk/print.c + M /trunk/asn1/ldap/packet-ldap-template.c + M /trunk/epan/dissectors/packet-ldap.c + M /trunk/epan/dissectors/packet-windows-common.c -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 -Changed paths: - M /trunk/acinclude.m4 +make dissect_nt_sid return ep allocated memory and thus fix a few memory leaks +(this function is often called from dcerpc dissectors) -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. ------------------------------------------------------------------------ -r19336 | martinm | 2006-09-27 05:49:00 -0700 (Wed, 27 Sep 2006) | 2 lines +r19242 | sahlberg | 2006-09-16 02:10:23 -0700 (Sat, 16 Sep 2006) | 6 lines Changed paths: - M /trunk/epan/dissectors/packet-sip.c + M /trunk/epan/dissectors/packet-dcerpc-nt.c -Dissect sequence number & method name of CSeq header. +strings we pass up to the caller through private_data are now of ep scope ------------------------------------------------------------------------- -r19337 | gerald | 2006-09-27 09:49:53 -0700 (Wed, 27 Sep 2006) | 3 lines -Changed paths: - M /trunk/packaging/nsis/Makefile.nmake -Make the NSIS distclean target be a bit more thorough about cleaning up old -installers. +this closes a few memory leaks + ------------------------------------------------------------------------ -r19338 | lego | 2006-09-27 10:12:42 -0700 (Wed, 27 Sep 2006) | 6 lines +r19241 | sahlberg | 2006-09-16 01:51:03 -0700 (Sat, 16 Sep 2006) | 3 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/dissectors/packet-dcerpc-spoolss.c -* 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 +remove any dependencies that dcv->private_data is persistent ------------------------------------------------------------------------ -r19339 | gerald | 2006-09-27 11:02:40 -0700 (Wed, 27 Sep 2006) | 7 lines +r19240 | sahlberg | 2006-09-15 22:30:31 -0700 (Fri, 15 Sep 2006) | 7 lines Changed paths: - M /trunk/Makefile.nmake - M /trunk/config.nmake - M /trunk/tools/win32-setup.sh + M /trunk/epan/dissectors/packet-dcerpc-samr.c + +make SAMR not rely on dcv->private_data being persistent any more and use dcv->se_data + + +once the private_data -> se_data conversion is complete we can plug quite a large number of memory leaks related to dcerpc -Update GNUTLS to 1.5.1. This includes an updated libgcrypt, which should -fix bug 1096. -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 +r19239 | ulfl | 2006-09-15 15:56:15 -0700 (Fri, 15 Sep 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-per.c + 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 -Handle unaligned dissect_per_length_determinant and dissect_per_restricted_character_string_sorted. +first step to fix the file dialog "mess": +- use different screenshots for: GTK1, GTK2 and Win32 +- rewrite the "File Open Dialog" section ------------------------------------------------------------------------ -r19341 | etxrab | 2006-09-27 13:06:06 -0700 (Wed, 27 Sep 2006) | 12 lines +r19238 | ulfl | 2006-09-15 15:03:20 -0700 (Fri, 15 Sep 2006) | 1 line 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/gtk/win32-file-dlg.c -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. +Use the same caption in the Win32 version as in the GTK dialogs: "Wireshark: Select a capture file" -> "Wireshark: Open Capture File" +------------------------------------------------------------------------ +r19237 | ulfl | 2006-09-15 14:59:09 -0700 (Fri, 15 Sep 2006) | 1 line +Changed paths: + M /trunk/image/win32-file-dlg.rc -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". +"Elapsed Time:" is truncated, use "Elapsed:" instead +------------------------------------------------------------------------ +r19236 | gerald | 2006-09-15 14:35:01 -0700 (Fri, 15 Sep 2006) | 6 lines +Changed paths: + M /trunk/doc/wireshark.pod + M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml + M /trunk/util.c -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) +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. -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. +Update the docs accordingly. -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 +r19235 | martinm | 2006-09-15 08:03:18 -0700 (Fri, 15 Sep 2006) | 1 line 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-umts_fp.c -generate the EFS DCERPC interface dissector using PIDL +More missing message types +------------------------------------------------------------------------ +r19234 | etxrab | 2006-09-14 10:21:28 -0700 (Thu, 14 Sep 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-umts_fp.c + M /trunk/epan/dissectors/packet-umts_fp.h +svn propset. +------------------------------------------------------------------------ +r19233 | martinm | 2006-09-14 08:43:43 -0700 (Thu, 14 Sep 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-umts_fp.c +More fixes and prettifications ------------------------------------------------------------------------ -r19343 | sahlberg | 2006-09-27 13:56:15 -0700 (Wed, 27 Sep 2006) | 3 lines +r19232 | sahlberg | 2006-09-14 05:01:18 -0700 (Thu, 14 Sep 2006) | 7 lines Changed paths: - D /trunk/epan/dissectors/dcerpc/efs + M /trunk/epan/dissectors/packet-dcerpc-svcctl.c -EFS is generated by PIDL now so we dont need the old idl2wrs folder any more +add OpenSCManagerW ------------------------------------------------------------------------- -r19344 | gerald | 2006-09-27 17:33:46 -0700 (Wed, 27 Sep 2006) | 2 lines -Changed paths: - M /trunk/packaging/nsis/wireshark.nsi +also make the dissector manage that dcv->private_data in the future will be of ep scope + -Add lua5.1.dll to the installer. ------------------------------------------------------------------------ -r19345 | sahlberg | 2006-09-28 00:52:46 -0700 (Thu, 28 Sep 2006) | 12 lines +r19231 | jmayer | 2006-09-14 03:51:44 -0700 (Thu, 14 Sep 2006) | 17 lines Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/packet-nfs.c + 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 -From Alex Burlyga +Jeff Morriss: + Fix for bug 1036 -This patch adds support for dissecting ontap's nfsv4 filehandle, -as well as some updates to nfsv3 filehandle as well in the nfs -dissector. +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): -Alex. + Routing label + DPC (4-5-6) (394500) +but 394500 == 0x60504 == 6-5-4. Something's not right. -checked in with minor changes +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. +------------------------------------------------------------------------ +r19230 | ulfl | 2006-09-13 13:37:37 -0700 (Wed, 13 Sep 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 +fix various minor things noted by Brian Drab ------------------------------------------------------------------------ -r19346 | lego | 2006-09-28 01:57:29 -0700 (Thu, 28 Sep 2006) | 3 lines +r19229 | martinm | 2006-09-13 06:32:31 -0700 (Wed, 13 Sep 2006) | 3 lines Changed paths: - M /trunk/gtk/menu.c - M /trunk/stat_menu.h + M /trunk/epan/dissectors/packet-umts_fp.c -Avoid to add an empty menu if there's no Lua. +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 +------------------------------------------------------------------------ +r19228 | ulfl | 2006-09-13 04:28:36 -0700 (Wed, 13 Sep 2006) | 1 line +Changed paths: + M /trunk/config.nmake +so it's HAVE_LIBPORTAUDIO ------------------------------------------------------------------------ -r19347 | martinm | 2006-09-28 02:27:28 -0700 (Thu, 28 Sep 2006) | 1 line +r19227 | jmayer | 2006-09-13 03:51:40 -0700 (Wed, 13 Sep 2006) | 1 line Changed paths: - M /trunk/print.c + M /trunk/CMakeLists.txt -Remove extra double quote from fix to bug 1110 +Add a comment ------------------------------------------------------------------------ -r19348 | sahlberg | 2006-09-28 08:55:13 -0700 (Thu, 28 Sep 2006) | 9 lines +r19226 | sahlberg | 2006-09-13 01:30:16 -0700 (Wed, 13 Sep 2006) | 16 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi.c + M /trunk/epan/dissectors/packet-dcerpc-lsa.c + M /trunk/epan/dissectors/packet-dcerpc.c + M /trunk/epan/dissectors/packet-dcerpc.h -Hi, +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. -This patch fixes the page code selector for the scsi log sense command. +the biggest problem in changing this is the dcv->private_data usage. -Patrick +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. +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) +this will eventually make the usage more clean and at the same time close down quite a few memory leaks. ------------------------------------------------------------------------- -r19349 | sahlberg | 2006-09-28 08:57:54 -0700 (Thu, 28 Sep 2006) | 3 lines -Changed paths: - M /trunk/epan/dissectors/packet-scsi.c -additional scsi sense codes from patrick@abra2.bitwizard.nl +eventually this will make dissect_ndr_nt_SID return a pointer to ep allocated memory that need not be explicitely freed. + ------------------------------------------------------------------------ -r19350 | sahlberg | 2006-09-28 09:29:18 -0700 (Thu, 28 Sep 2006) | 34 lines +r19225 | guy | 2006-09-12 18:28:07 -0700 (Tue, 12 Sep 2006) | 5 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-netflow.c -From stephen fisher: +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. -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. +------------------------------------------------------------------------ +r19224 | gerald | 2006-09-12 14:59:54 -0700 (Tue, 12 Sep 2006) | 2 lines +Changed paths: + M /trunk/wiretap/ber.c -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? +Get rid of a compiler warning. +------------------------------------------------------------------------ +r19223 | guy | 2006-09-12 13:24:42 -0700 (Tue, 12 Sep 2006) | 3 lines +Changed paths: + M /trunk/acinclude.m4 -Thanks, +AC_CHECK_TYPE already prints a "checking for" message; don't bother +printing another one before calling it. -Steve +------------------------------------------------------------------------ +r19222 | guy | 2006-09-12 13:23:57 -0700 (Tue, 12 Sep 2006) | 5 lines +Changed paths: + M /trunk/gtk/main.c + M /trunk/version_info.c -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. +Move the PortAudio stuff to from version_info.c to gtk/main.c, so it can +use Pa_GetVersionText(). -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. +(The word-wrapping stuff appears to work.) +------------------------------------------------------------------------ +r19221 | etxrab | 2006-09-12 12:11:45 -0700 (Tue, 12 Sep 2006) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-netflow.c -Steve +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. +------------------------------------------------------------------------ +r19220 | etxrab | 2006-09-12 12:02:10 -0700 (Tue, 12 Sep 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-osi.c +Set default port to zero. +------------------------------------------------------------------------ +r19219 | jmayer | 2006-09-12 11:51:22 -0700 (Tue, 12 Sep 2006) | 7 lines +Changed paths: + M /trunk/version_info.c +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. +FIXME: Just print out >= 19 instead of real version string + until someone finds a proper solution. ------------------------------------------------------------------------ -r19351 | jake | 2006-09-28 09:30:20 -0700 (Thu, 28 Sep 2006) | 5 lines +r19218 | jmayer | 2006-09-12 11:43:56 -0700 (Tue, 12 Sep 2006) | 11 lines Changed paths: - M /trunk/epan/dissectors/packet-mip6.c - M /trunk/epan/dissectors/packet-mip6.h + M /trunk/Makefile.nmake + M /trunk/config.h.win32 + M /trunk/version_info.c -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. +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 + +version_info.c + - Include <portaudio.h> + - Add some , and breaks when printing version infos. ------------------------------------------------------------------------ -r19352 | ulfl | 2006-09-28 12:53:11 -0700 (Thu, 28 Sep 2006) | 5 lines +r19217 | ulfl | 2006-09-12 10:50:36 -0700 (Tue, 12 Sep 2006) | 7 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/version_info.c -from Stephen Fisher: +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) -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. +Don't know how to use the line breaking stuff, if someone could help me here ... ------------------------------------------------------------------------ -r19353 | jake | 2006-09-28 13:28:26 -0700 (Thu, 28 Sep 2006) | 5 lines +r19216 | ulfl | 2006-09-12 10:46:55 -0700 (Tue, 12 Sep 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/Makefile.nmake +fix the generation of config.h, some HAVE_... were wrong ------------------------------------------------------------------------ -r19354 | etxrab | 2006-09-28 22:50:41 -0700 (Thu, 28 Sep 2006) | 9 lines +r19215 | ulfl | 2006-09-12 10:45:43 -0700 (Tue, 12 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-tipc.c + M /trunk/config.nmake -From Martin Peylo: +it's HAVE_PORTAUDIO, not HAVE_LIBPORTAUDIO +------------------------------------------------------------------------ +r19214 | ulfl | 2006-09-12 10:34:41 -0700 (Tue, 12 Sep 2006) | 1 line +Changed paths: + M /trunk/config.h.win32 -- 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 +it's HAVE_LIBGNUTLS instead HAVE_GNUTLS ------------------------------------------------------------------------ -r19355 | etxrab | 2006-09-28 22:51:44 -0700 (Thu, 28 Sep 2006) | 1 line +r19213 | ulfl | 2006-09-12 10:28:38 -0700 (Tue, 12 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-isakmp.c + M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml -Update some value_strings +use the official name spelling for some projects ------------------------------------------------------------------------ -r19356 | etxrab | 2006-09-28 22:52:41 -0700 (Thu, 28 Sep 2006) | 1 line +r19212 | martinm | 2006-09-12 10:13:56 -0700 (Tue, 12 Sep 2006) | 1 line Changed paths: - M /trunk/asn1/h248/packet-h248-template.c + M /trunk/epan/dissectors/packet-umts_fp.c -Add some more package names. +More DCH control types ------------------------------------------------------------------------ -r19357 | etxrab | 2006-09-28 22:53:47 -0700 (Thu, 28 Sep 2006) | 1 line +r19211 | jake | 2006-09-12 05:58:16 -0700 (Tue, 12 Sep 2006) | 2 lines Changed paths: - M /trunk/Makefile.nmake + M /trunk/epan/dissectors/packet-bpdu.c + M /trunk/epan/dissectors/packet-ethertype.c + M /trunk/epan/etypes.h + +Fix for bug 1098. Add BPDU dissector to ethertype 0x8181. -Fixa a typo copy -> xcopy ------------------------------------------------------------------------ -r19358 | jake | 2006-09-29 01:47:51 -0700 (Fri, 29 Sep 2006) | 6 lines +r19210 | sahlberg | 2006-09-12 05:08:34 -0700 (Tue, 12 Sep 2006) | 27 lines Changed paths: - M /trunk/wiretap/eyesdn.c + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-s5066.c + +from Taner Kurtulus and Menno Andriesse + +Hi folks, +We think we've found a bug in STANAG 5066 SIS layer dissector. + +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. + + +Confirmed. + +It was indeed a "copy-paste-did not edit correctly" bug. + +While going over the code once more, I found: + +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. ;-) -From: Rolf Fiedler -So far Wireshark complained about channel 129, now it gets a little further -and then complains about channel 128. -Solution: Open up all channel from 128 up. ------------------------------------------------------------------------ -r19359 | sahlberg | 2006-09-29 02:24:51 -0700 (Fri, 29 Sep 2006) | 3 lines +r19209 | sahlberg | 2006-09-12 04:51:48 -0700 (Tue, 12 Sep 2006) | 8 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi.c - M /trunk/epan/dissectors/packet-scsi.h + M /trunk/epan/dissectors/packet-redback.c + +from Florian Lohoff + +Hi, +after using the redback dissector again i found some more protocol +types: -move the defines for SPC command opcode values to the headerfile ------------------------------------------------------------------------ -r19360 | sahlberg | 2006-09-29 03:40:51 -0700 (Fri, 29 Sep 2006) | 7 lines +r19208 | sahlberg | 2006-09-12 04:39:51 -0700 (Tue, 12 Sep 2006) | 14 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/AUTHORS + M /trunk/epan/dissectors/packet-http.c -add initial scsi osd dissector but only dissect sdbs that are impoerted from SPC +from bryant eastham + + +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. -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 +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. ------------------------------------------------------------------------ -r19361 | kukosa | 2006-09-29 04:09:17 -0700 (Fri, 29 Sep 2006) | 2 lines +r19207 | martinm | 2006-09-12 04:36:42 -0700 (Tue, 12 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-per.c + M /trunk/epan/dissectors/packet-umts_fp.c -From Reinhard Speyerer: -patch fixes a small typo in epan/dissectors/packet-per.c +Various small fixes and prettifications ------------------------------------------------------------------------ -r19362 | sahlberg | 2006-09-29 04:12:18 -0700 (Fri, 29 Sep 2006) | 7 lines +r19206 | sahlberg | 2006-09-12 03:04:11 -0700 (Tue, 12 Sep 2006) | 8 lines Changed paths: - M /trunk/epan/dissectors/packet-iscsi.c + M /trunk/epan/dissectors/packet-ipsec.c -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 +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. +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 -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. ------------------------------------------------------------------------ -r19363 | jake | 2006-09-29 09:31:52 -0700 (Fri, 29 Sep 2006) | 4 lines +r19205 | sahlberg | 2006-09-12 03:02:28 -0700 (Tue, 12 Sep 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-mip6.h + M /trunk/AUTHORS -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. +the name of the protocol is IPsec, not IP-sec ------------------------------------------------------------------------ -r19364 | martinm | 2006-09-29 10:35:23 -0700 (Fri, 29 Sep 2006) | 1 line +r19204 | sahlberg | 2006-09-12 02:53:10 -0700 (Tue, 12 Sep 2006) | 7 lines Changed paths: - M /trunk/epan/dissectors/packet-sip.c + M /trunk/epan/dissectors/packet-ipsec.c + +prettify dissection of ESP + +show the IV as a hexadecimal +show the protocol name for the Next header field inside ESP + + -Dissect Via header ------------------------------------------------------------------------ -r19365 | jake | 2006-09-29 12:39:40 -0700 (Fri, 29 Sep 2006) | 3 lines +r19203 | jmayer | 2006-09-12 02:35:29 -0700 (Tue, 12 Sep 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-xot.c + 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 \ -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. ------------------------------------------------------------------------ -r19366 | etxrab | 2006-09-29 14:26:27 -0700 (Fri, 29 Sep 2006) | 1 line +r19202 | ulfl | 2006-09-12 01:24:01 -0700 (Tue, 12 Sep 2006) | 1 line Changed paths: - M /trunk/diameter/dictionary.xml - M /trunk/epan/dissectors/packet-diameter-defs.h - M /trunk/radius/dictionary.3gpp + M /trunk/Makefile.nmake -Update Diamater and Radius AVP:s +add a missing dependency from wiretap to the image dir, otherwise image/wiretap.res can't be generated for some targets ------------------------------------------------------------------------ -r19367 | etxrab | 2006-09-29 14:27:58 -0700 (Fri, 29 Sep 2006) | 1 line +r19201 | ulfl | 2006-09-12 01:22:02 -0700 (Tue, 12 Sep 2006) | 1 line Changed paths: - M /trunk/plugins/asn1/packet-asn1.c + M /trunk/image/win32-file-dlg.rc + M /trunk/image/wireshark.rc.in -Use #defines from packet-ber.h rather than asn1.h change default ports to Zero. +wireshark.res is generated in the image dir, so the paths for includes should be relative to /image and not to / ------------------------------------------------------------------------ -r19368 | ulfl | 2006-09-29 14:53:54 -0700 (Fri, 29 Sep 2006) | 1 line +r19200 | ulfl | 2006-09-12 01:19:39 -0700 (Tue, 12 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-scsi-osd.c + M /trunk/image/Makefile.nmake -MSVC doesn't like empty array inits +add a comment, that .res files are generated using an implicit (built in) nmake rule ------------------------------------------------------------------------ -r19369 | ulfl | 2006-09-29 15:40:55 -0700 (Fri, 29 Sep 2006) | 1 line +r19199 | ulfl | 2006-09-11 18:04:35 -0700 (Mon, 11 Sep 2006) | 3 lines Changed paths: - M /trunk/gtk/prefs_dlg.c + M /trunk/Makefile.nmake -fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again in 19291) +Hmmm, don't optimize too much :-) + +also fix the clean_setup ------------------------------------------------------------------------ -r19370 | ulfl | 2006-09-29 15:48:38 -0700 (Fri, 29 Sep 2006) | 5 lines +r19198 | ulfl | 2006-09-11 17:27:03 -0700 (Mon, 11 Sep 2006) | 1 line Changed paths: - M /trunk/epan/prefs-int.h - M /trunk/epan/prefs.c - M /trunk/epan/prefs.h - M /trunk/gtk/prefs_dlg.c - -from Stephen Fisher: + 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 -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). +various nmake related build file cleanups ------------------------------------------------------------------------ -r19371 | sahlberg | 2006-09-29 17:31:36 -0700 (Fri, 29 Sep 2006) | 5 lines +r19197 | ulfl | 2006-09-11 17:23:46 -0700 (Mon, 11 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-fc.h - M /trunk/epan/dissectors/packet-scsi-osd.c + M /trunk/airpcap_loader.c + M /trunk/airpcap_loader.h -scsi osd additions +remove obsolete "HAVE_AIRPCAP_API" comment +------------------------------------------------------------------------ +r19196 | ulfl | 2006-09-11 15:47:57 -0700 (Mon, 11 Sep 2006) | 1 line +Changed paths: + M /trunk/Makefile.nmake + M /trunk/config.h.win32 + M /trunk/config.nmake + M /trunk/epan/Makefile.nmake -we also need to track the serviceaction in the itlq structure so we can decode the data in/out properly +tweak the nmake build so the NET-SNMP library is in fact optional (as it is in the UNIX builds) +------------------------------------------------------------------------ +r19195 | ulfl | 2006-09-11 15:43:00 -0700 (Mon, 11 Sep 2006) | 1 line +Changed paths: + M /trunk/config.nmake +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 +------------------------------------------------------------------------ +r19194 | ulfl | 2006-09-11 15:37:46 -0700 (Mon, 11 Sep 2006) | 1 line +Changed paths: + M /trunk/tools/win32-setup.sh +a proxy might also be specified using .wgetrc, so don't switch off the proxy explicitly ------------------------------------------------------------------------ -r19372 | ulfl | 2006-09-29 17:45:03 -0700 (Fri, 29 Sep 2006) | 1 line +r19193 | ulfl | 2006-09-11 15:34:29 -0700 (Mon, 11 Sep 2006) | 3 lines Changed paths: - M /trunk/Makefile.nmake + M /trunk/README.win32 -that wasn't a typo, xcopy can't rename files that way +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. ------------------------------------------------------------------------ -r19373 | sahlberg | 2006-09-29 18:01:57 -0700 (Fri, 29 Sep 2006) | 3 lines +r19192 | ulfl | 2006-09-11 15:30:12 -0700 (Mon, 11 Sep 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-iscsi.c + 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 -scsi opcode 0x7f is variable length so dont clamp the cdb length to 16 bytes +add missing libraries: GNUTLS, Gcrypt, Kerberos, LUA, PortAudio (please check if it's correct) +fix a lot of broken URL's ------------------------------------------------------------------------ -r19374 | sahlberg | 2006-09-29 21:10:28 -0700 (Fri, 29 Sep 2006) | 8 lines +r19191 | ulfl | 2006-09-11 13:41:32 -0700 (Mon, 11 Sep 2006) | 1 line 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 + M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml -add an extra_data pointer to the itlq structure where specific commandsets/cdbs can hang additional data that are unique to that commandset/cdb +add the LUA plugin install option +------------------------------------------------------------------------ +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 +Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091 -make the scsi osd service action and getsetattributetype use this facility +h248_handle was declared localy, udp port was not added at register. -furhter enhancements to scsi osd +Added a few more packagenames. +------------------------------------------------------------------------ +r19189 | martinm | 2006-09-11 05:03:29 -0700 (Mon, 11 Sep 2006) | 3 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 +Added E-DCH (HSUPA) channels to FP. +Also show VPI/VCI/CID in ATM protocol label. ------------------------------------------------------------------------ -r19375 | ulfl | 2006-09-30 02:15:15 -0700 (Sat, 30 Sep 2006) | 1 line +r19188 | jake | 2006-09-10 11:48:33 -0700 (Sun, 10 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-scsi-osd.c + M /trunk/epan/dissectors/packet-vrrp.c -remove a warning +VRRPver3 support fixed: Count restored, Auth Type is reserved field. ------------------------------------------------------------------------ -r19376 | sahlberg | 2006-09-30 02:34:58 -0700 (Sat, 30 Sep 2006) | 9 lines +r19187 | etxrab | 2006-09-10 11:03:22 -0700 (Sun, 10 Sep 2006) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-iscsi.c - M /trunk/epan/dissectors/packet-scsi-osd.c + M /trunk/config.nmake + M /trunk/gtk/voip_calls.c -scsi osd updates +From Alejandro Vaquero: +Need to use HAVE_LIBPORTAUDIO instead +of PORTAUDIO_DIR in voip_calls.c +And build the windows version with Port audio. +------------------------------------------------------------------------ +r19186 | sahlberg | 2006-09-10 07:34:57 -0700 (Sun, 10 Sep 2006) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-tcp.c -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. +fix for bug 1045 -reassemble these cdb into a proper tvb before passing it to the scsi dissector +windows in SYN and SYN+ACK packets are not scaled so dont apply window scaling to them when displaying them in the tree ------------------------------------------------------------------------ -r19377 | ulfl | 2006-09-30 02:45:51 -0700 (Sat, 30 Sep 2006) | 7 lines +r19185 | sahlberg | 2006-09-10 07:03:08 -0700 (Sun, 10 Sep 2006) | 10 lines Changed paths: - A /trunk/plugins/Custom.nmake.example - M /trunk/plugins/Makefile.nmake + 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 -"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). +implement support to reassemble tcp sessions until the end of the session (FIN) -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. +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. -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 -Changed paths: - M /trunk/epan/dissectors/packet-scsi-osd.c -finish off the remainder of FORMAT OSD for scsi osd dissector ------------------------------------------------------------------------ -r19379 | sahlberg | 2006-09-30 03:24:23 -0700 (Sat, 30 Sep 2006) | 3 lines +r19184 | wmeier | 2006-09-10 06:37:42 -0700 (Sun, 10 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-scsi-osd.c - - add dissection of SCSI OSD CREATE PARTITION + M /trunk/Makefile.nmake + M /trunk/codecs/Makefile.nmake + M /trunk/gtk/Makefile.nmake +minor cleanup for making codecs +------------------------------------------------------------------------ +r19183 | ulfl | 2006-09-08 00:45:22 -0700 (Fri, 08 Sep 2006) | 1 line +Changed paths: + M /trunk/docbook/custom_layer_pdf.xsl +switch off draft mode, so the PDF generation won't try to load a draft image from the web ------------------------------------------------------------------------ -r19380 | gal | 2006-09-30 05:58:52 -0700 (Sat, 30 Sep 2006) | 3 lines +r19182 | ulfl | 2006-09-08 00:44:22 -0700 (Fri, 08 Sep 2006) | 1 line Changed paths: - M /trunk/packaging/u3/win32/makefile.nmake + M /trunk/docbook/Makefile -Update for latest lua changes. +add dependency to custom_layer_pdf.xsl for all fo files +------------------------------------------------------------------------ +r19181 | etxrab | 2006-09-08 00:32:13 -0700 (Fri, 08 Sep 2006) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-ipsec.c +From Fr?\195?\169d?\195?\169ric 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". +------------------------------------------------------------------------ +r19180 | etxrab | 2006-09-07 23:58:40 -0700 (Thu, 07 Sep 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-clnp.c + M /trunk/epan/dissectors/packet-osi.c +Move the code to handle ISO protocols over TCP/TPKT to packet-osi.c where it belongs. ------------------------------------------------------------------------ -r19381 | ulfl | 2006-09-30 06:25:05 -0700 (Sat, 30 Sep 2006) | 1 line +r19179 | jmayer | 2006-09-07 19:25:55 -0700 (Thu, 07 Sep 2006) | 1 line Changed paths: - M /trunk/plugins/Custom.nmake.example + M /trunk/docbook/Makefile -we don't need to .. the dirs for the clean targets here +. 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 ------------------------------------------------------------------------ -r19382 | ulfl | 2006-09-30 06:40:36 -0700 (Sat, 30 Sep 2006) | 1 line +r19178 | jmayer | 2006-09-07 16:44:22 -0700 (Thu, 07 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-gtp.c + M /trunk/docbook/check_svn_version.sh -remove compiler warnings +propset svn:executable ------------------------------------------------------------------------ -r19383 | gal | 2006-09-30 07:37:09 -0700 (Sat, 30 Sep 2006) | 5 lines +r19177 | lego | 2006-09-07 15:38:16 -0700 (Thu, 07 Sep 2006) | 18 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/make-sminmpec.pl -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. +removed options. + + +now it can either be called as + +make-sminmpec.pl + +so it will fetch the file only if it has been modified since we last loaded it + +or + +make-sminmpec.pl enterprise-numbers + +to regenerate the C file from the given file. + +Luis ------------------------------------------------------------------------ -r19384 | ulfl | 2006-09-30 07:57:50 -0700 (Sat, 30 Sep 2006) | 1 line +r19176 | ulfl | 2006-09-07 13:35:26 -0700 (Thu, 07 Sep 2006) | 1 line Changed paths: - M /trunk/gtk/proto_draw.c + M /trunk/epan/dissectors/packet-dcerpc.c + M /trunk/epan/dissectors/packet-dcom-cba-acco.c + M /trunk/epan/dissectors/packet-tcp.c -add a missing #include +tweak some expert infos so they better work with the composite dialog (e.g. remove some minor details) ------------------------------------------------------------------------ -r19385 | etxrab | 2006-09-30 08:50:38 -0700 (Sat, 30 Sep 2006) | 3 lines +r19175 | ulfl | 2006-09-07 13:33:02 -0700 (Thu, 07 Sep 2006) | 1 line 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/epan/dissectors/packet-dcerpc-epm.c -From Reinhard Speyerer: -Update asn1/umts_rrc*/Makefile -for the renamed asn2eth.py -> asn2wrs.py. +add some probable protocol IDs from the DCOM specs ------------------------------------------------------------------------ -r19386 | ulfl | 2006-09-30 11:30:43 -0700 (Sat, 30 Sep 2006) | 1 line +r19174 | ulfl | 2006-09-07 13:30:48 -0700 (Thu, 07 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-http.c + M /trunk/epan/dissectors/packet-dcom-sysact.c + M /trunk/epan/dissectors/packet-dcom.c + M /trunk/epan/dissectors/packet-dcom.h -fix a typo +distinguish between things "ToBeDone" and "NoSpecificationAvailable" as some DCOM things are just unknown and cannot be implemented therefore ------------------------------------------------------------------------ -r19387 | sahlberg | 2006-09-30 13:40:04 -0700 (Sat, 30 Sep 2006) | 6 lines +r19173 | ulfl | 2006-09-07 13:01:07 -0700 (Thu, 07 Sep 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-iscsi.c - -the ahs length inside the AHS for an extended cdb includes the reserved byte before the start of cdb data - -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 - + M /trunk/docbook/Makefile + A /trunk/docbook/check_svn_version.sh +fix bug #842: "make" now won't try to rebuild again if nothing changed since the last make call. +Other minor dependency fixes. +I didn't found a way to implement the SVN version check using make, so using a new shell script instead ... ------------------------------------------------------------------------ -r19388 | sahlberg | 2006-09-30 14:08:27 -0700 (Sat, 30 Sep 2006) | 5 lines +r19172 | lego | 2006-09-07 09:16:51 -0700 (Thu, 07 Sep 2006) | 25 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi-osd.c + M /trunk/epan/make-sminmpec.pl -add dissection of the cdb for service action LIST -(but no decoding of the data in yet) +From Andrew Feren: + This adds some features to update enterprise-numbers from the web. +As used in the Makefile currently + make-sminmpec.pl <infile> <outfile.c> +works exactly the same. Additionally <infile> can be a URL to an infile in +the expected format. ------------------------------------------------------------------------- -r19389 | sahlberg | 2006-09-30 14:49:11 -0700 (Sat, 30 Sep 2006) | 6 lines -Changed paths: - M /trunk/epan/dissectors/packet-iscsi.c +Using the new "-gen" switch will create a new <infile> -fix for header digest detection being broken when AHS is used. +example: +make-sminmpec.pl -gen \ + http://www.iana.org/assignments/enterprise-numbers \ + enterprise-numbers +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 -we simply forgot to account for the AHS when testing to calculate the crc ------------------------------------------------------------------------ -r19390 | ulfl | 2006-10-01 10:59:30 -0700 (Sun, 01 Oct 2006) | 1 line +r19171 | jmayer | 2006-09-07 06:22:45 -0700 (Thu, 07 Sep 2006) | 7 lines Changed paths: - M /trunk/filters.c - M /trunk/filters.h - M /trunk/gtk/filter_dlg.c + M /trunk/tools/pidl/idl.yp + M /trunk/tools/pidl/lib/Parse/Pidl/IDL.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 + +Update from samba tree revision 17666 to 18221 +============================ Samba log start ============ +svn: When specifying working copy paths, only one target may be given +============================ Samba log end ============== + -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 -Changed paths: - M /trunk/gtk/filter_dlg.c -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 +r19170 | sahlberg | 2006-09-07 03:53:32 -0700 (Thu, 07 Sep 2006) | 4 lines 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-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) + + -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) ------------------------------------------------------------------------ -r19393 | martinm | 2006-10-02 03:49:57 -0700 (Mon, 02 Oct 2006) | 1 line +r19169 | jmayer | 2006-09-06 15:59:25 -0700 (Wed, 06 Sep 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-rtp.c + 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. -Set correct length for extensions root ------------------------------------------------------------------------ -r19394 | martinm | 2006-10-02 06:38:13 -0700 (Mon, 02 Oct 2006) | 1 line +r19168 | jmayer | 2006-09-06 15:28:19 -0700 (Wed, 06 Sep 2006) | 10 lines Changed paths: - M /trunk/gtk/menu.c + 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. + +CMakeLists.txt + Add some addiotional stuff regarding options. + Add (non-working) code to generate config.h + Handle GTK1 vs GTK2 and GLIB1 vs GLIB2 -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 +r19167 | jmayer | 2006-09-06 15:14:20 -0700 (Wed, 06 Sep 2006) | 1 line Changed paths: - M /trunk/Makefile.nmake + M /trunk/README.cmake -as noted by Anders Broman: the Win2000 version of copy don't like the /d switch +Add cmake-modules URL ------------------------------------------------------------------------ -r19396 | tuexen | 2006-10-02 12:26:53 -0700 (Mon, 02 Oct 2006) | 2 lines +r19166 | jmayer | 2006-09-06 15:13:52 -0700 (Wed, 06 Sep 2006) | 5 lines Changed paths: - M /trunk/capture_loop.c + M /trunk/cmake/modules/FindGTK2.cmake -Do not show the Windows specific message on non-Windows systems. +Update to newer version of the file from +http://cmake-modules.googlecode.com/svn/trunk/ + +This update adds a license text (dual: GPLv2 and 3 clause BSD) ------------------------------------------------------------------------ -r19397 | ulfl | 2006-10-02 13:59:38 -0700 (Mon, 02 Oct 2006) | 1 line +r19165 | jake | 2006-09-06 14:08:24 -0700 (Wed, 06 Sep 2006) | 2 lines Changed paths: - M /trunk/gtk/filter_dlg.c + M /trunk/epan/enterprise-numbers + +Update enterprise-numbers -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 +r19164 | martinm | 2006-09-06 07:08:40 -0700 (Wed, 06 Sep 2006) | 1 line Changed paths: - M /trunk/color_filters.c + M /trunk/epan/dissectors/packet-umts_fp.c -refactor apply_color_filter() as it was a bit confusing - it will also be a bit faster now - -and some other minor code cleanup +Dissect some more common control messages ------------------------------------------------------------------------ -r19399 | ulfl | 2006-10-02 16:01:33 -0700 (Mon, 02 Oct 2006) | 1 line +r19163 | sahlberg | 2006-09-06 01:36:13 -0700 (Wed, 06 Sep 2006) | 3 lines Changed paths: - M /trunk/color_filters.c - M /trunk/color_filters.h - M /trunk/gtk/color_dlg.c + M /trunk/epan/dissectors/packet-isakmp.c + +fix for the typo in bug 1094 + -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 +r19162 | jmayer | 2006-09-06 01:24:36 -0700 (Wed, 06 Sep 2006) | 10 lines Changed paths: - M /trunk/gtk/capture_file_dlg.c - M /trunk/gtk/color_dlg.h + 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 + -missing mark -> select changes ------------------------------------------------------------------------ -r19401 | gerald | 2006-10-02 16:44:10 -0700 (Mon, 02 Oct 2006) | 4 lines +r19161 | etxrab | 2006-09-05 22:23:38 -0700 (Tue, 05 Sep 2006) | 1 line 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/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). +Add comments about PORTAUDIO API version comment out use of PORTAUDIO library for now. ------------------------------------------------------------------------ -r19402 | etxrab | 2006-10-02 22:48:47 -0700 (Mon, 02 Oct 2006) | 4 lines +r19160 | etxrab | 2006-09-05 22:22:05 -0700 (Tue, 05 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-vnc.c + M /trunk/plugins/megaco/packet-megaco.c -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. +NAME can also contain '_' ------------------------------------------------------------------------ -r19403 | etxrab | 2006-10-02 22:50:28 -0700 (Mon, 02 Oct 2006) | 4 lines +r19159 | etxrab | 2006-09-05 13:35:41 -0700 (Tue, 05 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-newmail.c + M /trunk/Makefile.nmake + M /trunk/config.h.win32 + M /trunk/config.nmake -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. +Handle PORTAUDIO_API_1 and add clean-deps target to distclean. ------------------------------------------------------------------------ -r19404 | lego | 2006-10-03 05:07:10 -0700 (Tue, 03 Oct 2006) | 7 lines +r19158 | jmayer | 2006-09-05 09:09:49 -0700 (Tue, 05 Sep 2006) | 1 line 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 - -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) + M /trunk/epan/dissectors/packet-tftp.c +option name "blksize" is case in-sensitive +------------------------------------------------------------------------ +r19157 | martinm | 2006-09-05 09:06:41 -0700 (Tue, 05 Sep 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-radius.c + M /trunk/epan/dissectors/packet-smrse.c +Make smrse & radius dissectors findable by name ------------------------------------------------------------------------ -r19405 | martinm | 2006-10-03 07:21:07 -0700 (Tue, 03 Oct 2006) | 4 lines +r19156 | martinm | 2006-09-05 09:05:23 -0700 (Tue, 05 Sep 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-umts_fp.c + 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 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) +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 ------------------------------------------------------------------------ -r19406 | lego | 2006-10-03 07:27:45 -0700 (Tue, 03 Oct 2006) | 5 lines +r19155 | jmayer | 2006-09-05 08:58:11 -0700 (Tue, 05 Sep 2006) | 9 lines 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 + M /trunk/epan/dissectors/packet-tftp.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 +Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1092 +Actually, this was a feature request: +Store the value of the blksize option in the conversation data +and use that information to compare whether we have reached the +last packet. + +Includes the cleanup ideas from Ronnie. ------------------------------------------------------------------------ -r19407 | lego | 2006-10-03 10:24:28 -0700 (Tue, 03 Oct 2006) | 10 lines +r19154 | sahlberg | 2006-09-05 08:13:39 -0700 (Tue, 05 Sep 2006) | 9 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/epan/dissectors/packet-windows-common.c -H.248 packages... +fix for bug 1054 -few things to be fixed: -- // comments, -- not every hf_xxx used might be registered +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. -some packages from the current h248 dissector are still missing. +dissect_nt_sid() should be changed to use and return ep allocated memory instead of gmalloced memory ------------------------------------------------------------------------ -r19408 | etxrab | 2006-10-03 11:04:15 -0700 (Tue, 03 Oct 2006) | 1 line +r19153 | sahlberg | 2006-09-05 07:32:15 -0700 (Tue, 05 Sep 2006) | 6 lines Changed paths: - M /trunk/epan/dissectors/packet-xml.c + M /trunk/epan/dissectors/packet-http.c -Add application/media_control+xml ------------------------------------------------------------------------- -r19409 | lego | 2006-10-03 11:07:31 -0700 (Tue, 03 Oct 2006) | 3 lines -Changed paths: - M /trunk/asn1/h248/packet-h248-template.c - M /trunk/epan/dissectors/packet-h248.c +fix for bug 1079 -MSVCC does not like mixing code and variable declarations +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 ------------------------------------------------------------------------ -r19410 | etxrab | 2006-10-03 11:11:55 -0700 (Tue, 03 Oct 2006) | 9 lines +r19152 | jake | 2006-09-05 05:22:44 -0700 (Tue, 05 Sep 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-bacapp.c - M /trunk/epan/dissectors/packet-bacapp.h + M /trunk/epan/dissectors/packet-isakmp.c -From David Richards: -numerous changes, most notably: +Fix for bug 1093, as proposed by Atsushi Fukumoto -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 +r19151 | jmayer | 2006-09-05 05:04:46 -0700 (Tue, 05 Sep 2006) | 1 line Changed paths: - M /trunk/epan/wslua/Makefile.nmake - -Update nmakefile to latest changes. - + M /trunk/README.cmake +Add some links for further reading ------------------------------------------------------------------------ -r19412 | lego | 2006-10-03 11:38:04 -0700 (Tue, 03 Oct 2006) | 4 lines +r19150 | jmayer | 2006-09-05 02:50:45 -0700 (Tue, 05 Sep 2006) | 1 line Changed paths: - M /trunk/asn1/h248/h248.cnf - M /trunk/epan/dissectors/packet-h248.c + 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 -Get it to compile... +propset, add $Id$ and copyright headers +------------------------------------------------------------------------ +r19149 | jmayer | 2006-09-05 02:27:22 -0700 (Tue, 05 Sep 2006) | 7 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 +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. ------------------------------------------------------------------------ -r19413 | ulfl | 2006-10-03 11:39:36 -0700 (Tue, 03 Oct 2006) | 8 lines +r19148 | jmayer | 2006-09-05 02:17:55 -0700 (Tue, 05 Sep 2006) | 8 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 - -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. + M /trunk/acinclude.m4 + M /trunk/gtk/rtp_player.c -As this was a huge internal change, new bugs are very probable - please report. +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. -The implementation isn't still perfect, a new dialog internal list could possibly be removed again. +Adapt acinclude.m4 to provide PORTAUDIO_API_1 and add back the +check_message to indicate *why* we are checking for the type. -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 +r19147 | jmayer | 2006-09-05 02:14:18 -0700 (Tue, 05 Sep 2006) | 1 line Changed paths: - M /trunk/asn1/tcap/packet-tcap-template.c - M /trunk/epan/dissectors/packet-tcap.c + M /trunk/asn1/h248 -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. +Added some files to svn:ignore ------------------------------------------------------------------------ -r19415 | ulfl | 2006-10-03 12:53:10 -0700 (Tue, 03 Oct 2006) | 11 lines +r19146 | guy | 2006-09-05 00:58:14 -0700 (Tue, 05 Sep 2006) | 4 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 - -now: Don't have a Save button in the following settings dialogs: - -- Edit/Preferences -- View/Coloring Rules -- Capture/Capture Filters -- Analyze/Display Filters -- Analyze/Enabled Protocols + M /trunk/gtk/voip_calls_dlg.c -The settings will be automatically saved when pressing the Ok button. +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. -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 +r19145 | etxrab | 2006-09-04 22:38:11 -0700 (Mon, 04 Sep 2006) | 8 lines Changed paths: - M /trunk/gtk/capture_file_dlg.c + M /trunk/epan/dissectors/packet-vnc.c + M /trunk/epan/dissectors/packet-x11-keysym.h -the whole ARGUMENT_CL mimic isn't required any longer - remove it. This should fix compile problems under Unix. ------------------------------------------------------------------------- -r19417 | ulfl | 2006-10-03 13:11:08 -0700 (Tue, 03 Oct 2006) | 1 line -Changed paths: - M /trunk/gtk/color_dlg.c +From Stephen Fisher: +A patch to bring the VNC dissector almost to completion. -fix a bug in the export function +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. ------------------------------------------------------------------------ -r19418 | ulfl | 2006-10-03 14:03:08 -0700 (Tue, 03 Oct 2006) | 1 line +r19144 | guy | 2006-09-04 16:23:16 -0700 (Mon, 04 Sep 2006) | 2 lines 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/gtk/rtp_player.c -As Stephen Fisher noted, the Apply button should also save the changed settings (if the Save button is disabled) ------------------------------------------------------------------------- -r19419 | ulfl | 2006-10-03 14:25:16 -0700 (Tue, 03 Oct 2006) | 1 line -Changed paths: - M /trunk/epan/prefs.c +Comment #endifs so you can tell what they match. -"saying your preferences once ..." -> "applying your preferences once ..." ------------------------------------------------------------------------ -r19420 | etxrab | 2006-10-03 15:12:47 -0700 (Tue, 03 Oct 2006) | 9 lines +r19143 | guy | 2006-09-04 16:22:39 -0700 (Mon, 04 Sep 2006) | 2 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 - -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 ) + M /trunk/gtk/Makefile.common -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. +Build with rtp_player.c. -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 +r19142 | guy | 2006-09-04 16:21:52 -0700 (Mon, 04 Sep 2006) | 3 lines Changed paths: - M /trunk/color_filters.c - M /trunk/file.c + 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 -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. +Add RCS IDs, introductory comments, and multiple-include protection. +Remove extra blank lines. -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 +r19141 | guy | 2006-09-04 16:20:52 -0700 (Mon, 04 Sep 2006) | 3 lines Changed paths: - M /trunk/color_filters.c - M /trunk/color_filters.h - M /trunk/file.c + 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 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 +r19140 | guy | 2006-09-04 15:47:16 -0700 (Mon, 04 Sep 2006) | 7 lines Changed paths: - M /trunk/epan/wslua/Makefile.am + M /trunk/acinclude.m4 -an attempt to fix the Ubuntu buildbot: +AC_CHECK_TYPE outputs a "Checking..." message; we don't need to issue +one ourselves. -ERROR: files left in build directory after distclean: -./epan/wslua/declare_wslua.h -./epan/wslua/register_wslua.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. -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 +r19139 | etxrab | 2006-09-04 14:07:35 -0700 (Mon, 04 Sep 2006) | 4 lines Changed paths: - M /trunk/epan/camel-persistentdata.c - M /trunk/epan/camel-persistentdata.h - M /trunk/tap-camelsrt.c + M /trunk/epan/dissectors/packet-sdp.c -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. +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. ------------------------------------------------------------------------ -r19425 | lego | 2006-10-04 07:37:46 -0700 (Wed, 04 Oct 2006) | 7 lines +r19138 | etxrab | 2006-09-04 13:36:52 -0700 (Mon, 04 Sep 2006) | 1 line 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 - -- 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 + M /trunk/plugins/megaco/packet-megaco.c +Always dissect SDP info to set up RTP conversation. +------------------------------------------------------------------------ +r19137 | etxrab | 2006-09-04 11:11:02 -0700 (Mon, 04 Sep 2006) | 1 line +Changed paths: + M /trunk/Makefile.nmake +Fix a typo for rtp_player ------------------------------------------------------------------------ -r19426 | lego | 2006-10-04 08:31:31 -0700 (Wed, 04 Oct 2006) | 3 lines +r19136 | etxrab | 2006-09-04 11:10:14 -0700 (Mon, 04 Sep 2006) | 14 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_annex_c.c - M /trunk/epan/dissectors/packet-h248_annex_e.c + M /trunk/epan/dissectors/packet-h248.h -more cleanup... almost there... +From Oleg Kostenko: +This patch will add the following functionality to the H.248 + dissector: + + 1. Dissection of properties from Annex C.11 SDP equivalents. + + 2. Dissection of EventNames and SignalNames from Annex E Basic +Packages. + 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. ------------------------------------------------------------------------ -r19427 | etxrab | 2006-10-04 09:02:59 -0700 (Wed, 04 Oct 2006) | 1 line +r19135 | etxrab | 2006-09-04 11:04:10 -0700 (Mon, 04 Sep 2006) | 1 line Changed paths: - M /trunk/Makefile.common - 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 + M /trunk/gtk/rtp_player.c + M /trunk/gtk/rtp_player.h -Finally got it to complie. +Correct some typos and add some comments. ------------------------------------------------------------------------ -r19428 | etxrab | 2006-10-04 10:36:40 -0700 (Wed, 04 Oct 2006) | 3 lines +r19134 | jmayer | 2006-09-04 07:19:12 -0700 (Mon, 04 Sep 2006) | 6 lines Changed paths: - M /trunk/wiretap/iseries.c + 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. + -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. ------------------------------------------------------------------------ -r19429 | etxrab | 2006-10-04 10:43:52 -0700 (Wed, 04 Oct 2006) | 2 lines +r19133 | jmayer | 2006-09-04 07:16:50 -0700 (Mon, 04 Sep 2006) | 7 lines Changed paths: - M /trunk/epan/dissectors/packet-mip6.c - M /trunk/epan/dissectors/packet-mip6.h + 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. + -From Nicolas DICHTEL: -M flag isn't for MCOA, but for HMIP (RFC4140 Section 4.1). ------------------------------------------------------------------------ -r19430 | etxrab | 2006-10-04 11:00:32 -0700 (Wed, 04 Oct 2006) | 7 lines +r19132 | jake | 2006-09-04 07:12:26 -0700 (Mon, 04 Sep 2006) | 13 lines Changed paths: - M /trunk/epan/dissectors/Makefile.common - A /trunk/epan/dissectors/packet-linx.c + M /trunk/epan/dissectors/packet-ppp.c -From Martin Peylo: +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. -dissector for Enea's LINX protocol? +Second, correct the typo "ength" to "length". -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". +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. -Currently they use ethertype 0x9999 which is not registered at IEEE. ------------------------------------------------------------------------ -r19431 | gal | 2006-10-04 11:08:51 -0700 (Wed, 04 Oct 2006) | 3 lines +r19131 | jmayer | 2006-09-04 06:34:48 -0700 (Mon, 04 Sep 2006) | 8 lines Changed paths: - M /trunk/Makefile.nmake + M /trunk/acinclude.m4 + M /trunk/configure.in -Patch for clean, distclean and maintainer-clean targets for U3 packaging. +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 ------------------------------------------------------------------------ -r19432 | lego | 2006-10-04 11:45:26 -0700 (Wed, 04 Oct 2006) | 8 lines +r19130 | martinm | 2006-09-04 04:04:14 -0700 (Mon, 04 Sep 2006) | 2 lines Changed paths: - M /trunk/epan/wslua/wslua_gui.c - M /trunk/gtk/funnel_stat.c + 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/wiretap/catapult_dct2000.c + M /trunk/wiretap/wtap.h -Misterious bug with cf_read() solved... had nothing to do with cf_read :) +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. -the callback data for TextWindow buttons was ep_allocated! -after cf_read() it was reused and so it was rewritten... +------------------------------------------------------------------------ +r19129 | sahlberg | 2006-09-04 01:18:52 -0700 (Mon, 04 Sep 2006) | 8 lines +Changed paths: + M /trunk/epan/dissectors/packet-kerberos.c + M /trunk/epan/dissectors/packet-kerberos4.c -fix that making it g_malloced instead. +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. + +this fixes a recent bug found on the heimdal list. ------------------------------------------------------------------------- -r19433 | gerald | 2006-10-04 13:53:18 -0700 (Wed, 04 Oct 2006) | 2 lines -Changed paths: - M /trunk/configure.in -Fix the version. ------------------------------------------------------------------------ -r19434 | etxrab | 2006-10-04 14:52:35 -0700 (Wed, 04 Oct 2006) | 6 lines +r19128 | sahlberg | 2006-09-04 00:44:30 -0700 (Mon, 04 Sep 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-h248.h + M /trunk/epan/dissectors/packet-kerberos4.c -Put back the bugfixes froim Revision 19190/19356 -Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091 +make the heuristics for detecting kerberos4 stronger -"h248_handle was declared localy, udp port was not added at register. -Added a few more packagenames." ------------------------------------------------------------------------- -r19435 | jake | 2006-10-04 15:01:58 -0700 (Wed, 04 Oct 2006) | 7 lines -Changed paths: - M /trunk/epan/dissectors/packet-linx.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 ------------------------------------------------------------------------ -r19436 | etxrab | 2006-10-04 15:43:38 -0700 (Wed, 04 Oct 2006) | 1 line +r19127 | jmayer | 2006-09-03 08:41:42 -0700 (Sun, 03 Sep 2006) | 3 lines 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 + M /trunk/gtk/rtp_player.c + +Ad $Id: ?\194?\167 and reorder and reformat some comments in the header. + -Added the possibillity of Statistic pkg as well. ------------------------------------------------------------------------ -r19437 | etxrab | 2006-10-04 15:49:40 -0700 (Wed, 04 Oct 2006) | 2 lines +r19126 | etxrab | 2006-09-02 16:21:59 -0700 (Sat, 02 Sep 2006) | 1 line Changed paths: M /trunk/plugins/megaco/packet-megaco.c -Start to make the output from the dissector more like the actual -data. +Comment out debug code. ------------------------------------------------------------------------ -r19438 | jake | 2006-10-05 04:35:41 -0700 (Thu, 05 Oct 2006) | 2 lines +r19125 | sahlberg | 2006-09-02 16:18:38 -0700 (Sat, 02 Sep 2006) | 15 lines Changed paths: - M /trunk/epan/dissectors/packet-kerberos.c + 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 -Patch in bug 1149, adds DCE-style flag for gss-api +From David Buechi +New protocol: epl v1 ------------------------------------------------------------------------- -r19439 | martinm | 2006-10-05 07:10:10 -0700 (Thu, 05 Oct 2006) | 3 lines -Changed paths: - M /trunk/epan/dissectors/packet-catapult-dct2000.c - M /trunk/epan/dissectors/packet-umts_fp.c -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). +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. + +Best Regards, +David ------------------------------------------------------------------------- -r19440 | lego | 2006-10-05 09:25:13 -0700 (Thu, 05 Oct 2006) | 4 lines -Changed paths: - M /trunk/epan/funnel.h - M /trunk/epan/wslua/wslua_gui.c - M /trunk/gtk/funnel_stat.c -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 +r19124 | etxrab | 2006-09-02 09:56:22 -0700 (Sat, 02 Sep 2006) | 1 line Changed paths: - M /trunk/plugins/Makefile.nmake + M /trunk/plugins/megaco/packet-megaco.c -Remove entries for the lua plugin as it's not used any more. +Packages can have digits and '/' in their names... ------------------------------------------------------------------------ -r19442 | gerald | 2006-10-06 10:39:39 -0700 (Fri, 06 Oct 2006) | 2 lines +r19123 | etxrab | 2006-09-02 09:55:31 -0700 (Sat, 02 Sep 2006) | 1 line Changed paths: - M /trunk/Makefile.common - -Add airpcap.h to the distribution. + M /trunk/Makefile.nmake +Include codecs in the all target. ------------------------------------------------------------------------ -r19443 | gerald | 2006-10-06 10:50:51 -0700 (Fri, 06 Oct 2006) | 2 lines +r19122 | etxrab | 2006-09-02 09:05:03 -0700 (Sat, 02 Sep 2006) | 1 line Changed paths: - M /trunk/Makefile.am - -Add the u3 packaging directory to the distribution. + M /trunk/plugins/megaco/packet-megaco.c +Remove some extra output for MediaDescriptor. ------------------------------------------------------------------------ -r19444 | jake | 2006-10-06 12:18:55 -0700 (Fri, 06 Oct 2006) | 4 lines +r19121 | etxrab | 2006-09-02 08:50:24 -0700 (Sat, 02 Sep 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-bgp.c + M /trunk/plugins/megaco/packet-megaco.c -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. +Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1080. ------------------------------------------------------------------------ -r19445 | etxrab | 2006-10-06 12:48:00 -0700 (Fri, 06 Oct 2006) | 2 lines +r19120 | etxrab | 2006-09-02 07:18:47 -0700 (Sat, 02 Sep 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_annex_c.c - M /trunk/epan/dissectors/packet-h248_annex_e.c - M /trunk/epan/dissectors/packet-isup.c + M /trunk/Makefile.nmake + M /trunk/codecs/Makefile.nmake + M /trunk/gtk/Makefile.nmake -Add a few packages and fix dissecton of a_codecs and handle the case when -hf_param = -1. +Fix path and name. ------------------------------------------------------------------------ -r19446 | jmayer | 2006-10-07 07:24:32 -0700 (Sat, 07 Oct 2006) | 9 lines +r19119 | sahlberg | 2006-09-02 04:46:15 -0700 (Sat, 02 Sep 2006) | 6 lines Changed paths: - M /trunk/config.nmake - M /trunk/gtk/Makefile.nmake - M /trunk/gtk/rtp_player.c + M /trunk/epan/dissectors/packet-gssapi.c -Alejandro Vaquero: - Add portaudio v19 support in addition to v18: +add primitive reassembly of gssapi + +this will allow reassembly of gssapi blobs that span multiple smb/sessionsetup command pdus - 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. ------------------------------------------------------------------------ -r19447 | jmayer | 2006-10-07 07:48:04 -0700 (Sat, 07 Oct 2006) | 14 lines +r19118 | guy | 2006-09-02 00:18:16 -0700 (Sat, 02 Sep 2006) | 9 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/codecs/G711a/G711adecode.h + M /trunk/codecs/G711u/G711udecode.h + M /trunk/gtk/rtp_player.c + M /trunk/gtk/rtp_player.h -Stephen Fisher: - packet-cisco-wireless.c is actually trying to dissect WLCCP: +Squelch compiler warnings, and get rid of unused variables and +declarations. -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. +Define functions with no arguments as such. -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. +Clean up white space. + +Declare tables in the codec .h files. ------------------------------------------------------------------------ -r19448 | ulfl | 2006-10-07 15:41:17 -0700 (Sat, 07 Oct 2006) | 1 line +r19117 | guy | 2006-09-01 23:39:43 -0700 (Fri, 01 Sep 2006) | 4 lines Changed paths: - M /trunk/airpcap_loader.c + 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 + +Move the codecs into a top-level "codecs" subdirectory; there's no +guarantee that all programs using the codecs will necessarily be using +GTK+. -don't crash, if airpcap.dll isn't available ------------------------------------------------------------------------ -r19449 | sahlberg | 2006-10-07 21:13:18 -0700 (Sat, 07 Oct 2006) | 5 lines +r19116 | guy | 2006-09-01 23:39:09 -0700 (Fri, 01 Sep 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-iscsi.c - M /trunk/epan/dissectors/packet-scsi-osd.c + M /trunk/epan/filesystem.c -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 +Clean up indentation, etc. -scsi-osd add dissection of LIST data pdus and CREATE cdb +------------------------------------------------------------------------ +r19115 | guy | 2006-09-01 23:38:21 -0700 (Fri, 01 Sep 2006) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-wtls.c +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. ------------------------------------------------------------------------ -r19450 | sahlberg | 2006-10-07 21:48:24 -0700 (Sat, 07 Oct 2006) | 4 lines +r19114 | guy | 2006-09-01 23:36:42 -0700 (Fri, 01 Sep 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi-osd.c + M /trunk/epan/dissectors/packet-dcerpc.c -scsi osd -collapse attripute parameters, capability and security parameters into subtrees to make the display easier to read +Add brackets to squelch a compiler warning. +Fix indentation. ------------------------------------------------------------------------ -r19451 | jake | 2006-10-08 00:54:06 -0700 (Sun, 08 Oct 2006) | 1 line +r19113 | sahlberg | 2006-09-01 19:03:26 -0700 (Fri, 01 Sep 2006) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-ssl.c + 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 + + -Fix for bug 1153, typos in debug output ------------------------------------------------------------------------ -r19452 | sahlberg | 2006-10-08 12:11:39 -0700 (Sun, 08 Oct 2006) | 4 lines +r19112 | sahlberg | 2006-09-01 17:43:19 -0700 (Fri, 01 Sep 2006) | 18 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi-osd.c + M /trunk/epan/dissectors/packet-gssapi.c -dissect attribute get/set data in data in/out blobs and display them for now as a blob. +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. +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. ------------------------------------------------------------------------- -r19453 | sahlberg | 2006-10-08 12:54:01 -0700 (Sun, 08 Oct 2006) | 8 lines -Changed paths: - M /trunk/epan/dissectors/packet-scsi-osd.c +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. :-( -add some more SCSI OSD command dissectors +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. -REMOVE -REMOVE PARTITION -REMOVE COLELCTION -SET KEY + +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) ------------------------------------------------------------------------- -r19454 | etxrab | 2006-10-08 13:57:20 -0700 (Sun, 08 Oct 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 -H248: -Lost a line in last commit. -ISUP Export a value string. ------------------------------------------------------------------------ -r19455 | ulfl | 2006-10-08 15:24:46 -0700 (Sun, 08 Oct 2006) | 3 lines +r19111 | sahlberg | 2006-09-01 17:24:31 -0700 (Fri, 01 Sep 2006) | 4 lines Changed paths: - M /trunk/test/config.sh - M /trunk/test/suite-capture.sh + M /trunk/epan/dissectors/packet-gssapi.c + +remove a comment with dead code +remove three pointless volatile declarations -change the binary path to current windows debug dir: wireshark-gtk2 -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 +r19110 | sahlberg | 2006-09-01 17:17:35 -0700 (Fri, 01 Sep 2006) | 6 lines Changed paths: - M /trunk/capture_loop.c - M /trunk/capture_loop.h - M /trunk/tshark.c + M /trunk/epan/dissectors/packet-gssapi.c + +always create a conversation for gssapi + +we will need a conversation in more places once we start adding reassembly of gss-krb blobs that span multiple pdus (smb/sessionsetup) -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? -well, there didn't seem to be, so I've made a patch which does exactly this, and which fixes the problem. ------------------------------------------------------------------------ -r19457 | ulfl | 2006-10-08 15:57:32 -0700 (Sun, 08 Oct 2006) | 5 lines +r19108 | etxrab | 2006-09-01 09:17:48 -0700 (Fri, 01 Sep 2006) | 2 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 + M /trunk/asn1/camel/packet-camel-template.c + M /trunk/epan/dissectors/packet-camel.c -ULFL: as mkfifo isn't available on Win32 (not even cygwin), make this test configurable in config.sh +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. ------------------------------------------------------------------------ -r19458 | wmeier | 2006-10-08 19:07:44 -0700 (Sun, 08 Oct 2006) | 1 line +r19107 | jmayer | 2006-08-31 21:26:53 -0700 (Thu, 31 Aug 2006) | 7 lines Changed paths: - M /trunk/Makefile.nmake + M /trunk/gtk/codecs + M /trunk/gtk/codecs/Makefile.am + +- 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. -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 +r19106 | ulfl | 2006-08-31 16:00:44 -0700 (Thu, 31 Aug 2006) | 1 line Changed paths: - M /trunk/tools/lex.py - M /trunk/tools/yacc.py + M /trunk/epan/dissectors/packet-tcp.c -Ply updated to version 2.1 +mark the "short segment" message field as generated and add an expert_info to it ------------------------------------------------------------------------ -r19460 | sahlberg | 2006-10-09 01:31:04 -0700 (Mon, 09 Oct 2006) | 12 lines +r19105 | ulfl | 2006-08-31 15:58:22 -0700 (Thu, 31 Aug 2006) | 1 line Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/packet-scsi-osd.c + M /trunk/epan/dissectors/packet-icq.c -from Joe Breher +use an expert_info instead of an fprintf to show an undecoded message (fprintf won't work on windows as usually no console available) +------------------------------------------------------------------------ +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 -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 +move value_strings from expert_dialogs into expert.c to remove duplicates +keep the highest severity level of the current file (experimental) +------------------------------------------------------------------------ +r19103 | jmayer | 2006-08-31 06:14:48 -0700 (Thu, 31 Aug 2006) | 5 lines +Changed paths: + M /trunk/epan/Makefile.am + M /trunk/epan/dissectors/Makefile.am +Albert Chin: +Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1078 +------------------------------------------------------------------------ +r19102 | jmayer | 2006-08-31 06:12:09 -0700 (Thu, 31 Aug 2006) | 1 line +Changed paths: + M /trunk/Makefile.am +don't recycle ethereal-icons ------------------------------------------------------------------------ -r19461 | gerald | 2006-10-09 11:47:42 -0700 (Mon, 09 Oct 2006) | 10 lines +r19101 | sahlberg | 2006-08-31 05:13:12 -0700 (Thu, 31 Aug 2006) | 12 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.am + M /trunk/gtk/codecs/Makefile.am -Make preparations for running under Buildbot: +dont include config.nmake in the codecs makefile it appears it is not needed - - Check for an "all" argument at startup. If it's present, - then proceed with testing. - - 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. +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 + + +making unix/linux build work again + - - Add a "Skipped" result. ------------------------------------------------------------------------ -r19462 | sahlberg | 2006-10-09 12:35:36 -0700 (Mon, 09 Oct 2006) | 6 lines +r19100 | sahlberg | 2006-08-31 02:37:02 -0700 (Thu, 31 Aug 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi-osd.c - -From Joe Breher + M /trunk/gtk/codecs/Makefile.am -dissect the permission bits in the capability blob +the commands for a rule in a amkefile must in classical makefiles start with a TAB not with spaces. ------------------------------------------------------------------------ -r19463 | etxrab | 2006-10-09 13:22:31 -0700 (Mon, 09 Oct 2006) | 1 line +r19099 | jake | 2006-08-30 23:58:29 -0700 (Wed, 30 Aug 2006) | 1 line Changed paths: - A /trunk/asn1/h248/h248v3.asn + M /trunk/gtk/codecs/Makefile.am -Add ASN1 for H248 v3. The aim is to replace the current asn1 file after some more testing. +Remove trailing backslash from CFLAGS ------------------------------------------------------------------------ -r19464 | gerald | 2006-10-09 13:31:48 -0700 (Mon, 09 Oct 2006) | 2 lines +r19098 | ulfl | 2006-08-30 18:50:11 -0700 (Wed, 30 Aug 2006) | 3 lines Changed paths: - M /trunk/test/test-backend.sh - M /trunk/test/test.sh + M /trunk/config.nmake -Return 1 on failure. +a huge redesign of the settings in config.nmake +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. ------------------------------------------------------------------------ -r19465 | ulfl | 2006-10-09 15:32:50 -0700 (Mon, 09 Oct 2006) | 1 line +r19097 | ulfl | 2006-08-30 16:27:37 -0700 (Wed, 30 Aug 2006) | 1 line Changed paths: - M /trunk/epan/wslua/Makefile.nmake + M /trunk/config.nmake -add some missing files to the clean target + 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) ------------------------------------------------------------------------ -r19466 | gerald | 2006-10-09 16:28:30 -0700 (Mon, 09 Oct 2006) | 3 lines +r19096 | ulfl | 2006-08-30 16:25:15 -0700 (Wed, 30 Aug 2006) | 1 line Changed paths: - M /trunk/test/config.sh - -Pick up TRAFFIC_CAPTURE_IFACE from the environment if it's set, otherwise -use a default value. + M /trunk/packaging/nsis/Makefile.nmake + 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) ------------------------------------------------------------------------ -r19467 | gerald | 2006-10-09 17:28:53 -0700 (Mon, 09 Oct 2006) | 5 lines +r19095 | ulfl | 2006-08-30 15:26:34 -0700 (Wed, 30 Aug 2006) | 1 line 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 - -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. + M /trunk/Makefile.nmake +fix a suspected typo of the portaudio commit ------------------------------------------------------------------------ -r19468 | gerald | 2006-10-09 17:30:49 -0700 (Mon, 09 Oct 2006) | 2 lines +r19094 | etxrab | 2006-08-30 14:51:31 -0700 (Wed, 30 Aug 2006) | 8 lines Changed paths: - M /trunk/epan/dissectors/packet-ieee80211.c - -Remove a leftover printf. + 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" ------------------------------------------------------------------------ -r19469 | guy | 2006-10-10 00:35:47 -0700 (Tue, 10 Oct 2006) | 3 lines +r19093 | etxrab | 2006-08-30 13:50:37 -0700 (Wed, 30 Aug 2006) | 8 lines Changed paths: - M /trunk/epan/dissectors/packet-h248_annex_e.c - -Get rid of CR's at the ends of lines, set svn:keywords and svn:eol-style -appropriately. + A /trunk/gtk/rtp_player.c + A /trunk/gtk/rtp_player.h +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" ------------------------------------------------------------------------ -r19470 | guy | 2006-10-10 01:07:14 -0700 (Tue, 10 Oct 2006) | 2 lines +r19092 | etxrab | 2006-08-30 13:47:16 -0700 (Wed, 30 Aug 2006) | 2 lines Changed paths: - M /trunk/color_filters.c + 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 -Fix some compiler warnings. +From Alejandro Vaquero: +The "codecs" +------------------------------------------------------------------------ +r19091 | ulfl | 2006-08-30 13:45:13 -0700 (Wed, 30 Aug 2006) | 5 lines +Changed paths: + M /trunk/gtk/win32-file-dlg.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) ------------------------------------------------------------------------ -r19471 | guy | 2006-10-10 01:08:17 -0700 (Tue, 10 Oct 2006) | 2 lines +r19090 | ulfl | 2006-08-30 13:38:17 -0700 (Wed, 30 Aug 2006) | 3 lines Changed paths: - M /trunk/tap-funnel.c + M /trunk/gtk/menu.c -Squelch a compiler warning, and clean up indentation. +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) +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 ------------------------------------------------------------------------ -r19472 | guy | 2006-10-10 01:09:11 -0700 (Tue, 10 Oct 2006) | 2 lines +r19089 | ulfl | 2006-08-30 13:27:12 -0700 (Wed, 30 Aug 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-linx.c + M /trunk/gtk/help_dlg.c + M /trunk/gtk/help_dlg.h + M /trunk/gtk/print_dlg.c -Get rid of an unused variable. +add some file dialog related help pages +use file related instead of print related help pages for the export dialogs ------------------------------------------------------------------------ -r19473 | guy | 2006-10-10 01:10:42 -0700 (Tue, 10 Oct 2006) | 2 lines +r19088 | ulfl | 2006-08-30 13:24:49 -0700 (Wed, 30 Aug 2006) | 1 line Changed paths: - M /trunk/asn1/h248/packet-h248-template.c - M /trunk/epan/dissectors/packet-h248.c + M /trunk/gtk/capture_if_dlg.c -Clean up some compiler warnings. +seems the height offset 16 seems a bit too small to prevent a scrollbar, using 20 instead +------------------------------------------------------------------------ +r19087 | etxrab | 2006-08-30 12:27:54 -0700 (Wed, 30 Aug 2006) | 3 lines +Changed paths: + D /trunk/plugins/listen_rtp +From Alejandro Vaquero: +- The current "/plugin/listen_rtp" directory should be removed from the +source ------------------------------------------------------------------------ -r19474 | guy | 2006-10-10 01:12:04 -0700 (Tue, 10 Oct 2006) | 2 lines +r19086 | kukosa | 2006-08-30 03:03:50 -0700 (Wed, 30 Aug 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-tcp.c -Squelch a compiler warning. +flags have only 1 byte +------------------------------------------------------------------------ +r19085 | martinm | 2006-08-30 02:48:12 -0700 (Wed, 30 Aug 2006) | 1 line +Changed paths: + M /trunk/gtk/sip_stat.c + M /trunk/tap-sipstat.c +Add SIP response code 494 from RFC 3329 ------------------------------------------------------------------------ -r19475 | guy | 2006-10-10 01:12:40 -0700 (Tue, 10 Oct 2006) | 2 lines +r19084 | kukosa | 2006-08-30 00:31:36 -0700 (Wed, 30 Aug 2006) | 1 line Changed paths: - M /trunk/epan/camel-persistentdata.c + M /trunk/epan/dissectors/packet-ssl.c -Include "epan/tap.h" to declare a function we use. +display Random as a single item with two subitems +------------------------------------------------------------------------ +r19083 | etxrab | 2006-08-29 22:03:16 -0700 (Tue, 29 Aug 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-clnp.c +Remove debugcode left by mistake... ------------------------------------------------------------------------ -r19476 | guy | 2006-10-10 01:13:16 -0700 (Tue, 10 Oct 2006) | 3 lines +r19082 | etxrab | 2006-08-29 15:18:39 -0700 (Tue, 29 Aug 2006) | 1 line Changed paths: - M /trunk/gtk/color_dlg.c + M /trunk/epan/dissectors/packet-clnp.c -Get rid of declarations of functions that are no longer defined or used -in this file. +Add CLNP over TCP over TPKT dissection. The port number is by default set to 0. +------------------------------------------------------------------------ +r19081 | ulfl | 2006-08-29 14:12:45 -0700 (Tue, 29 Aug 2006) | 1 line +Changed paths: + M /trunk/gtk/Makefile.common +sort the u3.c file into the list alphabetically ------------------------------------------------------------------------ -r19477 | guy | 2006-10-10 01:13:56 -0700 (Tue, 10 Oct 2006) | 2 lines +r19080 | ulfl | 2006-08-29 14:09:32 -0700 (Tue, 29 Aug 2006) | 1 line Changed paths: - M /trunk/gtk/color_edit_dlg.c + M /trunk/gtk/fileset_dlg.c -Include <string.h> to declare string functions we use. +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. +------------------------------------------------------------------------ +r19079 | ulfl | 2006-08-29 14:06:36 -0700 (Tue, 29 Aug 2006) | 1 line +Changed paths: + M /trunk/gtk/Makefile.am +add u3.h to the distribution files (hopefully this fixes ubuntu buildbot distcheck) ------------------------------------------------------------------------ -r19478 | jake | 2006-10-10 12:00:50 -0700 (Tue, 10 Oct 2006) | 1 line +r19078 | ulfl | 2006-08-29 14:03:33 -0700 (Tue, 29 Aug 2006) | 1 line Changed paths: - M /trunk/gtk/main.c - M /trunk/version_info.c + M /trunk/fileset.c -Don't let PortAudio skip the queue on the about dialog ;) +fix a minor bug: don't show a single file twice in the fileset dialog ------------------------------------------------------------------------ -r19479 | gerald | 2006-10-10 13:55:38 -0700 (Tue, 10 Oct 2006) | 3 lines +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 -Add command-line options: -c disables color, -h prints help, -s runs -a suite. +use unique variable names to prevent "global variable" side effects -> endless repeating tests of subsections +------------------------------------------------------------------------ +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 ------------------------------------------------------------------------ -r19480 | sahlberg | 2006-10-10 14:00:35 -0700 (Tue, 10 Oct 2006) | 5 lines +r19075 | jake | 2006-08-29 09:54:39 -0700 (Tue, 29 Aug 2006) | 1 line 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 + M /trunk/epan/addr_resolv.c -From Paolo Abeni +Fix for bug 795: handle CR as line end as well +------------------------------------------------------------------------ +r19074 | jmayer | 2006-08-29 09:31:00 -0700 (Tue, 29 Aug 2006) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-alcap.c -USB dissector +Florent DROUIN <florent.drouin@alcatel.fr>: +Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1077 ------------------------------------------------------------------------ -r19481 | gerald | 2006-10-10 14:15:19 -0700 (Tue, 10 Oct 2006) | 2 lines +r19073 | gmorris | 2006-08-29 01:45:53 -0700 (Tue, 29 Aug 2006) | 114 lines Changed paths: - M /trunk/docbook/release-notes.xml + 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 -Prep for the 0.99.4 release. +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. ------------------------------------------------------------------------ -r19482 | etxrab | 2006-10-10 14:46:44 -0700 (Tue, 10 Oct 2006) | 1 line +r19072 | kukosa | 2006-08-29 01:33:52 -0700 (Tue, 29 Aug 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-usb.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 -u_int32_t gives error on Windows assuming guint32 will do. +get rid of few warnings ------------------------------------------------------------------------ -r19483 | etxrab | 2006-10-10 14:50:19 -0700 (Tue, 10 Oct 2006) | 1 line +r19071 | gerald | 2006-08-28 19:19:27 -0700 (Mon, 28 Aug 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/dissectors/Makefile.common + +Add a missing file. -Remove no longer used files. ------------------------------------------------------------------------ -r19484 | etxrab | 2006-10-10 14:52:52 -0700 (Tue, 10 Oct 2006) | 1 line +r19070 | ulfl | 2006-08-28 17:15:09 -0700 (Mon, 28 Aug 2006) | 5 lines Changed paths: - M /trunk/epan/dissectors/Makefile.common - A /trunk/epan/dissectors/packet-h248_q1950.c + M /trunk/doc/README.developer -Add H.248 packet BCP dissecton. +from Stephen Fisher: + +"I ran doc/README.developer through a spell checker and conservatively +changed misspelled words. Attached is a compressed patch with the +corrections." ------------------------------------------------------------------------ -r19485 | etxrab | 2006-10-10 14:56:10 -0700 (Tue, 10 Oct 2006) | 1 line +r19069 | ulfl | 2006-08-28 15:54:12 -0700 (Mon, 28 Aug 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-h248_3gpp.c + M /trunk/gtk/prefs_dlg.c -Fix a typo. +fix #1061: the logic to search for a specific protocol page was missing the changes of the scrollable window indirection ------------------------------------------------------------------------ -r19486 | gerald | 2006-10-10 15:46:58 -0700 (Tue, 10 Oct 2006) | 4 lines +r19068 | gerald | 2006-08-28 15:52:26 -0700 (Mon, 28 Aug 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-ipsec.c + M /trunk/epan/dissectors/Makefile.common -Simplify the preference string allocation code. Shorten the comments, -which (as Ulf pointed out) reduces the size of the prefs file -significantly. +Fix a typo. ------------------------------------------------------------------------ -r19487 | gerald | 2006-10-10 17:37:29 -0700 (Tue, 10 Oct 2006) | 3 lines +r19067 | ulfl | 2006-08-28 15:23:18 -0700 (Mon, 28 Aug 2006) | 1 line Changed paths: - M /trunk/epan/prefs.c - M /trunk/epan/prefs.h + M /trunk/docbook/wsug_src/WSUG_chapter_work.xml -Add prefs_apply(), which lets us apply preferences (specifically, -trigger a module's callback) for a specific module. +fix a minor typo +------------------------------------------------------------------------ +r19066 | ulfl | 2006-08-28 14:14:36 -0700 (Mon, 28 Aug 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-dcom.c +add a new this/that flag value ------------------------------------------------------------------------ -r19488 | etxrab | 2006-10-10 23:11:54 -0700 (Tue, 10 Oct 2006) | 14 lines +r19065 | ulfl | 2006-08-28 14:13:37 -0700 (Mon, 28 Aug 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-ppp.c + M /trunk/epan/dissectors/packet-dcerpc.c -From Donald White: -An enhancement to the PPP multiplexing protocol -dissector in protocol-ppp.c. There are two changes: +minor format string change +------------------------------------------------------------------------ +r19064 | ulfl | 2006-08-28 14:12:44 -0700 (Mon, 28 Aug 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-epm.c - 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. +add some more right-hand-side infos of the tower data +------------------------------------------------------------------------ +r19063 | ulfl | 2006-08-28 14:11:10 -0700 (Mon, 28 Aug 2006) | 1 line +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml - 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. +add information about remote traffic capture filter ------------------------------------------------------------------------ -r19489 | ulfl | 2006-10-11 00:31:01 -0700 (Wed, 11 Oct 2006) | 1 line +r19062 | jake | 2006-08-28 12:15:08 -0700 (Mon, 28 Aug 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-media.c + M /trunk/epan/dissectors/packet-udp.c -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. +Fix length check for IP packets with options. ------------------------------------------------------------------------ -r19490 | sahlberg | 2006-10-11 01:18:14 -0700 (Wed, 11 Oct 2006) | 7 lines +r19061 | jmayer | 2006-08-28 09:55:03 -0700 (Mon, 28 Aug 2006) | 7 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 + M /trunk/epan/dissectors/packet-ppp.c -fix for 1148 +Donald White <donald_white@qwest.net> -pretty horrible hack to store an ntlmssp blob inside an ldap string +There is a small bug in the function dissect_ppp() which prevents proper +demuxing of packets. Patch is attached. -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 +r19060 | gmorris | 2006-08-28 05:24:24 -0700 (Mon, 28 Aug 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-usb.c + M /trunk/epan/dissectors/packet-srvloc.c -from Paolo A +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. -update the usb dissector to reflect the recent change in the pcap format +------------------------------------------------------------------------ +r19059 | kukosa | 2006-08-28 00:05:02 -0700 (Mon, 28 Aug 2006) | 5 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 +- 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() ------------------------------------------------------------------------ -r19492 | sahlberg | 2006-10-11 03:38:59 -0700 (Wed, 11 Oct 2006) | 3 lines +r19058 | etxrab | 2006-08-27 22:32:16 -0700 (Sun, 27 Aug 2006) | 1 line 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/epan/dissectors/packet-gtp.c -move the ITL and the ITLQ structure to packet-scsi.h where it belongs +More release 6 changes. +------------------------------------------------------------------------ +r19057 | gerald | 2006-08-27 19:06:28 -0700 (Sun, 27 Aug 2006) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-image-png.c +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. + +Fix up whitespace. ------------------------------------------------------------------------ -r19493 | sahlberg | 2006-10-11 04:32:56 -0700 (Wed, 11 Oct 2006) | 7 lines +r19056 | etxrab | 2006-08-27 13:30:01 -0700 (Sun, 27 Aug 2006) | 1 line 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/epan/dissectors/packet-bssgp.c + M /trunk/epan/dissectors/packet-bssgp.h + M /trunk/epan/dissectors/packet-gtp.c -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. +Do some more of the relase 6 stuff. +------------------------------------------------------------------------ +r19055 | etxrab | 2006-08-27 12:15:20 -0700 (Sun, 27 Aug 2006) | 1 line +Changed paths: + M /trunk/gtk/stats_tree_stat.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. +Fixa a typo. +------------------------------------------------------------------------ +r19054 | ulfl | 2006-08-27 05:35:26 -0700 (Sun, 27 Aug 2006) | 3 lines +Changed paths: + M /trunk/gtk/print_mswin.c +fix #707: "It's not possible to print each packet on a new page" +Win32: detect "form feed" char and create a new page in that case +------------------------------------------------------------------------ +r19053 | ulfl | 2006-08-27 04:46:02 -0700 (Sun, 27 Aug 2006) | 1 line +Changed paths: + M /trunk/doc/README.capture + M /trunk/docbook/wsug_src/WSUG_app_howitworks.xml + M /trunk/help/capturing.txt +fix #1063, some leftover typo's: Etheral -> Wireshark ------------------------------------------------------------------------ -r19494 | guy | 2006-10-11 10:01:51 -0700 (Wed, 11 Oct 2006) | 5 lines +r19052 | ulfl | 2006-08-27 04:27:47 -0700 (Sun, 27 Aug 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-ndps.c + 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 -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. +squelch some compiler warnings +------------------------------------------------------------------------ +r19051 | ulfl | 2006-08-27 03:41:30 -0700 (Sun, 27 Aug 2006) | 1 line +Changed paths: + M /trunk/gtk/capture_if_dlg.c + M /trunk/gtk/gui_utils.c + M /trunk/gtk/gui_utils.h +fix a warning by removing now unused code ------------------------------------------------------------------------ -r19495 | sahlberg | 2006-10-11 13:00:43 -0700 (Wed, 11 Oct 2006) | 12 lines +r19050 | gal | 2006-08-27 02:03:21 -0700 (Sun, 27 Aug 2006) | 4 lines Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/packet-scsi.c + 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 -From Patrick vd Lageweg +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 "...". +------------------------------------------------------------------------ +r19049 | gal | 2006-08-27 01:31:29 -0700 (Sun, 27 Aug 2006) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-tpkt.c -Hi, +Register tpkt as a dissector so subdissectors can register tpkt on ports other than 102. -This patch impelments a dissect for the SCSI SSC Medium Partition Page. +------------------------------------------------------------------------ +r19048 | gal | 2006-08-27 01:19:55 -0700 (Sun, 27 Aug 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 -Patrick +Support for X.500 strong authentication - used by DAP, DISP, DSP and DOP. ------------------------------------------------------------------------ -r19496 | sahlberg | 2006-10-11 13:03:44 -0700 (Wed, 11 Oct 2006) | 11 lines +r19047 | guy | 2006-08-26 11:36:09 -0700 (Sat, 26 Aug 2006) | 10 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi.c - -From Patrick vd Lageweg + M /trunk/capture_loop.c + M /trunk/capture_opts.c + M /trunk/capture_opts.h + M /trunk/gtk/main.c + M /trunk/tshark.c -Hi, +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. -This patch fixes the page number user for the "write error couner page". +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. +------------------------------------------------------------------------ +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 +U3 packaging, utility and Wireshark modifications that allows Wireshark to be run from a U3 USB device. +For more details see packaging/u3/win32/README.txt ------------------------------------------------------------------------ -r19497 | sahlberg | 2006-10-11 13:05:27 -0700 (Wed, 11 Oct 2006) | 8 lines +r19045 | sahlberg | 2006-08-26 05:26:19 -0700 (Sat, 26 Aug 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi.c + M /trunk/epan/dissectors/packet-image-png.c -From Patrick vd Lageweg +two more chunks -Hi, -This patch makes several bit fields in the LOG SELECT command being displayed as bits instead of as numbers. +------------------------------------------------------------------------ +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 ------------------------------------------------------------------------ -r19498 | gerald | 2006-10-11 13:34:05 -0700 (Wed, 11 Oct 2006) | 2 lines +r19043 | ulfl | 2006-08-26 04:03:41 -0700 (Sat, 26 Aug 2006) | 1 line Changed paths: - M /trunk/epan/libwireshark.def - -Export the recent prefs changes. + M /trunk/docbook/wsug_src/WSUG_chapter_work.xml +rework the pop-up menu section ------------------------------------------------------------------------ -r19499 | gerald | 2006-10-11 16:25:51 -0700 (Wed, 11 Oct 2006) | 3 lines +r19042 | sahlberg | 2006-08-26 02:16:38 -0700 (Sat, 26 Aug 2006) | 4 lines Changed paths: - M /trunk/gtk/graph_analysis.c + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-image-png.c + +initial PNG dissector (Portable Network Graphics) + -When dumping the graph data to a file, don't walk past the end of a buffer. -Should fix bug 396. ------------------------------------------------------------------------ -r19500 | gerald | 2006-10-11 16:53:19 -0700 (Wed, 11 Oct 2006) | 2 lines +r19041 | guy | 2006-08-25 17:12:12 -0700 (Fri, 25 Aug 2006) | 4 lines Changed paths: - M /trunk/docbook/release-notes.xml + M /trunk/gtk/capture_if_dlg.c -Update bug lists. +Clean up indentation. + +Only define cap_air_w if we have AirPcap. ------------------------------------------------------------------------ -r19501 | jake | 2006-10-11 23:01:51 -0700 (Wed, 11 Oct 2006) | 1 line +r19040 | guy | 2006-08-25 17:08:51 -0700 (Fri, 25 Aug 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/Makefile.common - A /trunk/epan/dissectors/packet-udld.c + M /trunk/gtk/firewall_dlg.c + +Get rid of aun unused routine. -Adding initial version of UDLD dissector ------------------------------------------------------------------------ -r19502 | ulfl | 2006-10-12 00:52:24 -0700 (Thu, 12 Oct 2006) | 1 line +r19039 | guy | 2006-08-25 17:07:13 -0700 (Fri, 25 Aug 2006) | 2 lines Changed paths: - M /trunk/docbook/release-notes.xml + M /trunk/gtk/capture_dlg.c + +Get rid of unused variable. -The preferences and alike dialog button behaviour changed. ------------------------------------------------------------------------ -r19503 | jake | 2006-10-12 01:04:11 -0700 (Thu, 12 Oct 2006) | 5 lines +r19038 | guy | 2006-08-25 17:06:40 -0700 (Fri, 25 Aug 2006) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-usb.c + M /trunk/epan/dissectors/packet-ieee80211.c -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. +Don't define the Aironet/Cisco Wireless OUI ourselves; get it from +<epan/oui.h>. + +Fix indentation. ------------------------------------------------------------------------ -r19504 | jake | 2006-10-12 03:38:24 -0700 (Thu, 12 Oct 2006) | 4 lines +r19037 | guy | 2006-08-25 17:05:26 -0700 (Fri, 25 Aug 2006) | 3 lines Changed paths: - M /trunk/doc/README.developer + M /trunk/epan/dissectors/packet-dtls.c -Cleanup sample code. -Cleanup some text and headings. -Play trick with keyword so text remains untouched. +Fix some compiler warnings (some by getting rid of variables unused if +you don't have GNU TLS). ------------------------------------------------------------------------ -r19505 | sahlberg | 2006-10-12 03:54:36 -0700 (Thu, 12 Oct 2006) | 12 lines +r19036 | guy | 2006-08-25 17:03:59 -0700 (Fri, 25 Aug 2006) | 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-osd.c - M /trunk/epan/dissectors/packet-scsi.h - -wireshark does not yet consume enough memory for me to be happy + M /trunk/epan/dissectors/packet-mp2t.c +Don't use %ld for guint64 - use PRIu64. (Also, don't use %d for guint32 +- use %u.) -pass conversation form the transports up to the scsi layer +------------------------------------------------------------------------ +r19035 | guy | 2006-08-25 16:59:25 -0700 (Fri, 25 Aug 2006) | 3 lines +Changed paths: + M /trunk/image/toolbar/capture_details_16.xpm + M /trunk/image/toolbar/capture_details_24.xpm -add tracking of conversation specific info to scsi osd -add tracking of conversation+lun specific info to scsi osd +Constify the capture details icons, and get rid of the CRs in +capture_details_24.xpm and give it the appropriate Subversion keywords. -for scsi osd add tracking of PARTITIONS and display in which frame they were created/removed +------------------------------------------------------------------------ +r19034 | sahlberg | 2006-08-25 14:53:37 -0700 (Fri, 25 Aug 2006) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-eth.c +remove the code that conditionally dissects LG only if IG is set ------------------------------------------------------------------------ -r19506 | gerald | 2006-10-12 08:00:07 -0700 (Thu, 12 Oct 2006) | 3 lines +r19033 | sahlberg | 2006-08-25 14:33:23 -0700 (Fri, 25 Aug 2006) | 9 lines Changed paths: - M /trunk/epan/dissectors/packet-ndps.c + M /trunk/epan/dissectors/packet-eth.c + +from Stephen F +ethernet IG/LG bit changes with minor modifications + +(only dissect LG if it is a unicast address + put a hint what locally administered means in the dissect tree +) + -Check to see if we've passed a null strval to ndps_string(). -Should fix the recent fuzz bugs. ------------------------------------------------------------------------ -r19507 | lego | 2006-10-12 10:00:11 -0700 (Thu, 12 Oct 2006) | 5 lines +r19032 | ulfl | 2006-08-25 13:02:57 -0700 (Fri, 25 Aug 2006) | 1 line Changed paths: - M /trunk/epan/wslua/wslua.h - M /trunk/epan/wslua/wslua_util.c + 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 -- add persconffile(opt_str) -- add datafile_path(opt_str) -- add Dir class -- a Directory Iterator +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. +------------------------------------------------------------------------ +r19031 | ulfl | 2006-08-25 12:19:21 -0700 (Fri, 25 Aug 2006) | 1 line +Changed paths: + M /trunk/gtk/capture_dlg.c +don't show the "Wireless Settings" button if HAVE_AIRPCAP isn't defined +------------------------------------------------------------------------ +r19030 | ulfl | 2006-08-25 12:15:55 -0700 (Fri, 25 Aug 2006) | 1 line +Changed paths: + M /trunk/gtk/menu.c +don't put "..." in front of a menu item ------------------------------------------------------------------------ -r19508 | jake | 2006-10-12 14:31:00 -0700 (Thu, 12 Oct 2006) | 1 line +r19029 | ulfl | 2006-08-25 12:13:02 -0700 (Fri, 25 Aug 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-vlan.c + M /trunk/gtk/dlg_utils.c -Add 802.1QinQ Ethertype preference. +fix bug #1057: remove "start" completely ------------------------------------------------------------------------ -r19509 | ulfl | 2006-10-12 17:21:47 -0700 (Thu, 12 Oct 2006) | 1 line +r19028 | kukosa | 2006-08-25 04:28:00 -0700 (Fri, 25 Aug 2006) | 1 line Changed paths: - M /trunk/Makefile.nmake + A /trunk/epan/dissectors/packet-ssl.h -distclean should remove wireshark-gtk1/2 dirs completely +commit forgotten file ------------------------------------------------------------------------ -r19510 | sahlberg | 2006-10-13 01:42:33 -0700 (Fri, 13 Oct 2006) | 7 lines +r19027 | guy | 2006-08-25 01:10:35 -0700 (Fri, 25 Aug 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-fc.c - M /trunk/epan/dissectors/packet-fc.h + M /trunk/epan/dissectors/packet-rpc.c -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 +If the length of a GSS token is zero, it's a null token, and the opaque +data shouldn't be dissected. -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 +------------------------------------------------------------------------ +r19026 | kukosa | 2006-08-25 01:07:26 -0700 (Fri, 25 Aug 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 +new ssl_dissector_add() function which can be called from another dissectors (similar to dissector_add()) +------------------------------------------------------------------------ +r19025 | ulfl | 2006-08-25 01:04:38 -0700 (Fri, 25 Aug 2006) | 6 lines +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. ------------------------------------------------------------------------ -r19511 | sahlberg | 2006-10-13 02:16:45 -0700 (Fri, 13 Oct 2006) | 15 lines +r19024 | ulfl | 2006-08-25 00:24:58 -0700 (Fri, 25 Aug 2006) | 1 line 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 - -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. - -dissect_scsi_payload() does not yet use this parameter. + M /trunk/Makefile.am + A /trunk/image/toolbar/capture_details_24.xpm +add a missing icon from yesterdays commit +------------------------------------------------------------------------ +r19023 | etxrab | 2006-08-24 22:49:37 -0700 (Thu, 24 Aug 2006) | 3 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-mp2t.c -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). +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 +------------------------------------------------------------------------ +r19022 | gerald | 2006-08-24 15:05:26 -0700 (Thu, 24 Aug 2006) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-http.c +Make sure a string pointer exists before we try to use it. Fixes bug 1050. -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. +------------------------------------------------------------------------ +r19021 | ulfl | 2006-08-24 14:44:30 -0700 (Thu, 24 Aug 2006) | 1 line +Changed paths: + M /trunk/gtk/capture_if_details_dlg.c +add WinPcap 4.0 beta 1 to the list of known and tested versions +------------------------------------------------------------------------ +r19020 | ulfl | 2006-08-24 14:40:53 -0700 (Thu, 24 Aug 2006) | 2 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 +capture interfaces dialog: use capture stock icons instead of plain text buttons +capture info dialog: add a "Help" and use stock buttons +------------------------------------------------------------------------ +r19019 | etxrab | 2006-08-24 14:19:49 -0700 (Thu, 24 Aug 2006) | 3 lines +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 +BSSGP: Wrong length on IE and preparation to export IE dissection. +GSM_a: Add an if_def +GTP: Update comments +------------------------------------------------------------------------ +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 +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 +------------------------------------------------------------------------ +r19017 | etxrab | 2006-08-24 12:01:01 -0700 (Thu, 24 Aug 2006) | 1 line +Changed paths: + M /trunk/asn1/Makefile.nmake +Add missing Clean target ------------------------------------------------------------------------ -r19512 | etxrab | 2006-10-13 07:21:02 -0700 (Fri, 13 Oct 2006) | 1 line +r19016 | etxrab | 2006-08-24 10:27:45 -0700 (Thu, 24 Aug 2006) | 1 line Changed paths: - M /trunk/plugins/megaco/packet-megaco.c + M /trunk/epan/dissectors/packet-gsm_a.c + M /trunk/epan/dissectors/packet-gsm_a.h + M /trunk/epan/dissectors/packet-gtp.c -Modify Signals descriptor to look more like the actual text message. +Dissect 'User Location Information' IE and MS Time Zone' IE. ------------------------------------------------------------------------ -r19513 | jmayer | 2006-10-13 08:18:10 -0700 (Fri, 13 Oct 2006) | 6 lines +r19015 | gerald | 2006-08-24 09:29:49 -0700 (Thu, 24 Aug 2006) | 2 lines Changed paths: - M /trunk/wiretap/libpcap.c + M /trunk/ChangeLog + M /trunk/NEWS + M /trunk/docbook/release-notes.xml -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) :-) +Copy over files from the release. +------------------------------------------------------------------------ +r19014 | gerald | 2006-08-24 09:23:32 -0700 (Thu, 24 Aug 2006) | 2 lines +Changed paths: + M /trunk/config.nmake + M /trunk/configure.in + +Bump the version to 0.99.4. ------------------------------------------------------------------------ -r19514 | gerald | 2006-10-13 08:53:20 -0700 (Fri, 13 Oct 2006) | 3 lines +r19012 | gerald | 2006-08-24 09:19:49 -0700 (Thu, 24 Aug 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/Makefile.am -Make the "WEP key count" option match the number of WEP key slots. Add -a note about improving the WEP key interface. +Add missing files to the distribution. ------------------------------------------------------------------------ -r19515 | etxrab | 2006-10-13 10:04:16 -0700 (Fri, 13 Oct 2006) | 1 line +r19008 | ulfl | 2006-08-23 14:19:02 -0700 (Wed, 23 Aug 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-h248_3gpp.c - M /trunk/epan/dissectors/packet-h248_annex_c.c + M /trunk/gtk/capture_file_dlg.c + M /trunk/gtk/win32-file-dlg.c -Set properties. +fix #927: Win32: delete an existing file, if the user want's to overwrite a file and confirmed this already ------------------------------------------------------------------------ -r19516 | ulfl | 2006-10-13 11:19:42 -0700 (Fri, 13 Oct 2006) | 3 lines +r19007 | jake | 2006-08-23 08:51:15 -0700 (Wed, 23 Aug 2006) | 3 lines Changed paths: - M /trunk/gtk/main.c + M /trunk/epan/dissectors/packet-ntp.c -remove the experimental display of the highest expert level in the statusbar for now. +From Toralf Foerster (in bug 1044): +Add new primary sources, fix typo. -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. ------------------------------------------------------------------------ -r19517 | sahlberg | 2006-10-13 14:07:07 -0700 (Fri, 13 Oct 2006) | 4 lines +r19003 | sahlberg | 2006-08-23 02:48:16 -0700 (Wed, 23 Aug 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi.c - -dont call the scsi data in/out dissectors unless data offset is 0 i.e. the beginning of data in/out + M /trunk/epan/dissectors/packet-dns.c +testdrive the request/response README and implement request/response matching for DNS ------------------------------------------------------------------------ -r19518 | sahlberg | 2006-10-13 14:26:03 -0700 (Fri, 13 Oct 2006) | 4 lines +r19002 | sahlberg | 2006-08-23 01:05:28 -0700 (Wed, 23 Aug 2006) | 6 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi.c + M /trunk/asn1/snmp/snmp.cnf + M /trunk/epan/dissectors/packet-snmp.c -check the estinated data transfer length for the current transfer and start adding checks for scsi data reassembly +Counter64 should be a FT_UINT64 and not a FT_UINT32 +fixes bug 1047 + ------------------------------------------------------------------------ -r19519 | sahlberg | 2006-10-13 15:25:35 -0700 (Fri, 13 Oct 2006) | 3 lines +r19001 | sahlberg | 2006-08-23 00:41:43 -0700 (Wed, 23 Aug 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi.c + M /trunk/epan/dissectors/packet-epl.c -add scsi data reassembly +move the include for emem.h so that size_t is defined before emem.h is invoked ------------------------------------------------------------------------ -r19520 | ulfl | 2006-10-13 17:22:36 -0700 (Fri, 13 Oct 2006) | 1 line +r18999 | etxrab | 2006-08-22 13:39:20 -0700 (Tue, 22 Aug 2006) | 1 line Changed paths: - M /trunk/gtk/color_edit_dlg.c + 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 -as Stephen Fisher noted: fix the files header comment +Complete clean targets ------------------------------------------------------------------------ -r19521 | gerald | 2006-10-13 17:27:50 -0700 (Fri, 13 Oct 2006) | 2 lines +r18998 | etxrab | 2006-08-22 12:55:31 -0700 (Tue, 22 Aug 2006) | 2 lines 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 - -Set SVN properties. + 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 +From David Buechi: +Add support for the ETHERNET Powerlink protocol ------------------------------------------------------------------------ -r19522 | gerald | 2006-10-13 17:31:35 -0700 (Fri, 13 Oct 2006) | 2 lines +r18997 | ulfl | 2006-08-22 12:43:38 -0700 (Tue, 22 Aug 2006) | 1 line Changed paths: - M /trunk/ChangeLog - M /trunk/docbook/release-notes.xml + M /trunk/plugins/profinet/packet-pn-mrp.c -Release note and changelog updates. +(slightly) further dissection of the Option (Organizationally specific) block +------------------------------------------------------------------------ +r18996 | ulfl | 2006-08-22 12:42:04 -0700 (Tue, 22 Aug 2006) | 1 line +Changed paths: + M /trunk/plugins/profinet/packet-pn-mrp.c +fix TLB block alignment to be compatible with the current MRP draft. Would be nice if included in the 0.99.3 ------------------------------------------------------------------------ -r19523 | sahlberg | 2006-10-13 18:44:29 -0700 (Fri, 13 Oct 2006) | 8 lines +r18995 | gerald | 2006-08-22 08:55:42 -0700 (Tue, 22 Aug 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi.c + M /trunk/plugins/megaco/packet-megaco.c -let SCSI reassembly default to FALSE +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. -put "reassembled in" in the summary line +------------------------------------------------------------------------ +r18992 | gerald | 2006-08-22 07:46:51 -0700 (Tue, 22 Aug 2006) | 8 lines +Changed paths: + M /trunk/epan/dissectors/packet-q2931.c -put the fragment list at the top of the tree instead of down inside the SCSI expansion +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. +Make other loop checks more paranoid. ------------------------------------------------------------------------ -r19524 | sahlberg | 2006-10-13 22:02:40 -0700 (Fri, 13 Oct 2006) | 6 lines +r18991 | martinm | 2006-08-22 07:00:18 -0700 (Tue, 22 Aug 2006) | 1 line Changed paths: - M /trunk/epan/address.h - M /trunk/epan/dissectors/packet-usb.c - M /trunk/epan/to_str.c - -create a new address type AT_USB and start populating the packet list -with nice data - + M /trunk/epan/dissectors/packet-iuup.c +Fix iuup.delta FT_ type mismatch +------------------------------------------------------------------------ +r18990 | guy | 2006-08-21 16:36:59 -0700 (Mon, 21 Aug 2006) | 3 lines +Changed paths: + M /trunk/doc/tshark.pod +Indicate in the synopsis that you can put the capture filter at the end +of the command line without "-f". ------------------------------------------------------------------------ -r19525 | sahlberg | 2006-10-14 02:18:24 -0700 (Sat, 14 Oct 2006) | 6 lines +r18989 | guy | 2006-08-21 16:28:19 -0700 (Mon, 21 Aug 2006) | 13 lines Changed paths: - M /trunk/epan/dissectors/packet-ndmp.c + M /trunk/capture_loop.c + M /trunk/capture_opts.c + M /trunk/tshark.c -set both read/write flags in ndmp scsi and also always set the expected length to whatever length is transported inside the ndmp pdu +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. -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 +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. +Also, check for multiple "-f" options. +If no capture filter is specified, use a null string, to work around +broken versions of Linux libpcap. ------------------------------------------------------------------------ -r19526 | sahlberg | 2006-10-14 02:43:17 -0700 (Sat, 14 Oct 2006) | 3 lines +r18988 | guy | 2006-08-21 16:23:22 -0700 (Mon, 21 Aug 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-usb.c - -put the packet type in the summary line + M /trunk/epan/dissectors/packet-windows-common.c +Squelch a compiler warning. ------------------------------------------------------------------------ -r19527 | sahlberg | 2006-10-14 03:09:32 -0700 (Sat, 14 Oct 2006) | 7 lines +r18987 | guy | 2006-08-21 16:06:40 -0700 (Mon, 21 Aug 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-usb.c - -rename some fields in the setup blob to use the same names as in the standard - - -add dissection of the bmRequestType bitmap - + M /trunk/dumpcap.c +Add to a comment. ------------------------------------------------------------------------ -r19528 | sahlberg | 2006-10-14 03:52:50 -0700 (Sat, 14 Oct 2006) | 3 lines +r18986 | etxrab | 2006-08-21 14:58:30 -0700 (Mon, 21 Aug 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi-osd.c + 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 -implement WRITE and CREATE COLLECTION +From Florent Drouin: +This patch introduce the decoding of the RP-Cause element in the Release SMS message for Camel. +------------------------------------------------------------------------ +r18985 | etxrab | 2006-08-21 14:24:42 -0700 (Mon, 21 Aug 2006) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-gsm_a.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.. +With some further changes to APDU and LSA Identifier dissection. ------------------------------------------------------------------------ -r19529 | sahlberg | 2006-10-14 04:25:38 -0700 (Sat, 14 Oct 2006) | 3 lines +r18984 | etxrab | 2006-08-21 14:19:48 -0700 (Mon, 21 Aug 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi-osd.c + M /trunk/epan/dissectors/packet-bssap.c -add dissection of FLUSH and FLUSH COLLECTION +From Florent Drouin: +This patch allow to change the value of the SSN associated to the bssap dissector. +------------------------------------------------------------------------ +r18981 | gerald | 2006-08-21 12:22:33 -0700 (Mon, 21 Aug 2006) | 2 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 +Fix up copyrights and whitespace. ------------------------------------------------------------------------ -r19530 | etxrab | 2006-10-14 07:13:00 -0700 (Sat, 14 Oct 2006) | 1 line +r18979 | jmayer | 2006-08-21 09:17:24 -0700 (Mon, 21 Aug 2006) | 1 line Changed paths: - M /trunk/plugins/megaco/packet-megaco.c + M /trunk/FAQ + M /trunk/help/faq.txt -Dissect observedeventsdescriptor more like the actual text. +Update FAQ ------------------------------------------------------------------------ -r19531 | jake | 2006-10-14 12:00:31 -0700 (Sat, 14 Oct 2006) | 1 line +r18978 | jmayer | 2006-08-21 09:16:01 -0700 (Mon, 21 Aug 2006) | 1 line Changed paths: - M /trunk/doc/README.developer + M /trunk/manuf -Update FSF address in code template +Update manuf list ------------------------------------------------------------------------ -r19532 | guy | 2006-10-14 13:17:14 -0700 (Sat, 14 Oct 2006) | 5 lines +r18976 | gerald | 2006-08-21 07:40:05 -0700 (Mon, 21 Aug 2006) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-bootp.c + M /trunk/gtk/menu.c -Do the suboption processing in dissect_netware_ip_suboption() a bit more -like the way it's done in other suboption dissectors. +AirPcap fix from Florent Drouin: -Fix a typo. +Since version 18928, there is a GTK warning at wireshark startup. +I think a #ifdef HAVE_AIRPCAP is missing in ./gtk/menu.c ------------------------------------------------------------------------ -r19533 | guy | 2006-10-14 13:18:10 -0700 (Sat, 14 Oct 2006) | 2 lines +r18975 | sahlberg | 2006-08-21 06:44:37 -0700 (Mon, 21 Aug 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-h248_annex_e.c + M /trunk/asn1/mms/mms.cnf + M /trunk/epan/dissectors/packet-mms.c + +prettify the MMS dissector by at least putting the pdu name in the info column -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 +r18974 | sahlberg | 2006-08-21 06:32:07 -0700 (Mon, 21 Aug 2006) | 17 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi.c + 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 -if reassembly did not give us a new tvb, then dont call any scsi payload subdissector + from Angel de Juan +make mms bitstrings easier to read ------------------------------------------------------------------------- -r19535 | sahlberg | 2006-10-14 15:31:27 -0700 (Sat, 14 Oct 2006) | 3 lines -Changed paths: - M /trunk/epan/dissectors/packet-scsi-osd.c -dissect some more osd service actions +-- +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. + ------------------------------------------------------------------------ -r19536 | sahlberg | 2006-10-14 15:45:07 -0700 (Sat, 14 Oct 2006) | 3 lines +r18973 | sahlberg | 2006-08-21 06:05:18 -0700 (Mon, 21 Aug 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi-osd.c + M /trunk/epan/dissectors/packet-tcp.c -some more service actions +get rid of a rotating buffer ------------------------------------------------------------------------ -r19537 | sahlberg | 2006-10-14 19:54:08 -0700 (Sat, 14 Oct 2006) | 3 lines +r18972 | sahlberg | 2006-08-21 06:00:55 -0700 (Mon, 21 Aug 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-scsi-osd.c - -more serviceactions + M /trunk/epan/dissectors/packet-3com-njack.c + M /trunk/epan/dissectors/packet-aim-chat.c +move a few arrays off the stack ------------------------------------------------------------------------ -r19538 | sahlberg | 2006-10-14 20:49:27 -0700 (Sat, 14 Oct 2006) | 5 lines +r18971 | sahlberg | 2006-08-21 05:41:59 -0700 (Mon, 21 Aug 2006) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-usb.c + M /trunk/epan/dissectors/packet-rpc.c -start dissecting the setup headers +remove two hashtables and replace with binary trees -dissect GET DESCRIPTOR as an example on how to add such dissectors +------------------------------------------------------------------------ +r18970 | martinm | 2006-08-21 04:52:20 -0700 (Mon, 21 Aug 2006) | 1 line +Changed paths: + M /trunk/dtds/reginfo.dtd +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) ------------------------------------------------------------------------ -r19539 | sahlberg | 2006-10-14 23:10:59 -0700 (Sat, 14 Oct 2006) | 8 lines +r18969 | martinm | 2006-08-21 04:45:37 -0700 (Mon, 21 Aug 2006) | 1 line Changed paths: - M /trunk/epan/address.h - M /trunk/epan/column-utils.c - M /trunk/epan/dissectors/packet-usb.c + M /trunk/epan/proto.c -add a new port type for usb endpoints +Make apply-as-filter strings work for FT_UINT_STRING (rather than using frame[...]) +------------------------------------------------------------------------ +r18968 | martinm | 2006-08-21 04:41:32 -0700 (Mon, 21 Aug 2006) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-rtcp.c +Use FT_UINT_STRING for TBCP DENY reason-phrase +------------------------------------------------------------------------ +r18967 | sahlberg | 2006-08-21 04:26:34 -0700 (Mon, 21 Aug 2006) | 5 lines +Changed paths: + M /trunk/gtk/scsi_stat.c -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 +make the scsi statistics dialogs easier to understand for scsi novices +explain what the commandsets refer to SBC==disk SSC=tape MMC=cd ------------------------------------------------------------------------ -r19540 | sahlberg | 2006-10-15 01:12:41 -0700 (Sun, 15 Oct 2006) | 3 lines +r18966 | etxrab | 2006-08-20 14:18:43 -0700 (Sun, 20 Aug 2006) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-usb.c - -add tracking of request/responses for CONTROL INPUT so we can start passing parameters from request to response and dissect response data - + 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 +Dissect some more H.245 messages in MEGACO ------------------------------------------------------------------------ -r19541 | sahlberg | 2006-10-15 01:21:56 -0700 (Sun, 15 Oct 2006) | 3 lines +r18965 | sahlberg | 2006-08-19 23:00:16 -0700 (Sat, 19 Aug 2006) | 7 lines Changed paths: - M /trunk/epan/dissectors/packet-usb.c + M /trunk/asn1/ldap/packet-ldap-template.c + M /trunk/epan/dissectors/packet-ldap.c + + 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 -populate the info column with the request type and whetehr it is a request or a response ------------------------------------------------------------------------ -r19542 | jmayer | 2006-10-15 05:27:51 -0700 (Sun, 15 Oct 2006) | 3 lines +r18964 | sahlberg | 2006-08-19 22:18:10 -0700 (Sat, 19 Aug 2006) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-usb.c + M /trunk/epan/dissectors/packet-tcp.c + +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. + -- gcc dies on "default: }", add a ; -- proto_register usb instead of eth. ------------------------------------------------------------------------ -r19543 | etxrab | 2006-10-15 09:06:02 -0700 (Sun, 15 Oct 2006) | 1 line +r18961 | gerald | 2006-08-19 18:19:56 -0700 (Sat, 19 Aug 2006) | 2 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/airpcap_loader.c + +Make sure a preference exists before we try to use it. -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 +r18960 | etxrab | 2006-08-19 14:42:25 -0700 (Sat, 19 Aug 2006) | 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/plugins/megaco/packet-megaco.c -Fix Event dissection which was broken when going to V3. -and add a few parameters. +Improve parsing a bit and correctly dissect errorDescriptor in Reply. ------------------------------------------------------------------------ -r19545 | ulfl | 2006-10-15 15:42:22 -0700 (Sun, 15 Oct 2006) | 1 line +r18959 | sahlberg | 2006-08-19 02:22:20 -0700 (Sat, 19 Aug 2006) | 4 lines Changed paths: - M /trunk/doc/README.developer + M /trunk/epan/dissectors/packet-windows-common.c + M /trunk/epan/dissectors/packet-windows-common.h + +add some well known rids from s4 security.idl and code to show the name of this rid +when dissecting a security descriptor + -add a prerequisites section and some minor changes ------------------------------------------------------------------------ -r19546 | ulfl | 2006-10-15 15:57:31 -0700 (Sun, 15 Oct 2006) | 1 line +r18958 | guy | 2006-08-18 20:01:53 -0700 (Fri, 18 Aug 2006) | 2 lines Changed paths: - M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml + M /trunk/epan/dissectors/packet-dcom-cba-acco.c + +Fix some g_warning() calls. -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 +r18957 | guy | 2006-08-18 20:01:15 -0700 (Fri, 18 Aug 2006) | 2 lines Changed paths: - M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml + M /trunk/epan/dissectors/packet-dcom.c + +Fix some format strings and format string arguments. -be more specific about the README.developer file ------------------------------------------------------------------------ -r19548 | ulfl | 2006-10-15 18:48:16 -0700 (Sun, 15 Oct 2006) | 3 lines +r18956 | guy | 2006-08-18 20:00:16 -0700 (Fri, 18 Aug 2006) | 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/guid-utils.c -deleted lot's of irrelevant/outdated content from README.win32. +Squelch a compiler warning. -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 +r18955 | guy | 2006-08-18 19:58:48 -0700 (Fri, 18 Aug 2006) | 3 lines Changed paths: - M /trunk/doc/README.developer - A /trunk/doc/README.display_filter + M /trunk/epan/dissectors/packet-gsm_sms.c + +Define "char_def_alphabet_ext_decode()" with a return type - and define +it as static as it's not used outside this file. -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 +r18954 | guy | 2006-08-18 19:56:16 -0700 (Fri, 18 Aug 2006) | 2 lines Changed paths: - M /trunk/doc/README.binarytrees + M /trunk/asn1/ldap/packet-ldap-template.c + M /trunk/epan/dissectors/packet-ldap.c + +Squelch a compiler warning. -fix a typo ------------------------------------------------------------------------ -r19551 | ulfl | 2006-10-15 20:25:50 -0700 (Sun, 15 Oct 2006) | 4 lines +r18953 | guy | 2006-08-18 17:24:40 -0700 (Fri, 18 Aug 2006) | 2 lines Changed paths: - M /trunk/doc/README.developer + M /trunk/Makefile.nmake -- some more cleanup -- mention the other README files -- encode some @ chars to [AT] in mail addresses +Fix cut-and-pasteo. ------------------------------------------------------------------------ @@ -1,6 +1,6 @@ $Id$ -== October 30, 2006 +== October 31, 2006 Wireshark 0.99.4 has been released. diff --git a/version.conf b/version.conf index 2fc2bfb3ca..36258fdb31 100644 --- a/version.conf +++ b/version.conf @@ -1,3 +1,3 @@ enable: 1 -pkg_format: pre3-%# -pkg_enable: 1 +pkg_format: +pkg_enable: 0 |
