aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19358
1 files changed, 15378 insertions, 3980 deletions
diff --git a/ChangeLog b/ChangeLog
index dab85c8d14..777421ae89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6758 +1,17064 @@
------------------------------------------------------------------------
-r19646 | gerald | 2006-10-20 16:22:53 -0700 (Fri, 20 Oct 2006) | 6 lines
+r20467 | lego | 2007-01-17 18:54:56 -0800 (Wed, 17 Jan 2007) | 4 lines
Changed paths:
- M /trunk/gtk/airpcap_dlg.c
- M /trunk/gtk/airpcap_gui_utils.h
- M /trunk/gtk/main.c
- M /trunk/gtk/prefs_dlg.c
+ M /trunk/epan/dfilter
+ M /trunk/epan/dfilter/Makefile.am
+ M /trunk/epan/dfilter/Makefile.nmake
+ A /trunk/epan/dfilter/dfilter-macro.c
+ A /trunk/epan/dfilter/dfilter-macro.h
+ M /trunk/epan/dfilter/dfilter.c
+ A /trunk/epan/dfilter/dfilter_macro_load.l
+ A /trunk/gtk/macros_dlg.c
+ A /trunk/gtk/macros_dlg.h
+ M /trunk/gtk/menu.c
+
+display filter macros.
+NOT to be copied over to release 0.99.5
-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.
+------------------------------------------------------------------------
+r20468 | lego | 2007-01-17 19:13:10 -0800 (Wed, 17 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/version_info.c
-2) Now if you check/uncheck the WEP deccryption checkbox in the Preferences..., the AirPcap toolbar will be modified as well.
+the version string stated "without Lua" regardless or not Lua support was indeed built.
------------------------------------------------------------------------
-r19649 | sahlberg | 2006-10-20 21:57:12 -0700 (Fri, 20 Oct 2006) | 6 lines
+r20469 | lego | 2007-01-17 19:17:33 -0800 (Wed, 17 Jan 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/gtk/Makefile.common
+
+not for 0.99.5
+add macro_dlg.h and macro_dlg.c
-prettify the flags field and power consumption for CONFIGURATION DESCRIPTOR
-dissect the self-powered and the remote-wakeup flags
-show the powerconsumption in mA
+------------------------------------------------------------------------
+r20470 | lego | 2007-01-17 19:21:22 -0800 (Wed, 17 Jan 2007) | 4 lines
+Changed paths:
+ M /trunk/gtk/Makefile.am
+
+NOT for 0.99.5
+macro_dlg.h was in this other file!
------------------------------------------------------------------------
-r19650 | sahlberg | 2006-10-20 22:07:48 -0700 (Fri, 20 Oct 2006) | 3 lines
+r20471 | jake | 2007-01-17 23:10:02 -0800 (Wed, 17 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/gtk/Makefile.am
-the flags are FT_BOOLEAN not FT_UINT8
+Trying to get buildbot Ubuntu-5.10-x86 to build again.
+Fix typo.
+------------------------------------------------------------------------
+r20472 | martinm | 2007-01-18 03:02:26 -0800 (Thu, 18 Jan 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dfilter/semcheck.c
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
+ M /trunk/epan/dissectors/packet-ncp2222.inc
+ M /trunk/epan/dissectors/packet-smb-sidsnooping.c
+ M /trunk/epan/dissectors/packet-text-media.c
+ M /trunk/epan/ftypes/ftype-bytes.c
+ M /trunk/epan/ftypes/ftype-double.c
+ M /trunk/epan/ftypes/ftype-guid.c
+ M /trunk/epan/ftypes/ftype-integer.c
+ M /trunk/epan/ftypes/ftype-ipv4.c
+ M /trunk/epan/ftypes/ftype-none.c
+ M /trunk/epan/ftypes/ftype-pcre.c
+ M /trunk/epan/ftypes/ftype-string.c
+ M /trunk/epan/ftypes/ftype-time.c
+ M /trunk/epan/ftypes/ftype-tvbuff.c
+ M /trunk/epan/ftypes/ftypes.c
+ M /trunk/epan/ftypes/ftypes.h
+ M /trunk/epan/proto.c
+ M /trunk/epan/wslua/wslua_field.c
+ M /trunk/file.c
+ M /trunk/gtk/io_stat.c
+ M /trunk/gtk/proto_draw.c
+ M /trunk/gtk/rtp_analysis.c
+ M /trunk/print.c
+ M /trunk/tap-iostat.c
+ M /trunk/wiretap/catapult_dct2000.c
+Add separate union entries to fvalue.value for signed and unsigned
+32-bit numbers. Separate signed and unsigned accessors have been
+added and used where appropriate.
+
+Definitely not for 0.99.5.
------------------------------------------------------------------------
-r19651 | ulfl | 2006-10-21 02:40:18 -0700 (Sat, 21 Oct 2006) | 1 line
+r20473 | jake | 2007-01-18 03:28:47 -0800 (Thu, 18 Jan 2007) | 2 lines
Changed paths:
- M /trunk/packaging/nsis/wireshark.nsi
+ M /trunk/epan/dfilter/Makefile.am
+
+Trying to fix the build on Ubuntu-5.10-x86 buildbot again.
-remove two packaging warnings - could this be applied to 0.99.4?
------------------------------------------------------------------------
-r19652 | ulfl | 2006-10-21 05:06:26 -0700 (Sat, 21 Oct 2006) | 5 lines
+r20474 | martinm | 2007-01-18 03:44:24 -0800 (Thu, 18 Jan 2007) | 2 lines
Changed paths:
- M /trunk/gtk/about_dlg.c
+ M /trunk/epan/ftypes/ftype-pcre.c
-the text in the about box license page was hard to read because of line breaks at the wrong places.
+Missed this one (I don't build with pcre)
+
+------------------------------------------------------------------------
+r20475 | guy | 2007-01-18 04:19:17 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/wiretap/AUTHORS
+ M /trunk/wiretap/snoop.c
-set the minimum size of the widget to 600 pixels - this is working well on my machine. If anyone has problems even with this width (e.g. because of using a larger font) we might increase the size even further.
+From Clay Jones: Shomiti wireless packet support.
-Of course, this increases the overall size of the about dialog, but the other tabs seem to be working well with it.
------------------------------------------------------------------------
-r19653 | guy | 2006-10-21 10:48:45 -0700 (Sat, 21 Oct 2006) | 3 lines
+r20476 | jake | 2007-01-18 04:22:21 -0800 (Thu, 18 Jan 2007) | 2 lines
Changed paths:
- M /trunk/gtk/main.c
+ M /trunk/doc/README.plugins
-Put the ", " before the PortAudio item regardless of whether we have
-PortAudio or not; this fixes 1174.
+Improve information on building plugins.
------------------------------------------------------------------------
-r19654 | sahlberg | 2006-10-21 15:17:43 -0700 (Sat, 21 Oct 2006) | 6 lines
+r20477 | martinm | 2007-01-18 05:13:55 -0800 (Thu, 18 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-http.c
+ M /trunk/epan/ftypes/ftype-pcre.c
-teach the http header dissector how to handle integer fields instead of just assuming everything is a string field
+Remove extra element.
+------------------------------------------------------------------------
+r20478 | lego | 2007-01-18 06:04:49 -0800 (Thu, 18 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/Makefile.am
+ M /trunk/version_info.c
-change http.content_length to be FT_UINT32
+Fix version_info.c compilation
------------------------------------------------------------------------
-r19655 | sahlberg | 2006-10-21 17:21:40 -0700 (Sat, 21 Oct 2006) | 6 lines
+r20479 | martinm | 2007-01-18 06:41:59 -0800 (Thu, 18 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tcp.c
- M /trunk/epan/packet.c
- M /trunk/epan/packet_info.h
+ M /trunk/epan/dissectors/packet-udld.c
-add a tcp_tree field to packet_info so that we can access the tree from tcp_dissect_pdus() (and others if need be)
+Filled in missing hf entries.
-in tcp_dissect_pdus() add a field ( tcp.pdu.size ) to the tree that displays the pdu size.
+------------------------------------------------------------------------
+r20480 | lego | 2007-01-18 06:56:03 -0800 (Thu, 18 Jan 2007) | 3 lines
+Changed paths:
+ A /trunk/epan/dfilter/dfilter_macro_expand.l
+The forgotten file strikes back...
------------------------------------------------------------------------
-r19656 | sahlberg | 2006-10-21 18:21:20 -0700 (Sat, 21 Oct 2006) | 3 lines
+r20481 | lego | 2007-01-18 07:00:39 -0800 (Thu, 18 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/dfilter/Makefile.nmake
+ D /trunk/epan/dfilter/dfilter_macro_expand.l
-dissect the individual bits in the CONFIDURATION descriptor field for the endpoint address
+I actually forgot that dfilter_macro_expand.l was not used
------------------------------------------------------------------------
-r19657 | sahlberg | 2006-10-21 22:21:37 -0700 (Sat, 21 Oct 2006) | 3 lines
+r20482 | lego | 2007-01-18 07:32:01 -0800 (Thu, 18 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/dfilter/Makefile.nmake
+
+fix the dfilter_macro_load.c rule
-fix some endianess issues
+------------------------------------------------------------------------
+r20483 | jake | 2007-01-18 08:36:10 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/libwireshark.def
+Export the split fvalue_get_integer as fvalue_get_uinteger and fvalue_get_sinteger
------------------------------------------------------------------------
-r19658 | sahlberg | 2006-10-22 02:38:59 -0700 (Sun, 22 Oct 2006) | 3 lines
+r20484 | guy | 2007-01-18 10:41:46 -0800 (Thu, 18 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/dissectors/packet-ssl.c
+
+guint32 requires %[doxu], not %l[doxu]. (We don't support ILP16
+platforms, just ILP32, LP64, and LLP64.)
-add tracking of interface class for CONTROL_INPUT as well as existing support for BULK INPUT/OUTPUT
+------------------------------------------------------------------------
+r20485 | guy | 2007-01-18 10:43:30 -0800 (Thu, 18 Jan 2007) | 15 lines
+Changed paths:
+ M /trunk/epan/addr_and_mask.h
+ M /trunk/epan/addr_resolv.h
+ M /trunk/epan/address.h
+ M /trunk/epan/afn.h
+ M /trunk/epan/aftypes.h
+ M /trunk/epan/arcnet_pids.h
+ M /trunk/epan/arptypes.h
+ M /trunk/epan/atalk-utils.h
+ M /trunk/epan/bitswap.h
+ M /trunk/epan/bridged_pids.h
+ M /trunk/epan/camel-persistentdata.h
+ M /trunk/epan/chdlctypes.h
+ M /trunk/epan/circuit.h
+ M /trunk/epan/column-utils.h
+ M /trunk/epan/column.h
+ M /trunk/epan/column_info.h
+ M /trunk/epan/conversation.h
+ M /trunk/epan/crc16.h
+ M /trunk/epan/crc32.h
+ M /trunk/epan/packet.h
+ M /trunk/epan/proto.h
+ M /trunk/wiretap/wtap.h
+Put
+
+ #ifdef __cplusplus
+ extern "C" {
+ #endif /* __cplusplus */
+
+ ...
+
+ #ifdef __cplusplus
+ }
+ #endif /* __cplusplus */
+
+wrappers into some header files, for the benefit of C++ plugins. Also,
+add multiple-include protections.
------------------------------------------------------------------------
-r19659 | sahlberg | 2006-10-22 04:49:23 -0700 (Sun, 22 Oct 2006) | 9 lines
+r20486 | jake | 2007-01-18 12:21:35 -0800 (Thu, 18 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-usb-masstorage.c
- M /trunk/epan/dissectors/packet-usb.c
- M /trunk/epan/dissectors/packet-usb.h
+ M /trunk/epan/libwireshark.def
-add a dissector table for class specific control input/output pdus
+Trying to get buildbot Windows-XP-x86 to build again.
+------------------------------------------------------------------------
+r20489 | sfisher | 2007-01-18 12:53:24 -0800 (Thu, 18 Jan 2007) | 6 lines
+Changed paths:
+ M /trunk/gtk/column_prefs.c
-implement class specific control commands : reset and getmaxlun for mass storage
+Change save & restart requirement sentence in column preferences to say just
+that you must restart wireshark for the changes to take effect. The sentence
+used to say to hit the save button first, which is now gone by default.
+
-now with a better understanding of the problem space for usb and device classes we can start cleaning the code up and make it nice
+------------------------------------------------------------------------
+r20490 | morriss | 2007-01-18 14:06:56 -0800 (Thu, 18 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-mtp3.c
+Add a preference (defaulted to off) to have the MTP3 dissector show the priority (which is a national option in ITU) of MSUs.
+------------------------------------------------------------------------
+r20491 | ulfl | 2007-01-18 15:57:03 -0800 (Thu, 18 Jan 2007) | 4 lines
+Changed paths:
+ M /trunk/docbook/Makefile
+the docbook generation also suffers from the cygwin bash CR/LF problem :-(
+I've added a call to dos2unix to convert check_svn_version.sh that way
+Is it safe to assume that dos2unix is available on a common UNIX developer machine?!?
------------------------------------------------------------------------
-r19660 | jake | 2006-10-22 07:28:54 -0700 (Sun, 22 Oct 2006) | 1 line
+r20492 | ulfl | 2007-01-18 16:10:22 -0800 (Thu, 18 Jan 2007) | 1 line
Changed paths:
- M /trunk/print.c
+ M /trunk/packaging/nsis/Makefile.nmake
+ M /trunk/packaging/nsis/wireshark.nsi
-Fix bug 1173, remove the space after the comma in CSV lines
+instead of getting the user-guide.chm file always from the docbook dir, copy the more recent one from docbook or win32-libs\user-guide dir into local nsis dir, and use that one to build the installer - seems to be the cleanest way
------------------------------------------------------------------------
-r19661 | jake | 2006-10-22 22:30:37 -0700 (Sun, 22 Oct 2006) | 3 lines
+r20493 | ulfl | 2007-01-18 16:12:01 -0800 (Thu, 18 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-wlccp.c
+ M /trunk/docbook/Makefile
-From Stephen Fisher:
-Here is a patch to make a few small fixes to packet-wlccp.c:
+add a target to build a zipped version of user-guide.chm
+------------------------------------------------------------------------
+r20494 | ulfl | 2007-01-18 16:14:43 -0800 (Thu, 18 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/docbook/Makefile
+add user-guide.zip to the clean target
------------------------------------------------------------------------
-r19662 | lego | 2006-10-23 07:57:54 -0700 (Mon, 23 Oct 2006) | 4 lines
+r20495 | ulfl | 2007-01-18 17:10:59 -0800 (Thu, 18 Jan 2007) | 1 line
Changed paths:
- M /trunk/editcap.c
+ M /trunk/Makefile.nmake
+ M /trunk/tools/win32-setup.sh
-As proposed by Tim Furlong:
-set starttm.tm_isdst to -1 to have mktime() propperly interpret DST.
-Might fix Bug 1158
+add the user-guide as a component to the setup target
+------------------------------------------------------------------------
+r20496 | ulfl | 2007-01-18 17:21:17 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/config.nmake
+user-guide final step:
+enable HHC_DIR as default, hopefully the buildbot will "get it right" now :-)
------------------------------------------------------------------------
-r19663 | tuexen | 2006-10-23 10:12:48 -0700 (Mon, 23 Oct 2006) | 3 lines
+r20497 | ulfl | 2007-01-18 18:41:25 -0800 (Thu, 18 Jan 2007) | 4 lines
Changed paths:
- M /trunk/wiretap/netxray.c
+ M /trunk/Makefile.nmake
-Use G_GINT64_CONSTANT to handle 64-bit constants in the code.
+As discussed on the devlist:
+A clean_setup is done first now to ensure that the target dirs don't contain old files - probably remaining from a previous setup run.
+explicit removing of the gtk2 dir is no longer required therefore
+------------------------------------------------------------------------
+r20498 | guy | 2007-01-18 21:22:43 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/wiretap/wtap.h
+
+Put in some information about RSSI.
------------------------------------------------------------------------
-r19664 | martinm | 2006-10-23 10:22:20 -0700 (Mon, 23 Oct 2006) | 3 lines
+r20500 | gerald | 2007-01-18 22:34:07 -0800 (Thu, 18 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-catapult-dct2000.c
- M /trunk/wiretap/catapult_dct2000.c
- M /trunk/wiretap/catapult_dct2000.h
+ M /trunk/make-version.pl
-- Fix problems with parsing sctpprim headers
-- Add dissection of nbap (as encap or inside sctp primitive)
+Set our package version even if we're using the SVN client.
------------------------------------------------------------------------
-r19665 | ashokn | 2006-10-23 10:32:15 -0700 (Mon, 23 Oct 2006) | 4 lines
+r20501 | grahamb | 2007-01-19 08:20:48 -0800 (Fri, 19 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-rsvp.c
+ M /trunk
+ M /trunk/epan
+ M /trunk/epan/wslua
+ M /trunk/image
+ M /trunk/packaging/nsis
+ M /trunk/plugins/agentx
+ M /trunk/plugins/artnet
+ M /trunk/plugins/asn1
+ M /trunk/plugins/ciscosm
+ M /trunk/plugins/docsis
+ M /trunk/plugins/enttec
+ M /trunk/plugins/gryphon
+ M /trunk/plugins/h223
+ M /trunk/plugins/irda
+ M /trunk/plugins/lwres
+ M /trunk/plugins/mate
+ M /trunk/plugins/megaco
+ M /trunk/plugins/mgcp
+ M /trunk/plugins/opsi
+ M /trunk/plugins/pcli
+ M /trunk/plugins/profinet
+ M /trunk/plugins/rlm
+ M /trunk/plugins/rtnet
+ M /trunk/plugins/rudp
+ M /trunk/plugins/sbus
+ M /trunk/plugins/stats_tree
+ M /trunk/plugins/v5ua
+
+Updated svn:ignore props for win32 build artifacts
+------------------------------------------------------------------------
+r20502 | morriss | 2007-01-19 09:25:13 -0800 (Fri, 19 Jan 2007) | 10 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-sccp.c
+Reindent pretty heavily. It's still not 100% consistent but at least all the
+code in each function is consistent (previously there were some sections of
+code indented, oh, about 10 indentations too far). At the same time, remove
+trailing white space and change spaces to tabs.
-Add support for dissecting RSVP E2E IGNORE proto packets (RFC3175)
+Remove one duplicated call to sccp_assoc() and s/isup_apm/sccp/g in the hf[]
+array (apparently when the XUDT reassembly was put in it was copied from ISUP
+but the filter names weren't changed).
------------------------------------------------------------------------
-r19666 | jake | 2006-10-23 15:43:11 -0700 (Mon, 23 Oct 2006) | 1 line
+r20505 | morriss | 2007-01-19 15:27:24 -0800 (Fri, 19 Jan 2007) | 9 lines
Changed paths:
- M /trunk/gtk/dfilter_expr_dlg.c
+ M /trunk/epan/dissectors/packet-sccp.c
+ M /trunk/epan/reassemble.c
+ M /trunk/epan/reassemble.h
+
+Fix the SCCP dissector so it doesn't show non-segmented DT1 messages as
+having been reassembled.
+
+Fix the comments in reassembly.c and reassembly.h regarding what the reassembly
+routines actually return in the 802.11 and no-sequence-number cases when they
+are given the first and last packet (that is, a non-segmented packet): in
+particular the routines return a pointer to a list containing just the one
+fragment.
-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
+r20506 | jake | 2007-01-19 15:56:42 -0800 (Fri, 19 Jan 2007) | 12 lines
Changed paths:
- M /trunk/gtk/voip_calls.c
+ M /trunk/epan/dissectors/packet-ip.c
+
+From Paul Moore:
+This patch adds support for the IPv4 Commercial IP Security Option (CIPSO) as
+defined in the IETF draft, draft-ietf-cipso-ipsecurity-01.txt. While this
+draft has long since expired, it has become a de-facto standard for labeled
+networking with support from several commercial Multi-Level Security (MLS)
+operating systems such as HP-UX CMW and Trusted Solaris; in addition, Linux
+Kernels 2.6.19 and later provide support for CIPSO in conjunction with
+SELinux.
+
+Copies of the expired CIPSO draft can be found at the NetLabel project page:
+ * http://netlabel.sf.net
-From Alejandro Vaquero:
-Find attached a patch for this bug. The problem was actually in the "Voip Calls" logic, when the first RTP packet was after the last signaling packet (e.g. a call connected and the release not captured), that caused the RTP to not be added to the graph list and therefor to the player.
------------------------------------------------------------------------
-r19668 | etxrab | 2006-10-23 22:21:00 -0700 (Mon, 23 Oct 2006) | 3 lines
+r20507 | gerald | 2007-01-19 18:05:49 -0800 (Fri, 19 Jan 2007) | 9 lines
Changed paths:
- M /trunk/Makefile.common
- M /trunk/epan/dissectors/packet-radius.c
- M /trunk/epan/dissectors/packet-radius.h
- M /trunk/gtk/Makefile.common
- A /trunk/gtk/radius_stat.c
- A /trunk/tap-radiusstat.c
+ M /trunk/gtk/about_dlg.c
+ M /trunk/gtk/dlg_utils.c
+ M /trunk/gtk/dlg_utils.h
+ M /trunk/gtk/simple_dialog.c
+
+Recent versions of GTK+ have added a "gtk-label-select-on-focus"
+property, which selects the entire contents of a label when it comes
+into focus. This property annoyingly defaults to TRUE, which meant that
+the labels in simple dialogs and the about box would unexpectedly show
+up selected.
+
+Work around this by setting the focus on the "OK" button in the about
+dialog and the first button specified in simple dialogs.
-From Alejandro Vaquero:
-For the Radius dissector to add statistics
- in the "Service Response Time" menu and the tshark stats.
------------------------------------------------------------------------
-r19669 | sahlberg | 2006-10-24 00:27:32 -0700 (Tue, 24 Oct 2006) | 9 lines
+r20508 | jake | 2007-01-20 06:08:05 -0800 (Sat, 20 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/gtk/dlg_utils.c
-by popular request
-reintroducing the ACK_RTT measurement how long it took to ACK a data segment
+Trying to get buildbot Windows-XP-x86 to build again.
+Reverting GTK2 to GTK1.2 functionname
+------------------------------------------------------------------------
+r20509 | jake | 2007-01-20 08:46:42 -0800 (Sat, 20 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-eth.c
+ M /trunk/epan/dissectors/packet-ethertype.c
+From Graeme Hewson:
+The attached patch adds Homeplug to the table of ethernet types.
+------------------------------------------------------------------------
+r20510 | ulfl | 2007-01-20 09:52:39 -0800 (Sat, 20 Jan 2007) | 9 lines
+Changed paths:
+ M /trunk/gtk/graph_analysis.c
+
+from Stephen Fisher:
+A user asked what file format the flow graph is saved as, which isn't
+apparent by looking at the dialog. I had to try saving a file and check
+its type -- plain text file. Could someone please apply the attached
+patch or similar change to graph_analysis.c. My patch updates the title
+of the dialog box from "Wireshark: Save graph to file" to "Wireshark:
+Save graph to text file".
+
+However, I used the term "plain text file" instead ;-)
+------------------------------------------------------------------------
+r20511 | etxrab | 2007-01-20 13:45:38 -0800 (Sat, 20 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-l2tp.c
+Update some value strings.
+------------------------------------------------------------------------
+r20512 | sfisher | 2007-01-20 15:23:50 -0800 (Sat, 20 Jan 2007) | 7 lines
+Changed paths:
+ M /trunk/gtk/packet_list.c
-Gerald this is a trivially correct patch can you apply it to the release branch?
+Fix a bug where the size of each column was being computed with the GTK+
+default font of Sans 10 instead of the setting in Wireshark (such as
+Monospace 10). On some systems this bug was causing the contents of columns
+such as the command line specified (CLS) time to be cut off.
------------------------------------------------------------------------
-r19670 | lego | 2006-10-24 06:16:57 -0700 (Tue, 24 Oct 2006) | 9 lines
+r20513 | ulfl | 2007-01-20 20:48:49 -0800 (Sat, 20 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/docbook/Makefile
+ M /trunk/docbook/developer-guide.xml
+ M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
+ A /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+ M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
+
+major redesign:
+- add a chapter about a Win32 Quick Setup
+- update MSVC information about Versions > 6
+------------------------------------------------------------------------
+r20514 | lego | 2007-01-21 09:05:33 -0800 (Sun, 21 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/wslua/Makefile.am
- M /trunk/epan/wslua/make-doc.pl
- M /trunk/epan/wslua/template-init.lua
M /trunk/epan/wslua/wslua_gui.c
- M /trunk/epan/wslua/wslua_pinfo.c
- M /trunk/epan/wslua/wslua_proto.c
- M /trunk/epan/wslua/wslua_tree.c
- M /trunk/epan/wslua/wslua_tvb.c
- M /trunk/epan/wslua/wslua_util.c
-Have Lua disabled by default.
+fix bug 1320
-Add more documentation to the code.
-change make-dco.pl so that it creates more readable docbook output.
-This should be copied over to 0.99.4
+------------------------------------------------------------------------
+r20515 | lego | 2007-01-21 09:06:16 -0800 (Sun, 21 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/wslua/template-init.lua
+fix bug 1321
------------------------------------------------------------------------
-r19671 | lego | 2006-10-24 10:34:17 -0700 (Tue, 24 Oct 2006) | 4 lines
+r20516 | guy | 2007-01-21 14:28:54 -0800 (Sun, 21 Jan 2007) | 4 lines
Changed paths:
- M /trunk/epan/wslua/make-doc.pl
- M /trunk/epan/wslua/wslua_field.c
- M /trunk/epan/wslua/wslua_listener.c
- M /trunk/epan/wslua/wslua_proto.c
+ M /trunk/epan/dfilter/dfilter-macro.h
+
+Set the appropriate keywords.
-Improve the documentation generators
-add some docs.
+Add a newline at the end of the file.
+------------------------------------------------------------------------
+r20517 | guy | 2007-01-21 14:32:37 -0800 (Sun, 21 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dfilter/dfilter-macro.c
+ M /trunk/epan/dfilter/dfilter_macro_load.l
+
+Set the appropriate keywords.
------------------------------------------------------------------------
-r19672 | jmayer | 2006-10-24 10:39:32 -0700 (Tue, 24 Oct 2006) | 5 lines
+r20518 | sfisher | 2007-01-21 14:45:58 -0800 (Sun, 21 Jan 2007) | 8 lines
Changed paths:
- M /trunk/CMakeLists.txt
- A /trunk/cmake/modules/Check64BitFormat.c.in
- A /trunk/cmake/modules/Check64BitFormat.cmake
- A /trunk/cmake/modules/FindADNS.cmake
- A /trunk/cmake/modules/FindDBUS.cmake
- A /trunk/cmake/modules/FindDBUSGLIB.cmake
- A /trunk/cmake/modules/FindGCRYPT.cmake
- M /trunk/cmake/modules/FindGLIB2.cmake
- M /trunk/cmake/modules/FindGTK2.cmake
- M /trunk/cmake/modules/FindLEX.cmake
- M /trunk/cmake/modules/FindPCAP.cmake
- A /trunk/cmake/modules/FindQt4.cmake
- A /trunk/cmake/modules/UsePkgConfig.cmake
- M /trunk/cmakeconfig.h.in
- M /trunk/wiretap/CMakeLists.txt
+ M /trunk/epan/stats_tree.c
+
+
+From Sebastien Tandel:
+
+patch against a crash of wireshark with gtk1.2 when using packet
+length statistics window. The crash was due to a difference of
+implementation of g_strsplit between gtk1.2 and gtk2.
+
+
+------------------------------------------------------------------------
+r20519 | sfisher | 2007-01-21 15:02:07 -0800 (Sun, 21 Jan 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-frame.c
+
+
+Change frame dissector to show "frame" instead of "packet" for all fields
+for consistency. The frame.pkt_len filter is now deprecated, but still
+supported as a hidden field for an easy transition. The new field name is
+frame.len.
+
+
+------------------------------------------------------------------------
+r20520 | sfisher | 2007-01-21 15:36:53 -0800 (Sun, 21 Jan 2007) | 14 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-bssap.c
+
-Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179
+From Tobias Witek:
+
+I found a rare situation in which the BSSAP dissector seems to wrongly
+assume a packet.
+
+When a RANAP DirectTransfer message contains the GSM Supplementary
+Service 'Call Confirmed' this seems to yield a message that the BSSAP
+dissector recognizes as a BSSMAP BLOCK message (and from the perspective
+of BSSAP, this is perfectly correct).
+
+My patch includes code that checks this very special case.
-Frederic Heem:
-* More cmake system checks. It compiles dumpcap without running configure,
------------------------------------------------------------------------
-r19673 | gerald | 2006-10-24 14:07:05 -0700 (Tue, 24 Oct 2006) | 3 lines
+r20521 | guy | 2007-01-21 15:45:36 -0800 (Sun, 21 Jan 2007) | 17 lines
Changed paths:
+ M /trunk/airpcap_loader.c
+ M /trunk/airpcap_loader.h
+ M /trunk/capture-pcap-util-int.h
+ M /trunk/capture-pcap-util-unix.c
+ M /trunk/capture-pcap-util.c
+ M /trunk/capture-pcap-util.h
+ M /trunk/capture-wpcap.c
+ M /trunk/capture_opts.c
+ M /trunk/capture_ui_utils.c
+ M /trunk/gtk/capture_dlg.c
+ M /trunk/gtk/capture_if_dlg.c
+ M /trunk/gtk/capture_prefs.c
M /trunk/gtk/main.c
-Put a trailing ellipsis behind the wireless toolbar buttons since they open
-a new window.
+Have the routines to get interface lists take a pointer to a "gchar *"
+as an argument, and, on an error, if they have an error message, have
+them set that "gchar *" to point to a g_malloc()ed string containing the
+error message, rather than taking a pointer to a buffer for that message
+as an argument. That's more like what's done in Wiretap, and doesn't
+impose an upper limit on the lengths of those error messages. If that
+pointer is null, don't allocate the message string and return it.
+
+Have that error message already have the "cant_get" processing applied
+to it, so nobody other than those routines need to call the "cant_get"
+routines to process the error messages.
+
+Have get_airpcap_interface_list() explicitly set "*err" to the
+appropriate error code.
+
+Clean up indentation.
------------------------------------------------------------------------
-r19675 | etxrab | 2006-10-24 15:06:34 -0700 (Tue, 24 Oct 2006) | 4 lines
+r20522 | sfisher | 2007-01-21 16:20:33 -0800 (Sun, 21 Jan 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-gsm_a.c
+ M /trunk/gtk/capture_file_dlg.c
+ M /trunk/gtk/decode_as_ber.c
+ M /trunk/gtk/expert_comp_table.c
+ M /trunk/gtk/firewall_dlg.c
+ M /trunk/gtk/proto_dlg.c
+ M /trunk/gtk/range_utils.c
+
+
+Fix various compiler warnings
-From Reinhard Speyerer:
-Fixes the incorrect decoding of the CC-SETUP CLIR suppression and invoke info elements (which seem to have been copied from the location update accept PDU).
-and added some info from a later spec.
------------------------------------------------------------------------
-r19677 | gerald | 2006-10-24 17:17:28 -0700 (Tue, 24 Oct 2006) | 2 lines
+r20523 | ulfl | 2007-01-21 20:03:17 -0800 (Sun, 21 Jan 2007) | 5 lines
Changed paths:
- M /trunk/epan/wslua/wslua_field.c
+ M /trunk/gtk/menu.c
-Attempt to get compilation working under Windows.
+as Bill Meier noted:
+"The Help ! Contents and the Help ! User's Guide both display the User's
+Guide."
+Remove the duplicate Help!/User's Guide item
------------------------------------------------------------------------
-r19678 | gerald | 2006-10-24 17:49:36 -0700 (Tue, 24 Oct 2006) | 2 lines
+r20524 | etxrab | 2007-01-22 13:32:17 -0800 (Mon, 22 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dfilter/Makefile.nmake
-Attempt to squelch Coverity CID 221.
+Add dfilter_macro_load.c to the distclean target to rebuild it if building from a tarball.
+------------------------------------------------------------------------
+r20526 | gerald | 2007-01-22 14:57:32 -0800 (Mon, 22 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/config.nmake
+ M /trunk/configure.in
+
+Bump the trunk version to 0.99.6.
------------------------------------------------------------------------
-r19679 | guy | 2006-10-24 20:03:53 -0700 (Tue, 24 Oct 2006) | 2 lines
+r20527 | gerald | 2007-01-22 17:25:57 -0800 (Mon, 22 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-bootp.c
+ M /trunk/capture_errs.c
-Clean up some compiler warnings.
+winpcap.mirror.wireshark.org doesn't exist, so remove it.
------------------------------------------------------------------------
-r19680 | gram | 2006-10-25 08:16:49 -0700 (Wed, 25 Oct 2006) | 4 lines
+r20528 | gerald | 2007-01-22 17:49:30 -0800 (Mon, 22 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-radiotap.c
+ M /trunk/capture_errs.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.
+Add a link to the Providence University WinPcap mirror, and a comment
+linking to the WinPcap mirror page.
------------------------------------------------------------------------
-r19681 | jake | 2006-10-25 08:22:39 -0700 (Wed, 25 Oct 2006) | 5 lines
+r20529 | ulfl | 2007-01-23 00:12:20 -0800 (Tue, 23 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-wbxml.c
+ M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
-From Stephen Fisher
-Attached is a patch to fix bug #1170: "Wireshark interpretation of WBXML
-does not comply with Spec." This has been verified with the sample
-capture the user provided.
+add correct link to vcredist_x86.exe
+------------------------------------------------------------------------
+r20530 | ulfl | 2007-01-23 00:20:59 -0800 (Tue, 23 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/packaging/nsis/wireshark.nsi
+remove example_snmp_users_file at uninstall
------------------------------------------------------------------------
-r19682 | gerald | 2006-10-25 09:39:19 -0700 (Wed, 25 Oct 2006) | 2 lines
+r20531 | sahlberg | 2007-01-23 01:38:41 -0800 (Tue, 23 Jan 2007) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-fcp.c
+ M /trunk/epan/dissectors/packet-iscsi.c
+
+if DataSegmentLength is non zero for iscsi async messages the data segment contains
+scsi sense information potentially followed by iscsi event data.
+
+this is used by a target to tell an initiator (among other things) that the lun configuration has changed and now is a good time to rescan the target for lun changes.
-Squelch Coverity CID 220. Fix up whitespace.
------------------------------------------------------------------------
-r19683 | martinm | 2006-10-25 09:46:27 -0700 (Wed, 25 Oct 2006) | 3 lines
+r20532 | guy | 2007-01-23 10:31:26 -0800 (Tue, 23 Jan 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-catapult-dct2000.c
- M /trunk/epan/dissectors/packet-smtp.c
+ M /trunk/epan/proto.c
-Allow DCT2000 support to find a couple of more protocols.
-Try to squash some warnings seen on the ubuntu buildbot log
+DISSECTOR_ASSERT_NOT_REACHED() now, by default, throws a Wireshark
+exception rather than aborting the program; using it means that
+dissector bugs show up as such rather than as malformed packets.
------------------------------------------------------------------------
-r19684 | gerald | 2006-10-25 10:00:33 -0700 (Wed, 25 Oct 2006) | 2 lines
+r20533 | lego | 2007-01-23 11:46:55 -0800 (Tue, 23 Jan 2007) | 3 lines
Changed paths:
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/epan/dissectors/packet-h248.c
- M /trunk/epan/dissectors/packet-h248.h
+ M /trunk/gtk/Makefile.am
+
+Have build succeed even if portaudio is located somewhere else than any other libraries in use.
-Add more paranoid pointer checks. Fixes CID 219.
------------------------------------------------------------------------
-r19685 | guy | 2006-10-25 11:25:17 -0700 (Wed, 25 Oct 2006) | 3 lines
+r20534 | lego | 2007-01-23 11:56:10 -0800 (Tue, 23 Jan 2007) | 3 lines
Changed paths:
- M /trunk/gtk/webbrowser.c
+ M /trunk/example_snmp_users_file
+
+Add a shord description on how the snmp_users_file can be used
-Include the top-level header for CoreFoundation, to see whether it'll
-fix a build failure I've seen on L**p*rd.
------------------------------------------------------------------------
-r19686 | etxrab | 2006-10-25 12:26:58 -0700 (Wed, 25 Oct 2006) | 1 line
+r20535 | gerald | 2007-01-23 12:12:09 -0800 (Tue, 23 Jan 2007) | 3 lines
Changed paths:
- M /trunk/asn1/snmp/snmp.asn
+ M /trunk/airpcap_loader.h
+ M /trunk/gtk/capture_dlg.c
+ M /trunk/gtk/capture_if_dlg.c
+ M /trunk/gtk/main.c
+
+Propagate the recent interface list changes (r20521) to the AirPcap code.
+Fix a mismatched declaration found by Gisle Vanem.
-Fix Id marking
------------------------------------------------------------------------
-r19687 | guy | 2006-10-25 12:48:54 -0700 (Wed, 25 Oct 2006) | 4 lines
+r20536 | sahlberg | 2007-01-23 12:49:57 -0800 (Tue, 23 Jan 2007) | 4 lines
Changed paths:
- M /trunk/gtk/rtp_player.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+some iscsi/scsi initiators still use the ancient sbc1 commandset so add RESERVE6/RELEASE6 to the SBC dissector
+
-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.
------------------------------------------------------------------------
-r19688 | etxrab | 2006-10-25 15:09:48 -0700 (Wed, 25 Oct 2006) | 1 line
+r20537 | sahlberg | 2007-01-23 12:59:50 -0800 (Tue, 23 Jan 2007) | 4 lines
Changed paths:
- M /trunk/asn1/camel/camel.asn
- M /trunk/epan/dissectors/packet-camel.c
- M /trunk/epan/dissectors/packet-camel.h
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+add the obsolete RESERVE10/RELEASE10 to the sbc dissector
+
+
-Remove some unused asn1 code(not in spec) to get rid of some Ubuntu warnings.
------------------------------------------------------------------------
-r19693 | ulfl | 2006-10-25 16:54:56 -0700 (Wed, 25 Oct 2006) | 1 line
+r20538 | ulfl | 2007-01-23 13:19:46 -0800 (Tue, 23 Jan 2007) | 1 line
Changed paths:
- M /trunk/gtk/airpcap_gui_utils.c
+ M /trunk/docbook/Makefile
-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
+fix problem "no target to build user-guide.zip"
------------------------------------------------------------------------
-r19694 | ulfl | 2006-10-25 17:39:05 -0700 (Wed, 25 Oct 2006) | 3 lines
+r20539 | lego | 2007-01-23 15:34:41 -0800 (Tue, 23 Jan 2007) | 5 lines
Changed paths:
- M /trunk/gtk/airpcap_dlg.c
+ M /trunk/epan/wslua/wslua_pinfo.c
+ M /trunk/epan/wslua/wslua_tvb.c
+
+tvb:range did not appear under Tvb in generated refman
+pinfo.curr_proto appeared as pinfo.match
+pinfo.columns in the refman was pinfo.cols in lua (now it is both in lua and in refman)
-don't use custom build buttons for standard tasks like: Ok, Apply, Cancel.
-It might be a good idea to add tooltips to the various GUI elements - this makes understanding the GUI *much* faster.
------------------------------------------------------------------------
-r19695 | etxrab | 2006-10-26 00:25:07 -0700 (Thu, 26 Oct 2006) | 1 line
+r20540 | lego | 2007-01-23 15:36:28 -0800 (Tue, 23 Jan 2007) | 3 lines
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.nmake
- M /trunk/tools/win32-setup.sh
+ M /trunk/epan/wslua/wslua_tvb.c
+
+add range to the metatable of Tvb.
+
-Preparations for using the latest GTK 2.8 files for now only gettext is updated.
------------------------------------------------------------------------
-r19696 | etxrab | 2006-10-26 00:34:10 -0700 (Thu, 26 Oct 2006) | 1 line
+r20541 | gerald | 2007-01-23 17:06:24 -0800 (Tue, 23 Jan 2007) | 2 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/epan/wslua/wslua_tvb.c
+
+Fix compilation (under Windows, at least).
-Missed a change.
------------------------------------------------------------------------
-r19697 | sahlberg | 2006-10-26 00:34:22 -0700 (Thu, 26 Oct 2006) | 3 lines
+r20542 | gerald | 2007-01-23 17:16:45 -0800 (Tue, 23 Jan 2007) | 4 lines
Changed paths:
- M /trunk/AUTHORS
+ M /trunk/gtk/capture_if_details_dlg.c
-update of shaun j's detains
+Instead of checking for WinPcap 4.x versions, assume that if the version
+is greater than 3 we can get detailed interface information. This should
+limit the amount of work we have to do when new WinPcap releases come out.
+
+------------------------------------------------------------------------
+r20543 | gerald | 2007-01-23 17:17:48 -0800 (Tue, 23 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/airpcap_loader.c
+It's not an error if we don't find any AirPcap interfaces when AirPcap isn't
+loaded.
------------------------------------------------------------------------
-r19698 | sahlberg | 2006-10-26 00:45:01 -0700 (Thu, 26 Oct 2006) | 14 lines
+r20544 | sfisher | 2007-01-23 20:57:32 -0800 (Tue, 23 Jan 2007) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-imap.c
+ M /trunk/epan/dissectors/packet-tacacs.c
-from stephen f fix for 1040
+Fix for bug #1308: tacacs decoding fails. Introduce TCP desegmentation for
+data after the fixed length header as some implementations may not send
+the header and payload in the same segment.
-Attached is a patch to fix bug #1040: "imap packet: not all infos are
-displayed." ?\194?\160It has been tested against the capture file the user
-provided as well as my own capture of an imap session.
+------------------------------------------------------------------------
+r20545 | lego | 2007-01-24 09:19:44 -0800 (Wed, 24 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-h248_q1950.c
-Thanks,
- ?\194?\160Steve
+dissect SDP encapsulated inside an Q1950 annex A.7 paramenter of H248
+------------------------------------------------------------------------
+r20546 | gerald | 2007-01-24 11:22:13 -0800 (Wed, 24 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+Fix Coverity CID 230: Make sure we handle a negative tvb_length_remaining()
+value correctly. Fix up indentation.
------------------------------------------------------------------------
-r19699 | ulfl | 2006-10-26 01:07:13 -0700 (Thu, 26 Oct 2006) | 1 line
+r20547 | gerald | 2007-01-24 11:27:49 -0800 (Wed, 24 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.nmake
+ M /trunk/NEWS
+
+Update the NEWS file.
-put python script name in brackets
------------------------------------------------------------------------
-r19700 | ulfl | 2006-10-26 01:08:13 -0700 (Thu, 26 Oct 2006) | 1 line
+r20548 | guy | 2007-01-24 15:30:23 -0800 (Wed, 24 Jan 2007) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+ M /trunk/util.c
+
+When parsing DISPLAY, mirror what __X11TransConnectDisplay() does - and
+handle the case where the "host name" begins with "/", as some platforms
+might allow the pathname of a UNIX domain socket to be given in DISPLAY.
+
+Fix indentation of a comment.
-slightly improve info column output
------------------------------------------------------------------------
-r19701 | sahlberg | 2006-10-26 01:37:39 -0700 (Thu, 26 Oct 2006) | 4 lines
+r20549 | gerald | 2007-01-24 17:24:14 -0800 (Wed, 24 Jan 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/crypt/airpdcap.c
+ M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/epan/strutil.c
-break request/response matching to track transactions out from the CONTROL handler to use the same code for ALL pdu types
+Fix a key preference crash bug. Improve WPA passphrase and SSID length
+handling. Free a byte array. Squelch a compiler warning. Fix a URI
+string parsing bug.
+------------------------------------------------------------------------
+r20550 | gerald | 2007-01-24 18:54:14 -0800 (Wed, 24 Jan 2007) | 5 lines
+Changed paths:
+ M /trunk/gtk/filter_dlg.c
+Fix Coverity CIDs 217 and 218, and fix filter dialog autoselection in
+the process. This change assumes that you can make a copy of a
+GtkTreeIter and use it later (which may not be valid), and hasn't been
+tested using GTK 1.
------------------------------------------------------------------------
-r19702 | martinm | 2006-10-26 03:11:09 -0700 (Thu, 26 Oct 2006) | 1 line
+r20551 | gerald | 2007-01-24 22:45:09 -0800 (Wed, 24 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-catapult-dct2000.c
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/epan/dissectors/packet-scsi.c
+
+Attempt to squelch Coverity CID 222.
-Hopefully zap some warnings
------------------------------------------------------------------------
-r19703 | guy | 2006-10-26 03:27:16 -0700 (Thu, 26 Oct 2006) | 2 lines
+r20552 | gerald | 2007-01-24 22:51:30 -0800 (Wed, 24 Jan 2007) | 2 lines
Changed paths:
- M /trunk/doc/README.developer
+ M /trunk/epan/emem.c
-Mention the 64-bit-integer accessors.
+Squelch Coverity CIDs 225, 226, and 227.
------------------------------------------------------------------------
-r19704 | martinm | 2006-10-26 05:45:14 -0700 (Thu, 26 Oct 2006) | 1 line
+r20553 | gerald | 2007-01-24 23:06:47 -0800 (Wed, 24 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/epan/dissectors/packet-dcp-etsi.c
+
+Remove dead code. Fixes Coverity CID 228. Squelch various compiler warnings.
-Cast away remaining warnings seen on buildbot
------------------------------------------------------------------------
-r19705 | jake | 2006-10-26 07:36:09 -0700 (Thu, 26 Oct 2006) | 4 lines
+r20554 | jake | 2007-01-24 23:42:10 -0800 (Wed, 24 Jan 2007) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ntp.c
+ M /trunk/plugins/h223/Makefile.nmake
+ M /trunk/plugins/h223/plugin.rc.in
-From Xiaoguang Liu
-In wireshark a NTP field is displayed as "clock dispersion".
-But should it be called "root dispersion" as per RFC 1305?
+Modification of version resource.
+- FILEFLAGS should not contain VS_FF_SPECIAL_BUILD
+- FILEOS changed to VOS_NT_WINDOWS32 since we no longer support pre-NT platforms
+- Adding Comments string to include compiler, based on MSVC_VARIANT symbol
------------------------------------------------------------------------
-r19706 | jmayer | 2006-10-26 07:50:03 -0700 (Thu, 26 Oct 2006) | 3 lines
+r20555 | gal | 2007-01-25 09:37:54 -0800 (Thu, 25 Jan 2007) | 10 lines
Changed paths:
- M /trunk/acinclude.m4
+ M /trunk/packaging/u3/win32/makefile.nmake
+ M /trunk/packaging/u3/win32/manifest.tmpl
+
+Update manifest file (template) to:
+a) remove schema reference
+b) assign new GUID for 0.99.6
+
+Update makefile.nmake to:
+a) include user-guide.chm - user-guide.chm is copied from the nsis packaging directory
+b) include the example_snmp_users_file
+c) other tidy-ups
-Don't include /usr/local if usage of /usr/local has been disabled via
-configure option.
------------------------------------------------------------------------
-r19707 | jmayer | 2006-10-26 08:36:50 -0700 (Thu, 26 Oct 2006) | 8 lines
+r20556 | sfisher | 2007-01-25 12:47:37 -0800 (Thu, 25 Jan 2007) | 4 lines
Changed paths:
- M /trunk/CMakeLists.txt
- A /trunk/cmake/modules/CMakeInstallDirs.cmake
- M /trunk/cmake/modules/Check64BitFormat.cmake
- M /trunk/cmake/modules/FindPCAP.cmake
+ M /trunk/epan/proto.h
-frederic.heem:
- Update/Add FindPCAP.cmake CMakeInstallDirs.cmake CMakeLists.txt
-me:
- Fix a typo, change gcc flags to mimic the behaviour of autofoo
- stuff.
+Fix indentation of field_info struct definition
------------------------------------------------------------------------
-r19708 | jmayer | 2006-10-26 09:39:34 -0700 (Thu, 26 Oct 2006) | 3 lines
+r20557 | sfisher | 2007-01-25 13:07:29 -0800 (Thu, 25 Jan 2007) | 5 lines
Changed paths:
- M /trunk/cmake/modules/LICENSE.txt
+ M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+
+
+Remove extra space from a call .cmd file command line so it can be copied
+and pasted out of the guide
-Only include the license text and not the rest of the source file
-it was copied from as well.
------------------------------------------------------------------------
-r19709 | martinm | 2006-10-26 09:52:55 -0700 (Thu, 26 Oct 2006) | 1 line
+r20558 | sfisher | 2007-01-25 15:00:29 -0800 (Thu, 25 Jan 2007) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/packet-rtcp.c
+ M /trunk/proto_hier_stats.c
+
+
+Fix for bug #1325: Protocol hierarchy display shows an empty line because of
+the hop-by-hop option header tree in the main protocol tree. This fix skips
+those entries that don't have a name assigned to them and goes on to the next
+entry before adding it to the protocol hierarchy display.
+
-Try to declare and cast away warnings
------------------------------------------------------------------------
-r19710 | martinm | 2006-10-26 10:03:45 -0700 (Thu, 26 Oct 2006) | 1 line
+r20559 | wmeier | 2007-01-25 17:34:29 -0800 (Thu, 25 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-sdp.c
+ M /trunk/config.h.win32
+ M /trunk/epan/dissectors/packet-dcp-etsi.c
+ M /trunk/epan/dissectors/packet-ssl.c
+ M /trunk/epan/ftypes/Makefile.nmake
+ M /trunk/epan/wslua/template-init.lua
+ M /trunk/version_info.c
+ M /trunk/version_info.h
+
+A few more ethereal --> wireshark
-More warnings...
------------------------------------------------------------------------
-r19711 | etxrab | 2006-10-26 14:31:48 -0700 (Thu, 26 Oct 2006) | 1 line
+r20560 | gerald | 2007-01-25 22:34:05 -0800 (Thu, 25 Jan 2007) | 2 lines
Changed paths:
- M /trunk/asn1/camel/camel.asn
- M /trunk/asn1/camel/packet-camel-template.c
- M /trunk/epan/dissectors/packet-camel.c
+ M /trunk/gtk/airpcap_dlg.c
+
+Massive indentation fixes.
-Fix more Ubuntu warnings.
------------------------------------------------------------------------
-r19712 | gerald | 2006-10-26 14:53:30 -0700 (Thu, 26 Oct 2006) | 3 lines
+r20561 | gerald | 2007-01-25 22:45:12 -0800 (Thu, 25 Jan 2007) | 2 lines
Changed paths:
M /trunk/airpcap_loader.c
+ M /trunk/airpcap_loader.h
+ M /trunk/gtk/airpcap_gui_utils.c
-Add a lot of sanity checks, particularly to get_airpcap_interface_list(),
-which should fix bug 1176. Fix up whitespace and indentation.
+Spelling fixes.
------------------------------------------------------------------------
-r19714 | martinm | 2006-10-27 03:16:22 -0700 (Fri, 27 Oct 2006) | 3 lines
+r20562 | jmayer | 2007-01-26 00:09:20 -0800 (Fri, 26 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ipsec.c
+ M /trunk/epan/dissectors/packet-tftp.c
-When key length wrong, show expected value.
-Fix Preference label where %d was missing from specifier.
+If there is just a tftp response without a prior request,
+dissection would fail with dissector assert.
------------------------------------------------------------------------
-r19715 | ulfl | 2006-10-27 05:06:13 -0700 (Fri, 27 Oct 2006) | 3 lines
+r20563 | martinm | 2007-01-26 02:40:34 -0800 (Fri, 26 Jan 2007) | 2 lines
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.nmake
- M /trunk/packaging/nsis/Makefile.nmake
- M /trunk/packaging/nsis/wireshark.nsi
- M /trunk/packaging/u3/win32/makefile.nmake
+ M /trunk/diameter/dictionary.xml
-fix the GTK-WIMP paths for GTK2.8 - both source and destination paths completely changed from 2.6 to 2.8 due to the integration of Wimp into the main GTK repository
+Fix bugs 1330 & 1333 (one wrong and one missing entry in XML description)
-remove settings for GTK2.2 and 2.4 in config.nmake - as no one uses it IMHO
------------------------------------------------------------------------
-r19716 | martinm | 2006-10-27 06:03:38 -0700 (Fri, 27 Oct 2006) | 1 line
+r20564 | martinm | 2007-01-26 03:31:51 -0800 (Fri, 26 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-sdp.c
+ M /trunk/epan/dissectors/packet-cops.c
-More warnings
+Make COPS dissector findable by name
------------------------------------------------------------------------
-r19717 | martinm | 2006-10-27 07:36:48 -0700 (Fri, 27 Oct 2006) | 3 lines
+r20565 | kukosa | 2007-01-26 04:08:45 -0800 (Fri, 26 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-sdp.c
+ M /trunk/epan/dissectors/packet-ssl.c
+
+TLS 1.0/1.1 just ignores unknown records - RFC 2246 chapter 6. The TLS Record Protocol
+(some implementations use it like "keepalive")
+
+------------------------------------------------------------------------
+r20566 | martinm | 2007-01-26 04:14:06 -0800 (Fri, 26 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-cops.c
+
+Use previously unused hf_cops_obj_c_type (cops.c_type) field
+------------------------------------------------------------------------
+r20567 | lego | 2007-01-26 07:10:47 -0800 (Fri, 26 Jan 2007) | 7 lines
+Changed paths:
+ M /trunk/radius/dictionary.redback
-Cast away most remaining warnings.
-2 will remain, because the 'needle' arg in tvb_pbrk_guint8() isn't const... Should it be?
+form Florian Lohoff
+
+here is an addition to the redback radius dictionary - Attributes seen
+in all authentications for PPPoE sessions ...
+
+
+
+------------------------------------------------------------------------
+r20568 | jake | 2007-01-26 09:06:17 -0800 (Fri, 26 Jan 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi.c
+
+From Patrick vd Lageweg:
+This patch fixes three problems with the SCSI persistent reserve in command:
+- The Additional length starts at offset 4 and not 0
+- The len field contains the length used by the keys and doesn't include the header length.
+ So don't substract the header length from the length.
+- The key list is traversed from the beginning to end end and not the other way around.
------------------------------------------------------------------------
-r19719 | gerald | 2006-10-27 12:15:57 -0700 (Fri, 27 Oct 2006) | 3 lines
+r20569 | jake | 2007-01-26 09:12:00 -0800 (Fri, 26 Jan 2007) | 14 lines
+Changed paths:
+ M /trunk/doc/README.developer
+ M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
+
+From Graham Bloice:
+In the Developers Guide, Section 9.3, Example 9.17. Decompressing data
+packets for dissection
+
+The code calls tvb_set_free_cb() for the newly created next_tvb. This
+is unnecessary as the call to tvb_set_child_real_data() adds next_tvb to
+the chained list of tvb, thus ensuring that next_tvb is correctly
+deleted. In fact when I had the call in, Visual Studio kept breaking
+deep down in ntdll.dll, probably because of a double free every time the
+main tvb was deleted.
+
+In README.developer, para 2..2.7 The example conversation code doesn't
+assign the result of conversation_new() back into the conversation variable.
+
+------------------------------------------------------------------------
+r20570 | tuexen | 2007-01-26 09:27:32 -0800 (Fri, 26 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/gtk/sctp_assoc_analyse.c
+
+Fix handling when both endpoints use the same port number.
+
+
+------------------------------------------------------------------------
+r20571 | lego | 2007-01-26 10:34:05 -0800 (Fri, 26 Jan 2007) | 3 lines
Changed paths:
M /trunk/docbook/Makefile
+ A /trunk/docbook/make-wsluarm.pl (from /trunk/epan/wslua/make-doc.pl:20541)
+ A /trunk/docbook/template-wsluarm.xml (from /trunk/epan/wslua/template-wsluarm.xml:20541)
+ A /trunk/docbook/wsluarm_src
+
+Trying to get the WS Lua Ref Man to build with the rest of the documentation
-Allow each program called by the Docbook Makefile to be specified using
-the environment.
------------------------------------------------------------------------
-r19720 | gerald | 2006-10-27 13:33:19 -0700 (Fri, 27 Oct 2006) | 3 lines
+r20572 | gerald | 2007-01-26 13:54:59 -0800 (Fri, 26 Jan 2007) | 10 lines
Changed paths:
- M /trunk/airpcap_loader.c
+ M /trunk/epan/crypt/airpdcap.c
+ M /trunk/epan/crypt/airpdcap_system.h
+ M /trunk/epan/crypt/airpdcap_user.h
+ M /trunk/epan/dissectors/packet-eapol.c
+ M /trunk/epan/dissectors/packet-ieee80211.c
-Set AirpcapLoaded to TRUE if we've successfully loaded our DLL and obtained
-our addresses.
+Add support for "wildcard" WPA keys in the form "wpa:passphrase" (note
+the lack of SSID). Wildcarding combines the passphrase with the last
+seen SSID and attempts decryption. The last-seen stack is only one
+element tall, which means it may get clobbered on busy and diverse
+networks. We can expand it if needed.
+
+Make internal functions static in airpdcap.c. Rearrange the
+AIRPDCAP_KEY_ITEM struct so that the passphrase and SSID don't get
+clobbered when we set our PSK.
------------------------------------------------------------------------
-r19721 | jake | 2006-10-28 14:32:38 -0700 (Sat, 28 Oct 2006) | 3 lines
+r20573 | gerald | 2007-01-26 15:28:22 -0800 (Fri, 26 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/epan/crypt/airpdcap.c
+
+Fix saving WPA key preferences from the decryption key management dialog,
+which was broken by r20388.
-From Pierre Juhen:
-I would like to have a tcp.options field with a name for PMDL output;
-I include a patch to packet-tcp.c to provide that.
------------------------------------------------------------------------
-r19722 | jake | 2006-10-28 14:52:38 -0700 (Sat, 28 Oct 2006) | 3 lines
+r20574 | lego | 2007-01-26 17:11:39 -0800 (Fri, 26 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- M /trunk/epan/dissectors/packet-igmp.c
- A /trunk/epan/dissectors/packet-rgmp.c
- A /trunk/epan/dissectors/packet-rgmp.h
+ M /trunk/docbook/Makefile
-Based on RFC3488. This is a setup for RGMP dissection, a simple protocol bolted on IGMP.
+fix generation of ws(ug|dg), use fop.bat not fop.sh
------------------------------------------------------------------------
-r19723 | guy | 2006-10-28 17:06:02 -0700 (Sat, 28 Oct 2006) | 2 lines
+r20575 | lego | 2007-01-26 17:36:00 -0800 (Fri, 26 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/docbook/Makefile
+
+do not overwrite the realse notes...
-The TCP options data is a byte array, not a character string.
------------------------------------------------------------------------
-r19724 | gerald | 2006-10-28 22:55:04 -0700 (Sat, 28 Oct 2006) | 2 lines
+r20576 | lego | 2007-01-26 18:32:02 -0800 (Fri, 26 Jan 2007) | 3 lines
Changed paths:
- M /trunk/image/wsicon.svg
- M /trunk/image/wsicon16.png
- M /trunk/image/wsicon200.png
- M /trunk/image/wsicon32.png
- M /trunk/image/wsicon48.png
- M /trunk/image/wsicon64.png
- M /trunk/image/wsiconcap.svg
- M /trunk/image/wsiconcap200.png
+ M /trunk/docbook/Makefile
+ M /trunk/docbook/make-wsluarm.pl
+
+Fix DTD validation ( older dtds were happy with it :/ )
-Add a glossy highlight.
------------------------------------------------------------------------
-r19725 | jake | 2006-10-29 03:50:30 -0800 (Sun, 29 Oct 2006) | 4 lines
+r20577 | lego | 2007-01-26 18:33:21 -0800 (Fri, 26 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-udp.c
+ D /trunk/epan/wslua/make-doc.pl
+ D /trunk/epan/wslua/template-wsluarm.xml
+ M /trunk/epan/wslua/wslua_tvb.c
+ M /trunk/epan/wslua/wslua_util.c
+
+Fix docbook documentation
-From Stephen Fisher:
-Attached is a patch to allow the disabling of the UDP/UDPlite checksum
-verification for cards that offload it and report it incorrectly.
------------------------------------------------------------------------
-r19726 | ulfl | 2006-10-29 04:51:15 -0800 (Sun, 29 Oct 2006) | 3 lines
+r20578 | lego | 2007-01-26 20:08:06 -0800 (Fri, 26 Jan 2007) | 3 lines
Changed paths:
- M /trunk/file.c
+ M /trunk/epan/wslua/Makefile.am
+
+fix distcheck
-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
------------------------------------------------------------------------
-r19727 | ulfl | 2006-10-29 05:53:07 -0800 (Sun, 29 Oct 2006) | 1 line
+r20579 | lego | 2007-01-27 17:24:20 -0800 (Sat, 27 Jan 2007) | 9 lines
Changed paths:
- M /trunk/colorfilters
- M /trunk/epan/dissectors/packet-tcp.c
- M /trunk/epan/dissectors/packet-udp.c
+ M /trunk/wiretap/k12.c
+
+from Kriang Lerdsuwanakij
+
+I found out the reason Wireshark refuses to read some .rf file I have.
+Those files have zero extra_len in SRCDEST header structure. See the
+attached file for example. It was created by selecting some frames from
+a larger .rf5 file (within Tektronix's own reader) and save as a
+separate file.
+
-make the checksum fields visible for TCP and UDP
------------------------------------------------------------------------
-r19728 | ulfl | 2006-10-29 06:41:16 -0800 (Sun, 29 Oct 2006) | 1 line
+r20580 | lego | 2007-01-27 17:41:58 -0800 (Sat, 27 Jan 2007) | 30 lines
Changed paths:
- M /trunk/config.nmake
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/packet-k12.c
+ M /trunk/epan/dissectors/packet-sscop.c
+ M /trunk/epan/dissectors/packet-sscop.h
+
+From Kriang Lerdsuwanakij:
+
+1 Add ALCAP and NBAP as subdissectors of SSCOP. Previously it only
+ knows about SSCF-NNI and data. (Changes in packet-sscop.c,
+ packet-sscop.h)
+
+2 Add capability for lower layer to force SSCOP to choose a particular
+ dissector. It is passed as "subdissector" field of SSCOP protocol
+ data. This is required because different payload protocol is
+ distinguished by different VPI/VCI. There is no protocol field inside
+ SSCOP frame. (Changes in packet-sscop.c, packet-sscop.h)
+
+3 Make K12xx configuration file supporting the following syntax:
+ C:\k1297\stacks\umts_iub\umts_iub_aal2l3.stk sscop:alcap
+ This says dissect with SSCOP first and then pass to ALCAP.
+ The change is made general, so it supports arbitrary number of
+ protocol, like "proto1:proto2:proto3". Using ":" as separator
+ allow us to expand the syntax further to support parameters like
+ "proto1 param1:proto2 param2 param3". (Changes in packet-k12.c)
+
+With above 3 changes together, dissecting Iub traces are correct for
+control and signaling planes. I am still investigating user plane
+frames because writing UMTS RLC/MAC protocol dissector is required.
+The patch and sample .rf file (same as my previous patch) is in the
+attachment.
+
+plus:
+Add Kriang to the AUTHORS list (and once at it upate my own record)
+
-change the default GTK version from GTK2.6 to GTK2.8
------------------------------------------------------------------------
-r19729 | ulfl | 2006-10-29 09:14:13 -0800 (Sun, 29 Oct 2006) | 4 lines
+r20581 | sfisher | 2007-01-27 18:49:50 -0800 (Sat, 27 Jan 2007) | 24 lines
Changed paths:
- M /trunk/docbook/wsdg_src/WSDG_chapter_capture.xml
- M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
- M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
+ M /trunk/gtk/gui_utils.c
+ M /trunk/gtk/gui_utils.h
+ M /trunk/gtk/menu.c
+ M /trunk/gtk/packet_list.c
+ M /trunk/gtk/packet_list.h
+ M /trunk/gtk/proto_draw.c
+ M /trunk/gtk/proto_draw.h
+
+
+From Douglas Pratley:
+
+This is a patch adding items to the context menus for the packet list
+and packet details panes for copying packet data to the clipboard.
+
+New menu item on packet list pane:
+Copy (sub menu) ->
+ Summary (Text) Copies fields displayed in the packet
+list, tab separated
+ Summary (CSV) Copies fields displayed in the packet
+list, comma separated
+ Hex and Text Copies data for the selected frame in
+hex-editor style (similar to Copy\All Information in packet bytes pane)
+ Text Only Copies data for the selected frame,
+dropping non-printable characters other than line breaks (similar to
+Copy\Text Only in packet bytes pane)
+ Hex Columns As Hex and Text but without text
+ Hex Stream Copies data for the selected frame as an
+unpunctuated list of hex values
+ Binary Stream Copies raw packet bytes to the clipboard
+as MIME type application/octet-stream
-from Sake Blok:
-While I was reading the development guide I noticed a few typo's.
-The attached patch fixes them (the patch is against revision 19724).
------------------------------------------------------------------------
-r19730 | ulfl | 2006-10-29 09:19:52 -0800 (Sun, 29 Oct 2006) | 9 lines
+r20582 | gal | 2007-01-28 02:10:06 -0800 (Sun, 28 Jan 2007) | 4 lines
Changed paths:
- M /trunk/asn1/MAP_Dialogue/Makefile.nmake
- M /trunk/asn1/acp133/Makefile.nmake
- M /trunk/asn1/acse/Makefile.nmake
- M /trunk/asn1/ansi_map/Makefile.nmake
- M /trunk/asn1/camel/Makefile.nmake
- M /trunk/asn1/cdt/Makefile.nmake
- M /trunk/asn1/cmip/Makefile.nmake
- M /trunk/asn1/cms/Makefile.nmake
- M /trunk/asn1/dap/Makefile.nmake
- M /trunk/asn1/disp/Makefile.nmake
- M /trunk/asn1/dop/Makefile.nmake
- M /trunk/asn1/dsp/Makefile.nmake
- M /trunk/asn1/ess/Makefile.nmake
- M /trunk/asn1/ftam/Makefile.nmake
- M /trunk/asn1/ftbp/Makefile.nmake
- M /trunk/asn1/gnm/Makefile.nmake
- M /trunk/asn1/gsm_ss/Makefile.nmake
- M /trunk/asn1/gsmmap/Makefile.nmake
- M /trunk/asn1/h225/Makefile.nmake
- M /trunk/asn1/h235/Makefile.nmake
- M /trunk/asn1/h245/Makefile.nmake
- M /trunk/asn1/h248/Makefile.nmake
- M /trunk/asn1/h450/Makefile.nmake
- M /trunk/asn1/inap/Makefile.nmake
- M /trunk/asn1/ldap/Makefile.nmake
- M /trunk/asn1/logotype-cert-extn/Makefile.nmake
- M /trunk/asn1/mms/Makefile.nmake
- M /trunk/asn1/nbap/Makefile.nmake
- M /trunk/asn1/ns-cert-exts/Makefile.nmake
- M /trunk/asn1/ocsp/Makefile.nmake
- M /trunk/asn1/pkcs1/Makefile.nmake
- M /trunk/asn1/pkinit/Makefile.nmake
- M /trunk/asn1/pkix1explicit/Makefile.nmake
- M /trunk/asn1/pkix1implicit/Makefile.nmake
- M /trunk/asn1/pkixcmp/Makefile.nmake
- M /trunk/asn1/pkixcrmf/Makefile.nmake
- M /trunk/asn1/pkixproxy/Makefile.nmake
- M /trunk/asn1/pkixqualified/Makefile.nmake
- M /trunk/asn1/pkixtsp/Makefile.nmake
- M /trunk/asn1/pres/Makefile.nmake
- M /trunk/asn1/ranap/Makefile.nmake
- M /trunk/asn1/rnsap/Makefile.nmake
- M /trunk/asn1/ros/Makefile.nmake
- M /trunk/asn1/rrlp/Makefile.nmake
- M /trunk/asn1/rtse/Makefile.nmake
- M /trunk/asn1/s4406/Makefile.nmake
- M /trunk/asn1/smrse/Makefile.nmake
- M /trunk/asn1/snmp/Makefile.nmake
- M /trunk/asn1/spnego/Makefile.nmake
- M /trunk/asn1/tcap/Makefile.nmake
- M /trunk/asn1/ulp/Makefile.nmake
- M /trunk/asn1/umts_rrc/Makefile.nmake
- M /trunk/asn1/umts_rrc_Internode-defs/Makefile.nmake
- M /trunk/asn1/umts_rrc_ies/Makefile.nmake
- M /trunk/asn1/umts_rrc_pdu_def/Makefile.nmake
- M /trunk/asn1/wlancertextn/Makefile.nmake
- M /trunk/asn1/x411/Makefile.nmake
- M /trunk/asn1/x420/Makefile.nmake
- M /trunk/asn1/x509af/Makefile.nmake
- M /trunk/asn1/x509ce/Makefile.nmake
- M /trunk/asn1/x509if/Makefile.nmake
- M /trunk/asn1/x509sat/Makefile.nmake
- M /trunk/plugins/acn/Makefile.nmake
- M /trunk/plugins/agentx/Makefile.nmake
- M /trunk/plugins/artnet/Makefile.nmake
- M /trunk/plugins/asn1/Makefile.nmake
- M /trunk/plugins/ciscosm/Makefile.nmake
- M /trunk/plugins/docsis/Makefile.nmake
- M /trunk/plugins/enttec/Makefile.nmake
- M /trunk/plugins/gryphon/Makefile.nmake
- M /trunk/plugins/h223/Makefile.nmake
- M /trunk/plugins/irda/Makefile.nmake
- M /trunk/plugins/lwres/Makefile.nmake
- M /trunk/plugins/megaco/Makefile.nmake
- M /trunk/plugins/mgcp/Makefile.nmake
- M /trunk/plugins/opsi/Makefile.nmake
- M /trunk/plugins/pcli/Makefile.nmake
- M /trunk/plugins/profinet/Makefile.nmake
- M /trunk/plugins/rlm/Makefile.nmake
- M /trunk/plugins/rtnet/Makefile.nmake
- M /trunk/plugins/rudp/Makefile.nmake
- M /trunk/plugins/sbus/Makefile.nmake
- M /trunk/plugins/v5ua/Makefile.nmake
+ M /trunk/packaging/u3/win32/u3util.c
-put every python script name into "" so the call won't fail on Win32 native python.
+*) Ask the user if they want to install WinPcap.
+*) Associate Wireshark with p7s, p7m and p7c files (if not already associated).
-The problem is the slash in e.g.:
- @$(PYTHON) ../../tools/make-dissector-reg.py
+------------------------------------------------------------------------
+r20583 | gal | 2007-01-28 02:12:51 -0800 (Sun, 28 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/asn1/x411/packet-x411-template.c
+ M /trunk/asn1/x411/x411.asn
+ M /trunk/asn1/x411/x411.cnf
+ M /trunk/epan/dissectors/packet-x411.c
+
+Fix for per-domain-bilateral-information (bilateral-information field wasn't handled).
-is interpreted as an option instead of being part of the path.
-I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port.
------------------------------------------------------------------------
-r19731 | jake | 2006-10-29 11:14:31 -0800 (Sun, 29 Oct 2006) | 5 lines
+r20584 | gal | 2007-01-28 02:15:46 -0800 (Sun, 28 Jan 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-arp.c
+ M /trunk/asn1/x509sat/x509sat.cnf
+ M /trunk/epan/dissectors/packet-x509sat.c
+
+Definition of a per-recipient extension to prevent failure of dissection.
+(Don't know what the extension actually is.)
+
+
+------------------------------------------------------------------------
+r20585 | gal | 2007-01-28 02:20:51 -0800 (Sun, 28 Jan 2007) | 4 lines
+Changed paths:
+ M /trunk/asn1/cms/CryptographicMessageSyntax.asn
+ M /trunk/asn1/cms/cms.cnf
+ M /trunk/asn1/cms/packet-cms-template.c
+ M /trunk/epan/dissectors/packet-cms.c
-From Roger Gottsponer:
-During troubleshooting an ARP problem, I found an issue with wireshark
-to properly recognise Gratuitous ARP packets. Gratuitous ARP packets
-can be made with ARP request or ARP reply packets.
+Support for SMIMECapabilities and KeyPreference attributes.
+ContentInfo syntax for .p7s, .p7c and .p7m files.
+
+
+------------------------------------------------------------------------
+r20586 | lego | 2007-01-28 02:31:32 -0800 (Sun, 28 Jan 2007) | 15 lines
+Changed paths:
+ M /trunk/epan/Makefile.am
+ M /trunk/epan/Makefile.common
+ M /trunk/epan/Makefile.nmake
+ A /trunk/epan/uat-int.h
+ A /trunk/epan/uat.c
+ A /trunk/epan/uat.h
+ A /trunk/epan/uat_load.l
+
+Although yet untested (but it compiles and is still unused) add UAT to the repo.
+UAT is an API to handle User Accessible Tables,
+an UAT is basically an array of arbitrary structs that has a file representation
+as a mean for mantaining things like:
+- the snmp_users_table
+- dfilter macros
+- ipsec/ssl key bindings
+- k12 configuration,
+- and many other table-like user modifiable preferences
+
+comming soon gtk's uat_window() and prefs_add_uat()
+
+uat.h is fairly doc[uo]m[m]?ented, a README with a simple example of how is to be used will be available as I write them
+
+
+------------------------------------------------------------------------
+r20587 | wmeier | 2007-01-28 09:33:14 -0800 (Sun, 28 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/capinfos.c
+
+If no packets in input file then don't calc packets/sec, etc
------------------------------------------------------------------------
-r19732 | ulfl | 2006-10-29 11:47:59 -0800 (Sun, 29 Oct 2006) | 1 line
+r20588 | lego | 2007-01-28 10:37:23 -0800 (Sun, 28 Jan 2007) | 3 lines
Changed paths:
M /trunk/docbook/Makefile
-fix a typo in the recent change to the hhc.exe command line, so the chm files compile again - took me more than an hour to find out and reproduce :-(
+wsluarm.pdf => wsluarm-a4.pdf wsluarm-us.pdf
+
+
------------------------------------------------------------------------
-r19733 | sahlberg | 2006-10-29 12:56:00 -0800 (Sun, 29 Oct 2006) | 16 lines
+r20589 | wmeier | 2007-01-28 10:56:17 -0800 (Sun, 28 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ses.c
+ M /trunk/test/suite-capture.sh
-from Stephen fischer
+Add some debug output so can see why failure when buildbot runs this script
-Attached is a patch to fix bug #1163: "Dissector bug. ISO8073 COTP
-protocol." ?\194?\160The SES dissector was incorrectly believing it had PDUs
-within the COTP PDUs. ?\194?\160I added an additional heuristic check to see if
-the length of the SES PDU is 0, then return false since it can't be zero
-length.
+------------------------------------------------------------------------
+r20590 | wmeier | 2007-01-28 12:41:50 -0800 (Sun, 28 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/test/config.sh
+Now need to use interface #2 ??
-Thanks,
- ?\194?\160Steve
+------------------------------------------------------------------------
+r20591 | ulfl | 2007-01-28 12:58:50 -0800 (Sun, 28 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/config.h.win32
+
+add a check if the MSVC_VARIANT setting and the current _MSC_VER #define matches - to avoid problems if a developer forgets to set MSVC_VARIANT in config.nmake corresponding to his environment
+------------------------------------------------------------------------
+r20592 | jake | 2007-01-28 13:26:13 -0800 (Sun, 28 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/docbook/Makefile
+
+Have a real JAVA_OPTS symbol for fop on Debian
+------------------------------------------------------------------------
+r20593 | ulfl | 2007-01-28 15:36:13 -0800 (Sun, 28 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/packaging/u3/win32/makefile.nmake
+add some manifest files (on demand), otherwise u3 package won't work with MSVC!=6 (note that it still might need to provide msvcr*.dll files, I currently don't have a machine to test)
+------------------------------------------------------------------------
+r20594 | ulfl | 2007-01-28 15:48:53 -0800 (Sun, 28 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/main.c
+remove unused "cant_get_if_list_errstr" warning
+------------------------------------------------------------------------
+r20595 | lego | 2007-01-28 20:47:58 -0800 (Sun, 28 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/uat-int.h
+ M /trunk/epan/uat.c
+ M /trunk/epan/uat.h
+ M /trunk/epan/uat_load.l
+now it is operational.
------------------------------------------------------------------------
-r19734 | sahlberg | 2006-10-29 13:01:57 -0800 (Sun, 29 Oct 2006) | 15 lines
+r20596 | lego | 2007-01-28 20:57:23 -0800 (Sun, 28 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-bpdu.c
+ M /trunk/epan/dfilter/Makefile.am
+ M /trunk/epan/dfilter/Makefile.nmake
+ M /trunk/epan/dfilter/dfilter-macro.c
+ M /trunk/epan/dfilter/dfilter-macro.h
+ M /trunk/epan/dfilter/dfilter.c
+ D /trunk/epan/dfilter/dfilter_macro_load.l
+
+Drop dfilter_macro_load.l as dfilter-macro now uses UAT
-from sake blok
-Hi,
+------------------------------------------------------------------------
+r20597 | lego | 2007-01-28 21:02:14 -0800 (Sun, 28 Jan 2007) | 4 lines
+Changed paths:
+ M /trunk/epan
+ M /trunk/epan/uat-int.h
+ M /trunk/epan/uat.h
-The attached file is a patch to packet-bpdu.c so that Wireshark is
-able to dissect the Cisco MST BPDU's that I encountered last week.
+svn:ignore uat_load.c
+$Id$ for uat.h uat-int.h
-Cheers,
+------------------------------------------------------------------------
+r20598 | lego | 2007-01-29 02:23:38 -0800 (Mon, 29 Jan 2007) | 7 lines
+Changed paths:
+ A /trunk/dfilter_macros
+ M /trunk/epan/dfilter/dfilter-macro.c
+ M /trunk/epan/dfilter/dfilter-macro.h
+ M /trunk/epan/dfilter/dfilter.c
+ M /trunk/epan/uat-int.h
+ M /trunk/epan/uat.c
+ M /trunk/gtk/Makefile.am
+ M /trunk/gtk/Makefile.common
+ M /trunk/gtk/macros_dlg.c
+ M /trunk/gtk/macros_dlg.h
-Sake
+The UAT gui starts to work
+set the macros_dlg to use it
+add a dummy dfilter_macros file to supress a warning at startup
------------------------------------------------------------------------
-r19735 | ulfl | 2006-10-29 18:09:59 -0800 (Sun, 29 Oct 2006) | 5 lines
+r20599 | lego | 2007-01-29 02:25:54 -0800 (Mon, 29 Jan 2007) | 3 lines
Changed paths:
- M /trunk/gtk/packet_list.c
+ A /trunk/gtk/uat_gui.c
+ A /trunk/gtk/uat_gui.h
+
+Actually this is the UAT GUI...
+
-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.
------------------------------------------------------------------------
-r19736 | gerald | 2006-10-29 22:34:31 -0800 (Sun, 29 Oct 2006) | 3 lines
+r20600 | lego | 2007-01-29 02:29:50 -0800 (Mon, 29 Jan 2007) | 4 lines
Changed paths:
- M /trunk/airpcap.h
- M /trunk/airpcap_loader.c
- M /trunk/airpcap_loader.h
- M /trunk/gtk/about_dlg.c
- M /trunk/gtk/airpcap_dlg.c
- M /trunk/gtk/airpcap_gui_utils.c
- M /trunk/gtk/airpcap_gui_utils.h
- M /trunk/gtk/main.c
+ M /trunk/epan/Makefile.am
+ M /trunk/epan/uat_load.l
+
+uat_load.l improve error reporting
+Makefile.am add uat_load.l to distribution
-From Giorgio Tino: Add support for version 2.0 of the AirPcap driver,
-which has an updated API for WEP key handling.
------------------------------------------------------------------------
-r19737 | martinm | 2006-10-30 01:50:39 -0800 (Mon, 30 Oct 2006) | 1 line
+r20601 | lego | 2007-01-29 02:31:48 -0800 (Mon, 29 Jan 2007) | 2 lines
Changed paths:
- M /trunk/print.c
+ M /trunk/epan/Makefile.am
+
+ load_snmp_users_file.l hasn't been dropped (yet)
-Fix for (already-closed) bug 1180
------------------------------------------------------------------------
-r19738 | sahlberg | 2006-10-30 04:18:29 -0800 (Mon, 30 Oct 2006) | 7 lines
+r20602 | jake | 2007-01-29 04:38:48 -0800 (Mon, 29 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-scsi-mmc.c
- A /trunk/epan/dissectors/packet-scsi-mmc.h
- M /trunk/epan/dissectors/packet-scsi-osd.c
- M /trunk/epan/dissectors/packet-scsi.c
- M /trunk/epan/dissectors/packet-scsi.h
+ M /trunk/README
-start splitting the monolitic scsi dissector up into commandset dissectors
+Delist Windows 98 as possible platform
+------------------------------------------------------------------------
+r20603 | lego | 2007-01-29 06:11:44 -0800 (Mon, 29 Jan 2007) | 4 lines
+Changed paths:
+ M /trunk/docbook
+ M /trunk/docbook/wsluarm_src
+ M /trunk/epan
+ M /trunk/epan/dfilter/dfilter-macro.c
+ M /trunk/epan/uat.c
+ M /trunk/epan/wslua
+ D /trunk/epan/wslua/doc
-split the MMC commandset out of the main scsi dissector
+some cleanup and pset of svn:ignore
------------------------------------------------------------------------
-r19739 | martinm | 2006-10-30 07:36:40 -0800 (Mon, 30 Oct 2006) | 4 lines
+r20604 | lego | 2007-01-29 06:12:57 -0800 (Mon, 29 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-icmpv6.c
+ A /trunk/svnadd
+
+little helper script that sets props after adding a file
-A little prettifying:
-- Most Router Advertisement fields are now properly filterable
-- Option tree has improved label, length set, fixed fields filterable
------------------------------------------------------------------------
-r19740 | gerald | 2006-10-30 08:01:40 -0800 (Mon, 30 Oct 2006) | 3 lines
+r20605 | lego | 2007-01-29 06:14:01 -0800 (Mon, 29 Jan 2007) | 3 lines
Changed paths:
- M /trunk/gtk/color_edit_dlg.c
+ M /trunk/gtk/dlg_utils.c
+ M /trunk/gtk/uat_gui.c
+ M /trunk/gtk/uat_gui.h
+
+Finish (?) UAT's GUI
-Fix for bug 1164 from Stephen Fisher: In the coloring rules edit dialog, set
-the foreground color correctly.
------------------------------------------------------------------------
-r19742 | jmayer | 2006-10-30 10:17:10 -0800 (Mon, 30 Oct 2006) | 5 lines
+r20606 | jake | 2007-01-29 10:06:45 -0800 (Mon, 29 Jan 2007) | 7 lines
Changed paths:
- M /trunk/Makefile.am
- M /trunk/configure.in
- D /trunk/tools/idl2wrs.sh
- A /trunk/tools/idl2wrs.sh.in (from /trunk/tools/idl2wrs.sh:19741)
+ M /trunk/epan/dissectors/packet-dcp.c
-carsten.prescher@eads.com:
+From Francesco Fondelli:
+Gerrit Renker fixed a bug in DCCP dissector about long timestamps. (bad offsets)
+He wrote:
+> attached is a patch which updates the offsets of the timestamps.
+> I have verified this against [RFC 4342, sec. 13] and it seems correct.
-Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1114
-@SHELL@ not replaced in idl2wrs
+Also fixed file properties
+------------------------------------------------------------------------
+r20607 | gerald | 2007-01-29 12:25:26 -0800 (Mon, 29 Jan 2007) | 5 lines
+Changed paths:
+ M /trunk/docbook/release-notes.xml
+ M /trunk/epan/addr_resolv.c
+ M /trunk/epan/dissectors/packet-isup.c
+ M /trunk/epan/dissectors/packet-jxta.c
+ M /trunk/epan/dissectors/packet-radius.c
+ M /trunk/epan/ipv4.c
+ M /trunk/epan/to_str.c
+ M /trunk/epan/to_str.h
+
+Fix potential buffer overruns in address_to_str_buf() found by Andrej
+Mikus. Add a buf_len parameter to ip_to_str_buf(), and make sure it's
+enforced. Copy the release notes over from the 0.99.5 trunk and add a
+note about the ISUP dissector (which is affected by the overrun).
------------------------------------------------------------------------
-r19743 | jake | 2006-10-30 10:25:44 -0800 (Mon, 30 Oct 2006) | 3 lines
+r20608 | tuexen | 2007-01-29 12:44:59 -0800 (Mon, 29 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ymsg.c
+ M /trunk/gtk/sctp_assoc_analyse.c
+ M /trunk/gtk/sctp_stat.c
+ M /trunk/gtk/sctp_stat.h
+ M /trunk/gtk/sctp_stat_dlg.c
+
+Improve the handling of INIT/ABORT mesage pairs.
-From Gennady Feldman:
-Here is an updated patch. Should be pretty safe. Just added a couple of constants and changed some strings to be cleaner and easier to read.
------------------------------------------------------------------------
-r19744 | jmayer | 2006-10-30 10:38:14 -0800 (Mon, 30 Oct 2006) | 5 lines
+r20609 | etxrab | 2007-01-29 12:58:46 -0800 (Mon, 29 Jan 2007) | 1 line
Changed paths:
- M /trunk/cmake/modules/CMakeInstallDirs.cmake
- M /trunk/cmake/modules/Check64BitFormat.cmake
- M /trunk/cmake/modules/FindADNS.cmake
- M /trunk/cmake/modules/FindDBUS.cmake
- M /trunk/cmake/modules/FindDBUSGLIB.cmake
- D /trunk/cmake/modules/FindGCRYPT.cmake
- M /trunk/cmake/modules/FindPCAP.cmake
- M /trunk/cmake/modules/UsePkgConfig.cmake
+ M /trunk/config.h.win32
-frederic heem:
+Comment out Ulfs changes to be able to do a test build.
+------------------------------------------------------------------------
+r20610 | etxrab | 2007-01-29 13:26:08 -0800 (Mon, 29 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/sctp_assoc_analyse.c
-Please find the patch that adds copyrights.
+Fix a typo (double ;;).
+------------------------------------------------------------------------
+r20611 | etxrab | 2007-01-29 13:27:48 -0800 (Mon, 29 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/epan/libwireshark.def
+Add some missing defines for uat_gui.c
+------------------------------------------------------------------------
+r20612 | etxrab | 2007-01-29 13:30:06 -0800 (Mon, 29 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/h248/packet-h248-template.c
+Update value strings.
------------------------------------------------------------------------
-r19746 | gerald | 2006-10-30 17:28:29 -0800 (Mon, 30 Oct 2006) | 3 lines
+r20613 | ulfl | 2007-01-29 14:15:13 -0800 (Mon, 29 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-radiotap.c
+ M /trunk/docbook/Makefile
+ A /trunk/docbook/Makefile.common
+ A /trunk/docbook/Makefile.nmake
-Make sure we round up to the nearest 4-byte boundary before trying to process
-the FCS.
+split docbook generation makefiles into nmake and GNU make variants (together with Makefile.common), just like all the other directories have it. This way makes it easier to get settings from config.nmake and probably makefile.am will be easier to do. In addition we don't need GNU make for Win32 generation.
+------------------------------------------------------------------------
+r20614 | ulfl | 2007-01-29 14:40:52 -0800 (Mon, 29 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/config.h.win32
+fix compiler version detection logic, sorry for the noise!
------------------------------------------------------------------------
-r19747 | gerald | 2006-10-30 17:44:11 -0800 (Mon, 30 Oct 2006) | 3 lines
+r20615 | ulfl | 2007-01-29 15:29:11 -0800 (Mon, 29 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/gtk/uat_gui.c
+
+call gtk_window_present() only on GTK >= 2.x, should fix current compilation problems.
+
+I don't have tested this on a GTK 1.x system...
+------------------------------------------------------------------------
+r20616 | lego | 2007-01-29 16:05:22 -0800 (Mon, 29 Jan 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/uat_load.l
+
+do not use yy_flex_realloc()
+
+
+------------------------------------------------------------------------
+r20618 | ulfl | 2007-01-29 17:26:56 -0800 (Mon, 29 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/packaging/u3/win32/makefile.nmake
+
+if wireshark-gtk2.exe.manifest doesn't exist, don't try to copy it - hopefully fixes the buildbot...
+------------------------------------------------------------------------
+r20619 | sfisher | 2007-01-29 17:57:34 -0800 (Mon, 29 Jan 2007) | 1 line
Changed paths:
- 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
-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.
+Show the channel frequencies in the wireless (AirPcap) toolbar next to the channel number in the drop-down list.
+------------------------------------------------------------------------
+r20621 | etxrab | 2007-01-29 22:16:39 -0800 (Mon, 29 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-h248_3gpp.c
+ M /trunk/epan/dissectors/packet-h248_annex_e.c
+ M /trunk/epan/dissectors/packet-h248_q1950.c
+Fix bug 1328 (Still Malformed packet) update some of the other packages.
------------------------------------------------------------------------
-r19748 | gerald | 2006-10-30 17:46:59 -0800 (Mon, 30 Oct 2006) | 2 lines
+r20622 | gerald | 2007-01-29 23:16:01 -0800 (Mon, 29 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-vnc.c
+ M /trunk/packaging/nsis/Makefile.am
+ M /trunk/packaging/nsis/Makefile.nmake
+ D /trunk/packaging/nsis/WinPcap_3_1.exe
+ A /trunk/packaging/nsis/WinPcap_4_0.exe
+ M /trunk/packaging/nsis/wireshark.nsi
+ M /trunk/packaging/u3/win32/makefile.nmake
+ M /trunk/packaging/u3/win32/u3util.c
-Escape non-ASCII characters in the client and server protocol version strings.
+Switch to WinPcap 4.0.
------------------------------------------------------------------------
-r19751 | sahlberg | 2006-10-31 01:29:07 -0800 (Tue, 31 Oct 2006) | 7 lines
+r20623 | martinm | 2007-01-30 05:39:58 -0800 (Tue, 30 Jan 2007) | 2 lines
Changed paths:
- M /trunk/asn1/ldap/packet-ldap-template.c
- M /trunk/asn1/pkixcmp/cmp-exp.cnf
- M /trunk/asn1/pkixcmp/packet-cmp-template.c
- M /trunk/asn1/ulp/packet-ulp-template.c
- M /trunk/asn1/ulp/ulp-exp.cnf
- M /trunk/epan/dissectors/packet-aim.c
- M /trunk/epan/dissectors/packet-ajp13.c
- M /trunk/epan/dissectors/packet-bittorrent.c
- M /trunk/epan/dissectors/packet-cast.c
- M /trunk/epan/dissectors/packet-cmp.c
- M /trunk/epan/dissectors/packet-cmp.h
- M /trunk/epan/dissectors/packet-cops.c
- M /trunk/epan/dissectors/packet-dcm.c
- M /trunk/epan/dissectors/packet-dhcp-failover.c
M /trunk/epan/dissectors/packet-diameter.c
- M /trunk/epan/dissectors/packet-dlsw.c
- M /trunk/epan/dissectors/packet-dns.c
- M /trunk/epan/dissectors/packet-dsi.c
- M /trunk/epan/dissectors/packet-edonkey.c
- M /trunk/epan/dissectors/packet-enip.c
- M /trunk/epan/dissectors/packet-giop.c
- M /trunk/epan/dissectors/packet-gnutella.c
- M /trunk/epan/dissectors/packet-icep.c
- M /trunk/epan/dissectors/packet-ifcp.c
- M /trunk/epan/dissectors/packet-ipdc.c
- M /trunk/epan/dissectors/packet-isns.c
- M /trunk/epan/dissectors/packet-kerberos.c
- M /trunk/epan/dissectors/packet-kerberos.h
- M /trunk/epan/dissectors/packet-laplink.c
- M /trunk/epan/dissectors/packet-ldap.c
- M /trunk/epan/dissectors/packet-lsc.c
- M /trunk/epan/dissectors/packet-mq.c
- M /trunk/epan/dissectors/packet-mysql.c
- M /trunk/epan/dissectors/packet-ncp.c
- M /trunk/epan/dissectors/packet-ndmp.c
- M /trunk/epan/dissectors/packet-ndps.c
- M /trunk/epan/dissectors/packet-netsync.c
- M /trunk/epan/dissectors/packet-pgsql.c
- M /trunk/epan/dissectors/packet-pvfs2.c
- M /trunk/epan/dissectors/packet-s5066.c
- M /trunk/epan/dissectors/packet-skinny.c
- M /trunk/epan/dissectors/packet-slsk.c
- M /trunk/epan/dissectors/packet-smpp.c
- M /trunk/epan/dissectors/packet-srvloc.c
- M /trunk/epan/dissectors/packet-tali.c
- M /trunk/epan/dissectors/packet-tcp.c
- M /trunk/epan/dissectors/packet-tcp.h
- M /trunk/epan/dissectors/packet-tns.c
- M /trunk/epan/dissectors/packet-ucp.c
- M /trunk/epan/dissectors/packet-ulp.c
- M /trunk/epan/dissectors/packet-ulp.h
- M /trunk/epan/dissectors/packet-uma.c
- M /trunk/epan/dissectors/packet-winsrepl.c
- M /trunk/epan/dissectors/packet-xot.c
- M /trunk/epan/dissectors/packet-ymsg.c
- M /trunk/plugins/agentx/packet-agentx.c
- M /trunk/plugins/gryphon/packet-gryphon.c
- M /trunk/plugins/opsi/packet-opsi.c
-change the signature for the get_pdu_len() function pointer passed to tcp_dissect_pdus() to also include a packet_info pointer.
+Size passed to IP address fields is now fixed (reported AVP size includes 2 bytes of padding), causing assertion reported in bug 1332.
+------------------------------------------------------------------------
+r20627 | jake | 2007-01-30 10:06:11 -0800 (Tue, 30 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/docbook/Makefile
+
+Based on suggestion from Guy Harris.
+Trying to get things working on Win32 (cygwin) and GNU/Linux etc.
+------------------------------------------------------------------------
+r20631 | sfisher | 2007-01-30 11:43:29 -0800 (Tue, 30 Jan 2007) | 8 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi.c
-there are many reasons why some protocols actually need to be able to access the pinfo structure while determining the pdu size
+From Patrick vd Lageweg:
+
+The PERSISTENT REVERVE OUT dissectors uses the table of the PERSISTENT REVERVE
+IN command to decode the Service Action field which is obviously not correct.
+This patch fixes the problem.
------------------------------------------------------------------------
-r19752 | sahlberg | 2006-10-31 03:16:01 -0800 (Tue, 31 Oct 2006) | 4 lines
+r20632 | guy | 2007-01-30 12:07:55 -0800 (Tue, 30 Jan 2007) | 17 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-nbd.c
+ M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/wiretap/libpcap.c
+ M /trunk/wiretap/wtap.h
+
+From Paolo Abeni: update to support the new DLT_USB_LINUX format header.
+
+Modified to support the header as a pseudo_header rather than as part of
+the packet data.
+
+Fixed some calls that fetch data from the USB packet to fetch it in
+little-endian byte order.
- new protocol NBD NetworkBlockDevice
+Got rid of redundant code to get conversation-specific data (the
+get_usb_conv_info() call already does that).
+For control packets, only parse the setup information if setup_flag is
+0.
+Don't interpret a control packet as a standard request unless the setup
+type is "Standard".
------------------------------------------------------------------------
-r19753 | jmayer | 2006-10-31 03:35:55 -0800 (Tue, 31 Oct 2006) | 13 lines
+r20633 | sfisher | 2007-01-30 12:57:51 -0800 (Tue, 30 Jan 2007) | 5 lines
Changed paths:
- M /trunk/Makefile.am
- M /trunk/configure.in
- M /trunk/tools/lemon/Makefile.am
+ M /trunk/epan/dissectors/packet-radiotap.c
-Robert Schwebel:
- Fix for http://bugs.wireshark.org/bugzilla/attachment.cgi?id=419&action=view
- cross compilation fails
-With the following change: Use only AC_CANONICAL_TARGET
+Add descriptions to radiotap fields. Fix some formatting. Add an extra
+linebreak between hf field definitions for readability.
-From the autoconf manual:
- The user is encouraged to use either `AC_CANONICAL_BUILD', or
- `AC_CANONICAL_HOST', or `AC_CANONICAL_TARGET', depending on the
- needs. Using `AC_CANONICAL_TARGET' is enough to run the two other
- macros.
+------------------------------------------------------------------------
+r20634 | etxrab | 2007-01-30 14:52:09 -0800 (Tue, 30 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248.h
+ M /trunk/epan/dissectors/packet-h248_q1950.c
+Fix bug 1328 and related bugs found when examining the trace.
------------------------------------------------------------------------
-r19754 | jmayer | 2006-10-31 06:36:32 -0800 (Tue, 31 Oct 2006) | 1 line
+r20636 | morriss | 2007-01-30 17:59:12 -0800 (Tue, 30 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/etypes.h
+ M /trunk/doc/README.developer
-Order ethertypes by number - no other changes
+Explain what 'base' in 'prefs_register_uint_preference()' is: it's used in 'strtoul()'
------------------------------------------------------------------------
-r19755 | jmayer | 2006-10-31 06:47:34 -0800 (Tue, 31 Oct 2006) | 3 lines
+r20637 | ulfl | 2007-01-30 18:23:06 -0800 (Tue, 30 Jan 2007) | 1 line
Changed paths:
- M /trunk/configure.in
+ M /trunk/Makefile.nmake
+ M /trunk/config.h.win32
+ M /trunk/config.nmake
-Repeat after me: Test submission before sending.
-Repeat after me: Test patches before committing.
+C preprocessor only handles integers for conditional compilation. Build MSC_VER_REQUIRED in config.nmake and compare it with _MSC_VER in config.h.win32
+------------------------------------------------------------------------
+r20638 | morriss | 2007-01-30 18:55:14 -0800 (Tue, 30 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/macros_dlg.c
+ M /trunk/gtk/macros_dlg.h
+#include stdlib.h so uat.h can find size_t (at least on Solaris). Add newline to end of macros_dlg.h (just to prevent a compiler warning)
------------------------------------------------------------------------
-r19756 | jmayer | 2006-10-31 06:49:11 -0800 (Tue, 31 Oct 2006) | 1 line
+r20639 | ulfl | 2007-01-30 19:05:03 -0800 (Tue, 30 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/etypes.h
+ M /trunk/gtk/uat_gui.c
-Fix another typowq
+use window_present() as discussed
------------------------------------------------------------------------
-r19758 | sahlberg | 2006-10-31 13:13:46 -0800 (Tue, 31 Oct 2006) | 3 lines
+r20640 | ulfl | 2007-01-30 19:08:39 -0800 (Tue, 30 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-nbd.c
+ M /trunk/gtk/main.c
-prettify the info column and add a generated item for the type (read/write) to response packets
+backup of some design work of the Wireshark "Welcome" page - the one shown when no trace file is loaded - this page is still disabled.
+This is only a "personal backup" of some design ideas / experiments for this page - and needs a lot more work / cleanup. I'm checking this in just to prevent data loss.
+------------------------------------------------------------------------
+r20641 | morriss | 2007-01-30 19:30:49 -0800 (Tue, 30 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dfilter/Makefile.am
+dfilter-macro.c is in SVN, it should not be in MAINTAINERCLEANFILES (else we have to re-fetch the file from svn each time we make maintainer-clean
------------------------------------------------------------------------
-r19759 | gram | 2006-10-31 13:15:38 -0800 (Tue, 31 Oct 2006) | 3 lines
+r20642 | ulfl | 2007-01-30 19:36:25 -0800 (Tue, 30 Jan 2007) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-2dparityfec.c
+ M /trunk/NEWS
-The protocol must be registered before its fields, so that
-proto_registrar_dump_fields() knows the relationship.
+- correct the U3 section and add a link
+- it's called "places bar", will help if someone e.g. googles on this
+- mention that the last known version for Win9x was Ethereal 0.99.0 and add a link
+this should go into 0.99.5!
------------------------------------------------------------------------
-r19760 | sahlberg | 2006-10-31 13:25:31 -0800 (Tue, 31 Oct 2006) | 3 lines
+r20643 | ulfl | 2007-01-30 19:49:09 -0800 (Tue, 30 Jan 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-nbd.c
+ M /trunk/packaging/u3/win32/README.txt
-show "Disconnect request" in the info column for disconnects
+- add some links about U3
+- fix some typos
+- mention that uninstalling WS from the stick removes personal settings
+------------------------------------------------------------------------
+r20644 | morriss | 2007-01-30 20:14:11 -0800 (Tue, 30 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/epan/prefs.c
+
+Only certain 'base' values make sense in 'prefs_register_uint_preference()': 0 and 2-36. Assert out if a different value is found.
+------------------------------------------------------------------------
+r20645 | ulfl | 2007-01-30 20:34:58 -0800 (Tue, 30 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/config.nmake
+fix a cut-n-paste error, to fix buildbot problem
+------------------------------------------------------------------------
+r20646 | ulfl | 2007-01-30 21:26:41 -0800 (Tue, 30 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/Makefile.nmake
+ M /trunk/config.h.win32
+ M /trunk/wiretap/Makefile.nmake
+ M /trunk/wiretap/config.h.win32
+instead of putting the MSC_VER_REQUIRED test into the root Makefile (which would require to change ALL makefiles - the buildbot revealed it), simply put it in the wiretap generation. As wiretap is mandatory and one of the first things to be build this doesn't even sound like a bad idea anyway ...
------------------------------------------------------------------------
-r19761 | gram | 2006-10-31 13:29:34 -0800 (Tue, 31 Oct 2006) | 3 lines
+r20647 | morriss | 2007-01-30 22:01:14 -0800 (Tue, 30 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dhcpv6.c
+ M /trunk/tshark.c
-Provide field names for fields with true/false values so they
-can be searched on.
+Don't send G_LOG_LEVEL_ERROR|G_LOG_LEVEL_CRITICAL|G_LOG_FLAG_FATAL|G_LOG_FLAG_RECURSION to log_func_ignore() so that error messages from g_assert() get printed (by glib's default handler). Without this change developers only get a message saying the program aborted and maybe (if they're lucky^H^H^H^H^Hconfigured correctly) a core file. The latter would allow them to find out what went wrong but it would be much easier to just see the error message.
+------------------------------------------------------------------------
+r20648 | ulfl | 2007-01-30 22:45:46 -0800 (Tue, 30 Jan 2007) | 1 line
+Changed paths:
+ M /trunk/packaging/nsis/wireshark.nsi
+slightly better explain the user's guide "component"
------------------------------------------------------------------------
-r19762 | gram | 2006-10-31 13:43:48 -0800 (Tue, 31 Oct 2006) | 2 lines
+r20649 | lego | 2007-01-31 01:30:08 -0800 (Wed, 31 Jan 2007) | 8 lines
Changed paths:
- M /trunk/epan/dissectors/packet-t38.c
+ M /trunk/asn1/h248/h248v3.asn
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248.h
+ M /trunk/epan/dissectors/packet-h248_q1950.c
+
+
+Merge Anders' and my own fixes to some bugs
+- most paramaters have data set to NULL, have them added to the tree
+- avoid the context tracing mecanism bailing out if a ContextList appears in the packet.
+- in q9150 do not attempt to dissect sdp unless we believe it is sdp
+ (BTW we need heuristics for sdp and other potential payloads of this parameter..)
-value_string arrays need to be terminated with a {0, NULL}.
------------------------------------------------------------------------
-r19763 | gram | 2006-10-31 14:00:41 -0800 (Tue, 31 Oct 2006) | 5 lines
+r20650 | martinm | 2007-01-31 02:57:54 -0800 (Wed, 31 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/proto.c
+ M /trunk/epan/dissectors/packet-diameter.c
-When processing '-G fields', ignore the "proto_tree_add_text"
-pseudo-field by looking at the ID for hf_text_only. Apparently
-some fields really don't have 'name' fields, but we still want
-their info to be dumped out.
+Fix bug 1332 properly.
------------------------------------------------------------------------
-r19764 | etxrab | 2006-10-31 14:28:50 -0800 (Tue, 31 Oct 2006) | 2 lines
+r20651 | grahamb | 2007-01-31 05:58:55 -0800 (Wed, 31 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/wslua/Makefile.am
+ M /trunk/epan/dissectors/packet-dnp.c
-console.lua missing from the svn tarball preventing making a package. I hope this
-is the right way to fix it.
+Major upgrades to dissector: Added defragmentation of tcp pdus, fixed defragmention of application layer fragments, many more object types decoded thanks to Chris Bontje
------------------------------------------------------------------------
-r19766 | sahlberg | 2006-11-01 01:54:48 -0800 (Wed, 01 Nov 2006) | 4 lines
+r20652 | martinm | 2007-01-31 09:42:45 -0800 (Wed, 31 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
- M /trunk/epan/dissectors/packet-usb.h
+ M /trunk/epan/dissectors/packet-sip.c
-update the list of defined application classes and list all the official ones from www.usb.org
+Add some missing RFC references to header long text.
+------------------------------------------------------------------------
+r20654 | sfisher | 2007-01-31 13:30:19 -0800 (Wed, 31 Jan 2007) | 5 lines
+Changed paths:
+ M /trunk/docbook/wsug_graphics/ws-details-pane-popup-menu.png
+ M /trunk/docbook/wsug_graphics/ws-packet-pane-popup-menu.png
+ M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+
+
+From Douglas Pratley: Documentation updates for new copy packet data features
+checked in as SVN revision 20581.
------------------------------------------------------------------------
-r19767 | gerald | 2006-11-01 12:32:23 -0800 (Wed, 01 Nov 2006) | 2 lines
+r20655 | etxrab | 2007-01-31 14:35:08 -0800 (Wed, 31 Jan 2007) | 1 line
Changed paths:
- M /trunk/epan/proto.c
+ M /trunk/epan/Makefile.nmake
+
+Add uat_load.c to the distclean target for generated files.
+------------------------------------------------------------------------
+r20656 | gerald | 2007-01-31 14:55:55 -0800 (Wed, 31 Jan 2007) | 2 lines
+Changed paths:
+ M /trunk/docbook/release-notes.xml
-Throw an exception if we try to add more than a million items to the tree.
+Sync with the 0.99.5 release.
------------------------------------------------------------------------
-r19768 | jmayer | 2006-11-01 14:22:27 -0800 (Wed, 01 Nov 2006) | 1 line
+r20657 | etxrab | 2007-01-31 14:59:41 -0800 (Wed, 31 Jan 2007) | 1 line
Changed paths:
- M /trunk/cmake/modules/Check64BitFormat.c.in
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248.h
-Add same license info as in Check64BitFormat.cmake
+Extend the events valuestring with Bearer Modification Support Event.
------------------------------------------------------------------------
-r19769 | etxrab | 2006-11-01 14:58:41 -0800 (Wed, 01 Nov 2006) | 1 line
+r20658 | gerald | 2007-01-31 15:26:29 -0800 (Wed, 31 Jan 2007) | 15 lines
Changed paths:
- M /trunk/epan/dissectors/packet-amr.c
+ M /trunk/epan/to_str.c
+
+From Andrej Mikus:
+
+ IMO, the function should return an error string instead of cowardly
+ bailing out with an empty string.
+
+ inet_ntop does the latter by default, so it does not need any additional
+ check, just passing buf_len instead of INET6_ADDRSTRLEN.
+
+ At the other side I like the check you made into ip_to_str_buf.
+
+ My proposal would be to combine the patches and use MAX_IP_STR_LEN,
+ and approach below for both IPv4 and IPv6 in address_to_str_buf.
+
+Have the error string return a more descriptive clue.
-Handle RFC 3267 Bandwidth-efficient mode.
------------------------------------------------------------------------
-r19770 | etxrab | 2006-11-01 15:01:14 -0800 (Wed, 01 Nov 2006) | 1 line
+r20659 | gerald | 2007-01-31 17:15:07 -0800 (Wed, 31 Jan 2007) | 2 lines
Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/docbook/Makefile.nmake
+
+Let the user (e.g. one named "buildbot") specify the location of FOP.
-Add h324_muxtbl_out
------------------------------------------------------------------------
-r19771 | ulfl | 2006-11-01 15:22:13 -0800 (Wed, 01 Nov 2006) | 1 line
+r20660 | sfisher | 2007-01-31 17:37:34 -0800 (Wed, 31 Jan 2007) | 7 lines
Changed paths:
- M /trunk/airpcap_loader.c
+ M /trunk/epan/strutil.c
+
+
+Allow byte strings (FT_BYTES) to have four digits seperated by - : and .
+in addition to the currently supported two or one digit at a time. This
+applies in particular to the FT_ETHER MAC addresses, so that a MAC address
+can now be entered as xxxx.xxxx.xxxx in addition to the traditional formats.
+
-fix a warning: "airpcap_loader.c(2287) : warning C4700: local variable 'ad' used without having been initialized"
------------------------------------------------------------------------
-r19772 | kukosa | 2006-11-02 00:48:58 -0800 (Thu, 02 Nov 2006) | 2 lines
+r20661 | sahlberg | 2007-02-01 00:36:35 -0800 (Thu, 01 Feb 2007) | 3 lines
Changed paths:
- M /trunk/epan/ftypes/ftype-bytes.c
+ M /trunk/gtk/gui_utils.c
+
+dont ifdef out main_window_exit() if we dont have PCAP since this symbol is required even without pcap
+
-Bug 1053: New SNMP filtering is broken
-Do not try to parse OID as hexbytes string
------------------------------------------------------------------------
-r19773 | jmayer | 2006-11-02 00:52:25 -0800 (Thu, 02 Nov 2006) | 2 lines
+r20662 | sahlberg | 2007-02-01 00:37:54 -0800 (Thu, 01 Feb 2007) | 4 lines
Changed paths:
- M /trunk/gtk/follow_dlg.c
+ M /trunk/file.c
+
+we dont have auto_scroll_live if we dont have PCAP so ifdef this out unless PCAP is available
+(to allow it to compile when pcap is not available)
-Try to fix bug 1043.
------------------------------------------------------------------------
-r19774 | jmayer | 2006-11-02 01:26:38 -0800 (Thu, 02 Nov 2006) | 9 lines
+r20663 | sahlberg | 2007-02-01 00:38:54 -0800 (Thu, 01 Feb 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/pcapio.c
-Zhu Yi:
+there is no point in pcapio unless we have PCAP available.
-ieee80211e dissect patch
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1191
-Me:
-Fix signedness warnings regarding ssid and ccode.
-(in the old code, not in the 11e code)
+------------------------------------------------------------------------
+r20664 | sahlberg | 2007-02-01 01:04:46 -0800 (Thu, 01 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/tshark.c
+
+make tshark compile and work also when pcap is not available
+
------------------------------------------------------------------------
-r19775 | jmayer | 2006-11-02 01:30:12 -0800 (Thu, 02 Nov 2006) | 2 lines
+r20665 | morriss | 2007-02-01 01:55:52 -0800 (Thu, 01 Feb 2007) | 4 lines
Changed paths:
- M /trunk/tools
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/packet-syslog.c
+
+From Abhik Sarkar: support for decoding SS7 MSUs embedded in a syslog message
+(as generated by the Cisco ITP packet logging facility).
-add idl2wrs.sh to svn:ignore
------------------------------------------------------------------------
-r19776 | ulfl | 2006-11-02 01:36:47 -0800 (Thu, 02 Nov 2006) | 3 lines
+r20666 | sahlberg | 2007-02-01 02:10:15 -0800 (Thu, 01 Feb 2007) | 3 lines
Changed paths:
- M /trunk/packaging/nsis/wireshark.nsi
+ M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
+
+logoncontrol2 response is a Win32 error code not an nt status code
-we don't support 95/98/ME any longer, and indeed WS doesn't work on these versions.
-Give a hint that the last known working version was Ethereal 0.99.0 and quit the installer.
------------------------------------------------------------------------
-r19777 | jmayer | 2006-11-02 01:45:12 -0800 (Thu, 02 Nov 2006) | 5 lines
+r20667 | martinm | 2007-02-01 04:28:35 -0800 (Thu, 01 Feb 2007) | 2 lines
Changed paths:
- M /trunk/capture-pcap-util.c
- M /trunk/capture_loop.c
- M /trunk/capture_opts.c
- M /trunk/dumpcap.c
+ M /trunk/pcapio.c
-Frederic Heem:
- Fix some memleaks and overflows.
+Fix with-pcap build by disabling HAVE_LIBPCAP guard for now, for some reason it isn't defined when building this file.
-I haven't committed the changes that are not bug fixes.
+------------------------------------------------------------------------
+r20668 | martinm | 2007-02-01 04:34:28 -0800 (Thu, 01 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/pcapio.c
+
+OK, fix it properly by adding test after config.h has been included...
------------------------------------------------------------------------
-r19778 | martinm | 2006-11-02 03:51:09 -0800 (Thu, 02 Nov 2006) | 1 line
+r20669 | gerald | 2007-02-01 10:35:14 -0800 (Thu, 01 Feb 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-rtcp.c
+ M /trunk/NEWS
+ M /trunk/docbook/Makefile
+ M /trunk/docbook/Makefile.nmake
+ M /trunk/docbook/release-notes.xml
+
+The contents of the NEWS file come from the release notes. Back-port
+the changes in r20642 to release-notes.xml. Add "news" targes to the
+docbook makefiles to copy release-notes.txt to NEWS.
-Don't try to report -ve roundtrip delays
------------------------------------------------------------------------
-r19779 | jake | 2006-11-02 08:47:13 -0800 (Thu, 02 Nov 2006) | 5 lines
+r20672 | sahlberg | 2007-02-01 12:10:51 -0800 (Thu, 01 Feb 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-icmpv6.c
+ M /trunk/epan/dissectors/packet-scsi.c
+
+use the correct offset to access the service action in PERSISTENT RESERVE IN
-From Nicolas Dichtel:
-here is a patch that transforms "valid lifetime" and "prefered lifetime" in a prefix option (in RA)
-in human readable format. Following the RFC2461 Section 4.6.2, if the value is 0xffffffff, this means lifetime
-is infinity.
-
-------------------------------------------------------------------------
-r19780 | gerald | 2006-11-02 22:30:52 -0800 (Thu, 02 Nov 2006) | 5 lines
-Changed paths:
- M /trunk/image/README.image
- A /trunk/image/make-icons
- M /trunk/image/wsicon.svg
- M /trunk/image/wsicon16.png
- M /trunk/image/wsicon16.xpm
- D /trunk/image/wsicon200.png
- A /trunk/image/wsicon256.png (from /trunk/image/wsicon200.png:19779)
- M /trunk/image/wsicon32.png
- M /trunk/image/wsicon32.xpm
- M /trunk/image/wsicon48.png
- M /trunk/image/wsicon48.xpm
- M /trunk/image/wsicon64.png
- M /trunk/image/wsicon64.xpm
- M /trunk/image/wsiconcap.svg
- M /trunk/image/wsiconcap16.xpm
- D /trunk/image/wsiconcap200.png
- A /trunk/image/wsiconcap256.png (from /trunk/image/wsiconcap200.png:19779)
- M /trunk/image/wsiconcap32.xpm
- M /trunk/image/wsiconcap48.xpm
- A /trunk/image/wsicondoc.svg
- A /trunk/image/wsicondoc256.png
-
-Touch up the glossy highlight in the main icon. Split "wsiconcap" into
-"capture-in-progress" and "document" icons. Update the highlight in
-each of them as well. Resize and rename the 200-pixel icons to 256.
-Add a script to generate icons from their canonical sources.
-
-------------------------------------------------------------------------
-r19781 | gerald | 2006-11-02 22:55:30 -0800 (Thu, 02 Nov 2006) | 2 lines
+
+------------------------------------------------------------------------
+r20674 | gerald | 2007-02-01 12:29:17 -0800 (Thu, 01 Feb 2007) | 2 lines
Changed paths:
- M /trunk/config.nmake
- M /trunk/configure.in
+ M /trunk/docbook/release-notes.xml
-Bump the version to 0.99.5.
+Fix a ulink tag.
------------------------------------------------------------------------
-r19782 | tuexen | 2006-11-03 02:12:36 -0800 (Fri, 03 Nov 2006) | 2 lines
+r20676 | gerald | 2007-02-01 12:31:59 -0800 (Thu, 01 Feb 2007) | 2 lines
Changed paths:
- M /trunk/tools/lemon/Makefile.am
+ M /trunk/NEWS
-Fixes ./autogen.sh on Mac OS X...
+Fix a link.
------------------------------------------------------------------------
-r19783 | jmayer | 2006-11-03 07:10:17 -0800 (Fri, 03 Nov 2006) | 6 lines
+r20678 | etxrab | 2007-02-01 12:49:34 -0800 (Thu, 01 Feb 2007) | 1 line
Changed paths:
- M /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
- M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
- M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
- M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /trunk/epan/dissectors/packet-rtp.c
-Update from samba tree revision 18675 to 19540
-============================ Samba log start ============
-svn: When specifying working copy paths, only one target may be given
-============================ Samba log end ==============
+Don't call subdissector for dynamic PT based on PT number if conversation info exists.
+------------------------------------------------------------------------
+r20679 | sahlberg | 2007-02-01 12:56:36 -0800 (Thu, 01 Feb 2007) | 25 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-fmp.c
+ A /trunk/epan/dissectors/packet-fmp.h
+ A /trunk/epan/dissectors/packet-fmp_notify.c
+ A /trunk/epan/dissectors/packet-fmp_notify.h
+
+
+
+Ian Schorr <ian.schorr@gmail.com>
+Wed, Jan 31, 2007 at 7:24 PM
+To: wireshark-dev@wireshark.org
+
+
+Hello,
+
+Please consider for checkin the following new dissectors, for the FMP protocol.
+
+FMP (File Mapping Protocol) is the network protocol basis for EMC's HighRoad (MPFS) technology.?\194?\160 Highroad is used to allow multiple clients to share access to NAS-shared files while allowing clients to directly access data volumes (via, for example, Fibre Channel or iSCSI).?\194?\160 EMC currently uses this technology in our Celerra NAS servers, and we're currently in the process of open sourcing portions of the technology.
+
+FMP actually consists of two ONC/RPC-based protocols - the core FMP protocol, and FMP/Notify.?\194?\160 The latter is used as an asynchronous callback to inform clients of status changes, such as lock revocation.
+
+We'd like to offer these dissectors to Wireshark users for help in debugging or otherwise troubleshooting MPFS-related problems.?\194?\160 There are still a few minor changes that need to be made ( i.e. a handful of fields that aren't decoded) but the dissector is overall fairly complete and very usable.
+
+Let me know if there are questions or feedback, or otherwise if other info is needed (like sample captures, which I don't want to send out to the mailing list).
+
+Thanks,
+Ian Schorr
+EMC Corporation
+
+
+
+------------------------------------------------------------------------
+r20680 | sfisher | 2007-02-01 16:32:33 -0800 (Thu, 01 Feb 2007) | 5 lines
+Changed paths:
+ M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+
+
+Add more examples to eth.addr display filter examples, including the new
+xxxx.xxxx.xxxx format recently introduced
+
+
+------------------------------------------------------------------------
+r20681 | sfisher | 2007-02-01 17:09:41 -0800 (Thu, 01 Feb 2007) | 5 lines
+Changed paths:
+ M /trunk/gtk/filter_dlg.c
+
+
+Assign the cancel button (so you can hit the escape key) on the capture/display
+filter dialog box
+
+
+------------------------------------------------------------------------
+r20682 | sahlberg | 2007-02-02 00:47:43 -0800 (Fri, 02 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-udp.c
+
+replace a rotating buffer for the udp header structure with ep allocated memory
+
+
+------------------------------------------------------------------------
+r20683 | grahamb | 2007-02-02 02:21:43 -0800 (Fri, 02 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-dnp.c
+Corrected handling of udp messages, don't call tcp_dissect_pdus for udp fragments
+------------------------------------------------------------------------
+r20684 | gerald | 2007-02-02 10:43:25 -0800 (Fri, 02 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/Makefile.am
+ A /trunk/image/wsiconinst.svg
+ A /trunk/image/wsiconinst256.png
+
+Add an installer icon.
------------------------------------------------------------------------
-r19784 | gerald | 2006-11-03 07:54:12 -0800 (Fri, 03 Nov 2006) | 2 lines
+r20685 | gerald | 2007-02-02 10:45:23 -0800 (Fri, 02 Feb 2007) | 3 lines
Changed paths:
+ M /trunk/Makefile.am
M /trunk/image/wireshark.ico
- M /trunk/image/wireshark.rc.in
- A /trunk/image/wiresharkdoc.ico
+ M /trunk/image/wiresharkdoc.ico
+ A /trunk/image/wiresharkinst.ico
M /trunk/packaging/nsis/wireshark.nsi
-Update the Windows icons. Use the document icon for capture files.
+Add a Windows installer icon. Remove the ARGB versions from the other
+Windows icons.
------------------------------------------------------------------------
-r19785 | guy | 2006-11-03 10:39:03 -0800 (Fri, 03 Nov 2006) | 2 lines
+r20686 | gerald | 2007-02-02 12:07:58 -0800 (Fri, 02 Feb 2007) | 2 lines
Changed paths:
- M /trunk/epan/Makefile.am
- M /trunk/epan/dfilter/Makefile.am
- M /trunk/plugins/mate/Makefile.am
+ M /trunk/Makefile.am
-Add $(EXEXT) after references to the Lemon executable.
+Fix dist.
------------------------------------------------------------------------
-r19786 | etxrab | 2006-11-03 12:15:17 -0800 (Fri, 03 Nov 2006) | 1 line
+r20687 | sfisher | 2007-02-02 14:06:20 -0800 (Fri, 02 Feb 2007) | 4 lines
Changed paths:
- M /trunk/asn1/h245/h245-exp.cnf
- M /trunk/asn1/h245/h245.cnf
- M /trunk/epan/dissectors/packet-h245.c
- M /trunk/epan/dissectors/packet-h245.h
- M /trunk/epan/dissectors/packet-sdp.c
+ M /trunk/docbook/wsug_src/WSUG_app_files.xml
+ M /trunk/docbook/wsug_src/WSUG_app_tools.xml
+ M /trunk/docbook/wsug_src/WSUG_chapter_advanced.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_troubleshoot.xml
+ M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+ M /trunk/docbook/wsug_src/WSUG_preface.xml
+
+
+Minor documentation updates.
+
-Dissect h324ext_h223lcparm.
------------------------------------------------------------------------
-r19787 | ulfl | 2006-11-03 14:12:57 -0800 (Fri, 03 Nov 2006) | 1 line
+r20688 | ulfl | 2007-02-02 18:01:25 -0800 (Fri, 02 Feb 2007) | 1 line
Changed paths:
- M /trunk/packaging/nsis/wireshark.nsi
+ M /trunk/docbook/Makefile
+ M /trunk/docbook/Makefile.auto.am
-don't forget to uninstall pango\1.5.0, we might want to have something like this checked by the buildbot to prevent such problems
+remove Win32/cygwin remains, as these files are Unix only now
------------------------------------------------------------------------
-r19788 | ulfl | 2006-11-03 14:39:28 -0800 (Fri, 03 Nov 2006) | 3 lines
+r20689 | ulfl | 2007-02-02 18:09:39 -0800 (Fri, 02 Feb 2007) | 1 line
Changed paths:
- M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
+ M /trunk/docbook/Makefile.nmake
+
+remove Unix related stuff, as this file is Win32 only
+------------------------------------------------------------------------
+r20690 | ulfl | 2007-02-02 20:06:43 -0800 (Fri, 02 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/config.nmake
+ M /trunk/docbook/Makefile.nmake
-split subversion into command line and GUI (TortoiseSVN) client
+move docbook related settings from docbook/Makefile.nmake to config.nmake - having only one place to configure it all :-)
+------------------------------------------------------------------------
+r20691 | ulfl | 2007-02-02 20:09:22 -0800 (Fri, 02 Feb 2007) | 4 lines
+Changed paths:
+ M /trunk/docbook/README.txt
-update various version infos
+- update information to the latest changes
+- redesign parts of the file
+- remove some redundant information
+- remove tabs, tabs don't work well!
------------------------------------------------------------------------
-r19789 | gerald | 2006-11-03 16:35:04 -0800 (Fri, 03 Nov 2006) | 2 lines
+r20692 | ulfl | 2007-02-02 21:13:39 -0800 (Fri, 02 Feb 2007) | 1 line
Changed paths:
- M /trunk/Makefile.am
+ M /trunk/config.nmake
+
+cleanup docbook related comments
+------------------------------------------------------------------------
+r20693 | ulfl | 2007-02-02 23:54:18 -0800 (Fri, 02 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/config.nmake
+
+fix HHC_DIR to work
+------------------------------------------------------------------------
+r20694 | ulfl | 2007-02-03 00:01:16 -0800 (Sat, 03 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/docbook/README.txt
+
+mention lynx, it's mandatory and needed to create plain text version of the release-notes (aka NEWS)
+------------------------------------------------------------------------
+r20695 | lego | 2007-02-03 06:25:02 -0800 (Sat, 03 Feb 2007) | 9 lines
+Changed paths:
+ M /trunk/epan/dfilter/dfilter-macro.c
+ M /trunk/epan/prefs-int.h
+ M /trunk/epan/prefs.c
+ M /trunk/epan/prefs.h
+ M /trunk/epan/uat-int.h
+ M /trunk/epan/uat.c
+ M /trunk/epan/uat.h
+ M /trunk/epan/uat_load.l
+ M /trunk/gtk/macros_dlg.c
+ M /trunk/gtk/prefs_dlg.c
+ M /trunk/gtk/uat_gui.c
+ M /trunk/gtk/uat_gui.h
+
+second iteration:
+* fields of an uat table now are passed using an array of uat_filed_t
+* field callbacks take two more userdata arguments
+* add some macros to define uat field callbacks.
+* uats can be registered as preferences for a specific protocol
+ - the preference widget is a button that opens the uat's window
+* dfilter-macro => reflect changes to API
+
+
+------------------------------------------------------------------------
+r20696 | sahlberg | 2007-02-03 08:21:21 -0800 (Sat, 03 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi.c
+
+updates to the LOG SELECT CDB decoding
+
+
+------------------------------------------------------------------------
+r20697 | jake | 2007-02-03 09:27:57 -0800 (Sat, 03 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/docbook/custom_layer_pdf.xsl
-Fix distcheck.
+Improve layout of listings and long URL's
+------------------------------------------------------------------------
+r20698 | wmeier | 2007-02-03 11:33:32 -0800 (Sat, 03 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/config.nmake
+
+Quotes around HHC_DIR required so build doesn't fail;
+Will the buildbot "build docs" step work ? Let's see
+
+------------------------------------------------------------------------
+r20699 | ulfl | 2007-02-03 11:37:59 -0800 (Sat, 03 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/config.nmake
+
+... no it won't, that's why I removed them ...
+
+Put the quotes around the places where HHC_DIR is used, that should work.
+------------------------------------------------------------------------
+r20700 | jake | 2007-02-03 12:31:40 -0800 (Sat, 03 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-nfs.c
+
+From J. Bruce Fields:
+Fix an obvious error in the nfs4 stateid parsing. The stateid is used in a number of common operations (such as open and setattr), so this caused a lot of misparsing.
+------------------------------------------------------------------------
+r20701 | ulfl | 2007-02-03 12:40:11 -0800 (Sat, 03 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/config.nmake
+
+as discussed on the list:
+- GTK 2.10 is mainline now
+- WINPCAP_VERSION is just confusing without benefit, remove it
+------------------------------------------------------------------------
+r20702 | ulfl | 2007-02-03 12:57:24 -0800 (Sat, 03 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/config.nmake
+
+some minor cleanup
+------------------------------------------------------------------------
+r20703 | sahlberg | 2007-02-03 14:03:39 -0800 (Sat, 03 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi.c
+
+update the LOG SELECT dissector slightly and harmonize the hf fields so both LOG SELECT and LOG SENSE use the same variables
+
+
+------------------------------------------------------------------------
+r20704 | ulfl | 2007-02-03 17:33:48 -0800 (Sat, 03 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/packaging/nsis/Makefile.nmake
+quote HHC_DIR here too
------------------------------------------------------------------------
-r19790 | gal | 2006-11-04 00:01:44 -0800 (Sat, 04 Nov 2006) | 6 lines
+r20705 | lego | 2007-02-03 18:13:12 -0800 (Sat, 03 Feb 2007) | 14 lines
+Changed paths:
+ M /trunk/wiretap/k12.c
+
+from:
+ Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+I discovered that Wireshark K12xx detects the type of input (E1 timeslot or ATM)
+based on the extra information. My previous patch to enable Wireshark to open
+K12xx files with no extra information (extra_len equals 0 in SRCDEST record)
+failed to give later dissectors the input type.
+
+Attached is the patch to correct this for ATM PVC. It adds VPI/VCI/CID information
+for display in the dissected tree (in k12_open function). k12_read and k12_seek_read
+are also made more robust. These are reverse engineered based on hexeditor
+and constants found in tektronix configuration file. Please apply the patch.
+
+
+------------------------------------------------------------------------
+r20706 | lego | 2007-02-03 18:29:06 -0800 (Sat, 03 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/uat.c
+ M /trunk/epan/uat_load.l
+
+the quoted_string regexp in uat_load() fails badly on "...\\", workarround in uat_save() using \x5c and \x22 (hex for \ and ")
+
+------------------------------------------------------------------------
+r20707 | lego | 2007-02-03 18:30:59 -0800 (Sat, 03 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-k12.c
+
+UATify k12 configuration
+
+
+------------------------------------------------------------------------
+r20708 | lego | 2007-02-03 21:19:02 -0800 (Sat, 03 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/uat-int.h
+ M /trunk/epan/uat.c
+ M /trunk/epan/uat_load.l
+ M /trunk/gtk/uat_gui.c
+
+Move (Up/Down) & Save buttons
+
+
+------------------------------------------------------------------------
+r20709 | gal | 2007-02-04 04:00:25 -0800 (Sun, 04 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ber.c
+
+Small fix for incorrect column use when dissecting a BER file.
+
+------------------------------------------------------------------------
+r20710 | gal | 2007-02-04 04:35:31 -0800 (Sun, 04 Feb 2007) | 2 lines
Changed paths:
M /trunk/packaging/u3/win32/makefile.nmake
M /trunk/packaging/u3/win32/manifest.tmpl
-Update to U3 packaging to:
-*) Assign a new UUID for version 0.99.5 (so different versions of Wireshark can be installed on one U3 device)
-*) Include version number in U3 program name to allow user to differentiate versions
-*) Catch up with packaging changes
+Remove version from Launchpad name and include a default dfilter_macros to remove start-up warning.
+
+------------------------------------------------------------------------
+r20711 | gal | 2007-02-04 04:39:07 -0800 (Sun, 04 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/gtk/main.c
+ M /trunk/gtk/u3.c
+ M /trunk/gtk/u3.h
+
+Augment get_gui_runtime_info() with additional information about the U3 device Wireshark is being run from.
------------------------------------------------------------------------
-r19791 | sahlberg | 2006-11-04 00:54:45 -0800 (Sat, 04 Nov 2006) | 17 lines
+r20712 | lego | 2007-02-04 05:47:58 -0800 (Sun, 04 Feb 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ssl.c
+ M /trunk/epan/libwireshark.def
-From SF
+add uat_swap() to libwireshark.def
-Attached is a fix for bug #1156: "If a dissector depends on a new
-datasource created by a new tvb, that dissector's protocol can't be
-filtered on."
+------------------------------------------------------------------------
+r20713 | sfisher | 2007-02-04 11:16:24 -0800 (Sun, 04 Feb 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-fmp.c
+ M /trunk/epan/dissectors/packet-fmp.h
+ M /trunk/epan/dissectors/packet-fmp_notify.c
+ M /trunk/epan/dissectors/packet-fmp_notify.h
-Thanks,
- ?\194?\160Steve
+From Sebastien Tandel:
+ Execute permission should be changed [removed] on files
+packet-fmp.[c,h] and packet-fmp_notify.[c,h].
-I change the code slightly to avoid dereferenceing a NULL pointer.
-While the original code was fine and safe on unix dereferencing a null pointer in this way would be unsafe and cause a segmentation violation on windows if tree is NULL.
+------------------------------------------------------------------------
+r20714 | sfisher | 2007-02-04 11:23:10 -0800 (Sun, 04 Feb 2007) | 16 lines
+Changed paths:
+ M /trunk/epan/strutil.c
+
+
+From Sebastien Tandel:
+ Steve has modified a while ago hex_str_to_bytes to handle Cisco MAC
+format (xxxx.xxxx.xxxx). It did not test the nullity of the third and
+fourth byte (*r, *s) which is however done for the second byte. The test
+on the second byte is done as well in the following conditional tests.
+If this test is not mandatory thanks to the return value of isxdigit (at
+least on GNU/Linux and guess it should be the same on any platform), it
+would be better to follow the same logic in all tests cases for the
+comprehension of everyone (... which /could/ even, with luck, be turned
+in a faster code).
+Here is a light patch to follow the logic of the conditional tests done
+in the function.
------------------------------------------------------------------------
-r19792 | gal | 2006-11-04 01:14:54 -0800 (Sat, 04 Nov 2006) | 7 lines
+r20715 | wmeier | 2007-02-04 16:57:59 -0800 (Sun, 04 Feb 2007) | 2 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-ber.c
- M /trunk/epan/dissectors/packet-ber.h
- M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/test/suite-capture.sh
+
+Additoinal diagnostic info in output logs
+
+------------------------------------------------------------------------
+r20716 | lego | 2007-02-04 20:22:06 -0800 (Sun, 04 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/gtk/uat_gui.c
+
+Add a confirm dialog when the user closes the window with unsaved data.
+
+
+------------------------------------------------------------------------
+r20717 | lego | 2007-02-04 21:06:21 -0800 (Sun, 04 Feb 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dfilter/dfilter-macro.c
+ M /trunk/epan/dissectors/packet-k12.c
+ M /trunk/epan/uat-int.h
+ M /trunk/epan/uat.c
+ M /trunk/epan/uat.h
+ M /trunk/gtk/help_dlg.c
+ M /trunk/gtk/help_dlg.h
+ M /trunk/gtk/uat_gui.c
+
+* Add a help facility for UATs
+* export help_topic_html()
+
+
+------------------------------------------------------------------------
+r20718 | sahlberg | 2007-02-05 01:39:36 -0800 (Mon, 05 Feb 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi.c
+
+add some infrastructure to enable us to dissect the content of LOG SENSE pages and parameters
+
+dissect the READ WARNING flag in the TAPE-ALERT log page as an example
+
+
+------------------------------------------------------------------------
+r20719 | sahlberg | 2007-02-05 03:31:21 -0800 (Mon, 05 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi.c
+
+add the remaining TAPE ALERT log flags from ssc3r01c
+
+
+------------------------------------------------------------------------
+r20720 | lego | 2007-02-05 08:26:48 -0800 (Mon, 05 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/epan/sminmpec.h
+
+From Boris Misenov
+
+sminmpec_values array is marked as just "export" instead of "WS_VAR_IMPORT" in
+epan/sminmpec.h. This prevents its using in Windows builds of plugins directly.
+
+
+------------------------------------------------------------------------
+r20721 | jmayer | 2007-02-05 12:01:31 -0800 (Mon, 05 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/docbook/Makefile
+
+Don't read and write to a file at the same time
+------------------------------------------------------------------------
+r20722 | jake | 2007-02-05 13:42:41 -0800 (Mon, 05 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-udp.c
+
+From Andrej Mikus:
+Wireshark complains about bogus udp length when processing last fragment of UDP data.
+It compares length field from UDP header with payload size of last fragment.
+Attached is my attempt to fix this by referring to tvp->length instead of pinfo->iplen - pinfo->iphdrlen.
+
+Also set some items attribute to generated.
+------------------------------------------------------------------------
+r20723 | ulfl | 2007-02-05 17:33:39 -0800 (Mon, 05 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dcom-cba.c
+ M /trunk/epan/dissectors/packet-dcom.c
+ M /trunk/epan/dissectors/packet-dcom.h
+
+dissector changes:
+- new: ICBALogicalDevice2::PBAddressInfo
+- enhanced: GROUPERRORDEF
+
+simplify ett registration
+add a callback for SAFEARRAY data dissection
+------------------------------------------------------------------------
+r20724 | ulfl | 2007-02-05 17:37:32 -0800 (Mon, 05 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+- add dissection for "I&M0" block
+- enhance dissection or ErrorDecode2 (ErrorCode1 rta_err_cls_protocol specific) - a lot more of ErrorCode1/ErrorCode2 combinations still to go ...
+------------------------------------------------------------------------
+r20725 | gerald | 2007-02-05 17:59:50 -0800 (Mon, 05 Feb 2007) | 8 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+From Clay Jones:
+
+This patch adds decodes for 802.11n information elements. Since 802.11n
+isn't a formal standard yet they are not using the final packet
+structures or ie type numbers. But there are already 802.11n pre
+release devices out there and these decodes do seem to correctly decode
+the IEs that they use.
+
+------------------------------------------------------------------------
+r20726 | morriss | 2007-02-05 18:27:59 -0800 (Mon, 05 Feb 2007) | 12 lines
+Changed paths:
+ M /trunk/dumpcap.c
+ M /trunk/epan/crypt/airpdcap_interop.h
+ M /trunk/gtk/about_dlg.c
+ M /trunk/gtk/main.c
+ M /trunk/tshark.c
+ M /trunk/version_info.c
+ M /trunk/version_info.h
+
+From Eric Hall to fix bug 1289:
+
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1289
+
+Rename 'svnversion' to 'wireshark_svnversion' to resolve a symbol conflict with
+GTK 2.10.6 (hmm, shouldn't GTK not be exporting that symbol or at least naming
+it so as to prevent such collisions? Well, so should we, so...)
+
+From Andreas Fink: change #ifdef for size_t in airdcap_interop.h to fix
+compile on MacOS X.
+
+
+------------------------------------------------------------------------
+r20727 | morriss | 2007-02-05 22:24:34 -0800 (Mon, 05 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/Makefile.am
+
+rdps is built to run on the compile server, not on the target machine: use CC and CFLAGS instead of CC_FOR_BUILD and CFLAGS_FOR_BUILD, respectively
+------------------------------------------------------------------------
+r20728 | etxrab | 2007-02-05 23:59:24 -0800 (Mon, 05 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+ M /trunk/epan/dissectors/packet-ansi_map.c
+
+Fix a copy error.
+------------------------------------------------------------------------
+r20729 | sahlberg | 2007-02-06 13:19:17 -0800 (Tue, 06 Feb 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+fixup LOCATE10 and LOCATE16
+replace a few proto_tree_add_text() with proper dissection of the partition byte
+
+
+------------------------------------------------------------------------
+r20730 | morriss | 2007-02-06 18:41:10 -0800 (Tue, 06 Feb 2007) | 7 lines
+Changed paths:
+ M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+ M /trunk/epan/dissectors/packet-ansi_map.c
+
+Fix for bug 1350: Add return value for
+dissect_ansi_map_sms_originationrestrictions()
+
+Also close a couple of comments, remove one /* embedded in a comment,
+remove a couple unused variables (still lots of unused params in there),
+and fix indentation of some proto_item and proto_tree variable declarations.
+
+------------------------------------------------------------------------
+r20731 | ulfl | 2007-02-06 18:45:53 -0800 (Tue, 06 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/Makefile.nmake
+
+fix a comment typo
+------------------------------------------------------------------------
+r20732 | ulfl | 2007-02-06 18:50:33 -0800 (Tue, 06 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/win32-file-dlg.c
+
+don't free ofn before the last place used
+------------------------------------------------------------------------
+r20733 | lego | 2007-02-06 19:39:40 -0800 (Tue, 06 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/uat.c
+ M /trunk/epan/uat.h
+ M /trunk/epan/uat_load.l
+ M /trunk/gtk/uat_gui.c
+
+Add ENUM and HEXBYTES modes
+
+
+------------------------------------------------------------------------
+r20734 | lego | 2007-02-07 05:45:28 -0800 (Wed, 07 Feb 2007) | 11 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-k12.c
M /trunk/epan/libwireshark.def
+ M /trunk/epan/strutil.c
+ M /trunk/epan/strutil.h
+
+From: Gisle Vanem
+
+The file epan/dissectors/packet-k12.c uses the function
+strcasestr() which is not available on e.g. Windows. So I cooked
+up a patch to epan/strutil.c to add epan_strcasestr() (is there a more
+suited place for such a function?)
+
+
+
+
+
+------------------------------------------------------------------------
+r20735 | lego | 2007-02-07 05:55:34 -0800 (Wed, 07 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/gtk/uat_gui.c
+
+no gtk_window_set_resizable in GTK1
+
+
+------------------------------------------------------------------------
+r20736 | lego | 2007-02-07 06:54:35 -0800 (Wed, 07 Feb 2007) | 5 lines
+Changed paths:
+ M /trunk/asn1/snmp/packet-snmp-template.c
+ M /trunk/asn1/snmp/packet-snmp-template.h
+ M /trunk/epan/Makefile.am
+ M /trunk/epan/Makefile.common
+ M /trunk/epan/Makefile.nmake
+ M /trunk/epan/dfilter/dfilter-macro.c
+ M /trunk/epan/dissectors/packet-k12.c
+ M /trunk/epan/dissectors/packet-snmp.c
+ M /trunk/epan/dissectors/packet-snmp.h
+ D /trunk/epan/load_snmp_users_file.l
+ M /trunk/epan/uat-int.h
+ M /trunk/epan/uat.c
+ M /trunk/epan/uat.h
+
+* Add a category param to the uat.
+
+* UATify SNMP Users
+
+
+------------------------------------------------------------------------
+r20737 | lego | 2007-02-07 08:08:19 -0800 (Wed, 07 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/tools/lemon/lemon.c
+
+do not use an uninitialized rp->line to generate destructor code for rules without code.
+
+
+------------------------------------------------------------------------
+r20738 | lego | 2007-02-07 10:51:44 -0800 (Wed, 07 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/asn1/snmp/packet-snmp-template.c
+ M /trunk/epan/dissectors/packet-snmp.c
-General updates to:
-*) Remove maximum LDAP PDU size check - they can get large with either large attributes (e.g. CRLs, SPIFs) or with lots of results (see http://www.wireshark.org/lists/wireshark-users/200610/msg00197.html). The max size preference is also removed.
-*) Support for dissecting LDAP controls including server side sorting and paged results. A new BER function is introduced to see if there is a dissector for a given OID.
-*) Remove reference to removed BER preference in the LDAP reassembly preference.
-*) Mark a LDAPURL as a URL
+Oddly enough MSVC cannot compile this one.
------------------------------------------------------------------------
-r19793 | jmayer | 2006-11-04 08:57:21 -0800 (Sat, 04 Nov 2006) | 38 lines
+r20739 | lego | 2007-02-07 10:56:07 -0800 (Wed, 07 Feb 2007) | 3 lines
Changed paths:
+ M /trunk/epan/uat.h
+
+MSVC does not like mixed declarations and code
+* I'm checking in some still unuused work in progress
+
+------------------------------------------------------------------------
+r20740 | lego | 2007-02-07 12:45:14 -0800 (Wed, 07 Feb 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-user_encap.c
+ M /trunk/epan/uat.c
+ M /trunk/epan/uat.h
+
+UAT: filed definitions for proto (a dissector hanlde obtained by name)
+
+UATify user-DLTs
+
+
+------------------------------------------------------------------------
+r20741 | ulfl | 2007-02-07 17:05:43 -0800 (Wed, 07 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/main.c
+
+some further work on the "welcome page", still far from being complete
+------------------------------------------------------------------------
+r20742 | lego | 2007-02-08 02:15:04 -0800 (Thu, 08 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/asn1/snmp/packet-snmp-template.c
+ M /trunk/epan/dissectors/packet-snmp.c
+ M /trunk/epan/dissectors/packet-user_encap.c
+ M /trunk/epan/uat.c
+ M /trunk/epan/uat.h
+
+Have the windows buildot compiling again.
+
+
+------------------------------------------------------------------------
+r20743 | guy | 2007-02-08 02:26:15 -0800 (Thu, 08 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-udp.c
+
+The length of the UDP packet, according to IP, is the reported length,
+not the data length (the packet might've been cut short by a snapshot
+length).
+
+Fetch the reported length with an accessor.
+
+------------------------------------------------------------------------
+r20744 | jmayer | 2007-02-08 05:54:27 -0800 (Thu, 08 Feb 2007) | 367 lines
+Changed paths:
+ M /trunk/tools/pidl/MANIFEST
+ M /trunk/tools/pidl/Makefile.PL
+ M /trunk/tools/pidl/TODO
+ A /trunk/tools/pidl/expr.yp
+ M /trunk/tools/pidl/idl.yp
+ M /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
+ A /trunk/tools/pidl/lib/Parse/Pidl/Expr.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
- M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Template.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl.pm
+ A /trunk/tools/pidl/lib/Parse/Yapp
+ A /trunk/tools/pidl/lib/Parse/Yapp/Driver.pm
+ M /trunk/tools/pidl/pidl
+ M /trunk/tools/pidl/tests/Util.pm
+ A /trunk/tools/pidl/tests/ndr.pl
+ M /trunk/tools/pidl/tests/ndr_align.pl
+ M /trunk/tools/pidl/tests/ndr_alloc.pl
+ M /trunk/tools/pidl/tests/ndr_array.pl
+ A /trunk/tools/pidl/tests/ndr_compat.pl
+ A /trunk/tools/pidl/tests/ndr_deprecations.pl
+ M /trunk/tools/pidl/tests/ndr_fullptr.pl
+ M /trunk/tools/pidl/tests/ndr_refptr.pl
+ M /trunk/tools/pidl/tests/ndr_represent.pl
+ M /trunk/tools/pidl/tests/ndr_simple.pl
+ M /trunk/tools/pidl/tests/ndr_string.pl
+ M /trunk/tools/pidl/tests/ndr_tagtype.pl
+ M /trunk/tools/pidl/tests/parse_idl.pl
+ A /trunk/tools/pidl/tests/samba-ndr.pl
+ A /trunk/tools/pidl/tests/test_util.pl
+ A /trunk/tools/pidl/tests/util.pl
-Update from samba tree revision 19540 to 19553
+Update from samba tree revision 20292 to 21237
============================ Samba log start ============
------------------------------------------------------------------------
-r19541 | jelmer | 2006-11-03 20:55:17 +0100 (Fri, 03 Nov 2006) | 3 lines
+r20298 | jelmer | 2006-12-21 02:51:35 +0100 (Thu, 21 Dec 2006) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/build/smb_build/makefile.pm
+ M /branches/SAMBA_4_0/source/build/smb_build/output.pm
+ M /branches/SAMBA_4_0/source/include/includes.h
+ M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
-Explicitly segfault when the API is being used incorrectly. Previously
-this would've caused a silent premature return.
+Fix pidl tests (missing symlink..).
------------------------------------------------------------------------
-r19544 | jelmer | 2006-11-04 00:08:33 +0100 (Sat, 04 Nov 2006) | 2 lines
+r20299 | jelmer | 2006-12-21 03:48:46 +0100 (Thu, 21 Dec 2006) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_string.pl
-Fix case of 'warning'.
+Disable two new tests that are apparently broken.
------------------------------------------------------------------------
-r19545 | jelmer | 2006-11-04 02:53:29 +0100 (Sat, 04 Nov 2006) | 2 lines
+r20358 | metze | 2006-12-27 16:36:50 +0100 (Wed, 27 Dec 2006) | 6 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /branches/SAMBA_4_0/source/scripting/ejs/ejsrpc.c
+ M /branches/SAMBA_4_0/source/scripting/ejs/ejsrpc.h
-Allow enums as return types in code generated for wireshark. Originally based on a patch by Julien Kerihuel.
+- fix ejs generated code for ipv4address
+- (not Parse::Pidl::Typelist::scalar_is_reference($e->{TYPE}))
+ is much more generic than ($e->{TYPE} ne "string")
+ and handles ipv4address and other special types...
+metze
------------------------------------------------------------------------
-r19546 | jelmer | 2006-11-04 03:51:03 +0100 (Sat, 04 Nov 2006) | 3 lines
+r20511 | jelmer | 2007-01-03 16:34:01 +0100 (Wed, 03 Jan 2007) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Compat.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl.pm
-fix number of bytes pushed when using switch_type() set to enum types.
-die() on invalid used of enum_type_fn()
+Combine warnings/errors/fatal functions and move them to Parse::Pidl.
------------------------------------------------------------------------
-r19547 | jelmer | 2006-11-04 03:54:24 +0100 (Sat, 04 Nov 2006) | 2 lines
+r20543 | jelmer | 2007-01-05 13:56:15 +0100 (Fri, 05 Jan 2007) | 5 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+ A /branches/SAMBA_4_0/source/pidl/tests/util.pl
-Fix use of v1_enum on enums used in return types.
+Merge some pidl bug fixes:
+ * C expressions that just started with a constant were erroneously flagged
+ as being a constant.
+ * 1-length variable names in expressions were broken.
------------------------------------------------------------------------
-r19553 | jelmer | 2006-11-04 16:40:05 +0100 (Sat, 04 Nov 2006) | 2 lines
+r20545 | jelmer | 2007-01-05 15:25:21 +0100 (Fri, 05 Jan 2007) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/util.pl
-Add check for correct API usage.
+Fix is_constant().
------------------------------------------------------------------------
-============================ Samba log end ==============
+r20547 | jelmer | 2007-01-05 15:55:26 +0100 (Fri, 05 Jan 2007) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+ A /branches/SAMBA_4_0/source/pidl/tests/ndr_compat.pl
+ A /branches/SAMBA_4_0/source/pidl/tests/test_util.pl
+Add tests for expected errors/warnings.
------------------------------------------------------------------------
-r19794 | jmayer | 2006-11-04 09:44:37 -0800 (Sat, 04 Nov 2006) | 11 lines
+r20548 | jelmer | 2007-01-05 16:03:21 +0100 (Fri, 05 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-nspi.c
- A /trunk/epan/dissectors/packet-dcerpc-nspi.h
- A /trunk/idl/nspi
- A /trunk/idl/nspi/Makefile
- A /trunk/idl/nspi/README
- A /trunk/idl/nspi/mapicodes_enum.h
- A /trunk/idl/nspi/mapitags_enum.h
- A /trunk/idl/nspi/nspi.idl
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_alloc.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_array.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_refptr.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_represent.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_simple.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_string.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/test_util.pl
-Julien Kerihuel:
+Remove unnecessary "use lib", fix warnings.
-The new version of the dissector will compile without any patches to apply to
-Wireshark/NDR.pm. Jelmer has improved the patch and pidl now support enums as
-return type. Regarding the nspi.cnf file, it won't be useful anymore.
+------------------------------------------------------------------------
+r20550 | jelmer | 2007-01-05 16:20:23 +0100 (Fri, 05 Jan 2007) | 3 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/idl.yp
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
+
+Use standard error mechanism in parser.
+Make sure errors are reported correctly.
-Regarding the dissector, I've noticed a bug in NspiGetMatches which isn't
-dumped correctly. I'm currently investigating the problem and I'll notify the
-list when a fixed version is available.
+------------------------------------------------------------------------
+r20556 | jelmer | 2007-01-05 18:18:22 +0100 (Fri, 05 Jan 2007) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/tests/util.pl
+Add more tests to make sure nothing breaks when I replace the ParseExpr code.
------------------------------------------------------------------------
-r19795 | jmayer | 2006-11-04 10:00:29 -0800 (Sat, 04 Nov 2006) | 3 lines
+r20561 | jelmer | 2007-01-05 21:12:21 +0100 (Fri, 05 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-nspi.h
- M /trunk/idl/nspi/Makefile
- M /trunk/idl/nspi/README
- A /trunk/idl/nspi/README.ws
- M /trunk/idl/nspi/mapicodes_enum.h
- M /trunk/idl/nspi/mapitags_enum.h
- M /trunk/idl/nspi/nspi.idl
+ A /branches/SAMBA_4_0/source/pidl/expr.yp
+ A /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
-propset...
+Add parser for subexpressions used in IDL attributes.
+------------------------------------------------------------------------
+r20562 | jelmer | 2007-01-05 21:13:48 +0100 (Fri, 05 Jan 2007) | 3 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/main.mk
+ M /branches/SAMBA_4_0/source/pidl/Makefile.PL
+ A /branches/SAMBA_4_0/source/pidl/lib/Parse/Yapp
+ A /branches/SAMBA_4_0/source/pidl/lib/Parse/Yapp/Driver.pm
+
+Start building expr parser. Add separate copy of Yapp::Driver
+rather than including it in each individual parser.
------------------------------------------------------------------------
-r19796 | guy | 2006-11-04 12:37:16 -0800 (Sat, 04 Nov 2006) | 4 lines
+r20563 | jelmer | 2007-01-05 21:18:33 +0100 (Fri, 05 Jan 2007) | 5 lines
Changed paths:
- M /trunk/tools/lemon/Makefile.am
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/util.pl
-xxx_PROGRAMS variables have the name of the program without $(EXEEXT).
+Start using the new parser in ParseExpr(). It's now trivial to use this
+to check for NULL pointers when pointers are being dereferenced (#4218).
-Update Gerald's address.
+There are exactly 500 tests for pidl now :-)
------------------------------------------------------------------------
-r19797 | sahlberg | 2006-11-04 13:19:14 -0800 (Sat, 04 Nov 2006) | 25 lines
+r20564 | jelmer | 2007-01-05 21:23:48 +0100 (Fri, 05 Jan 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-bacapp.c
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
-from Dave Richards
+Regenerate.
+------------------------------------------------------------------------
+r20567 | jelmer | 2007-01-05 21:52:12 +0100 (Fri, 05 Jan 2007) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/expr.yp
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/util.pl
-Here is a patch to fix a problem with notification parameters. Fix is:
+Print proper errors with filename and line numbers in ParseExpr()
-Remove premature return statements from fNotificationParameters.
+------------------------------------------------------------------------
+r20571 | jelmer | 2007-01-05 22:26:28 +0100 (Fri, 05 Jan 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/tests/util.pl
-The real problem is that the original code is inconsistent about putting
-a break in all cases of the switch blocks and some were falling through
-to the default case where there was a return. I took the simple route
-and removed the unnecessary returns - they were OK for default case but
-not for the fall through.
+fix '' case
+------------------------------------------------------------------------
+r20573 | metze | 2007-01-05 22:36:57 +0100 (Fri, 05 Jan 2007) | 3 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
-Is there a standard about having breaks? If it is desired to have a
-consistent coding style I will further update the code to conform.
-Otherwise, could someone please commit this change as it does fix the bug?
+fix handling of pointers handling to elements with the charset property
-Thanks,
+metze
+------------------------------------------------------------------------
+r20625 | jelmer | 2007-01-09 07:02:41 +0100 (Tue, 09 Jan 2007) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/expr.yp
+ M /branches/SAMBA_4_0/source/pidl/idl.yp
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/util.pl
-Dave Richards
+Fix couple of warnings.
+------------------------------------------------------------------------
+r20631 | jelmer | 2007-01-09 16:50:36 +0100 (Tue, 09 Jan 2007) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+ A /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+Add some tests for the ndr parser.
+------------------------------------------------------------------------
+r20633 | jelmer | 2007-01-09 16:54:36 +0100 (Tue, 09 Jan 2007) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+Add another test, fix warnings.
------------------------------------------------------------------------
-r19798 | guy | 2006-11-04 16:54:17 -0800 (Sat, 04 Nov 2006) | 22 lines
+r20637 | jelmer | 2007-01-10 00:41:25 +0100 (Wed, 10 Jan 2007) | 3 lines
Changed paths:
- M /trunk/gtk/main.c
- M /trunk/gtk/packet_win.c
- M /trunk/gtk/proto_draw.c
- M /trunk/gtk/proto_draw.h
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+ A /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
-Make the routines that manipulate the hex/text display window take a
-GtkWidget * as an argument, rather than a version-of-GTK+-dependent
-pointer; that way, we need fewer #ifdefs.
+Don't check for NULL pointers when the pointer is guaranteed to not be NULL
+(if it is a ref pointer).
-Use WIDGET_SET_SIZE() instead of #ifdeffed code using
-gtk_widget_set_usize() or gtk_widget_set_size_request() -
-WIDGET_SET_SIZE() was created to encapsulate that GTK+ 1.2[.x] vs. 2.x
-difference.
+------------------------------------------------------------------------
+r20638 | jelmer | 2007-01-10 01:37:30 +0100 (Wed, 10 Jan 2007) | 3 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
-Make some variables not used outside gtk/main.c static.
+Check for NULL pointers (where possible) in print functions. Fixes #4218,
+but without reintroducing coverity warnings.
-Clean up white space.
+------------------------------------------------------------------------
+r20675 | jelmer | 2007-01-11 03:10:01 +0100 (Thu, 11 Jan 2007) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/MANIFEST
+ M /branches/SAMBA_4_0/source/pidl/Makefile.PL
+
+Fix installation.
-Clean up handling of return value from load_airpcap() a bit.
+------------------------------------------------------------------------
+r20688 | jelmer | 2007-01-11 23:47:29 +0100 (Thu, 11 Jan 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/pidl
-Use one big #ifdef HAVE_AIRPCAP/#endif for all the AirPcap stuff in
-gtk/main.c.
+Use argv[0] equivalent of perl.
+------------------------------------------------------------------------
+r20746 | jelmer | 2007-01-14 02:33:16 +0100 (Sun, 14 Jan 2007) | 3 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+ D /branches/SAMBA_4_0/source/script/tests/test_smbclient.sh
+ M /branches/SAMBA_4_0/source/script/tests/tests_all.sh
+ A /branches/SAMBA_4_0/testprogs/blackbox
+ A /branches/SAMBA_4_0/testprogs/blackbox/test_smbclient.sh (from /branches/SAMBA_4_0/source/script/tests/test_smbclient.sh:20745)
-Attach _U_ to the unused arguments to driver_warning_dialog_cb(), not to
-the arguments that are being used - and don't include it at all if
-HAVE_AIRPCAP isn't defined, as it's not used in that case.
+Don't report each individual test in test_smbclient as a single testsuite.
+Create separate directory for blackbox tests.
------------------------------------------------------------------------
-r19799 | sahlberg | 2006-11-04 20:38:47 -0800 (Sat, 04 Nov 2006) | 3 lines
+r20830 | jelmer | 2007-01-16 15:44:23 +0100 (Tue, 16 Jan 2007) | 1 line
Changed paths:
- M /trunk/gtk/proto_draw.c
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/librpc/idl/mgmt.idl
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
+ M /branches/SAMBA_4_0/source/rpc_server/config.mk
+ M /branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c
+ A /branches/SAMBA_4_0/source/rpc_server/dcesrv_mgmt.c (from /branches/SAMBA_4_0/source/rpc_server/mgmt/dcesrv_mgmt.c:20829)
+ D /branches/SAMBA_4_0/source/rpc_server/mgmt
+ M /branches/SAMBA_4_0/source/script/tests/test_rpc.sh
+ M /branches/SAMBA_4_0/source/torture/rpc/mgmt.c
-it is GtkText in gtk-1.x not GtkTextView
+merge mgmt work
+------------------------------------------------------------------------
+r20834 | jelmer | 2007-01-16 16:51:37 +0100 (Tue, 16 Jan 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
+No longer generate extra pointers for top-level [out] unique pointers.
+------------------------------------------------------------------------
+r20836 | jelmer | 2007-01-16 18:45:33 +0100 (Tue, 16 Jan 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+Use real type name, to fix compilation with -WC++-compat
------------------------------------------------------------------------
-r19800 | sahlberg | 2006-11-04 20:49:20 -0800 (Sat, 04 Nov 2006) | 6 lines
+r20850 | jelmer | 2007-01-17 15:49:36 +0100 (Wed, 17 Jan 2007) | 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/winreg.cnf
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Template.pm
+ M /branches/SAMBA_4_0/source/rpc_server/dcesrv_mgmt.c
+ M /branches/SAMBA_4_0/source/rpc_server/drsuapi/dcesrv_drsuapi.c
+ M /branches/SAMBA_4_0/source/rpc_server/echo/rpc_echo.c
+ M /branches/SAMBA_4_0/source/rpc_server/epmapper/rpc_epmapper.c
+ M /branches/SAMBA_4_0/source/rpc_server/lsa/dcesrv_lsa.c
+ M /branches/SAMBA_4_0/source/rpc_server/netlogon/dcerpc_netlogon.c
+ M /branches/SAMBA_4_0/source/rpc_server/samr/dcesrv_samr.c
+ M /branches/SAMBA_4_0/source/rpc_server/samr/samr_password.c
+ M /branches/SAMBA_4_0/source/rpc_server/spoolss/dcesrv_spoolss.c
+ M /branches/SAMBA_4_0/source/rpc_server/srvsvc/dcesrv_srvsvc.c
+ M /branches/SAMBA_4_0/source/rpc_server/unixinfo/dcesrv_unixinfo.c
+ M /branches/SAMBA_4_0/source/rpc_server/winreg/rpc_winreg.c
+ M /branches/SAMBA_4_0/source/rpc_server/wkssvc/dcesrv_wkssvc.c
+
+Prefix all server calls with dcesrv_
+------------------------------------------------------------------------
+r20942 | jelmer | 2007-01-22 01:04:59 +0100 (Mon, 22 Jan 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/build/m4/check_cc.m4
+ M /branches/SAMBA_4_0/source/build/m4/check_perl.m4
+ M /branches/SAMBA_4_0/source/build/smb_build/makefile.pm
+ M /branches/SAMBA_4_0/source/main.mk
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+ M /branches/SAMBA_4_0/source/pidl/pidl
-testing out latest pidl where PARAM values can be used to track policy handles properly
+Simplify handling of systems that don't support negative enum values by using an ifdef rather than a pidl argument.
+------------------------------------------------------------------------
+r20967 | jelmer | 2007-01-23 11:08:08 +0100 (Tue, 23 Jan 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_refptr.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
+ M /branches/SAMBA_4_0/source/script/tests/tests_all.sh
+ M /branches/SAMBA_4_0/source/torture/config.mk
-winreg now tracks also where policy handles were closed which previously didnt work properly
+Allow pidl tests to work with gcov
+------------------------------------------------------------------------
+r21075 | jelmer | 2007-01-31 12:54:01 +0100 (Wed, 31 Jan 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+Generate parameters in structs for the server side Samba 3 code. The current code in Samba 3 is already generated using this pidl patch.
+------------------------------------------------------------------------
+r21222 | jelmer | 2007-02-07 20:03:19 +0100 (Wed, 07 Feb 2007) | 8 lines
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/TODO
+ M /branches/SAMBA_4_0/source/pidl/expr.yp
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+ M /branches/SAMBA_4_0/source/pidl/pidl
+ D /branches/SAMBA_4_0/source/pidl/ref_notes.txt
+ A /branches/SAMBA_4_0/source/pidl/tests/ndr_deprecations.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_represent.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/util.pl
+ M /branches/SAMBA_4_0/source/torture/smbtorture.c
+ M /branches/SAMBA_4_0/source/torture/torture.c
+Merge a couple of pidl fixes:
+
+* Pidl will now warn when trying to use pointers as integers in expressions.
+* "subcontext()" is now marked as deprecated. The alternatives,
+ transmit_as() / represent_as() should be available soon.
+* More tests.
+* Remove some unused code in smbtorture.
------------------------------------------------------------------------
-r19801 | sahlberg | 2006-11-04 21:21:33 -0800 (Sat, 04 Nov 2006) | 3 lines
+------------------------------------------------------------------------
+============================ Samba log end ==============
+
+------------------------------------------------------------------------
+r20745 | gal | 2007-02-08 09:09:15 -0800 (Thu, 08 Feb 2007) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
- M /trunk/epan/dissectors/pidl/eventlog.cnf
+ M /trunk/asn1/x411/packet-x411-template.c
+ M /trunk/epan/dissectors/packet-x411.c
+
+This patch adds support for decoding BER-encoded files as "X.411 Message".
-add tracking of policy_handles to the eventlog dissector
+http://www.wireshark.org/lists/wireshark-dev/200702/msg00355.html
------------------------------------------------------------------------
-r19802 | gerald | 2006-11-04 21:33:53 -0800 (Sat, 04 Nov 2006) | 2 lines
+r20746 | gal | 2007-02-08 09:12:38 -0800 (Thu, 08 Feb 2007) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
+ M /trunk/asn1/cdt/cdt.cnf
+ M /trunk/asn1/cdt/packet-cdt-template.c
+ M /trunk/asn1/cdt/packet-cdt-template.h
+ M /trunk/epan/dissectors/packet-cdt.c
+ M /trunk/epan/dissectors/packet-cdt.h
+
+This patch adds some expert info in CDT when:
+- Unable to get compressed content
+- Unable to uncompress content
+
+http://www.wireshark.org/lists/wireshark-dev/200702/msg00356.html
-Add packet-dcerpc-nspi.h to the distribution.
------------------------------------------------------------------------
-r19803 | sahlberg | 2006-11-04 21:35:06 -0800 (Sat, 04 Nov 2006) | 3 lines
+r20747 | gal | 2007-02-08 09:15:45 -0800 (Thu, 08 Feb 2007) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-efs.c
- M /trunk/epan/dissectors/pidl/efs.cnf
+ M /trunk/epan/dissectors/packet-p_mul.c
+
+This patch adds some expert info in P_Mul when:
+- Checksum failure
+- Missing sequence numbers
-add tracking of policy handles to the efs dissector
+http://www.wireshark.org/lists/wireshark-dev/200702/msg00357.html
------------------------------------------------------------------------
-r19804 | sahlberg | 2006-11-04 21:56:27 -0800 (Sat, 04 Nov 2006) | 4 lines
+r20748 | gal | 2007-02-08 09:17:36 -0800 (Thu, 08 Feb 2007) | 10 lines
Changed paths:
- A /trunk/epan/dissectors/pidl/nspi (from /trunk/idl/nspi:19798)
- D /trunk/idl/nspi
+ M /trunk/epan/dissectors/packet-dmp.c
-rename the nspi dissector from idl (where the idl2wrs dissectors live) ro epan/dissector/pidl (where the pidl generated dce/rpc dissectors live)
+This patch adds some expert info in DMP when:
+- Checksum failure
+- Decoding of SIC failure
+- Negative ACK response
+- Unsupported DMP version
+- Error uncompressing content
+http://www.wireshark.org/lists/wireshark-dev/200702/msg00358.html
------------------------------------------------------------------------
-r19805 | sahlberg | 2006-11-04 22:00:01 -0800 (Sat, 04 Nov 2006) | 3 lines
+r20749 | lego | 2007-02-08 09:35:03 -0800 (Thu, 08 Feb 2007) | 9 lines
Changed paths:
- M /trunk/epan/dissectors/pidl/nspi/Makefile
+ M /trunk/epan/dissectors/packet-k12.c
+ M /trunk/epan/dissectors/packet-umts_fp.h
+ M /trunk/wiretap/k12.c
+ M /trunk/wiretap/wtap.h
+
+From: Kriang Lerdsuwanakij
+
+In the attached patch, the K12 wiretap now saves the content of record
+after captured packet data. The K12 dissector then could extract them and provide
+useful information to properly dissect FP frames (user plane of UTRAN Iub
+interface).
-update the Makefile to point to the new path after the svn move
------------------------------------------------------------------------
-r19806 | sahlberg | 2006-11-04 22:12:24 -0800 (Sat, 04 Nov 2006) | 3 lines
+r20750 | ulfl | 2007-02-08 10:25:45 -0800 (Thu, 08 Feb 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-nspi.c
+ M /trunk/config.nmake
+ M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+ M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
-regenerate NSPI using the latest version of pidl
+Python V2.5 is the latest stable version. Add a comment to config.nmake (but keep the 2.4 alive for now) and update version strings in the devel guide.
+If the buildbot will be updated, we could also activate the new version in config.nmake.
+------------------------------------------------------------------------
+r20751 | ulfl | 2007-02-08 10:29:47 -0800 (Thu, 08 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/epan/libwireshark.def
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+various major enhancements to the PROFINET-IO dissector (including some new TLV blocks)
------------------------------------------------------------------------
-r19807 | sahlberg | 2006-11-04 23:59:20 -0800 (Sat, 04 Nov 2006) | 4 lines
+r20752 | guy | 2007-02-08 13:55:57 -0800 (Thu, 08 Feb 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/libwireshark.def
+
+Add dissect_nt_64bit_time to the list of exported routines.
+
+------------------------------------------------------------------------
+r20753 | lego | 2007-02-08 19:11:14 -0800 (Thu, 08 Feb 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dfilter/dfilter-macro.c
+ M /trunk/epan/dissectors/packet-user_encap.c
+ M /trunk/epan/libwireshark.def
+ M /trunk/gtk/Makefile.common
+ D /trunk/gtk/macros_dlg.c
+ D /trunk/gtk/macros_dlg.h
+ M /trunk/gtk/main.c
+ M /trunk/gtk/menu.c
+ M /trunk/gtk/uat_gui.c
+ M /trunk/gtk/uat_gui.h
+ M /trunk/stat_menu.h
-dissect the Get Attributes List Offset according to the really weird encoding in 4.12.5
+
+* Add a Submenu (/Views/User Tables) where UATs can be accessed.
+* Remove macros_dlg, the DFMacros UAT goes in the menu with all the rest
+* in packet-user_encap.c WTAP_ENCAP=XXX has become useless information for the user leave just the DLT#
------------------------------------------------------------------------
-r19808 | sahlberg | 2006-11-05 02:48:53 -0800 (Sun, 05 Nov 2006) | 8 lines
+r20754 | martinm | 2007-02-09 03:24:59 -0800 (Fri, 09 Feb 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/gtk/Makefile.am
- add a framework to manage dissection of osd attribute pages, attribute number and name and dissectors for them.
+Fix build (at least for me) by removing macros_dlg.h
-implement the dissector for attribute page 1 (user object info) number 82 (logical length) as an example.
+------------------------------------------------------------------------
+r20755 | jake | 2007-02-09 06:43:24 -0800 (Fri, 09 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/plugins/irda/packet-ircomm.c
+Source code cleanup.
+------------------------------------------------------------------------
+r20756 | tuexen | 2007-02-09 08:38:57 -0800 (Fri, 09 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/packet-sctp.c
+ M /trunk/epan/dissectors/packet-sctp.h
+Add support for SCTP reassembly from Robin Seggelmann.
+You must enable this feature via Edit/Preferences/Protocols/SCTP
+------------------------------------------------------------------------
+r20757 | tuexen | 2007-02-09 09:47:39 -0800 (Fri, 09 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/AUTHORS
+
+Formatting.
------------------------------------------------------------------------
-r19809 | sahlberg | 2006-11-05 03:19:46 -0800 (Sun, 05 Nov 2006) | 5 lines
+r20758 | sahlberg | 2007-02-09 13:03:41 -0800 (Fri, 09 Feb 2007) | 8 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/dissectors/packet-sctp.c
+
+use se_alloc() instead of g_malloc() to allocate storage for the key to the hash table.
+this allows us to use g_hash_table_new() instead of g_hash_table_new_full() and thus make it compileable under gtk1.2
+
-we used the wrong offset for attribute lists, fixed
+this should probably be completely converted into se_tree's and se_alloc to completely remove the hashtable altogether
-add decoding for attribute lists for another instance where these blobs appear in the data in/out buffers
------------------------------------------------------------------------
-r19810 | gal | 2006-11-05 04:15:52 -0800 (Sun, 05 Nov 2006) | 4 lines
+r20759 | tuexen | 2007-02-09 13:05:43 -0800 (Fri, 09 Feb 2007) | 5 lines
Changed paths:
- M /trunk/asn1/ldap/ldap.cnf
- M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/gtk/sctp_assoc_analyse.c
+ M /trunk/gtk/sctp_byte_graph_dlg.c
+ M /trunk/gtk/sctp_graph_dlg.c
+ M /trunk/gtk/sctp_stat.c
+ M /trunk/gtk/sctp_stat_dlg.c
-Tidy up of information column for NTLM authentication.
-Related to Bug 1148.
+A fix from Irene Ruengeler to keep assocs selected when
+setting/applying filters.
+Remove some warnings.
------------------------------------------------------------------------
-r19811 | ulfl | 2006-11-05 05:47:17 -0800 (Sun, 05 Nov 2006) | 1 line
+r20760 | tuexen | 2007-02-09 15:14:15 -0800 (Fri, 09 Feb 2007) | 2 lines
Changed paths:
- M /trunk/file.c
+ M /trunk/epan/dissectors/packet-sctp.c
+
+Fix whitespaces.
-fix svn728: don't scroll down packet list while capturing, if no packets are newly displayed (happens when a display filter is active)
------------------------------------------------------------------------
-r19812 | jake | 2006-11-05 10:26:21 -0800 (Sun, 05 Nov 2006) | 1 line
+r20761 | tuexen | 2007-02-09 15:29:57 -0800 (Fri, 09 Feb 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-hpext.c
- M /trunk/epan/dissectors/packet-hpext.h
- M /trunk/epan/dissectors/packet-hpsw.c
+ M /trunk/epan/dissectors/packet-sctp.c
+
+Provide a correct argument to g_hash_table_foreach_remove.
-Add HP Switch Protocol SAP value
------------------------------------------------------------------------
-r19813 | jake | 2006-11-05 14:31:57 -0800 (Sun, 05 Nov 2006) | 4 lines
+r20762 | gerald | 2007-02-09 17:13:05 -0800 (Fri, 09 Feb 2007) | 3 lines
Changed paths:
- M /trunk/stat_menu.h
+ M /trunk/capture_loop.c
-From Albert Chin
-The IBM C compiler on AIX 4.3.3 doesn't accept a trailing comma after
-the last enum definition. Patch attached for stat_menu.h
+Windows named pipe support, which was disabled several months ago,
+is now inexplicably working, so enable it.
------------------------------------------------------------------------
-r19814 | ulfl | 2006-11-05 14:46:44 -0800 (Sun, 05 Nov 2006) | 3 lines
+r20763 | ulfl | 2007-02-10 00:03:47 -0800 (Sat, 10 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+add a lot more TLV block decodes, some code cleanup, ...
+------------------------------------------------------------------------
+r20764 | ulfl | 2007-02-10 02:28:59 -0800 (Sat, 10 Feb 2007) | 1 line
Changed paths:
- M /trunk/capinfos.c
- M /trunk/capture_info.c
- M /trunk/cfile.h
- M /trunk/config.nmake
- M /trunk/editcap.c
M /trunk/epan/dissectors/packet-frame.c
- M /trunk/epan/frame_data.h
- M /trunk/file.c
- M /trunk/gtk/capture_file_dlg.c
- M /trunk/gtk/gsm_map_summary.c
- M /trunk/gtk/main.c
- M /trunk/gtk/mtp3_summary.c
- M /trunk/gtk/summary_dlg.c
- M /trunk/gtk/win32-file-dlg.c
- M /trunk/merge.h
- M /trunk/summary.h
- M /trunk/tshark.c
- M /trunk/wiretap/5views.c
- M /trunk/wiretap/airopeek9.c
- M /trunk/wiretap/ascend-grammar.y
- M /trunk/wiretap/ascend-int.h
- M /trunk/wiretap/ascend.c
- M /trunk/wiretap/ber.c
- M /trunk/wiretap/catapult_dct2000.c
- M /trunk/wiretap/cosine.c
- M /trunk/wiretap/csids.c
- M /trunk/wiretap/dbs-etherwatch.c
- M /trunk/wiretap/erf.c
- M /trunk/wiretap/etherpeek.c
- M /trunk/wiretap/eyesdn.c
- M /trunk/wiretap/file_access.c
- M /trunk/wiretap/file_wrappers.c
- M /trunk/wiretap/file_wrappers.h
- M /trunk/wiretap/hcidump.c
- M /trunk/wiretap/i4btrace.c
- M /trunk/wiretap/iptrace.c
- M /trunk/wiretap/iseries.c
- M /trunk/wiretap/k12.c
- M /trunk/wiretap/lanalyzer.c
- M /trunk/wiretap/libpcap.c
- M /trunk/wiretap/netmon.c
- M /trunk/wiretap/nettl.c
- M /trunk/wiretap/network_instruments.c
- M /trunk/wiretap/netxray.c
- M /trunk/wiretap/ngsniffer.c
- M /trunk/wiretap/pppdump.c
- M /trunk/wiretap/radcom.c
- M /trunk/wiretap/snoop.c
- M /trunk/wiretap/toshiba.c
- M /trunk/wiretap/visual.c
- M /trunk/wiretap/vms.c
- M /trunk/wiretap/wtap-int.h
- M /trunk/wiretap/wtap.c
- M /trunk/wiretap/wtap.h
-change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct.
+add STATUS_STACK_OVERFLOW to the possible Win32 exception codes - unfortunately, this exception seems to corrupt the stack at least in a way that the TRY / CATCH pair later causes an access violation ...
+------------------------------------------------------------------------
+r20765 | sahlberg | 2007-02-10 11:56:41 -0800 (Sat, 10 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+prettify READ6 and dissect the flags bits properly instead of using a proto_tree_add_text()
+
-Please distclean Win32 builds!
------------------------------------------------------------------------
-r19815 | jmayer | 2006-11-05 15:33:28 -0800 (Sun, 05 Nov 2006) | 51 lines
+r20766 | sahlberg | 2007-02-10 12:06:01 -0800 (Sat, 10 Feb 2007) | 2 lines
Changed paths:
- M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+add dissewction of the SSC READ16 cdb
-Update from samba tree revision 19553 to 19565
-============================ Samba log start ============
------------------------------------------------------------------------
-r19553 | jelmer | 2006-11-04 16:40:05 +0100 (Sat, 04 Nov 2006) | 2 lines
+r20767 | sahlberg | 2007-02-10 12:13:03 -0800 (Sat, 10 Feb 2007) | 3 lines
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+add dissection of SSC READREVERSE16 cdb
-Add check for correct API usage.
------------------------------------------------------------------------
-r19557 | jelmer | 2006-11-04 21:24:35 +0100 (Sat, 04 Nov 2006) | 3 lines
+r20768 | sahlberg | 2007-02-10 12:23:38 -0800 (Sat, 10 Feb 2007) | 3 lines
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+add dissection of SSC VERIFY16 cdb
-Fix lookup table for WERROR.
-Fix perl warnings when using NTSTATUS as return type.
------------------------------------------------------------------------
-r19559 | jelmer | 2006-11-04 22:53:00 +0100 (Sat, 04 Nov 2006) | 3 lines
+r20769 | sahlberg | 2007-02-10 12:31:01 -0800 (Sat, 10 Feb 2007) | 3 lines
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+add dissection of the WRITE16 and the WRITEFILEMARKS16 cdbs
-Fix handling of types where the name isn't prefixed by the interface name.
-Based on patch by Julien Kerihuel.
------------------------------------------------------------------------
-r19560 | jelmer | 2006-11-05 01:03:44 +0100 (Sun, 05 Nov 2006) | 2 lines
+r20770 | sahlberg | 2007-02-10 12:38:59 -0800 (Sat, 10 Feb 2007) | 4 lines
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+ M /trunk/epan/dissectors/packet-scsi-ssc.h
+
+change all SSC2 into SSC to indicate this is an SSC dissector and not specific to SSC v2
+
-Fix handling of PARAM_VALUE.
------------------------------------------------------------------------
-r19561 | jelmer | 2006-11-05 01:08:39 +0100 (Sun, 05 Nov 2006) | 2 lines
+r20771 | sahlberg | 2007-02-10 12:55:37 -0800 (Sat, 10 Feb 2007) | 3 lines
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+add dissection of the SSC READREVERSE6 cdb
-Remove debug statement.
------------------------------------------------------------------------
-r19562 | jelmer | 2006-11-05 01:26:44 +0100 (Sun, 05 Nov 2006) | 2 lines
+r20772 | sahlberg | 2007-02-10 13:26:38 -0800 (Sat, 10 Feb 2007) | 4 lines
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+add dissection of VERIFY6 cdb
+dissect SPACE6/16 code field using a value_string
-Support returning simple scalars.
------------------------------------------------------------------------
+r20773 | sahlberg | 2007-02-10 13:39:40 -0800 (Sat, 10 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+add dissection of the RECOVER BUFFERED DATA cdb
+
+
------------------------------------------------------------------------
-============================ Samba log end ==============
+r20774 | sahlberg | 2007-02-10 13:48:12 -0800 (Sat, 10 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+add dissection of REPORTDENSITYSUPPORT cdb
------------------------------------------------------------------------
-r19816 | ulfl | 2006-11-05 16:24:24 -0800 (Sun, 05 Nov 2006) | 1 line
+r20775 | sahlberg | 2007-02-10 13:53:09 -0800 (Sat, 10 Feb 2007) | 2 lines
Changed paths:
- M /trunk/wiretap/file_wrappers.c
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+update the REWIND cdb dissector
-fix the return value of file_seek, as noted by Steve
------------------------------------------------------------------------
-r19817 | sahlberg | 2006-11-06 01:30:15 -0800 (Mon, 06 Nov 2006) | 3 lines
+r20776 | sahlberg | 2007-02-10 14:01:27 -0800 (Sat, 10 Feb 2007) | 6 lines
Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+add dissection of SSC SETCAPACITY cdb
+
+the SSC dissector should be in fairly good shape now modulo some missing
+dissectors for a few data in/out buffers that someone that needs them can easily add
+
+
+------------------------------------------------------------------------
+r20777 | sahlberg | 2007-02-10 16:09:46 -0800 (Sat, 10 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-smc.c
+ M /trunk/epan/dissectors/packet-scsi-smc.h
+
+add the name for two missing SMC cdbs
+
+
+------------------------------------------------------------------------
+r20778 | sahlberg | 2007-02-10 16:20:37 -0800 (Sat, 10 Feb 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-smc.c
+ M /trunk/epan/dissectors/packet-scsi-smc.h
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+ M /trunk/epan/dissectors/packet-scsi.c
+
+dont encode a specific revision of the standard in the symbol names
+
+change all symbols from smc2 to smc
+
+------------------------------------------------------------------------
+r20779 | sahlberg | 2007-02-10 16:45:15 -0800 (Sat, 10 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-mmc.c
M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/epan/dissectors/packet-scsi-smc.c
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+ M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dissectors/packet-scsi.h
+
+remove the revision number from the spc symbols
+
+change all spc2 and spc3 to spc
-some compilers dont like unnamed unions and structs
------------------------------------------------------------------------
-r19818 | jake | 2006-11-06 03:41:02 -0800 (Mon, 06 Nov 2006) | 2 lines
+r20780 | sahlberg | 2007-02-10 17:32:53 -0800 (Sat, 10 Feb 2007) | 3 lines
Changed paths:
- M /trunk/asn1/ldap/packet-ldap-template.c
- M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/epan/dissectors/packet-scsi-smc.c
+
+add dissection of SMC EXCHANGE MEDIUM cdb
-Don't remove a preference, make it obsolete instead.
------------------------------------------------------------------------
-r19819 | jake | 2006-11-06 04:19:26 -0800 (Mon, 06 Nov 2006) | 2 lines
+r20781 | sahlberg | 2007-02-10 17:50:16 -0800 (Sat, 10 Feb 2007) | 5 lines
Changed paths:
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-scsi-smc.c
+
+add dissection of the two SMC cdbs
+INITIALIZE ELEMENT STATUS
+INITIALIZE ELEMENT STATUS WITH RANGE
-Fix bug 1207, simple swap of the two text strings.
------------------------------------------------------------------------
-r19820 | jake | 2006-11-06 04:58:14 -0800 (Mon, 06 Nov 2006) | 2 lines
+r20782 | sahlberg | 2007-02-10 17:59:53 -0800 (Sat, 10 Feb 2007) | 3 lines
Changed paths:
- M /trunk/image/wireshark.exe.manifest.in
+ M /trunk/epan/dissectors/packet-scsi-smc.c
+
+update the SMC MOVEMEDIUM cdb dissector
-Let the manifest state that we're Wireshark.
------------------------------------------------------------------------
-r19821 | jmayer | 2006-11-06 06:16:29 -0800 (Mon, 06 Nov 2006) | 5 lines
+r20783 | sfisher | 2007-02-10 19:36:04 -0800 (Sat, 10 Feb 2007) | 8 lines
Changed paths:
- M /trunk/cmake/modules/Check64BitFormat.c.in
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/packet-bootp.c
+
-frederic heem:
-Please find attached a patch to replace "#" with "*".
-Check64BitFormat.c.in is a C file.
+From Joe McEachern:
+
+Attached is a wireshark patch that adds support for decoding DHCP option 125
+and the DHCP option 125 suboptions defined by the DSL Forum's TR-111
+specification.
------------------------------------------------------------------------
-r19822 | jake | 2006-11-06 06:20:03 -0800 (Mon, 06 Nov 2006) | 2 lines
+r20784 | ulfl | 2007-02-10 19:45:21 -0800 (Sat, 10 Feb 2007) | 1 line
Changed paths:
- M /trunk/image/wiresharkdoc.ico
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-Remove the executable property from this datafile
+remove a g_warning left over from debugging
+------------------------------------------------------------------------
+r20785 | ulfl | 2007-02-10 20:12:07 -0800 (Sat, 10 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+remove some warnings
------------------------------------------------------------------------
-r19823 | jake | 2006-11-06 06:20:59 -0800 (Mon, 06 Nov 2006) | 2 lines
+r20786 | sfisher | 2007-02-10 22:44:18 -0800 (Sat, 10 Feb 2007) | 4 lines
Changed paths:
- M /trunk/Makefile.am
+ M /trunk/epan/dissectors/packet-bootp.c
+
+
+Remove unused variable
-Add image/wiresharkdoc.ico to the EXTRA_DIST symbol
------------------------------------------------------------------------
-r19824 | lego | 2006-11-06 10:16:56 -0800 (Mon, 06 Nov 2006) | 3 lines
+r20787 | ulfl | 2007-02-11 00:38:49 -0800 (Sun, 11 Feb 2007) | 15 lines
Changed paths:
- M /trunk/epan/wslua/make-taps.pl
+ M /trunk/docbook/Makefile.common
+ D /trunk/docbook/wsug_graphics/ws-bytes-pane-popup-menu.png
+ M /trunk/docbook/wsug_graphics/ws-details-pane-popup-menu.png
+ M /trunk/docbook/wsug_graphics/ws-packet-pane-popup-menu.png
+ M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+ M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+
+from Douglas Pratley:
-Avoid ${ename}[...] being interpreted as $ename[...].
+Based on comments from Ulf (http://www.wireshark.org/lists/wireshark-dev/200701/msg02802.html), have revised menu structure and labels for copying items, and updated the documentation to match.
+(a) All copying now under one sub-menu in each of packet list and details panes
+(b) Revised names for copy items, now the same for both panes
+(c) Export Selected Packet Bytes item now in pop-up menu for packet list and details panes
+(d) Removed Copy and Export from packet bytes pane; this leaves no items in the pop-up menu.
+
+
+This last is because the functionality in the bytes pane was odd and inconsistent
+- right-clicking would often change the selection in unexpected ways
+- the export worked on the selected bytes, the copy on the whole packet
+- the documentation did not reflect the functionality correctly (at least for Copy / Text Only).
------------------------------------------------------------------------
-r19825 | jmayer | 2006-11-06 11:44:09 -0800 (Mon, 06 Nov 2006) | 14 lines
+r20788 | lego | 2007-02-11 08:09:21 -0800 (Sun, 11 Feb 2007) | 5 lines
Changed paths:
- M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+ M /trunk/epan/uat-int.h
+ M /trunk/epan/uat.c
+ M /trunk/gtk/uat_gui.c
+
+Have Aply, Cancel and OK buttons instead of the save and ok button.
+Have these buttons reloading the capture file if needed.
+Some rearrangement of the window (the editor is still missing "ornaments" and tooltips)
+
-Update from samba tree revision 19565 to 19578
-============================ Samba log start ============
------------------------------------------------------------------------
-r19572 | jelmer | 2006-11-06 15:07:20 +0100 (Mon, 06 Nov 2006) | 2 lines
+r20789 | ulfl | 2007-02-11 21:05:57 -0800 (Sun, 11 Feb 2007) | 1 line
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
+ M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
-Fix typo.
+add link to PSML specification
+------------------------------------------------------------------------
+r20790 | ulfl | 2007-02-11 21:08:33 -0800 (Sun, 11 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/menu.c
+ooops, and here comes the actual context menu code change from Douglas Pratley ... already mentioned in SVN 20787
------------------------------------------------------------------------
+r20791 | ulfl | 2007-02-11 21:10:52 -0800 (Sun, 11 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/gtk/packet_list.c
+
+delimit each CSV output with "
+
+(this should be combined into a generic function as this CSV encapsulation functionality is implemented several times)
------------------------------------------------------------------------
-============================ Samba log end ==============
+r20792 | etxrab | 2007-02-12 00:12:32 -0800 (Mon, 12 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/epan/libwireshark.def
+Add uat_clear and uat_load.
+------------------------------------------------------------------------
+r20793 | etxrab | 2007-02-12 00:13:56 -0800 (Mon, 12 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-gtp.c
+Fix Bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1365 Authentication Quintuplet decoding fails.
------------------------------------------------------------------------
-r19826 | jmayer | 2006-11-06 11:47:39 -0800 (Mon, 06 Nov 2006) | 2 lines
+r20794 | sahlberg | 2007-02-12 02:30:10 -0800 (Mon, 12 Feb 2007) | 3 lines
Changed paths:
- A /trunk/epan/dissectors/pidl/nspi/nspi.cnf
+ M /trunk/epan/dissectors/packet-scsi-smc.c
+
+add dissection of SMC OPEN/CLOSE IMPORT/EXPORT ELEMENT cdb
-Copy over the nspi.cnf file which was recently added
------------------------------------------------------------------------
-r19827 | jmayer | 2006-11-06 11:53:39 -0800 (Mon, 06 Nov 2006) | 5 lines
+r20795 | ulfl | 2007-02-12 11:01:20 -0800 (Mon, 12 Feb 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-linx.c
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+add remaining TLV blocks (complete now?)
+add a lot of missing index values
+fix some minor bugs
+------------------------------------------------------------------------
+r20796 | lego | 2007-02-12 11:55:54 -0800 (Mon, 12 Feb 2007) | 4 lines
+Changed paths:
+ M /trunk/gtk/Makefile.am
+
+From Albert Chin:
+Gnutls can be located in a different place than the other libs.
-Don't do forward declarations in the file. I'll try to eventually
-put this stuff into an external file but just doing a forward
-declaration to squelch a compiler warning isn't the way to go - it
-needs to be done right one day.
------------------------------------------------------------------------
-r19828 | jmayer | 2006-11-06 11:56:11 -0800 (Mon, 06 Nov 2006) | 3 lines
+r20797 | lego | 2007-02-12 11:57:41 -0800 (Mon, 12 Feb 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcom.c
- M /trunk/epan/dissectors/packet-gsm_a.c
- M /trunk/epan/dissectors/packet-msrp.c
+ M /trunk/asn1/snmp/packet-snmp-template.c
+ M /trunk/epan/dfilter/dfilter-macro.c
+ M /trunk/epan/dissectors/packet-k12.c
+ M /trunk/epan/dissectors/packet-snmp.c
+ M /trunk/epan/dissectors/packet-user_encap.c
+ M /trunk/epan/uat.h
+ M /trunk/gtk/uat_gui.c
+
+Add a description of UAT fields, and have it as a tooltip in the New/Edit Dialog.
+
+
+------------------------------------------------------------------------
+r20798 | sahlberg | 2007-02-12 12:11:42 -0800 (Mon, 12 Feb 2007) | 4 lines
+Changed paths:
+ M /trunk/gtk/packet_list.c
+
+use g_string_append() instead of g_string_append_printf()
-Remove some // comments.
-Fix a warning about nested comments.
+we dont have g_string_append_printf() in gtk 1
------------------------------------------------------------------------
-r19829 | jmayer | 2006-11-06 11:58:06 -0800 (Mon, 06 Nov 2006) | 2 lines
+r20799 | sahlberg | 2007-02-12 12:26:52 -0800 (Mon, 12 Feb 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-bssgp.h
- M /trunk/epan/dissectors/packet-radius.h
+ M /trunk/epan/dissectors/packet-scsi-smc.c
-Fix some warnings about missing newline at end of file.
+add dissection of SMC POSITION TO ELEMENT cdb
+
+
+------------------------------------------------------------------------
+r20800 | etxrab | 2007-02-12 13:48:41 -0800 (Mon, 12 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-gtp.c
+
+Return correct length.
+------------------------------------------------------------------------
+r20801 | etxrab | 2007-02-12 14:04:58 -0800 (Mon, 12 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-uma.c
+Display 2 octet length field correctly.
------------------------------------------------------------------------
-r19830 | sahlberg | 2006-11-06 12:13:32 -0800 (Mon, 06 Nov 2006) | 3 lines
+r20802 | sfisher | 2007-02-12 18:06:04 -0800 (Mon, 12 Feb 2007) | 4 lines
+Changed paths:
+ M /trunk/doc/README.tapping
+
+
+Minor cleanup - spelling fixes, formatting
+
+
+------------------------------------------------------------------------
+r20803 | grahamb | 2007-02-13 02:30:00 -0800 (Tue, 13 Feb 2007) | 1 line
Changed paths:
M /trunk/AUTHORS
+
+Added Chris Bontje for his work on the DNP3 dissector committed in r14794 and 20651
+------------------------------------------------------------------------
+r20804 | sfisher | 2007-02-13 12:57:22 -0800 (Tue, 13 Feb 2007) | 10 lines
+Changed paths:
+ M /trunk/doc/README.developer
+ M /trunk/epan/Makefile.common
+ M /trunk/epan/crypt/airpdcap.c
+ M /trunk/epan/dissectors/packet-http.c
+ M /trunk/epan/dissectors/packet-jxta.c
+ M /trunk/epan/dissectors/packet-k12.c
+ M /trunk/epan/ex-opt.c
+ M /trunk/epan/libwireshark.def
+ M /trunk/epan/stats_tree.c
+ A /trunk/epan/ws_strsplit.c
+ A /trunk/epan/ws_strsplit.h
+ M /trunk/gtk/font_utils.c
+ M /trunk/gtk/voip_calls.c
+ M /trunk/gtk/webbrowser.c
+ M /trunk/plugins/mate/mate_grammar.lemon
+ M /trunk/plugins/mate/mate_setup.c
+ M /trunk/plugins/mate/mate_util.c
+ M /trunk/tap-funnel.c
+ M /trunk/util.c
+
+
+From Sebastien Tandel:
+
+Create two new files (ws_strsplit.[ch]) that use GTK2 code to override
+the buggy g_strsplit() function when compiling for GTK1. Include this
+work-around function (ws_strsplit) in libwireshark.def. Add notes on usage
+to README.developer. Include epan/ws_strsplit.h in all files that use
+g_strsplit().
+
+
+------------------------------------------------------------------------
+r20805 | sfisher | 2007-02-13 16:39:48 -0800 (Tue, 13 Feb 2007) | 11 lines
+Changed paths:
+ M /trunk/doc/README.developer
+ M /trunk/epan/proto.c
+ M /trunk/epan/proto.h
+
+
+From Sebastien Tandel:
+
+ Here is an updated patch for proto_tree_add_item and the
+range_string structure. The new macro RVALS() can be used as the macro
+VALS() in the declaration of your hf_register_info with another
+structure (range_string). Be aware that you *have to* ORed the value of
+the field display with BASE_RANGE_STRING constant and it can 'only' be
+used with FT_(U)INT* types in a header_field_info.
+
+
+------------------------------------------------------------------------
+r20806 | sfisher | 2007-02-13 17:16:19 -0800 (Tue, 13 Feb 2007) | 5 lines
+Changed paths:
+ M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+ M /trunk/epan/dissectors/packet-ansi_map.c
+ M /trunk/epan/dissectors/packet-ospf.c
+
+
+Changes to the ansi_map and ospf dissectors to use new RVAL() (range string)
+feature.
+
+
+------------------------------------------------------------------------
+r20807 | kukosa | 2007-02-14 00:08:44 -0800 (Wed, 14 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/h225/H323-MESSAGES.asn
+ M /trunk/epan/dissectors/packet-h225.c
+
+H.225.0 updated to 05/2006, Amendment 1 01/2007
+------------------------------------------------------------------------
+r20808 | sahlberg | 2007-02-14 03:49:01 -0800 (Wed, 14 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb.c
+
+show the share mode bits that are SET on the share mode expansion line so one can see easily which share modes are requested without having to open the share mode expansion
+
+
+------------------------------------------------------------------------
+r20809 | jmayer | 2007-02-14 05:22:55 -0800 (Wed, 14 Feb 2007) | 4 lines
+Changed paths:
M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-acn.c
- A /trunk/epan/dissectors/packet-acn.h
- D /trunk/plugins/acn
+ A /trunk/epan/dissectors/packet-ipsec-tcp.c
+ M /trunk/epan/dissectors/packet-udp.c
+
+Dissect the Cisco proprietary encapsulation of IPSEC/ISAKMP
+in TCP (incomplete).
+Add preference to select the tcp port (default: 10000)
-new acn dissector from Bill Florac
+------------------------------------------------------------------------
+r20810 | jmayer | 2007-02-14 05:23:47 -0800 (Wed, 14 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/docbook
+Add some files to svn:ignore
+Sort files alphabetically
------------------------------------------------------------------------
-r19831 | jmayer | 2006-11-06 12:21:02 -0800 (Mon, 06 Nov 2006) | 16 lines
+r20811 | jmayer | 2007-02-14 05:25:08 -0800 (Wed, 14 Feb 2007) | 2 lines
Changed paths:
- M /trunk/tools/pidl/idl.yp
- M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
- M /trunk/tools/pidl/pidl
+ M /trunk/doc/wireshark.pod
+
+Version 0.10.12 was still Ethereal, not Wireshark
-Update from samba tree revision 19578 to 19582
-============================ Samba log start ============
------------------------------------------------------------------------
-r19580 | jelmer | 2006-11-06 21:01:22 +0100 (Mon, 06 Nov 2006) | 2 lines
+r20812 | martinm | 2007-02-14 07:41:43 -0800 (Wed, 14 Feb 2007) | 6 lines
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/idl.yp
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
- M /branches/SAMBA_4_0/source/pidl/pidl
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
+ M /trunk/epan/dissectors/packet-k12.c
+ M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/epan/dissectors/packet-umts_fp.h
-Add --includedir option.
+Change fp_info struct to be more general by removing DCT2000-specific field.
+
+Also:
+- Fix a division-by-zero error in FP dissector
+- Correct the way DCT2000 IPPrim addresses and ports are dissected and displayed
------------------------------------------------------------------------
+r20813 | lego | 2007-02-14 11:21:37 -0800 (Wed, 14 Feb 2007) | 11 lines
+Changed paths:
+ M /trunk/gtk/uat_gui.c
+
+From Peter Johansson:
+
+I have provided a patch for a crash that occurs in uat_gui.c if from the
+"Edit preferences..." button when you choose Protocols -> DLT_USER ->
+the "Edit..." button -> the "New" button -> the "Cancel" button.
+The crash happens because dd gets freed prior to traversing its internal
+structure, hence I moved the call to g_free for dd beneath the traversal
+of the dd internals.
+
+
+
------------------------------------------------------------------------
-============================ Samba log end ==============
+r20814 | gerald | 2007-02-14 14:03:39 -0800 (Wed, 14 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
+ M /trunk/epan/dissectors/packet-k12.c
+ M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/epan/dissectors/packet-umts_fp.h
+Try to fix a naming conflict on Windows.
------------------------------------------------------------------------
-r19832 | sahlberg | 2006-11-06 12:28:19 -0800 (Mon, 06 Nov 2006) | 6 lines
+r20815 | jmayer | 2007-02-15 00:40:18 -0800 (Thu, 15 Feb 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-nspi.c
- M /trunk/epan/dissectors/pidl/nspi/Makefile
- M /trunk/epan/dissectors/pidl/nspi/nspi.cnf
+ M /trunk/epan/dissectors/packet-ipsec-tcp.c
+
+Guess the meaning of some trailer bytes
+
+------------------------------------------------------------------------
+r20816 | sahlberg | 2007-02-15 01:33:12 -0800 (Thu, 15 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.h
+ M /trunk/epan/dissectors/pidl/winreg.idl
+
+using the latest SVN of PIDL it is now possible to compile the corrected WINREG.IDL where QueryInfoKey responses are parsed correctly.
-building the nspi dissector depends also on the nspi.cnf file, add this dependency to the makefile
+(since we do not yet use all of the various idl files from s4 i commented out the import directove from the idl file since othervise it would generate #include directives for files we do not yet provide)
+
+
+
+------------------------------------------------------------------------
+r20817 | gerald | 2007-02-15 10:35:30 -0800 (Thu, 15 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-radiotap.c
+
+According to David Young, IEEE80211_RADIOTAP_FCS was never officially
+assigned.
+
+------------------------------------------------------------------------
+r20818 | ulfl | 2007-02-15 12:48:39 -0800 (Thu, 15 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/gtk/proto_dlg.c
+
+bugfix: call set_proto_selection() before actually writing the selections to disk. Otherwise the changes won't be written to disk correctly (when pressing the OK button).
+
+Interestingly, no complains were heard about this before ...
+------------------------------------------------------------------------
+r20819 | lego | 2007-02-15 13:50:32 -0800 (Thu, 15 Feb 2007) | 4 lines
+Changed paths:
+ M /trunk/AUTHORS
+change of AUTHOR address upon request
-add tracking of policyhandles to the dissector
------------------------------------------------------------------------
-r19833 | etxrab | 2006-11-06 12:36:43 -0800 (Mon, 06 Nov 2006) | 1 line
+r20820 | etxrab | 2007-02-15 22:38:59 -0800 (Thu, 15 Feb 2007) | 1 line
Changed paths:
M /trunk/packaging/nsis/wireshark.nsi
- M /trunk/plugins/Makefile.am
- M /trunk/plugins/Makefile.nmake
-Remove the references to acn
+Copy the changes done for 0.99.5 to use WinPcap 4.0 to trunk.
------------------------------------------------------------------------
-r19834 | sahlberg | 2006-11-06 12:47:37 -0800 (Mon, 06 Nov 2006) | 3 lines
+r20821 | etxrab | 2007-02-15 22:54:32 -0800 (Thu, 15 Feb 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-nspi.c
- M /trunk/epan/dissectors/packet-dcerpc-nspi.h
- M /trunk/epan/dissectors/pidl/nspi/nspi.idl
+ M /trunk/epan/dissectors/packet-bssgp.c
-convert restrictiontype to be an enum
+Fix the bugs part of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1371.
+- a typor in in hf_bssgp_ie_type
+- id def out debug code.
+------------------------------------------------------------------------
+r20822 | martinm | 2007-02-16 05:47:49 -0800 (Fri, 16 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rtp.c
+Make RFC2198 pt preference work (wasn't calling
+proto_reg_handoff_rtp when prefs changed).
------------------------------------------------------------------------
-r19835 | etxrab | 2006-11-06 12:49:47 -0800 (Mon, 06 Nov 2006) | 1 line
+r20823 | etxrab | 2007-02-16 13:02:19 -0800 (Fri, 16 Feb 2007) | 3 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/asn1/gsmmap/GSMMAP.asn
+ M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+ M /trunk/asn1/gsmmap/gsmmap.cnf
+ M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+ M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/epan/dissectors/packet-gsm_map.h
+ M /trunk/epan/dissectors/packet-gtp.c
+
+From Florent Drouin:
-Remove the references to acn
+A patch to update the gsm map definition up to 3GPP TS 29.002 V7.5.0 (2006-09) Release 7 There is a little impact on the GTP dissector, because I had to change the name of the Local ErrorCode in the gsm map asn1 definition due to a conflict with the Camel dissector.
------------------------------------------------------------------------
-r19836 | gerald | 2006-11-06 15:04:53 -0800 (Mon, 06 Nov 2006) | 2 lines
+r20824 | sahlberg | 2007-02-16 13:04:45 -0800 (Fri, 16 Feb 2007) | 6 lines
Changed paths:
- M /trunk/configure.in
+ M /trunk/epan/dissectors/packet-kerberos.c
+
+when decrypting a blob allocate a new private memory area to return to the caller instead of reusing the same one over and over (g_free followed by g_malloc by the same size often result in the same area being returned)
+
+this resolves some issues where the decode is ok but the hexpane shows corrupted memory where the decrypted blob should be.
+
-Remove ACN.
------------------------------------------------------------------------
-r19837 | gerald | 2006-11-06 15:08:11 -0800 (Mon, 06 Nov 2006) | 2 lines
+r20825 | ulfl | 2007-02-16 13:53:36 -0800 (Fri, 16 Feb 2007) | 3 lines
Changed paths:
- M /trunk/configure.in
+ M /trunk/epan/dissectors/Makefile.common
+ D /trunk/epan/dissectors/packet-dcom-cba-acco.c
+ D /trunk/epan/dissectors/packet-dcom-cba-acco.h
+ D /trunk/epan/dissectors/packet-dcom-cba.c
+ M /trunk/epan/dissectors/packet-dcom.h
+ D /trunk/epan/dissectors/packet-pn-rt.c
+ M /trunk/epan/libwireshark.def
+ M /trunk/plugins/profinet/Makefile.common
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+ A /trunk/plugins/profinet/packet-dcom-cba-acco.c (from /trunk/epan/dissectors/packet-dcom-cba-acco.c:20794)
+ A /trunk/plugins/profinet/packet-dcom-cba-acco.h (from /trunk/epan/dissectors/packet-dcom-cba-acco.h:20794)
+ A /trunk/plugins/profinet/packet-dcom-cba.c (from /trunk/epan/dissectors/packet-dcom-cba.c:20794)
+ M /trunk/plugins/profinet/packet-pn-dcp.c
+ M /trunk/plugins/profinet/packet-pn-mrp.c
+ M /trunk/plugins/profinet/packet-pn-mrrt.c
+ M /trunk/plugins/profinet/packet-pn-ptcp.c
+ A /trunk/plugins/profinet/packet-pn-rt.c (from /trunk/epan/dissectors/packet-pn-rt.c:20794)
+ A /trunk/plugins/profinet/packet-pn.c
+ A /trunk/plugins/profinet/packet-pn.h
+
+major code cleanup:
+- move dcom-cba and pn-rt files into profinet plugin (where they really belong)
+- move some common pn functionality into new packet-pn.c/h instead of having duplicate code
+------------------------------------------------------------------------
+r20826 | sahlberg | 2007-02-16 16:13:57 -0800 (Fri, 16 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-kerberos.c
+
+decode the known 4 bytes of the 16 byte blob that prepends the ndr encoded logoninfo and constraineddelegation ndr encoded blobs inside the PAC
-Fix an inadvertent change.
------------------------------------------------------------------------
-r19838 | gerald | 2006-11-06 15:38:35 -0800 (Mon, 06 Nov 2006) | 2 lines
+r20827 | sahlberg | 2007-02-16 16:47:09 -0800 (Fri, 16 Feb 2007) | 4 lines
Changed paths:
- M /trunk/plugins/Makefile.nmake
+ M /trunk/epan/dissectors/packet-kerberos.c
+
+if the KRB-ERROR PDU contains a pw-salt containing an NT status code, show that NT status code on the summary line since it gives more precise error description to why there was an kerberos error.
+
-Remove ACN references.
------------------------------------------------------------------------
-r19839 | ulfl | 2006-11-06 15:59:49 -0800 (Mon, 06 Nov 2006) | 1 line
+r20828 | ulfl | 2007-02-17 00:08:40 -0800 (Sat, 17 Feb 2007) | 1 line
Changed paths:
- M /trunk/color_filters.c
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+ M /trunk/plugins/profinet/packet-dcom-cba-acco.c
+ M /trunk/plugins/profinet/packet-dcom-cba.c
+ M /trunk/plugins/profinet/packet-pn-ptcp.c
-fix 1203 as found by stephen fisher
+squelch some compiler warnings
------------------------------------------------------------------------
-r19840 | guy | 2006-11-06 16:54:01 -0800 (Mon, 06 Nov 2006) | 7 lines
+r20829 | ulfl | 2007-02-17 01:42:38 -0800 (Sat, 17 Feb 2007) | 1 line
Changed paths:
- M /trunk/plugins/Makefile.nmake
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+ M /trunk/plugins/profinet/packet-dcom-cba-acco.c
+ M /trunk/plugins/profinet/packet-dcom-cba-acco.h
+
+some more compiler warnings removed
+------------------------------------------------------------------------
+r20830 | gal | 2007-02-17 03:06:25 -0800 (Sat, 17 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/asn1/ldap/ldap.cnf
+ M /trunk/asn1/ldap/packet-ldap-template.c
+ M /trunk/epan/dissectors/packet-ldap.c
-Split the ".." and subdirectory into two separate "cd"s, in the hopes of
-reducing the chances that, if a plugin is removed, an extra ".."
-reference will be left in.
+Tidy ups for SASL/GSSAPI support:
+1) Handle empty (zero length) saslCredentials
+2) Handle "GSSAPI" auth_mech when identified from the bind
+3) Annotate column info to show SASL service applied to LDAP operation
-Get rid of the extra ".."s that were left in when the ACN plugin was
-recently removed.
------------------------------------------------------------------------
-r19841 | guy | 2006-11-06 16:55:14 -0800 (Mon, 06 Nov 2006) | 2 lines
+r20831 | gal | 2007-02-17 03:10:02 -0800 (Sat, 17 Feb 2007) | 8 lines
Changed paths:
- M /trunk/Makefile.am
+ M /trunk/epan/dissectors/packet-ber.c
+
+This patch adds some new features to the BER dissector:
+- Added option to decode OCTET STRINGs as BER encoded data
+- Added decoding of unknown VisibleString and GeneralString
+- Some code cleanup
+
+http://www.wireshark.org/lists/wireshark-dev/200702/msg00482.html
-Get rid of more ACN plugin references.
------------------------------------------------------------------------
-r19842 | guy | 2006-11-06 16:56:04 -0800 (Mon, 06 Nov 2006) | 2 lines
+r20832 | ulfl | 2007-02-17 03:13:24 -0800 (Sat, 17 Feb 2007) | 1 line
Changed paths:
- M /trunk/packaging/nsis/Makefile.nmake
+ M /trunk/plugins/profinet/packet-dcom-cba-acco.c
+
+fix an error added lately
+------------------------------------------------------------------------
+r20833 | gal | 2007-02-17 03:16:52 -0800 (Sat, 17 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/asn1/spnego/packet-spnego-template.c
+ M /trunk/epan/dissectors/packet-spnego.c
+
+This patch looks for a confounder in GSSWrap for DES_MAC_MD5 algorithm.
+This is purely empirical as I can find no standard that says it should be there.
+However successful LDAP/SASL/GSSAPI between AD and Java client shows it seems to be present.
+If the confounder is not dissected, the LDAPMessage to fail to be decoded.
-Get rid of another ACN reference.
------------------------------------------------------------------------
-r19843 | guy | 2006-11-06 16:56:45 -0800 (Mon, 06 Nov 2006) | 2 lines
+r20834 | gal | 2007-02-17 06:23:09 -0800 (Sat, 17 Feb 2007) | 8 lines
Changed paths:
- M /trunk/packaging/u3/win32/makefile.nmake
+ M /trunk/epan/dissectors/packet-ber.c
+
+From X.690 8.6.2.3
+"If the bitstring is empty, there shall be no subsequent octets, and the initial octet shall be zero."
+
+The BER dissector marked empty bitstrings as "Padding", but they are now marked as "Empty".
+
+http://www.wireshark.org/lists/wireshark-dev/200702/msg00574.html
+
+
+------------------------------------------------------------------------
+r20835 | etxrab | 2007-02-17 12:04:10 -0800 (Sat, 17 Feb 2007) | 5 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/asn1/camel/packet-camel-template.h
+ M /trunk/epan/dissectors/packet-camel.c
+ M /trunk/epan/dissectors/packet-camel.h
+
+From Florent Drouin:
+
+Update the Camel dissector to have the same structure as the gsm map dissector.
+Now the dissector correctly handles the Tcap return error component.
+Some improvement have been made for ApplyChargingReport too.
+------------------------------------------------------------------------
+r20836 | sfisher | 2007-02-17 19:30:20 -0800 (Sat, 17 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-jxta.c
+
+
+From Mike Duigou:
+
+Adds support for dissecting the new version 2 binary wire format messages.
+
+
+------------------------------------------------------------------------
+r20837 | morriss | 2007-02-18 02:18:53 -0800 (Sun, 18 Feb 2007) | 7 lines
+Changed paths:
+ M /trunk/asn1/spnego/packet-spnego-template.c
+ M /trunk/epan/dissectors/packet-spnego.c
+
+Fix bug 1380:
+
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1380
+
+by registering the spnego dissector by name (e.g., call 'register_dissector()').
+
+
+------------------------------------------------------------------------
+r20838 | morriss | 2007-02-18 03:32:54 -0800 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/wiretap/erf.c
+ M /trunk/wiretap/erf.h
+
+From Florent Drouin: support for MTP2 in ERF type 5 (Multi-Channel HDLC) files
+------------------------------------------------------------------------
+r20839 | girlich | 2007-02-18 05:24:30 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-dtpt.c
+
+Added a DTPT (DekTop PassThrough) dissector.
+
+------------------------------------------------------------------------
+r20840 | sfisher | 2007-02-18 16:23:58 -0800 (Sun, 18 Feb 2007) | 4 lines
+Changed paths:
+ M /trunk/doc/README.request_response_tracking
+
+
+Fix a couple of spelling mistakes
+
+
+------------------------------------------------------------------------
+r20841 | guy | 2007-02-18 16:46:01 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dtd_preparse.l
+
+Get rid of an unused variable.
+
+------------------------------------------------------------------------
+r20842 | guy | 2007-02-18 16:56:22 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/plugins/profinet/packet-pn.c
+
+Include <string.h> to declare memcpy().
+
+------------------------------------------------------------------------
+r20843 | guy | 2007-02-18 16:59:20 -0800 (Sun, 18 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-syslog.c
+
+Declare nbytes to match what the routine getting a pointer to it
+expects.
+
+------------------------------------------------------------------------
+r20844 | guy | 2007-02-18 17:09:55 -0800 (Sun, 18 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/asn1/x411/packet-x411-template.c
+ M /trunk/asn1/x411/packet-x411-template.h
+ M /trunk/epan/dissectors/packet-x411.c
+ M /trunk/epan/dissectors/packet-x411.h
+
+dissect_x411_mts_apdu() is an old-style dissector, so it shouldn't
+return any value.
+
+------------------------------------------------------------------------
+r20845 | guy | 2007-02-18 17:15:22 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+ M /trunk/epan/dissectors/packet-pkcs12.c
-Get rid of another ACN reference.
+Get rid of an unused variable.
+
+------------------------------------------------------------------------
+r20846 | guy | 2007-02-18 17:18:26 -0800 (Sun, 18 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+wep_decrypt() isn't needed if we have AirPDCap.
+
+Use "break" instead of "goto done" when possible, don't goto a label
+that follows immediately, and get rid of labels for which there's no
+goto.
+
+------------------------------------------------------------------------
+r20847 | guy | 2007-02-18 17:19:36 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/gtk/main.c
+
+We only need the Wireshark splash image if we have the welcome page.
+
+------------------------------------------------------------------------
+r20848 | guy | 2007-02-18 17:21:10 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/gtk/uat_gui.c
+
+Squelch a "used without being set" warning.
------------------------------------------------------------------------
-r19844 | jake | 2006-11-06 23:39:16 -0800 (Mon, 06 Nov 2006) | 4 lines
+r20849 | guy | 2007-02-18 17:22:45 -0800 (Sun, 18 Feb 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+ M /trunk/epan/uat.h
+
+Initialize the description in UAT_FLD_PROTO().
+
+------------------------------------------------------------------------
+r20850 | wmeier | 2007-02-18 17:27:16 -0800 (Sun, 18 Feb 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-afp.c
+ M /trunk/epan/dissectors/packet-sctp.c
+
+packet-afp: remove unneeded line of code;
+packet-sctp: register sctp dissector since packet-lge-monitor wants to call same
+
+
+------------------------------------------------------------------------
+r20851 | wmeier | 2007-02-18 20:48:02 -0800 (Sun, 18 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/capture_loop.c
+
+Fix error handling for invalid named pipe;
+Generate correct message;
+(test suite 'tshark invalid capture interface' test
+should now work again).
+
+
+------------------------------------------------------------------------
+r20852 | sfisher | 2007-02-18 21:21:12 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-http.c
+
+Add comments to the statistics functions to tell which is which
+
+------------------------------------------------------------------------
+r20853 | sfisher | 2007-02-18 21:32:01 -0800 (Sun, 18 Feb 2007) | 14 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-iuup.c
+
+
+From Kriang Lerdsuwanakij:
+
+While I reading source code of IuUP dissector, I notice some
+obvious bugs inside the code. One is a missing assignment
+that causes the following "if (iuup_circuit)" block to never execute.
+Another is wrong field names.
+
+Althoug both won't show up in final result (for the first bug, the call to
+g_hash_table_insert several lines later will do the right thing anyway;
+for the second bug, there is no services utilizing more than 3 subflows),
+I think it is better to have them fixed.
+
+
+------------------------------------------------------------------------
+r20854 | etxrab | 2007-02-18 22:09:33 -0800 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/gsmmap/gsmmap.cnf
+ M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+ M /trunk/asn1/ranap/ranap-exp.cnf
+ M /trunk/asn1/ranap/ranap.cnf
+ M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/epan/dissectors/packet-ranap.c
+ M /trunk/epan/dissectors/packet-ranap.h
+
+Decode some RANAP elements.
+------------------------------------------------------------------------
+r20855 | jake | 2007-02-18 22:24:29 -0800 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/doc/README.request_response_tracking
+
+Further cleanup of the document
+------------------------------------------------------------------------
+r20856 | jake | 2007-02-18 22:26:07 -0800 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/doc/README.request_response_tracking
+
+Id keyword property added
+------------------------------------------------------------------------
+r20857 | sahlberg | 2007-02-19 00:26:27 -0800 (Mon, 19 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+ M /trunk/epan/dissectors/pidl/winreg.cnf
+
+the policy handles created/opened in CreateKey and OpenKey are now called "handle" and not "new_handle"
+
+update the conformance file so the correct functions are loaded with the correct PARAM value to signal "in this frame, this policy handle was created"
+
+
+
+------------------------------------------------------------------------
+r20858 | morriss | 2007-02-19 02:26:21 -0800 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/graph_analysis.c
+ M /trunk/gtk/tcp_graph.c
+
+Squelch a couple (false) uninitialized variable warnings
+------------------------------------------------------------------------
+r20859 | morriss | 2007-02-19 02:43:53 -0800 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/help_dlg.c
+
+Oops, help_topic_gtk() is _only_ needed in GTK1.2 builds, so #ifdef it (and some of its helpers) out in GTK2 builds.
+------------------------------------------------------------------------
+r20860 | morriss | 2007-02-19 03:24:56 -0800 (Mon, 19 Feb 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/tcap-persistentdata.c
+
+Remove some unused parameters (pinfo).
+Remove some _U_'s on parameters that _are_ used.
+Reindent some.
+
+------------------------------------------------------------------------
+r20861 | morriss | 2007-02-19 04:24:32 -0800 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/epan/tap.c
+ M /trunk/epan/tap.h
+
+fetch_tapped_data() returns a const pointer, so declare the function as returning such
+------------------------------------------------------------------------
+r20862 | morriss | 2007-02-19 07:14:00 -0800 (Mon, 19 Feb 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/camel-persistentdata.c
+
+Remove some unused parameters (pinfo).
+Remove some _U_'s on parameters that _are_ used.
+Reindent some.
+
+------------------------------------------------------------------------
+r20863 | morriss | 2007-02-19 07:30:06 -0800 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-telnet.c
+ M /trunk/epan/reassemble.c
+ M /trunk/gtk/expert_comp_table.c
+ M /trunk/tshark.c
+
+Squelch a few unused parameter warnings.
+------------------------------------------------------------------------
+r20864 | wmeier | 2007-02-19 12:25:56 -0800 (Mon, 19 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/capture_loop.c
+ M /trunk/dumpcap.c
+
+Output error msgs when using dumpcap from cmd-line (stand-alone);
+Also: minor cleanup for capture_loop.c
+
+------------------------------------------------------------------------
+r20865 | wmeier | 2007-02-19 13:45:27 -0800 (Mon, 19 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/airpcap_loader.c
+ M /trunk/epan/crypt/airpdcap_ccmp.c
+ M /trunk/gtk/airpcap_dlg.c
+ M /trunk/gtk/main.c
+
+Fix some C++ style comments
+
+------------------------------------------------------------------------
+r20866 | wmeier | 2007-02-19 14:29:23 -0800 (Mon, 19 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-amr.c
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-bssgp.c
M /trunk/epan/dissectors/packet-dcom.c
- M /trunk/epan/dissectors/packet-fcswils.c
- M /trunk/gtk/sctp_graph_dlg.c
+ M /trunk/epan/dissectors/packet-dis-fields.c
+ M /trunk/epan/dissectors/packet-dnp.c
+ M /trunk/epan/dissectors/packet-fcp.c
+ M /trunk/epan/dissectors/packet-ipmi.c
+ M /trunk/epan/dissectors/packet-mp2t.c
+ M /trunk/epan/dissectors/packet-scsi-osd.c
+
+Continuing the tradition: squelch some compiler warnings ....
-From Albert Chin:
-Patch attached to convert usage of ntohl() -> g_ntohl(). On HP-UX,
-ntohl() isn't available unless you -D_XOPEN_SOURCE_EXTENDED but there
-are other uses of g_ntohl().
------------------------------------------------------------------------
-r19845 | jmayer | 2006-11-06 23:47:49 -0800 (Mon, 06 Nov 2006) | 2 lines
+r20867 | sfisher | 2007-02-19 14:37:45 -0800 (Mon, 19 Feb 2007) | 7 lines
Changed paths:
- M /trunk/gtk/funnel_stat.c
- M /trunk/gtk/sctp_assoc_analyse.c
- M /trunk/gtk/sctp_stat.h
+ M /trunk/epan/dissectors/packet-http.c
+ M /trunk/epan/dissectors/packet-http.h
+ M /trunk/gtk/Makefile.common
+ A /trunk/gtk/content_list_http.c
+ M /trunk/gtk/menu.c
+ M /trunk/stat_menu.h
+
+
+Initial version of the new Statistics -> Content List -> HTTP feature. This
+feature lists all of the content found in an HTTP stream (images, http, etc.)
+and displays it in a list that allows the user to save each one as a file that
+is already reassembled by the dissectors.
+
+
+------------------------------------------------------------------------
+r20868 | wmeier | 2007-02-19 15:18:48 -0800 (Mon, 19 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/sync_pipe_write.c
+
+Add missing include file when compiling under windows
+
+------------------------------------------------------------------------
+r20869 | sfisher | 2007-02-19 16:22:00 -0800 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/menu.c
+ M /trunk/stat_menu.h
+
+Put the rest of the #if GTK_MAJOR_VERSION >= 2 preprocessor statements around parts of the Content List -> HTTP feature code.
+------------------------------------------------------------------------
+r20870 | gerald | 2007-02-19 17:32:14 -0800 (Mon, 19 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-frame.c
+
+Clarify the description of frame.time_delta. This partially addresses
+bug 491.
+
+------------------------------------------------------------------------
+r20871 | sahlberg | 2007-02-20 00:05:26 -0800 (Tue, 20 Feb 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+
+changes to comments generated for winreg using the latest svn of pidl
+
+pidl will probably be in flux for a short while and this checkin is to reduce the some noice generated to winreg while other changes are implemented.
+
+this change only affects c-code comments in the pidl generated code
+
+
+------------------------------------------------------------------------
+r20872 | sahlberg | 2007-02-20 01:01:50 -0800 (Tue, 20 Feb 2007) | 9 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dcerpc-nt.c
+ M /trunk/epan/dissectors/packet-dcerpc-nt.h
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+ M /trunk/epan/dissectors/pidl/winreg.cnf
+
+add a PIDL specific helper for managing dissection of policy handles.
+let this helper take a parameter to describe how the policy handle should be
+managed (is this an open, close ?) to improve policy handle tracking.
+(centralizing to a single function of code makes other changes easier)
+
+create defines to indicate OPEN/CLOSE and use them as a start/test in the winreg conformance file.
-Warning fixes (void) instead of (), no newline at end of file.
+
+
+------------------------------------------------------------------------
+r20873 | morriss | 2007-02-20 06:00:53 -0800 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/file.c
+
+Squelch some unused variable warnings
+------------------------------------------------------------------------
+r20874 | jmayer | 2007-02-20 09:40:07 -0800 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/tools/lemon/Makefile.am
+
+Nikns Siankin: Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1387
+------------------------------------------------------------------------
+r20875 | gerald | 2007-02-20 10:44:22 -0800 (Tue, 20 Feb 2007) | 4 lines
+Changed paths:
+ M /trunk/docbook/release-notes.xml
+ M /trunk/epan/crypt/airpdcap.c
+
+WEP decryption is destructive -- pass a fresh copy of our data buffer
+instead of the actual buffer. Add an entry to the release notes, and
+clear out leftovers from the 0.99.5 release.
------------------------------------------------------------------------
-r19846 | jmayer | 2006-11-06 23:52:53 -0800 (Mon, 06 Nov 2006) | 47 lines
+r20876 | jmayer | 2007-02-20 11:13:42 -0800 (Tue, 20 Feb 2007) | 287 lines
Changed paths:
+ M /trunk/tools/pidl/TODO
M /trunk/tools/pidl/idl.yp
+ M /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Expr.pm
M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
- M /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
+ D /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+ D /trunk/tools/pidl/lib/Parse/Pidl/Samba4/COM
M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/SWIG.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-
-Updated to revision 19604.
-Update from samba tree revision 19582 to 19604
+ M /trunk/tools/pidl/pidl
+ M /trunk/tools/pidl/tests/Util.pm
+ A /trunk/tools/pidl/tests/dump.pl
+ A /trunk/tools/pidl/tests/header.pl
+ M /trunk/tools/pidl/tests/ndr.pl
+ M /trunk/tools/pidl/tests/ndr_deprecations.pl
+ M /trunk/tools/pidl/tests/ndr_tagtype.pl
+ M /trunk/tools/pidl/tests/parse_idl.pl
+ M /trunk/tools/pidl/tests/samba-ndr.pl
+ A /trunk/tools/pidl/tests/samba3-cli.pl
+ A /trunk/tools/pidl/tests/tdr.pl
+ A /trunk/tools/pidl/tests/typelist.pl
+ A /trunk/tools/pidl/tests/wireshark-conf.pl
+ A /trunk/tools/pidl/tests/wireshark-ndr.pl
+
+Update from samba tree revision 21237 to 21471
============================ Samba log start ============
------------------------------------------------------------------------
-r19585 | jelmer | 2006-11-06 22:54:19 +0100 (Mon, 06 Nov 2006) | 10 lines
+r21253 | jelmer | 2007-02-09 00:54:31 +0100 (Fri, 09 Feb 2007) | 7 lines
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/idl.yp
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/ODL.pm
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/TODO
M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ A /branches/SAMBA_4_0/source/pidl/tests/header.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+ A /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl
+
+Merge some pidl fixes:
-Add support for some more standard IDL instructions:
- - `include' (replaces helper())
- - `import' (replaces depends())
+ * Add tests for wireshark dissector generator
+ * Add tests for the header code
+ * Some cleanups
+ * Fix handling of elements without [in] or [out]
-Add support for parsing importlib() - importlib() is now ignored (with a
-warning), but no longer causes syntax errors.
+------------------------------------------------------------------------
+r21254 | jelmer | 2007-02-09 01:18:06 +0100 (Fri, 09 Feb 2007) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/tests/header.pl
-helper() and depends() are now marked deprecated and will cause warnings.
+Fix running the testsuite outside pidl/
+------------------------------------------------------------------------
+r21260 | jelmer | 2007-02-09 10:44:11 +0100 (Fri, 09 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/tests/header.pl
+Fix regex.
------------------------------------------------------------------------
-r19588 | jelmer | 2006-11-06 23:54:49 +0100 (Mon, 06 Nov 2006) | 2 lines
+r21297 | jelmer | 2007-02-12 13:12:12 +0100 (Mon, 12 Feb 2007) | 5 lines
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/idl.yp
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/.bzrignore
+ M /branches/SAMBA_4_0/source/configure.ac
+ D /branches/SAMBA_4_0/source/gtk
+ M /branches/SAMBA_4_0/source/headermap.txt
+ M /branches/SAMBA_4_0/source/include/core.h
+ M /branches/SAMBA_4_0/source/lib/events/config.mk
+ M /branches/SAMBA_4_0/source/lib/events/events.h
+ M /branches/SAMBA_4_0/source/lib/registry/config.mk
+ M /branches/SAMBA_4_0/source/lib/registry/registry.h
+ M /branches/SAMBA_4_0/source/lib/talloc/talloc.h
+ M /branches/SAMBA_4_0/source/libcli/util/nt_status.h
+ M /branches/SAMBA_4_0/source/librpc/config.mk
+ M /branches/SAMBA_4_0/source/main.mk
M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+ M /branches/SAMBA_4_0/webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/translation/C.po
+
+Remove the GTK+ tools and library from the main repository. They are now maintained separately in bzr at http://people.samba.org/bzr/jelmer/samba-gtk
+
+This also adds some more headers to the list that is installed and a couple of extra #include lines so these
+headers can be used externally without problems.
+
+------------------------------------------------------------------------
+r21332 | jelmer | 2007-02-14 13:44:50 +0100 (Wed, 14 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Fix bug in pidl that prevented value(0) from working. Bug reported by metze.
+------------------------------------------------------------------------
+r21338 | jelmer | 2007-02-14 15:23:59 +0100 (Wed, 14 Feb 2007) | 6 lines
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+ A /branches/SAMBA_4_0/source/pidl/tests/samba3-cli.pl
+
+Fix handling of top-level arrays for the Samba 3 client code. This doesn't
+fix the winreg code yet (as that's an array on top of a pointer), but at least
+it gets us closer.
+
+Also added a couple of tests for the Samba 3 client code.
+
+------------------------------------------------------------------------
+r21340 | jelmer | 2007-02-14 15:42:42 +0100 (Wed, 14 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+
+Fix warning undef
+------------------------------------------------------------------------
+r21384 | jelmer | 2007-02-16 15:13:14 +0100 (Fri, 16 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+
+Change warning to pidl warning, fix uppercasing.
+------------------------------------------------------------------------
+r21411 | jelmer | 2007-02-18 00:38:57 +0100 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ A /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
+
+Add some simple tests for the wireshark NDR generator.
+------------------------------------------------------------------------
+r21427 | jelmer | 2007-02-18 13:54:03 +0100 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Add tests for Needed*(), in preparation of refactoring.
+------------------------------------------------------------------------
+r21428 | jelmer | 2007-02-18 14:44:01 +0100 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
-Use include and import statements rather than depends() and helper().
+Handle representation types in Needed().
------------------------------------------------------------------------
-r19599 | jelmer | 2006-11-07 02:00:27 +0100 (Tue, 07 Nov 2006) | 2 lines
+r21430 | jelmer | 2007-02-18 17:21:28 +0100 (Sun, 18 Feb 2007) | 10 lines
Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/TODO
M /branches/SAMBA_4_0/source/pidl/idl.yp
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/header.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_deprecations.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
-Fix --includedir.
+Support tagged types without typedef. This means:
+
+struct foo {
+ ...
+};
+
+in IDL will now work. This is the first step towards nested types and
+using typedefs for partial types (such as "typedef int *bar;"), a requirement
+for complex uses of represent_as().
------------------------------------------------------------------------
+r21431 | jelmer | 2007-02-18 17:46:59 +0100 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Dump.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ A /branches/SAMBA_4_0/source/pidl/tests/dump.pl
+
+More tests, work on support in wireshark for tagged types.
------------------------------------------------------------------------
-============================ Samba log end ==============
+r21432 | jelmer | 2007-02-18 17:54:54 +0100 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+
+Handle properties on tagged types in TDR.
+------------------------------------------------------------------------
+r21433 | jelmer | 2007-02-18 19:44:56 +0100 (Sun, 18 Feb 2007) | 9 lines
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/lib/registry/regf.idl
+ M /branches/SAMBA_4_0/source/librpc/config.mk
+ D /branches/SAMBA_4_0/source/librpc/idl/dcom.idl
+ M /branches/SAMBA_4_0/source/librpc/idl/oxidresolver.idl
+ M /branches/SAMBA_4_0/source/librpc/idl/remact.idl
+ D /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/ODL.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+ D /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/COM
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/SWIG.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
+ M /branches/SAMBA_4_0/source/pidl/pidl
+ A /branches/SAMBA_4_0/source/pidl/tests/tdr.pl
+ M /branches/SAMBA_4_0/source/script/build_idl.sh
+ M /branches/SAMBA_4_0/source/torture/rpc/oxidresolve.c
+ M /branches/SAMBA_4_0/source/torture/rpc/remact.c
+
+Get rid of the COM support code - it's not used and unmaintained. We can
+always bring it back if we need to. This code was getting in the way while
+refactoring.
+
+Add some tests for TDR.
+Get rid of typedef in lib/registry/tdr_regf.idl and fix the
+TDR code to be able to deal with it.
------------------------------------------------------------------------
-r19847 | jmayer | 2006-11-06 23:57:07 -0800 (Mon, 06 Nov 2006) | 2 lines
+r21437 | jelmer | 2007-02-19 00:48:16 +0100 (Mon, 19 Feb 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/pidl/nspi/Makefile
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
+ A /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
-Update to use --includedir instead of copying idl_types.h.
+Cherrypick typelib tests.
+------------------------------------------------------------------------
+r21440 | jelmer | 2007-02-19 00:57:26 +0100 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+Support different variables in environments.
------------------------------------------------------------------------
-r19848 | jmayer | 2006-11-06 23:58:01 -0800 (Mon, 06 Nov 2006) | 1 line
+r21442 | jelmer | 2007-02-19 01:48:05 +0100 (Mon, 19 Feb 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/pidl/nspi
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-Update svn:ignore
+Allow more flexible data structure names.
------------------------------------------------------------------------
-r19849 | jmayer | 2006-11-07 00:00:30 -0800 (Tue, 07 Nov 2006) | 1 line
+r21443 | jelmer | 2007-02-19 02:51:46 +0100 (Mon, 19 Feb 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc-nspi.c
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-regenerate with news pidl
+Refactor some of the NDR code in preparation of nested data structure support.
------------------------------------------------------------------------
-r19850 | jmayer | 2006-11-07 00:04:11 -0800 (Tue, 07 Nov 2006) | 1 line
+r21455 | jelmer | 2007-02-19 20:42:51 +0100 (Mon, 19 Feb 2007) | 5 lines
Changed paths:
- M /trunk/epan/unicode-utils.c
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Fix a bug in our handling of conformant arrays. The conformant array was
+always pushed, even if just the buffers part of a struct had to be pushed.
+
+Pull was not affected.
-Warning fix about empty source file
------------------------------------------------------------------------
-r19851 | guy | 2006-11-07 00:19:57 -0800 (Tue, 07 Nov 2006) | 2 lines
+r21456 | jelmer | 2007-02-19 22:37:54 +0100 (Mon, 19 Feb 2007) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/pidl/README
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-You run perl, not make, on Makefile.PL files.
+Allow anonymous and non-anonymous nested structures/unions/enums/bitmaps to be
+used in the Samba 4 NDR parser.
+
+This doesn't actually work yet as Parse::Pidl::NDR doesn't handle nested
+data structures yet, but it's a first step.
------------------------------------------------------------------------
-r19852 | sahlberg | 2006-11-07 00:33:24 -0800 (Tue, 07 Nov 2006) | 12 lines
+r21457 | jelmer | 2007-02-19 23:10:23 +0100 (Mon, 19 Feb 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
- M /trunk/epan/dissectors/packet-usb.h
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
-from albert chin
+Cope with anonymous nested types in the NDR layer. This doesn't handled
+named nested types yet, as these have to be registered.
+------------------------------------------------------------------------
+r21458 | jelmer | 2007-02-20 00:11:01 +0100 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+Prepare for generating separate primitives/deferred code.
+------------------------------------------------------------------------
+r21459 | jelmer | 2007-02-20 02:27:48 +0100 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
-The Solaris C compiler, among others, do not allow anonymous unions.
-Patch attached.
+Remove name argument, more refactoring.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
+------------------------------------------------------------------------
+r20877 | jmayer | 2007-02-20 11:19:57 -0800 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-dcerpc-nspi.c
+ M /trunk/epan/dissectors/packet-dcerpc-nspi.h
+ M /trunk/epan/dissectors/pidl/nspi/README
+ M /trunk/epan/dissectors/pidl/nspi/nspi.cnf
+ M /trunk/epan/dissectors/pidl/nspi/nspi.idl
+
+Update to current version of openchange
+------------------------------------------------------------------------
+r20878 | etxrab | 2007-02-20 11:37:06 -0800 (Tue, 20 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+ M /trunk/epan/dissectors/packet-gsm_map.c
+
+From Florent Drouin:
+
+This patch provide a new function to decode messages when several ASN1 encoding can be used.
+This is the case, for example, when a same message has different encoding according to the MAP version, or in case of ASN1 encoder optimization.
+ At the same time, I did remove the configuration variable "old_gsm_map_version", which is taken into account in the patch.
+And likewise, for all the messages defined with the ASN1 sequence "[3] SEQUENCE", this function is called for the decoding.
+------------------------------------------------------------------------
+r20879 | etxrab | 2007-02-20 11:40:14 -0800 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-bssgp.c
+
+Fix a typo and some reported compiler warnings(hopefully).
+------------------------------------------------------------------------
+r20880 | sfisher | 2007-02-20 11:57:04 -0800 (Tue, 20 Feb 2007) | 5 lines
+Changed paths:
+ M /trunk/gtk/content_list_http.c
-thanks albert
+Treat "<NULL>" as returned from a call to se_strdup() in packet-http.c as a
+NULL value when checking if the content-type was found.
------------------------------------------------------------------------
-r19853 | jmayer | 2006-11-07 00:41:46 -0800 (Tue, 07 Nov 2006) | 18 lines
+r20881 | girlich | 2007-02-20 12:07:50 -0800 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
- M /trunk/Makefile.am
+ M /trunk/epan/dissectors/packet-dtpt.c
-albert chin:
+DTPT: Improve Blob handling, more error codes
-version_info.c has:
- #ifdef HAVE_LIBGCRYPT
- #include <gcrypt.h>
- #endif /* HAVE_LIBGCRYPT */
+------------------------------------------------------------------------
+r20882 | sahlberg | 2007-02-20 12:21:49 -0800 (Tue, 20 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+ M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+ M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/epan/dissectors/packet-gsm_map.h
- #ifdef HAVE_LIBGNUTLS
- #include <gnutls/gnutls.h>
- #endif /* HAVE_LIBGNUTLS */
+dont use _U_ when typedeffing a function pointer.
-However, Makefile.am doesn't include the necessary CPPFLAGS/LDFLAGS to
-resolve symbols from the above. Patch attached.
+gcc 2.96 does not like _U_ here.
-Note: dumpcap should not need to be linked to gnutls, but that's a
-problem with the version infrastructure.
------------------------------------------------------------------------
-r19854 | guy | 2006-11-07 01:06:53 -0800 (Tue, 07 Nov 2006) | 9 lines
+r20883 | etxrab | 2007-02-20 13:58:30 -0800 (Tue, 20 Feb 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-acn.c
- M /trunk/epan/dissectors/packet-acn.h
+ M /trunk/epan/dissectors/packet-bssgp.c
-Bitfields are bad - the C language spec does *NOT* guarantee which bits
-will correspond to which bit fields. Don't use them.
+Test before comitting...
+------------------------------------------------------------------------
+r20884 | etxrab | 2007-02-20 14:12:54 -0800 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-bssgp.c
-Use #defines rather than numbers in the appropriate places.
+Get rid of yet another printout that does not go well with optional IE:s
+------------------------------------------------------------------------
+r20885 | lego | 2007-02-20 16:00:49 -0800 (Tue, 20 Feb 2007) | 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-h248_3gpp.c
-Constify some arguments.
++ add some more packages from 3GPP TS 29.232
+- fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1385
-Get rid of C++ comments.
------------------------------------------------------------------------
-r19855 | guy | 2006-11-07 01:12:30 -0800 (Tue, 07 Nov 2006) | 2 lines
+r20886 | sfisher | 2007-02-20 16:59:16 -0800 (Tue, 20 Feb 2007) | 8 lines
Changed paths:
- M /trunk/doc/README.developer
+ M /trunk/epan/dissectors/packet-vnc.c
-Add Yet Another Portability Recommendation.
+
+Major overhaul of VNC dissector: split everything into its own function and
+bring the server message type dissection nearly to completion. As for RealVNC
+protocol dissection, the only things not working at 100% is the TCP
+reassembly and some ZRLE subencoding types. However, it is is much more useful
+shape now than before.
+
------------------------------------------------------------------------
-r19856 | ulfl | 2006-11-07 01:36:26 -0800 (Tue, 07 Nov 2006) | 1 line
+r20887 | sfisher | 2007-02-20 17:27:28 -0800 (Tue, 20 Feb 2007) | 5 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/docbook/release-notes.xml
+
+
+Remove two empty itemized lists that are breaking XML validation and
+stopping the Windows buildbot in its tracks.
+
-don't copy mibs.txt files to mibs, but to snmp\mibs
------------------------------------------------------------------------
-r19857 | guy | 2006-11-07 01:50:09 -0800 (Tue, 07 Nov 2006) | 16 lines
+r20888 | etxrab | 2007-02-20 22:19:03 -0800 (Tue, 20 Feb 2007) | 17 lines
Changed paths:
- M /trunk/capture_loop.c
+ M /trunk/epan/reassemble.c
+ M /trunk/epan/reassemble.h
+ A /trunk/epan/reassemble_test.c
-As Ulf Lamping notes:
+From Richard van der Hoff:
+01_reassemble_test.patch
+------------------------
+I didn't want to do anything without some unit tests, so here they are.
+This allows a standalone binary, epan/reassemble_test, to be built; this can be run from the commandline and should end up printing out "success"
+if all goes well.
+NOTE the changes to makefile.am NOT checked in currently.
- if the pipename argument to cap_pipe_open_live() is null, that's
- a bug, and we want a crash so it's caught;
+Incidentally: is it possible to get the buildbot to run things like this, exntest and tvbtest?
- if ld->pcap_h is null in capture_loop_dispatch(), that's a bug,
- and we want a crash so it's caught;
+02_reassemble_refactor.patch
+----------------------------
+fragment_add_seq, fragment_add_dcerpc_dg and fragment_add_seq_check_work were all pretty much carbon-copies of each other. This patch factors out the common parts of the routines into a new routine, fragment_add_seq_key().
- if capture_opts is null in capture_loop_start(), that's a bug,
- and we want a crash so it's caught;
+03_reassemble_partial_reassembly.patch
+---------------------------------------
+This makes fragment_set_partial_reassembly() work for datagrams assembled with fragment_add_seq(). The patch itself is actually quite small, but it adds another unit test which is reasonably lengthy.
+------------------------------------------------------------------------
+r20889 | etxrab | 2007-02-20 22:25:13 -0800 (Tue, 20 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/stream.c
- there's no need to null out capture_opts->save_file twice.
+From Richard van der Hoff:
+This patch replaces g_assert() calls in epan/stream.c with DISSECTOR_ASSERT().
+------------------------------------------------------------------------
+r20890 | etxrab | 2007-02-20 22:42:31 -0800 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/epan/stream.c
-Also, errmsg and secondary_errmsg are null-terminated strings, so the
-array size should be the maximum length + 1.
+Include "emem.h".
+------------------------------------------------------------------------
+r20891 | etxrab | 2007-02-20 22:45:34 -0800 (Tue, 20 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rtp.c
+ M /trunk/epan/dissectors/packet-rtp.h
+From Richard van der Hoff:
+Here's a patch which adds an option enabling subdissectors to request defragmentation of packets over RTP streams, using the
+pinfo->desegment_{len,offset} API.
------------------------------------------------------------------------
-r19858 | jmayer | 2006-11-07 02:55:12 -0800 (Tue, 07 Nov 2006) | 1 line
+r20892 | etxrab | 2007-02-20 22:48:28 -0800 (Tue, 20 Feb 2007) | 4 lines
Changed paths:
- M /trunk/epan/Makefile.am
+ M /trunk/epan/dissectors/packet-iax2.c
-Another packet-acn.c leftover
+From Richard van der Hoff:
+This patch makes the defragmentation code in the iax2 dissector handle
+pinfo->desegment_len=DESEGMENT_ONE_MORE_SEGMENT, in line with
+Ronnie's changes to the tcp dissector of 11 November.
------------------------------------------------------------------------
-r19859 | sahlberg | 2006-11-07 05:19:31 -0800 (Tue, 07 Nov 2006) | 15 lines
+r20893 | etxrab | 2007-02-20 23:26:33 -0800 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tcp.c
- M /trunk/epan/dissectors/packet-tcp.h
+ M /trunk/plugins/h223/packet-h223.c
+
+From Richard van der Hoff:
+The H.223 dissector contains code to deal with "bitswapped" captures - ie, where all of the bytes have their bits backwards. It seems that this is much better handled as a separate dissector entry point, so that the right one can be chosen when the dissector is registered, rather than the current dubious heuristics.
+------------------------------------------------------------------------
+r20894 | gerald | 2007-02-21 10:10:43 -0800 (Wed, 21 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/tools/Makefile.am
+
+Try to fix distcheck.
+
+------------------------------------------------------------------------
+r20895 | sahlberg | 2007-02-21 12:21:11 -0800 (Wed, 21 Feb 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dcerpc-nt.c
+ M /trunk/epan/packet.c
M /trunk/epan/packet_info.h
- M /trunk/epan/req_resp_hdrs.c
-fix for bug 1200
+add a field in pinfo where dcerpc/pidl can store the name of the current dcerpc procedure
+use this field in the policy handle helper to indicate not only which frames the handle was opened/close in but also the name of the function that opened it.
+eventually, when other pidl support infrastructure is developed it would be nice if this could be expanded to also contain the name of the object/handle opened.
-there used to be a bug in tcp reassembly that even if the dissector only asked for x more bytes from the next segment the entire segment would still be added to reassembly.
-this caused some issues when there was a new multisegment pdu that started at the end of the segment but this bug was fixed when tcp reassembly was refactored semi-recently.
-there was also another "bug" in the http reassembly that it would only ask for one more byte at a time when doing reassembly.
-this did work well however when we still had the bug in tcp reassembly but made wireshark become very very very slow once this tcp bug was fixed since it is very very very slow to reassemble a huge http pdu just one byte at a time.
+------------------------------------------------------------------------
+r20896 | sahlberg | 2007-02-21 12:23:44 -0800 (Wed, 21 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+ M /trunk/epan/dissectors/pidl/winreg.cnf
+
+regenerate WINREG as a test with the some new PIDL enhancements to show ithe name of the iprocedure a policy handle was created in.
+also
+fix some mistakes in the conformance file for when handles are opened/created
-this patch adds partial support (what we need for http which does not use tcp_dissect_pdus() ) for the desegmentation flag : DESEGMENT_ONE_MORE_SEGMENT and also to the http dissector so that reassembly of http headers spanning multiple semgents now become fast again
+------------------------------------------------------------------------
+r20897 | wmeier | 2007-02-21 19:21:26 -0800 (Wed, 21 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/packet-cip.c
+ M /trunk/epan/dissectors/packet-cip.h
+From Ryan Wamsley: Add Connection Configuration Object support to EtherNet/IP dissector
------------------------------------------------------------------------
-r19860 | guy | 2006-11-07 11:25:32 -0800 (Tue, 07 Nov 2006) | 4 lines
+r20898 | etxrab | 2007-02-22 12:40:19 -0800 (Thu, 22 Feb 2007) | 9 lines
Changed paths:
- M /trunk/wiretap/README.developer
+ M /trunk/epan/dissectors/packet-rtp.c
+ M /trunk/plugins/h223/packet-h223.c
+
+From Richard van der Hoff:
+Along with this bug, identified by Mark, there is another problem, in that one of the chunks of my earlier patch seemed to get missed off when Anders committed it. This won't break anything yet, as the H.223-over-RTP dissection hasn't landed on trunk yet, but it will cause all sorts of nasties when it does.
-Update to describe all that the read routine needs to return, and to
-indicate what the seek_read routine needs to do and that you *have* to
-have a seek_read routine.
+Here is a new patch, against current trunk, which should fix Mark's bug, my bug, and a comment typo.
+And a patch wich improves the general robustness of the h.223 dissector (making it less likely to crash on malformed data).
+
+Hopefully this also fixes a bug raised by Fabio Sguanci a few weeks ago.
+Fabio: I think a better way to fix the problem is to stop the dissector crashing when it finds a malformed PDU, so that it just treats the first pdu as malformed; there is then no need to special-case it.
------------------------------------------------------------------------
-r19861 | etxrab | 2006-11-07 11:25:59 -0800 (Tue, 07 Nov 2006) | 3 lines
+r20899 | etxrab | 2007-02-22 22:47:07 -0800 (Thu, 22 Feb 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rtp.c
+
+From Charles Lepple:
+When dissecting RTP packets with a H.263 payload, the "Mark" flag runs into the Mode A/B flag in the info column.
+
+From me abriviate Payload type to PT.
+------------------------------------------------------------------------
+r20900 | jake | 2007-02-23 07:22:24 -0800 (Fri, 23 Feb 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rsvp.c
+
+From Morro Roberto:
+Please find attached a patch to the RSVP dissector that fixes a small inaccuracy when printing the SENDER TSPEC object.
+Substantially, it changes the string
+"C-type: 1 - Integrated Services" into the correct one
+"C-type: 2 - Integrated Services"
+------------------------------------------------------------------------
+r20901 | lego | 2007-02-23 11:04:41 -0800 (Fri, 23 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-m3ua.c
+
+add hidden fields for mtp3.dpc mtp3.opc mtp3.pc to m3ua so that if someone filters by mtp3.pc can get both m2ua and m3ua packets directed towars a caertain pc.
+
+------------------------------------------------------------------------
+r20902 | lego | 2007-02-23 11:26:09 -0800 (Fri, 23 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-m3ua.c
+
+Wow!
+ hidden fields appear twice defeating the purpose, that's what I call deprecating a function!!
+------------------------------------------------------------------------
+r20903 | jake | 2007-02-23 11:37:01 -0800 (Fri, 23 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/profinet/Makefile.am
+ M /trunk/plugins/profinet/Makefile.common
+
+Properly introduce packet-pn.c as a helper
+------------------------------------------------------------------------
+r20904 | ulfl | 2007-02-23 11:40:27 -0800 (Fri, 23 Feb 2007) | 5 lines
+Changed paths:
+ M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
+
+system requirements Windows updates:
+- Vista is no longer beta
+- disk space min. 75MB
+- be a bit more specific about no longer supported NT 4.0
+- some editing
+------------------------------------------------------------------------
+r20905 | lego | 2007-02-23 11:47:02 -0800 (Fri, 23 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-m3ua.c
+
+remove another hidden item
+------------------------------------------------------------------------
+r20906 | ulfl | 2007-02-23 11:48:59 -0800 (Fri, 23 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/packaging/nsis/wireshark.nsi
+
+prohibit installation on Win NT 4.0
+------------------------------------------------------------------------
+r20907 | lego | 2007-02-23 12:04:09 -0800 (Fri, 23 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/megaco/packet-megaco.c
+
+have megaco handing over to h248 in case it does not recognize the buffer as text encoded megaco
+------------------------------------------------------------------------
+r20908 | lego | 2007-02-23 12:57:22 -0800 (Fri, 23 Feb 2007) | 2 lines
Changed paths:
- M /trunk/asn1/h248/h248.cnf
- M /trunk/asn1/h248/h248v3.asn
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/epan/dissectors/packet-h248_q1950.c
+ M /trunk/epan/dissectors/packet-sctp.c
+
+fix some bugs introduced in the latest releases and add value_strings for param, evt, sig and stat ids s well as "sub-parameters".
-Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1206
-MEGACO message cannot be decoded correctly for ServiceChange Command
-And decoding of serviceChangeReason.
------------------------------------------------------------------------
-r19862 | guy | 2006-11-07 11:49:58 -0800 (Tue, 07 Nov 2006) | 11 lines
+r20909 | lego | 2007-02-23 13:12:25 -0800 (Fri, 23 Feb 2007) | 2 lines
Changed paths:
- M /trunk/print.c
+ M /trunk/epan/dissectors/packet-sctp.c
+
+I unadvertedly checked in this one, it adds tsn analysis to sctp which is still broken (although it is disabled by default).
+Revert to previous version.
+------------------------------------------------------------------------
+r20910 | sfisher | 2007-02-23 13:31:11 -0800 (Fri, 23 Feb 2007) | 9 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-mp2t.c
-Based on a change from Paul Blankenbaker, make the "show" attribute for
-a field an empty string if the field is zero-length; for some reason,
-the existing code doesn't handle that correctly.
-Also, the NetPDL Visualization Extension:
+From Mark Lewis:
- http://www.nbee.org/Docs/NetPDL/NetPDLVisualization.htm
+The current RTP/MPEG2 Transport Stream dissector has a bug. When both
+Adaptation Field and Payload are present in a packet (AFC==3) the
+payload is ignored and Wireshark marks the packet as malformed.
+This patch to epan/dissectors/packet-mp2t.c fixes the problem.
-seems to imply that "value" has to be present, so display it even if the
-field is zero-length.
------------------------------------------------------------------------
-r19863 | guy | 2006-11-07 12:30:34 -0800 (Tue, 07 Nov 2006) | 2 lines
+r20911 | ulfl | 2007-02-24 01:49:43 -0800 (Sat, 24 Feb 2007) | 1 line
Changed paths:
- M /trunk/epan/ftypes/ftype-bytes.c
+ M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
-Fix bytes_repr_len() to correctly handle a zero-length FT_BYTES field
+WS won't work well with 256 colors
+------------------------------------------------------------------------
+r20912 | ulfl | 2007-02-24 02:26:38 -0800 (Sat, 24 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
+ M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
+mention that Windows with 256 colors still work with GTK1
------------------------------------------------------------------------
-r19864 | guy | 2006-11-07 13:04:41 -0800 (Tue, 07 Nov 2006) | 7 lines
+r20913 | lego | 2007-02-24 04:24:13 -0800 (Sat, 24 Feb 2007) | 1 line
Changed paths:
- M /trunk/print.c
+ M /trunk/epan/dissectors/packet-sdp.c
-Revert the previous changes - the problem Paul Blankenbaker was fixing
-was really a problem with bytes_repr_len() and zero-length FT_BYTES
-fields, and it's not clear what to do about fields that have zero
-length. (Put in a comment about that.)
+have sdp ignoring useless caracters efore the first element (this is a hack to avoid the two spaces found before the v= in sdp messages embeded in h248/q1950)
+------------------------------------------------------------------------
+r20914 | ulfl | 2007-02-24 04:40:35 -0800 (Sat, 24 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
-Clean up indentation a bit.
+better reflect the current Windows installer
+------------------------------------------------------------------------
+r20915 | ulfl | 2007-02-24 05:11:47 -0800 (Sat, 24 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
+
+give some reasons why older windows versions are no longer supported, add links to the versions known to still work with Win9x / NT 4.0
+------------------------------------------------------------------------
+r20916 | etxrab | 2007-02-24 09:31:55 -0800 (Sat, 24 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-rtcp.c
+Add basic support for RFC4585.
------------------------------------------------------------------------
-r19865 | guy | 2006-11-07 13:27:52 -0800 (Tue, 07 Nov 2006) | 4 lines
+r20917 | sahlberg | 2007-02-24 13:34:29 -0800 (Sat, 24 Feb 2007) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-aim-sst.c
+ M /trunk/epan/dissectors/packet-dcerpc-efs.c
+ M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+ M /trunk/epan/dissectors/packet-dcerpc-eventlog.h
+ M /trunk/epan/dissectors/pidl/efs.cnf
+ M /trunk/epan/dissectors/pidl/efs.idl
+ M /trunk/epan/dissectors/pidl/eventlog.cnf
+ M /trunk/epan/dissectors/pidl/eventlog.idl
+
+update EFS and EVENTLOG conformance files to use the new defines
+for when policy handles are opened/closed and regenerate the dissector
+with the latest version of PIDL
+
-The tvb_ensure_length_remaining() calls aren't needed - we want an
-exception to be thrown if all the data for the icon isn't there, so the
-packet gets marked as incomplete.
------------------------------------------------------------------------
-r19866 | jmayer | 2006-11-07 16:10:09 -0800 (Tue, 07 Nov 2006) | 1 line
+r20918 | sahlberg | 2007-02-24 17:34:41 -0800 (Sat, 24 Feb 2007) | 7 lines
Changed paths:
- M /trunk/asn1/h248/h248.cnf
- M /trunk/epan/dissectors/packet-h248.c
- M /trunk/epan/dissectors/packet-h248.h
+ M /trunk/epan/dissectors/packet-dcerpc-ndr.c
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+ M /trunk/epan/dissectors/packet-dcerpc.h
+
+add new PIDL friendly helpers for dissection of integer types.
+these new helpers take a parameter that can be used to decorate the tree and summary line (when this parameter is acted upon/implemented in the code inside the helpers)
+
+WINREG was regenerated using a patched version of PIDL. Mainline version of PIDL does not yet have this patch applied.
+
+
-Make things build on my system again
------------------------------------------------------------------------
-r19867 | etxrab | 2006-11-07 22:57:29 -0800 (Tue, 07 Nov 2006) | 1 line
+r20919 | sahlberg | 2007-02-24 17:47:43 -0800 (Sat, 24 Feb 2007) | 6 lines
Changed paths:
- M /trunk/asn1/h248/Makefile
- M /trunk/epan/dissectors/packet-h248.c
- M /trunk/epan/dissectors/packet-h248.h
+ M /trunk/epan/dissectors/packet-dcerpc-nt.h
+ M /trunk/epan/dissectors/packet-dcerpc.h
+
+move the defines for PIDL_POLHND_{OPEN|CLOSE} to packet-dcerpc.h
+
+also change their values to use the top order bits of an uint32 instead of the least significant ones
+
+
-Use h248v3.asn.
------------------------------------------------------------------------
-r19868 | jmayer | 2006-11-08 05:59:46 -0800 (Wed, 08 Nov 2006) | 1 line
+r20920 | lego | 2007-02-25 02:13:49 -0800 (Sun, 25 Feb 2007) | 2 lines
Changed paths:
M /trunk/asn1/h248/packet-h248-template.c
M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248_q1950.c
-Make Wireshark build on my system (gcc 4.1.0) again
++ some cosmetic changes to package dissection.
++ add more Q.1950 packages and parameters
------------------------------------------------------------------------
-r19869 | etxrab | 2006-11-08 13:28:03 -0800 (Wed, 08 Nov 2006) | 1 line
+r20921 | lego | 2007-02-25 03:23:49 -0800 (Sun, 25 Feb 2007) | 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_3gpp.c
+ M /trunk/epan/dissectors/packet-h248_annex_e.c
+ M /trunk/epan/dissectors/packet-h248_q1950.c
-Sorry that should have been static int. Corrcted now.
+remove warnings
------------------------------------------------------------------------
-r19870 | jake | 2006-11-09 04:27:52 -0800 (Thu, 09 Nov 2006) | 2 lines
+r20922 | sahlberg | 2007-02-25 03:48:06 -0800 (Sun, 25 Feb 2007) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-hpsw.c
+ M /trunk/epan/dissectors/packet-dcerpc-ndr.c
+ M /trunk/epan/dissectors/packet-dcerpc.h
+
+add new flag for PIDL conformance files : PIDL_SET_COL_INFO
+which applies (for now only) to integer types.
+when this flag is specified as PARAM_VALUE the fields name and its value will be pushed onto the info column of the summary line
+
-Improve HP Switch Protocol Dissection.
------------------------------------------------------------------------
-r19871 | martinm | 2006-11-09 08:35:12 -0800 (Thu, 09 Nov 2006) | 1 line
+r20923 | ulfl | 2007-02-25 04:50:21 -0800 (Sun, 25 Feb 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-catapult-dct2000.c
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/capture_wpcap_packet.c
-Make it easier to track user-buffer-space vs capacity requests for HSDPA calls
+fix #1399: don't assert the oidlength returned from the network card driver, but simply return that the PacketRequest call failed in that case.
+
+BTW: this is a serious bug in the specific network card driver of this report, it returned a buffer length LONGER than the provided buffer length one!
------------------------------------------------------------------------
-r19872 | martinm | 2006-11-09 08:46:58 -0800 (Thu, 09 Nov 2006) | 1 line
+r20924 | ulfl | 2007-02-25 07:42:56 -0800 (Sun, 25 Feb 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-rtcp.c
+ M /trunk/update.c
-Use value_string for info column. Also use fences to handle compound packets
+fix the WinPcap version detection, some minor enhancements to the update logic
------------------------------------------------------------------------
-r19873 | martinm | 2006-11-10 04:06:10 -0800 (Fri, 10 Nov 2006) | 1 line
+r20925 | ulfl | 2007-02-25 07:44:38 -0800 (Sun, 25 Feb 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/nio-ie5.c
-Fix test
+don't cache the downloaded file, so changes in the update file will have an effect while experimenting
------------------------------------------------------------------------
-r19874 | sahlberg | 2006-11-10 12:53:42 -0800 (Fri, 10 Nov 2006) | 8 lines
+r20926 | ulfl | 2007-02-25 07:48:43 -0800 (Sun, 25 Feb 2007) | 1 line
Changed paths:
- M /trunk/epan/req_resp_hdrs.c
+ M /trunk/epan/dissectors/packet-dcom.c
+ M /trunk/epan/dissectors/packet-dcom.h
+ M /trunk/epan/libwireshark.def
+ M /trunk/plugins/profinet/packet-dcom-cba-acco.c
-fix for bug 1142
+add a new function dissect_dcom_HRESULT_item() for some more flexibility, use it in the CBA-ACCO dissector - as the value_strings from dcom can't be used in hf_register_info from a plugin
+------------------------------------------------------------------------
+r20927 | ulfl | 2007-02-25 07:50:40 -0800 (Sun, 25 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+fix the padding in the read/write headers, some other minor changes
+------------------------------------------------------------------------
+r20928 | lego | 2007-02-25 10:03:05 -0800 (Sun, 25 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/Makefile.am
+ M /trunk/gtk/Makefile.common
+ A /trunk/gtk/macros_dlg.c (from /trunk/gtk/macros_dlg.c:20752)
+ A /trunk/gtk/macros_dlg.h (from /trunk/gtk/macros_dlg.h:20752)
+ M /trunk/gtk/main.c
+ M /trunk/gtk/menu.c
+ M /trunk/gtk/uat_gui.c
+ M /trunk/gtk/uat_gui.h
+ M /trunk/stat_menu.h
-if we dont have a content-length but we do have a keepalive in the header then we should not do reassemble-until-fin.
+revert (most) changes in rev #20753, to avoid items being created on a wrong menu on windows.
+------------------------------------------------------------------------
+r20929 | lego | 2007-02-25 10:22:08 -0800 (Sun, 25 Feb 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-sctp.c
+
+I'm checking in what I got so far for TSN analysis.
+It's disabled. To enable uncomment the preference, recompile and enable it from preferences.
-convert some tvb_get_String into tvb_get_ephemeral_string at the same time
+I checking it in because I need it as a reference.
+------------------------------------------------------------------------
+r20930 | guy | 2007-02-25 13:57:23 -0800 (Sun, 25 Feb 2007) | 8 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dnp.c
+The type argument to dnp3_al_obj_quality() isn't taken from the packet,
+so invalid type arguments are programming errors; check for them with
+DISSECTOR_ASSERT().
+
+Fix a call to use the right value from the packet.
+
+The dissector is a new-style dissector, so register it as such.
------------------------------------------------------------------------
-r19875 | sahlberg | 2006-11-10 15:36:57 -0800 (Fri, 10 Nov 2006) | 10 lines
+r20931 | guy | 2007-02-25 14:46:54 -0800 (Sun, 25 Feb 2007) | 4 lines
Changed paths:
- M /trunk/AUTHORS
- M /trunk/epan/dissectors/packet-nfs.c
+ M /trunk/epan/crypt/airpdcap_interop.h
-From Alex B
+ANSI C defines size_t; if we don't have that defined, we have bigger
+problems, and there's no guarantee that _SIZE_T is defined on all ANSI C
+platforms, so you might end up with a redefinition and a compile failure.
+------------------------------------------------------------------------
+r20932 | guy | 2007-02-25 15:25:23 -0800 (Sun, 25 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/crypt/airpdcap_ccmp.c
+ M /trunk/epan/crypt/airpdcap_rijndael.h
+ M /trunk/epan/crypt/airpdcap_tkip.c
-Added support for upcoming Netapp's ONTAP-GX nfsv3 filehandle.
+Eliminate __inline - not all compilers support it.
-Alex.
+------------------------------------------------------------------------
+r20933 | jmayer | 2007-02-26 00:57:03 -0800 (Mon, 26 Feb 2007) | 98 lines
+Changed paths:
+ M /trunk/tools/pidl/TODO
+ M /trunk/tools/pidl/lib/Parse/Pidl/Expr.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /trunk/tools/pidl/tests/dump.pl
+ M /trunk/tools/pidl/tests/header.pl
+ A /trunk/tools/pidl/tests/samba-ejs.pl
+ M /trunk/tools/pidl/tests/samba-ndr.pl
+ M /trunk/tools/pidl/tests/samba3-cli.pl
+ M /trunk/tools/pidl/tests/tdr.pl
+ M /trunk/tools/pidl/tests/typelist.pl
+ M /trunk/tools/pidl/tests/wireshark-conf.pl
+ M /trunk/tools/pidl/tests/wireshark-ndr.pl
+
+Update from samba tree revision 21471 to 21535
+============================ Samba log start ============
+------------------------------------------------------------------------
+r21484 | jelmer | 2007-02-21 11:31:14 +0100 (Wed, 21 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+Fix Needed* for nested datastructures.
+------------------------------------------------------------------------
+r21486 | jelmer | 2007-02-21 11:55:03 +0100 (Wed, 21 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+Remove spurious semicolons.
+------------------------------------------------------------------------
+r21487 | jelmer | 2007-02-21 12:32:48 +0100 (Wed, 21 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/librpc/idl/echo.idl
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+Fix warning when using anonymous types, initial work on nested type support in ejs.
+------------------------------------------------------------------------
+r21490 | jelmer | 2007-02-21 13:35:21 +0100 (Wed, 21 Feb 2007) | 3 lines
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ A /branches/SAMBA_4_0/source/pidl/tests/samba-ejs.pl
+
+Add some tests for the EJS code
+More work on supporting nested types in EJS.
------------------------------------------------------------------------
-r19876 | ulfl | 2006-11-10 17:29:43 -0800 (Fri, 10 Nov 2006) | 1 line
+r21492 | jelmer | 2007-02-21 15:35:25 +0100 (Wed, 21 Feb 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-lldp.c
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/TODO
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+
+Finish work on nested type support in EJS.
-add dissection of PROFINET "MRP Port Status"
------------------------------------------------------------------------
-r19877 | sahlberg | 2006-11-11 14:39:25 -0800 (Sat, 11 Nov 2006) | 6 lines
+r21493 | jelmer | 2007-02-21 21:59:01 +0100 (Wed, 21 Feb 2007) | 15 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tcp.c
- M /trunk/epan/emem.c
- M /trunk/epan/emem.h
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+
+Patch from Ronnie Sahlberg. From his email:
-fix so that tcp.pdu.time works again.
-it broken in one of the previous bugfixes to tcp
+This patch changes the function name and signature that pidl generate
+a call for when dissecting a policy handle to a new, more
+PIDL-friendly function.
-add a function to print an emem tree to the console for easier emem tree debugging
+It also stores the procedure name in a new pinfo-> field so that
+helpers that want to know the procedure name can finbd out easily.
+The new PIDL helper function for policy handles use this new field and will show
+ OpenHKU(<...>)
+ opened in frame X
+ closed in frame Y
+for the policy handle.
------------------------------------------------------------------------
-r19878 | gerald | 2006-11-11 16:52:05 -0800 (Sat, 11 Nov 2006) | 5 lines
+r21531 | jelmer | 2007-02-25 10:35:32 +0100 (Sun, 25 Feb 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-ieee80211.c
- M /trunk/epan/dissectors/packet-radiotap.c
- M /trunk/wiretap/libpcap.c
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-Add a plain "radiotap.channel" field to the radiotap dissector.
-Check for an invalid channel frequency. Pass the channel, data rate,
-and quality to the 802.11 dissector, so that they show up there
-as well. Clean up whitespace.
+Use pidl-specific utility functions. Patch from Ronnie Sahlberg
+------------------------------------------------------------------------
+r21532 | jelmer | 2007-02-25 10:55:57 +0100 (Sun, 25 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/TODO
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
+Add tests for StripPrefixes utility function.
------------------------------------------------------------------------
-r19879 | guy | 2006-11-12 14:12:39 -0800 (Sun, 12 Nov 2006) | 3 lines
+r21534 | jelmer | 2007-02-26 02:03:19 +0100 (Mon, 26 Feb 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dns.c
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
-mDNS treats the class field as a flag bit and 15 bits of class; display
-it as such.
+Add some more tests for wireshark.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
------------------------------------------------------------------------
-r19880 | etxrab | 2006-11-12 14:18:50 -0800 (Sun, 12 Nov 2006) | 9 lines
+r20934 | jake | 2007-02-26 12:39:38 -0800 (Mon, 26 Feb 2007) | 3 lines
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.nmake
- M /trunk/packaging/nsis/wireshark.nsi
- M /trunk/tools/win32-setup.sh
+ M /trunk/plugins/agentx/Makefile.nmake
+ M /trunk/plugins/agentx/plugin.rc.in
+ M /trunk/plugins/artnet/Makefile.nmake
+ M /trunk/plugins/artnet/plugin.rc.in
+ M /trunk/plugins/asn1/Makefile.nmake
+ M /trunk/plugins/asn1/plugin.rc.in
+ M /trunk/plugins/ciscosm/Makefile.nmake
+ M /trunk/plugins/ciscosm/plugin.rc.in
+ M /trunk/plugins/docsis/Makefile.nmake
+ M /trunk/plugins/docsis/plugin.rc.in
+ M /trunk/plugins/enttec/Makefile.nmake
+ M /trunk/plugins/enttec/plugin.rc.in
+ M /trunk/plugins/gryphon/Makefile.nmake
+ M /trunk/plugins/gryphon/plugin.rc.in
+ M /trunk/plugins/irda/Makefile.nmake
+ M /trunk/plugins/irda/plugin.rc.in
+ M /trunk/plugins/lwres/Makefile.nmake
+ M /trunk/plugins/lwres/plugin.rc.in
+ M /trunk/plugins/mate/Makefile.nmake
+ M /trunk/plugins/mate/plugin.rc.in
+ M /trunk/plugins/megaco/Makefile.nmake
+ M /trunk/plugins/megaco/plugin.rc.in
+ M /trunk/plugins/mgcp/Makefile.nmake
+ M /trunk/plugins/mgcp/plugin.rc.in
+ M /trunk/plugins/opsi/Makefile.nmake
+ M /trunk/plugins/opsi/plugin.rc.in
+ M /trunk/plugins/pcli/Makefile.nmake
+ M /trunk/plugins/pcli/plugin.rc.in
+ M /trunk/plugins/profinet/Makefile.nmake
+ M /trunk/plugins/profinet/plugin.rc.in
+ M /trunk/plugins/rlm/Makefile.nmake
+ M /trunk/plugins/rlm/plugin.rc.in
+ M /trunk/plugins/rtnet/Makefile.nmake
+ M /trunk/plugins/rtnet/plugin.rc.in
+ M /trunk/plugins/rudp/Makefile.nmake
+ M /trunk/plugins/rudp/plugin.rc.in
+ M /trunk/plugins/sbus/Makefile.nmake
+ M /trunk/plugins/sbus/plugin.rc.in
+ M /trunk/plugins/stats_tree/Makefile.nmake
+ M /trunk/plugins/stats_tree/plugin.rc.in
+ M /trunk/plugins/v5ua/Makefile.nmake
+ M /trunk/plugins/v5ua/plugin.rc.in
+
+-Add the compiler version to the plugin resource
+-Remove the SPECIAL_BUILD tag
+-Set to OS type to NT_WINDOWS32
+------------------------------------------------------------------------
+r20935 | etxrab | 2007-02-26 22:25:07 -0800 (Mon, 26 Feb 2007) | 8 lines
+Changed paths:
+ M /trunk/epan/Makefile.am
+ M /trunk/plugins/h223/packet-h223.c
+
+From Richard van der Hoff:
-Update to use the latest gtk 2.8 glib and pango libraries.
-Note from a mail on gtk dev list:
--rwxr-xr-x 1 tml Administ 224510 Oct 3 18:35 libpango-1.0-0.dll
--rwxr-xr-x 1 tml Administ 37952 Oct 3 18:35 libpangocairo-1.0-0.dll
--rwxr-xr-x 1 tml Administ 58749 Oct 3 18:35 libpangowin32-1.0-0.dll
+- Registers H.223 as a dissector for RTP CLEARMODE payloads -
+and makes some other modifications to the H.223 dissector to make this
+work correctly.
-(That's the relevant DLLs from the "bin" folder in Pango 1.14.5, where
-the module(s) are built-in into the DLLs, so no
-lib/pango/1.5.0/modules folder is needed.)
+-Allows a standalone binary, epan/reassemble_test, to be built; this can be run from the commandline and should end up printing out "success"
+if all goes well.
------------------------------------------------------------------------
-r19881 | guy | 2006-11-12 14:35:21 -0800 (Sun, 12 Nov 2006) | 2 lines
+r20936 | etxrab | 2007-02-26 22:38:49 -0800 (Mon, 26 Feb 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dns.c
+ M /trunk/gtk/simple_dialog.c
-Flag the question as a "QM" question if the QU flag isn't set.
+From Floren Drouin:
+This patch add a test on the GTK version to avoid a warning with the "gtk-label-select-on-focus" configuration parameter, introduced in GTK-2.9.0.
------------------------------------------------------------------------
-r19882 | guy | 2006-11-12 15:42:08 -0800 (Sun, 12 Nov 2006) | 3 lines
+r20937 | etxrab | 2007-02-26 22:54:41 -0800 (Mon, 26 Feb 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dns.c
+ M /trunk/epan/dissectors/packet-epl.c
+ M /trunk/epan/dissectors/packet-epl.h
-Mark Krochmal says that the class field should be treated in mDNS as a
-flag and a 15-bit field even for OPT RRs.
+From Daniel Kr?\195?\188ger:
+I attached a patch to this dissector, which includes some corrections, updates and SDO by UDP support. I will upload a sample capture of SDO by UDP to the wiki. The patch is fuzzy tested against the current SVN rev under Linux and it builds also under MSVC2005.
------------------------------------------------------------------------
-r19883 | gerald | 2006-11-12 17:15:56 -0800 (Sun, 12 Nov 2006) | 3 lines
+r20938 | etxrab | 2007-02-26 22:58:30 -0800 (Mon, 26 Feb 2007) | 3 lines
Changed paths:
- M /trunk/image/make-icons
- M /trunk/image/wsicon16.xpm
- M /trunk/image/wsicon32.xpm
- M /trunk/image/wsicon48.xpm
- M /trunk/image/wsicon64.xpm
- M /trunk/image/wsiconcap16.xpm
- M /trunk/image/wsiconcap32.xpm
- M /trunk/image/wsiconcap48.xpm
+ M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
-Set a transparency threshold for the XPM icons. Have the make-icons script
-constify the XPMs.
+From Douglas Pratley:
+This patch gives brief instructions on how to build the RPM package target for Wireshark.
------------------------------------------------------------------------
-r19884 | ashokn | 2006-11-13 09:30:38 -0800 (Mon, 13 Nov 2006) | 4 lines
+r20939 | etxrab | 2007-02-26 23:00:11 -0800 (Mon, 26 Feb 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-rsvp.c
- M /trunk/epan/dissectors/packet-rsvp.h
+ M /trunk/asn1/gsmmap/GSMMAP.asn
+
+Add $Id:$
+------------------------------------------------------------------------
+r20940 | etxrab | 2007-02-26 23:02:29 -0800 (Mon, 26 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/diameter/TGPPSh.xml
+ M /trunk/diameter/imscxdx.xml
-Add support for IPv4-Aggregate session/template/filter types.
+Add some AVP:s
+------------------------------------------------------------------------
+r20941 | sahlberg | 2007-02-27 01:37:48 -0800 (Tue, 27 Feb 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dcerpc.c
+ M /trunk/epan/dissectors/packet-dcerpc.h
+add PIDL friendly helper to manage unicode strings
------------------------------------------------------------------------
-r19885 | etxrab | 2006-11-13 21:45:28 -0800 (Mon, 13 Nov 2006) | 9 lines
+r20942 | morriss | 2007-02-27 02:02:28 -0800 (Tue, 27 Feb 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dcp.c
+ M /trunk/epan/dissectors/packet-sctp.c
-This is Gerrit Renker code which:
+Some minor readability enhancements to the (still disabled) sequence analysis: use PROTO_ITEM_SET_GENERATED() on all the new fields and change hf_sctp_dup_ack's description to indicate that it's showing you the frame number of the previous ack.
+------------------------------------------------------------------------
+r20943 | lego | 2007-02-27 02:27:05 -0800 (Tue, 27 Feb 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-h248_annex_c.c
- * makes checksum computation dependent
- upon the header CsCov field (cf. RFC 4340, 5.1)
- * removes the case where checksums are zero
- (unlike UDP/packet-udp, from which the code stems,
- zero checksums are illegal in DCCP (as in TCP))
- * fixes a minor typo - missing bitshift of the
- CCVal field
+fix Bug 1406:
+it looks like 1 byte parameters are ber encoded integers, not raw data.
------------------------------------------------------------------------
-r19886 | etxrab | 2006-11-13 21:47:57 -0800 (Mon, 13 Nov 2006) | 2 lines
+r20944 | lego | 2007-02-27 02:47:58 -0800 (Tue, 27 Feb 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ses.c
+ M /trunk/epan/dissectors/packet-h248_annex_c.c
+
+fix Bug 1407
+as per bug 1406 actual values aren't raw bytes, they are BER encoded octet strings.
+
-From Stephen Fisher:
-a new more accurate fix for bug #1163. Thanks to Graeme Lunt for pointing out that the first patch broke a different capture with legitimate SES data in it. My patch also corrects the check for number of bytes existing from 4 to 2 as the minimum length of an SES PDU is only 2 bytes: 1 byte type, 1 byte length.
------------------------------------------------------------------------
-r19887 | etxrab | 2006-11-13 21:49:59 -0800 (Mon, 13 Nov 2006) | 2 lines
+r20945 | jmayer | 2007-02-27 12:32:15 -0800 (Tue, 27 Feb 2007) | 28 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tipc.c
+ M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+ M /trunk/tools/pidl/tests/wireshark-conf.pl
+ M /trunk/tools/pidl/tests/wireshark-ndr.pl
-From martin Peylo:
-This patch changes the name of "Link Configuration" Packets to "Neighbour Discovery" - as preferred by the creator of TIPC - and shows the TIPC src/dst in the columns instead of the MAC address for those packages.
+Update from samba tree revision 21535 to 21565
+============================ Samba log start ============
------------------------------------------------------------------------
-r19888 | etxrab | 2006-11-13 22:00:48 -0800 (Mon, 13 Nov 2006) | 3 lines
+r21545 | jelmer | 2007-02-26 18:43:01 +0100 (Mon, 26 Feb 2007) | 1 line
Changed paths:
- M /trunk/gtk/main.c
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
-From Simon Munton as pointed out by Stephen Fisher:
-patch on bug #220 (to main.c.
-the second part to packet_list.c was done separately for bug 1159 in rev 19735). That patch fixes bug #1205 coincidentally.
+Fix pidl test.
------------------------------------------------------------------------
-r19889 | etxrab | 2006-11-13 22:14:20 -0800 (Mon, 13 Nov 2006) | 1 line
+r21555 | jelmer | 2007-02-27 13:46:19 +0100 (Tue, 27 Feb 2007) | 1 line
Changed paths:
- M /trunk/diameter/dictionary.xml
- M /trunk/diameter/mobileipv4.xml
- A /trunk/diameter/sip.xml
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl
-Add SIP application AVP:s (Incomplete) and sortmobileipv4 in numerical order.
+Some tests for TYPE in wireshark conformance files.
------------------------------------------------------------------------
-r19890 | etxrab | 2006-11-13 22:31:47 -0800 (Mon, 13 Nov 2006) | 1 line
+r21559 | jelmer | 2007-02-27 14:41:56 +0100 (Tue, 27 Feb 2007) | 1 line
Changed paths:
- M /trunk/Makefile.am
- M /trunk/packaging/nsis/wireshark.nsi
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl
+
+More tests.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
-Add SIP application AVP:s.
------------------------------------------------------------------------
-r19891 | martinm | 2006-11-14 04:06:11 -0800 (Tue, 14 Nov 2006) | 4 lines
+r20946 | sfisher | 2007-02-27 16:08:23 -0800 (Tue, 27 Feb 2007) | 6 lines
Changed paths:
- M /trunk/wiretap/catapult_dct2000.c
+ M /trunk/epan/libwireshark.def
+
+
+Fix for bug #1408:
+
+Add proto_tree_add_bitmask to epan/libwireshark.def
-- Use 64-bit indexes into file for packet locations (was previously casting index to and from void*) - this should allow very large files to be used
-- The characters between the timestamp and start of data are almost always " l ", optimise memory usage in this case
-- Rename hash table for clarity
------------------------------------------------------------------------
-r19892 | martinm | 2006-11-14 05:45:35 -0800 (Tue, 14 Nov 2006) | 1 line
+r20947 | lego | 2007-02-28 06:09:25 -0800 (Wed, 28 Feb 2007) | 8 lines
Changed paths:
- M /trunk/wiretap/catapult_dct2000.c
+ M /trunk/epan/dissectors/packet-sctp.c
+
+SCTP TSN analysis part 1.
+
+Up and running.
+As it is analysis will stop at TSN rollover (0xffffffff->0x00000000).
-Fix possible build error + warnings seen on buildbot
+And It will start to misbehave when a TSN is seen again in the same half association (that's a case where an out-of-memory error will probably had happened before).
+
+It still needs testing.
------------------------------------------------------------------------
-r19893 | jmayer | 2006-11-14 12:01:41 -0800 (Tue, 14 Nov 2006) | 4 lines
+r20948 | etxrab | 2007-02-28 13:10:25 -0800 (Wed, 28 Feb 2007) | 1 line
Changed paths:
- M /trunk/Makefile.am
+ M /trunk/asn1/inap/inap.asn
+ M /trunk/epan/dissectors/packet-inap.c
+
+Add a missing OPTIONAL.
+------------------------------------------------------------------------
+r20949 | etxrab | 2007-02-28 13:46:06 -0800 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-h263.c
+
+Start dissecting H.263 according to RFC 4629.
+------------------------------------------------------------------------
+r20950 | sfisher | 2007-02-28 14:45:18 -0800 (Wed, 28 Feb 2007) | 6 lines
+Changed paths:
+ M /trunk/tshark.c
-didier gautheron:
- idl2wrs.sh is a generated file.
+Fix problem where specifying -b duration:xx on tshark wasn't working by
+testing for the "duration specified" variable along with the "maximum
+file size" variable.
+
------------------------------------------------------------------------
-r19894 | jmayer | 2006-11-14 12:08:44 -0800 (Tue, 14 Nov 2006) | 6 lines
+r20951 | sfisher | 2007-02-28 15:20:40 -0800 (Wed, 28 Feb 2007) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-afp.c
- M /trunk/getopt.c
- M /trunk/gtk/rtp_analysis.c
+ M /trunk/gtk/Makefile.common
+ D /trunk/gtk/content_list_http.c
+ A /trunk/gtk/export_object.c
+ A /trunk/gtk/export_object.h
+ A /trunk/gtk/export_object_http.c (from /trunk/gtk/content_list_http.c:20894)
+ M /trunk/gtk/file_dlg.c
+ M /trunk/gtk/file_dlg.h
+ M /trunk/gtk/menu.c
+ M /trunk/stat_menu.h
-nikai@nikai.net:
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225
-Attempting a simple cleanup of duplicated includes, will attach patch.
+Sync up my changes so far to the content list (now called object
+list) feature for http traffic. It's now available under File->
+Export->Objects->HTTP. More changes to come..
------------------------------------------------------------------------
-r19895 | jmayer | 2006-11-14 12:32:29 -0800 (Tue, 14 Nov 2006) | 5 lines
+r20952 | lego | 2007-02-28 16:24:57 -0800 (Wed, 28 Feb 2007) | 4 lines
Changed paths:
- M /trunk/asn1/disp/packet-disp-template.c
- M /trunk/editcap.c
- M /trunk/epan/dissectors/packet-cops.c
- M /trunk/epan/dissectors/packet-dcm.c
- M /trunk/epan/dissectors/packet-disp.c
- M /trunk/epan/dissectors/packet-dns.c
- M /trunk/epan/dissectors/packet-ipdc.c
- M /trunk/epan/dissectors/packet-nhrp.c
- M /trunk/epan/dissectors/packet-pvfs2.c
- M /trunk/epan/dissectors/packet-radius.c
- M /trunk/epan/dissectors/packet-sip.c
- M /trunk/gtk/capture_dlg.c
- M /trunk/gtk/expert_dlg.c
- M /trunk/gtk/funnel_stat.c
- M /trunk/gtk/t38_analysis.c
- M /trunk/gtk/voip_calls_dlg.c
- M /trunk/tools/lemon/lemon.c
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-bctp.c
+ M /trunk/epan/dissectors/packet-h248_q1950.c
+ M /trunk/epan/dissectors/packet-sdp.c
-nikai@nikai.net:
+Those two spaces before sdp were bctp (Q.1990), a protocol conveniently encoded to be two spaces in case of IPBCP (SDP+extras).
-Remaining fixes from:
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225
+There's probably something similar in packet-isup.c
------------------------------------------------------------------------
-r19896 | sfisher | 2006-11-14 13:28:44 -0800 (Tue, 14 Nov 2006) | 3 lines
+r20953 | sfisher | 2007-02-28 18:18:18 -0800 (Wed, 28 Feb 2007) | 5 lines
Changed paths:
- M /trunk/plugins
- M /trunk/tools
+ M /trunk/gtk/simple_dialog.c
+
-Add svn:ignore to tools/TAGS and plugins/TAGS
+Wrap long lines in simple dialogs so that the dialog and its message
+won't ever extend off the screen.
------------------------------------------------------------------------
-r19897 | sfisher | 2006-11-14 14:35:22 -0800 (Tue, 14 Nov 2006) | 6 lines
+r20954 | ulfl | 2007-03-01 01:36:01 -0800 (Thu, 01 Mar 2007) | 1 line
Changed paths:
- M /trunk/cfile.h
- M /trunk/file.c
- M /trunk/gtk/main.c
- M /trunk/gtk/proto_draw.c
- M /trunk/gtk/proto_draw.h
+ M /trunk/gtk/Makefile.am
+add export_object.h so distcheck don't fail
+------------------------------------------------------------------------
+r20955 | sfisher | 2007-03-01 13:08:01 -0800 (Thu, 01 Mar 2007) | 13 lines
+Changed paths:
+ M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
+
+
+Fix bug #1409:
-New feature to automatically highlight the field found when doing a find.
-This works for both string and hex searches. This resolves feature request
-bug #776.
+There is an error in the page:
+http://wireshark.org/docs/wsug_html_chunked/ChCapCaptureFilterSection.html
+
+According to Example 4.2, the filter 'tcp port 23 and not host 10.0.0.5'
+captures all telnet traffic not from 10.0.0.5. But this filter also discards
+traffic to 10.0.0.5. Either you use this filter to capture all telnet traffic
+not to and not from 10.0.0.5 or you use filter 'tcp port 23 and not src host
+10.0.0.5'.
------------------------------------------------------------------------
-r19898 | sfisher | 2006-11-14 14:53:24 -0800 (Tue, 14 Nov 2006) | 5 lines
+r20956 | sfisher | 2007-03-01 13:28:57 -0800 (Thu, 01 Mar 2007) | 4 lines
Changed paths:
- M /trunk/gtk/follow_dlg.c
+ M /trunk/epan
-A fix bug #1138: "Follow TCP Streams gets stream direction wrong if started
-from a server->client frame."
+Add epan/reassemble_test executable to svn:ignore
------------------------------------------------------------------------
-r19899 | sfisher | 2006-11-14 22:46:11 -0800 (Tue, 14 Nov 2006) | 7 lines
+r20957 | gal | 2007-03-02 09:28:43 -0800 (Fri, 02 Mar 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-http.c
+ M /trunk/packaging/u3/win32/makefile.nmake
+If the VERSION_EXTRA is set in config.nmake, this can lead to an invalid U3 package version in the manifest file.
+So we now create the U3 package version from the base components.
-Fix problem reported on -dev list by Frank Maerz with Wireshark crashing
-when it encountered a proxy http connect to port 80. This was caused by
-the dissector calling itself over and over. Now if the connect to port is
-one of the defined http ports, it calls the data dissector.
+
+------------------------------------------------------------------------
+r20958 | sfisher | 2007-03-02 13:17:44 -0800 (Fri, 02 Mar 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/filesystem.c
+
+
+Add a description for errno EINVAL (Invalid Argument) to
+file_open_error_message(). In this context, the error means
+that an invalid filename was specified.
------------------------------------------------------------------------
-r19900 | etxrab | 2006-11-14 23:04:22 -0800 (Tue, 14 Nov 2006) | 1 line
+r20959 | sfisher | 2007-03-02 13:47:34 -0800 (Fri, 02 Mar 2007) | 5 lines
Changed paths:
- M /trunk/asn1/h245/packet-h245-template.c
- M /trunk/epan/dissectors/packet-h245.c
+ M /trunk/gtk/menu.c
+
+
+Activate the File -> Export menu when a capture is in
+progress in addition to when a capture file is open.
+
-Add OID translation for some more Generic codecs.
------------------------------------------------------------------------
-r19901 | martinm | 2006-11-15 09:27:04 -0800 (Wed, 15 Nov 2006) | 6 lines
+r20960 | gerald | 2007-03-02 15:44:54 -0800 (Fri, 02 Mar 2007) | 4 lines
Changed paths:
- M /trunk/Makefile.am
- A /trunk/dtds/mscml.dtd
- M /trunk/packaging/nsis/wireshark.nsi
+ M /trunk/epan/dissectors/packet-lldp.c
-From Olivier Jacques:
+Bugs 1095 and 1096 in the Ethereal bug database both pointed out that we
+were looking at the wrong bits when displaying the port and protocol VLAN
+flags.
-Here is a DTD for the MSCML protocol, draft-07. This implementation is not entirely up-to-date (draft-09 is out), but this is a good base to start from.
+------------------------------------------------------------------------
+r20961 | sfisher | 2007-03-02 19:14:00 -0800 (Fri, 02 Mar 2007) | 12 lines
+Changed paths:
+ M /trunk/docbook/user-guide.xml
+ A /trunk/docbook/wsug_graphics/ws-export-objects.png
+ M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
+ M /trunk/epan/dissectors/packet-http.c
+ M /trunk/gtk/export_object.c
+ M /trunk/gtk/export_object.h
+ M /trunk/gtk/export_object_http.c
+ M /trunk/gtk/help_dlg.c
+ M /trunk/gtk/help_dlg.h
+
+
+Update object export code:
+
+ - Add to User's Guide
+ - Add a help button
+ - Move a lot of code into the shared export_object.c file and out of
+ dissector specific file export_object_http.c. This will make adding
+ additional protocols much easier.
+ - Change comment in packet-http.c to reflect new name (Export Object)
+ - Various other minor improvements
-I updated the WIKI with info, snapshot and sample capture: http://wiki.wireshark.org/MSCML
------------------------------------------------------------------------
-r19902 | martinm | 2006-11-15 10:20:03 -0800 (Wed, 15 Nov 2006) | 1 line
+r20962 | ulfl | 2007-03-03 01:30:15 -0800 (Sat, 03 Mar 2007) | 1 line
Changed paths:
- M /trunk/dtds/mscml.dtd
+ M /trunk/epan/dissectors/packet-lldp.c
-Propset
+use the official PROFINET names (only comments changed)
------------------------------------------------------------------------
-r19903 | lego | 2006-11-15 10:40:37 -0800 (Wed, 15 Nov 2006) | 10 lines
+r20963 | ulfl | 2007-03-03 01:33:02 -0800 (Sat, 03 Mar 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-xml.c
- M /trunk/epan/dtd_parse.l
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
- solve both issues pointed out in:
- http://wireshark.org/lists/ethereal-dev/200605/msg02351.html
+fix read handling of index 0x8051 and 0xe00c
+------------------------------------------------------------------------
+r20964 | gal | 2007-03-03 07:05:03 -0800 (Sat, 03 Mar 2007) | 4 lines
+Changed paths:
+ M /trunk/packaging/u3/win32/makefile.nmake
+ M /trunk/packaging/u3/win32/manifest.tmpl
+ M /trunk/packaging/u3/win32/u3util.c
-- dtd_parse.l:
- be more liberal on what a name can be (a number now can be a name)
+Ensure that the correct U3 environment variables are set when the U3 Wireshark is started from a file association (e.g. opening a pcap file).
+Also tweak the space requirements and restore the VERSION_EXTRA information to the description, both within the manifest.u3i.
-- packet-xml.c
- if proto-name is given use it instead of the root element name as prefix for generated fields
+------------------------------------------------------------------------
+r20965 | lego | 2007-03-03 08:36:19 -0800 (Sat, 03 Mar 2007) | 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_annex_e.c
+
++ improve dissection of PkdName
++ complete H.248.1 E.1 Generic Package
------------------------------------------------------------------------
-r19904 | jake | 2006-11-15 12:55:46 -0800 (Wed, 15 Nov 2006) | 1 line
+r20966 | lego | 2007-03-03 15:33:56 -0800 (Sat, 03 Mar 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-omapi.c
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248_annex_e.c
-Adding ISC Object Management API dissector
+- have the signal name to be in the right subtree
------------------------------------------------------------------------
-r19905 | ulfl | 2006-11-15 15:33:39 -0800 (Wed, 15 Nov 2006) | 1 line
+r20967 | lego | 2007-03-03 15:38:35 -0800 (Sat, 03 Mar 2007) | 2 lines
Changed paths:
- M /trunk/epan/prefs-int.h
- M /trunk/epan/prefs.c
- M /trunk/gtk/recent.c
+ M /trunk/epan/dissectors/packet-sccp.c
+ M /trunk/epan/dissectors/packet-sccp.h
+
+Add an optional generated id to each association and have a tree with links to all messages of the association bellow it.
-add a "private_data" pointer to the read_prefs_file() function, which will be "tunneled" to the callback function. This seems to be generally a good idea - as a lot of GLib/GTK function doing similiar and I'll need this for the upcoming update mechanisms.
------------------------------------------------------------------------
-r19906 | ulfl | 2006-11-15 15:43:16 -0800 (Wed, 15 Nov 2006) | 1 line
+r20968 | sahlberg | 2007-03-03 17:15:44 -0800 (Sat, 03 Mar 2007) | 3 lines
Changed paths:
- M /trunk/gtk/funnel_stat.c
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+ M /trunk/epan/dissectors/pidl/winreg.cnf
+
+add dissection of the WINREG specific bits in the accessmask for WINREG objects
+
-fix a warning
------------------------------------------------------------------------
-r19907 | ulfl | 2006-11-15 15:48:56 -0800 (Wed, 15 Nov 2006) | 1 line
+r20969 | lego | 2007-03-03 17:55:02 -0800 (Sat, 03 Mar 2007) | 1 line
Changed paths:
- M /trunk/epan/emem.c
+ M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
-fix a warning
+add sections for the various user tables.
------------------------------------------------------------------------
-r19908 | sfisher | 2006-11-15 23:04:02 -0800 (Wed, 15 Nov 2006) | 5 lines
+r20970 | lego | 2007-03-03 18:27:11 -0800 (Sat, 03 Mar 2007) | 1 line
Changed paths:
- M /trunk/gtk/main.c
- M /trunk/gtk/main.h
- M /trunk/gtk/prefs_dlg.c
+ M /trunk/gtk/uat_gui.c
+
+protect callbacks of derived windows from dereferencing a null pointer if the main table has being closed in the meanwhile.
+------------------------------------------------------------------------
+r20971 | jmayer | 2007-03-04 03:48:07 -0800 (Sun, 04 Mar 2007) | 8 lines
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/packet-ip.c
+ A /trunk/epan/dissectors/packet-tapa.c
-Fix for bug 948, "Apply capture preferences not applying." Now when the user
-changes a capture option in the preferences, it will show up right away in
-the capture options dialog.
+The beginnings of a TAPA dissector (Trapeze Access Point Access Protocol).
+Admittedly not much, so if you have any ideas what the rest means or where
+I'm wrong please provide feedback.
+As tapa uses udp 5000 and ip protocol 4, I needed to add a hack for the
+ip part to properly dispatch betweeen ipip and tapa-tunnel (actually I
+was unable to turn the ipip dissector into a heuristic dissector :-)
------------------------------------------------------------------------
-r19909 | martinm | 2006-11-16 06:35:52 -0800 (Thu, 16 Nov 2006) | 3 lines
+r20972 | lego | 2007-03-04 08:00:05 -0800 (Sun, 04 Mar 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-multipart.c
+ M /trunk/epan/wslua/wslua.h
+ M /trunk/epan/wslua/wslua_proto.c
+
+do not return before ENDTRY when handling an exception, this would leave the fat stack without the top and cause the dereferencing of a null pointer later on when popping in the next ENDTRY.
+
+Oddly enough this shows up only on windows. Maybe there's something good in my Mac's temporary disability!
-Make multipart part a proper field, and append contained content-type to
-it label to make it easier to find the part you're looking for.
+------------------------------------------------------------------------
+r20973 | jmayer | 2007-03-04 13:26:47 -0800 (Sun, 04 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-tapa.c
+
+Some updates to the tunnel protocol decoding.
+Make tapa.discover.x and tapa.tunnel.y more consistent.
------------------------------------------------------------------------
-r19910 | gerald | 2006-11-16 10:28:09 -0800 (Thu, 16 Nov 2006) | 2 lines
+r20974 | jake | 2007-03-05 12:25:54 -0800 (Mon, 05 Mar 2007) | 17 lines
Changed paths:
M /trunk/doc/README.developer
-Add comments to the indentation style section.
+From Richard van der Hoff:
+I've had a good look at the code in packet-tcp.c, and whilst it's
+somewhat impenetrable, I've come to the conclusion that it just doesn't
+support multiple pdus as described.
+
+That's not entirely unreasonable in itself; my objection is solely to
+the fact that README.developer is completely misleading. In fact, even
+the example dissect_cstr won't work on the tcp dissector, because if you
+set desegment_len=1 the tcp dissector believes that you know what you
+are doing and doesn't let you change your mind later.
+Furthermore, 2.7.2 says that you can set desegment_len=-1; that doesn't
+work either, because the tcp dissector expects
+DESEGMENT_ONE_MORE_SEGMENT, which is 0x0fffffff, which is nowhere near -1.
+
+In short, I think the relevant section of README.developer needs a
+rewrite. I attach a patch - comments welcome.
------------------------------------------------------------------------
-r19911 | ulfl | 2006-11-16 12:08:13 -0800 (Thu, 16 Nov 2006) | 1 line
+r20975 | etxrab | 2007-03-05 14:04:51 -0800 (Mon, 05 Mar 2007) | 1 line
Changed paths:
- M /trunk/gtk/gtkvumeter.h
+ M /trunk/AUTHORS
-(hopefully) fix the recently discussed warnings where CLAMP() is called with a value being 0
+Add Dave Butt to the AUTHORS file.
------------------------------------------------------------------------
-r19912 | ulfl | 2006-11-16 12:13:26 -0800 (Thu, 16 Nov 2006) | 3 lines
+r20976 | lego | 2007-03-05 14:47:40 -0800 (Mon, 05 Mar 2007) | 5 lines
Changed paths:
- M /trunk/gtk/win32-file-dlg.c
+ M /trunk/epan/dissectors/packet-sctp.c
+
++ Quick and dirty fix in association matching code to avoid a vtag==0 (init) to "curse" an entire association. Yes, it has to be reworked... but I need it for debugging purposes.
+
++ Add the fields sctp.sack_gap_block_start_tsn and sctp.sack_gap_block_end_tsn so that one can filter over a tsn ack acked by a gap block.
-fix an annoying behaviour: If we save a capture file, let the default be the current file format - as we do it in the GTK version. The former implementation just defaulted to libpcap all the time, which is especially ugly if you use a file format that provides nanosecond time resolution - you're losing information :-(
-Interestingly the implementation was half way there, but not really working as expected.
------------------------------------------------------------------------
-r19913 | etxrab | 2006-11-16 13:11:26 -0800 (Thu, 16 Nov 2006) | 2 lines
+r20977 | etxrab | 2007-03-05 15:11:11 -0800 (Mon, 05 Mar 2007) | 3 lines
Changed paths:
- M /trunk/tools/win32-setup.sh
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-mikey.c
+ A /trunk/epan/dissectors/packet-mikey.h
+ M /trunk/epan/dissectors/packet-sdp.c
+
+From Mikael Magnusson:
-Temporrary change to force the buildbot to update the libraries as I suspect there are left
-over old files.
+This patch adds support for key-mgmt session attributes in SDP (defined in RFC 4567). The patch also contains a Multimedia Internet KEYing (MIKEY is defined in RFC 3830) dissector plugin for "mikey" key-mgmt data.
------------------------------------------------------------------------
-r19914 | jmayer | 2006-11-16 13:57:31 -0800 (Thu, 16 Nov 2006) | 6 lines
+r20978 | lego | 2007-03-05 15:50:08 -0800 (Mon, 05 Mar 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/pidl/efs.idl
- M /trunk/epan/dissectors/pidl/eventlog.idl
- M /trunk/epan/dissectors/pidl/srvsvc.idl
- M /trunk/epan/dissectors/pidl/winreg.idl
- M /trunk/epan/dissectors/pidl/wkssvc.idl
+ M /trunk/epan/dissectors/packet-sccp.c
+ M /trunk/epan/dissectors/packet-sccp.h
+
+prepare for in-tree call tracing of bssap and ranap.
+
+------------------------------------------------------------------------
+r20979 | sfisher | 2007-03-05 16:35:35 -0800 (Mon, 05 Mar 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/tap.c
+ M /trunk/epan/tap.h
-Jelmer Vernooij:
-The attached patch replace the use of 'depends()' with "import" (the
-latter is a standard IDL statement).
+Introduce a new function called have_tap_listener(int tap_id) to
+tell if a specific tap id is currently listening for data.
+This complements the function have_tap_listeners(), which checks
+to see if any tap is currently listening.
------------------------------------------------------------------------
-r19915 | gerald | 2006-11-16 14:27:47 -0800 (Thu, 16 Nov 2006) | 4 lines
+r20980 | sfisher | 2007-03-05 16:36:25 -0800 (Mon, 05 Mar 2007) | 15 lines
Changed paths:
- M /trunk/epan/dissectors/packet-radiotap.c
+ M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
+ M /trunk/epan/dissectors/packet-http.c
+ M /trunk/gtk/export_object.c
+ M /trunk/gtk/export_object.h
+ M /trunk/gtk/export_object_http.c
+
+
+Export Object code/documentation updates:
+
+ - Note in the user's guide that export object is not available
+ in GTK1 builds of Wireshark.
+ - Make scanning through the slists more efficient
+ - Use new tap.c function called have_tap_listener() to only save
+ object payload data when the export object listener is actively
+ listening for it.
+ - Save objects in the HTTP dissector with g_malloc() instead of
+ se_malloc() and free it when we're done with it - when the
+ export object window is closed (Fixes bug #1412)
+ - Various minor improvements
-David Young pointed out that we weren't aligning fields according to the
-radiotap specification. Do so. Add fields for FHSS and Transmit
-attenuation (untested).
------------------------------------------------------------------------
-r19916 | ulfl | 2006-11-16 17:24:03 -0800 (Thu, 16 Nov 2006) | 1 line
+r20981 | lego | 2007-03-05 16:48:46 -0800 (Mon, 05 Mar 2007) | 5 lines
Changed paths:
- M /trunk/epan/prefs-int.h
- M /trunk/epan/prefs.c
- M /trunk/epan/prefs.h
+ M /trunk/epan/dissectors/packet-sctp.c
+
++ get the Acks in the block where they belong.
++ change the ack tree root to be the TSN being acked and have the chunk frame and rtt under it.
+
+still to do: TSN wrap
-various minor prefs code cleanup
------------------------------------------------------------------------
-r19917 | sfisher | 2006-11-16 17:52:15 -0800 (Thu, 16 Nov 2006) | 4 lines
+r20982 | martinm | 2007-03-06 05:37:39 -0800 (Tue, 06 Mar 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ses.c
+ M /trunk/epan/dissectors/packet-rtcp.c
+Append ms calculation to DLSR field.
+Show number of bytes derived from length field.
-Improve the heuristics of the SES dissector some more in response to bug #1229
+------------------------------------------------------------------------
+r20983 | etxrab | 2007-03-06 12:58:14 -0800 (Tue, 06 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-h263.c
+More dissecting of H.263 according to RFC 4629.
+------------------------------------------------------------------------
+r20984 | etxrab | 2007-03-06 13:03:27 -0800 (Tue, 06 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ber.c
+From Stig Bj?\195?\184rlykke:
+When dumping elements in a constructor in dissect_unknown_ber the last element is not put in the correct subtree, because the while- loop does not include the header length when checking for the end.
------------------------------------------------------------------------
-r19918 | ulfl | 2006-11-16 19:08:09 -0800 (Thu, 16 Nov 2006) | 1 line
+r20985 | ulfl | 2007-03-06 13:54:53 -0800 (Tue, 06 Mar 2007) | 1 line
Changed paths:
- M /trunk/gtk/prefs_dlg.c
+ M /trunk/plugins/profinet/packet-pn-rt.c
-code cleanup
+PROFINET RT frames can also be transported over UDP Port 0x8892 - to be routable
------------------------------------------------------------------------
-r19919 | jake | 2006-11-16 23:44:37 -0800 (Thu, 16 Nov 2006) | 1 line
+r20986 | lego | 2007-03-06 14:13:12 -0800 (Tue, 06 Mar 2007) | 7 lines
Changed paths:
- M /trunk/epan/prefs.c
- M /trunk/gtk/prefs_dlg.c
+ M /trunk/asn1/h248/h248v3.asn
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248_q1950.c
+
+Pubate Satienpoch keeps finding typos and incongruences in H.248 packages:
+
+- for Q.1950 I used the value_string for GB events as the value_string for the parameters of BNC change.
+
+> In observed event descriptor, it is called ?\226?\128?\156eventName?\226?\128?\157, but in event descriptor,
+> it is called ?\226?\128?\156pkgdName?\226?\128?\157. It should be ?\226?\128?\156eventName?\226?\128?\157 in both cases.
+
+------------------------------------------------------------------------
+r20987 | lego | 2007-03-06 15:16:59 -0800 (Tue, 06 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-h248_q1950.c
+
+terminate an array!
+------------------------------------------------------------------------
+r20988 | lego | 2007-03-06 15:23:59 -0800 (Tue, 06 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-h248_q1950.c
+
+two inverted value_strings
+------------------------------------------------------------------------
+r20989 | gerald | 2007-03-06 15:55:00 -0800 (Tue, 06 Mar 2007) | 4 lines
+Changed paths:
+ M /trunk/test/config.sh
+
+Under Windows, try to use the first interface that looks like Ethernet
+as the capture interface. This should fix the capture test failures on
+the Windows builder.
+
+------------------------------------------------------------------------
+r20990 | gerald | 2007-03-06 17:17:24 -0800 (Tue, 06 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/docbook/release-notes.xml
+ M /trunk/wiretap/iseries.c
+
+Fix a couple of off-by-one overflows reported in bug 1415. Update the
+release notes accordingly.
+
+------------------------------------------------------------------------
+r20991 | jmayer | 2007-03-06 23:50:48 -0800 (Tue, 06 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/FAQ
+ M /trunk/help/faq.txt
+ M /trunk/manuf
+
+Update manuf and faq
-Fix build
------------------------------------------------------------------------
-r19920 | jmayer | 2006-11-17 01:29:36 -0800 (Fri, 17 Nov 2006) | 25 lines
+r20992 | jmayer | 2007-03-06 23:55:00 -0800 (Tue, 06 Mar 2007) | 168 lines
Changed paths:
+ M /trunk/tools/pidl/MANIFEST
+ M /trunk/tools/pidl/README
+ M /trunk/tools/pidl/TODO
+ M /trunk/tools/pidl/idl.yp
+ M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /trunk/tools/pidl/tests/header.pl
+ M /trunk/tools/pidl/tests/ndr.pl
+ M /trunk/tools/pidl/tests/ndr_tagtype.pl
M /trunk/tools/pidl/tests/parse_idl.pl
+ M /trunk/tools/pidl/tests/samba-ejs.pl
+ M /trunk/tools/pidl/tests/samba-ndr.pl
+ M /trunk/tools/pidl/tests/typelist.pl
+ M /trunk/tools/pidl/tests/wireshark-ndr.pl
-Update from samba tree revision 19744 to 19759
+Update from samba tree revision 21565 to 21739
============================ Samba log start ============
------------------------------------------------------------------------
-r19751 | jelmer | 2006-11-16 23:11:32 +0100 (Thu, 16 Nov 2006) | 2 lines
+r21567 | jelmer | 2007-02-27 21:35:56 +0100 (Tue, 27 Feb 2007) | 1 line
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
+
+Add some more wireshark tests.
+------------------------------------------------------------------------
+r21568 | jelmer | 2007-02-27 22:37:31 +0100 (Tue, 27 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
+
+More tests.
+------------------------------------------------------------------------
+r21572 | jelmer | 2007-02-28 00:47:07 +0100 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
-Add some tests for parsing the "include", "import" and "importlib" statements.
+More work towards supporting tagged types.
+------------------------------------------------------------------------
+r21573 | jelmer | 2007-02-28 01:19:57 +0100 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
+Remove more code that assumed all types are typedefs.
------------------------------------------------------------------------
-r19752 | jelmer | 2006-11-16 23:13:44 +0100 (Thu, 16 Nov 2006) | 2 lines
+r21574 | jelmer | 2007-02-28 01:28:14 +0100 (Wed, 28 Feb 2007) | 1 line
Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+
+Fix handling of DECLARE.
+------------------------------------------------------------------------
+r21575 | jelmer | 2007-02-28 01:35:21 +0100 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
+
+Fix handling of is_scalar() for declares.
+------------------------------------------------------------------------
+r21578 | jelmer | 2007-02-28 02:51:37 +0100 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/README
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Use utility function for naming pull/push/print functions.
+------------------------------------------------------------------------
+r21579 | jelmer | 2007-02-28 03:01:58 +0100 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/samba-ejs.pl
+
+Use utility function to determine function names in ejs code.
+------------------------------------------------------------------------
+r21584 | jelmer | 2007-02-28 14:25:53 +0100 (Wed, 28 Feb 2007) | 6 lines
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/librpc/idl/echo.idl
+ M /branches/SAMBA_4_0/source/pidl/README
M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/header.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
+
+Support for tagged types has landed!
+
+It's now possible to use "struct foo" without a typedef in IDL files.
+
+echo_info4 is the first type that's been converted.
+
+------------------------------------------------------------------------
+r21586 | jelmer | 2007-02-28 15:56:46 +0100 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/MANIFEST
+
+update manifest
+------------------------------------------------------------------------
+r21654 | jelmer | 2007-03-02 15:05:52 +0100 (Fri, 02 Mar 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Add simple test for print functions.
+------------------------------------------------------------------------
+r21656 | jelmer | 2007-03-02 15:53:09 +0100 (Fri, 02 Mar 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ A /branches/SAMBA_4_0/source/lib/registry/tests
+ A /branches/SAMBA_4_0/source/lib/registry/tests/generic.c (from /branches/SAMBA_4_0/source/torture/local/registry.c:21654)
+ A /branches/SAMBA_4_0/source/lib/socket/testsuite.c (from /branches/SAMBA_4_0/source/torture/local/socket.c:21654)
+ A /branches/SAMBA_4_0/source/lib/tdr/testsuite.c (from /branches/SAMBA_4_0/source/torture/local/tdr.c:21654)
+ A /branches/SAMBA_4_0/source/lib/util/tests
+ A /branches/SAMBA_4_0/source/lib/util/tests/file.c (from /branches/SAMBA_4_0/source/torture/local/util_file.c:21654)
+ A /branches/SAMBA_4_0/source/lib/util/tests/idtree.c (from /branches/SAMBA_4_0/source/torture/local/idtree.c:21654)
+ A /branches/SAMBA_4_0/source/lib/util/tests/strlist.c (from /branches/SAMBA_4_0/source/torture/local/util_strlist.c:21654)
+ A /branches/SAMBA_4_0/source/librpc/tests
+ A /branches/SAMBA_4_0/source/librpc/tests/binding_string.c (from /branches/SAMBA_4_0/source/torture/local/binding_string.c:21654)
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ D /branches/SAMBA_4_0/source/torture/local/binding_string.c
+ M /branches/SAMBA_4_0/source/torture/local/config.mk
+ D /branches/SAMBA_4_0/source/torture/local/idtree.c
+ D /branches/SAMBA_4_0/source/torture/local/registry.c
+ D /branches/SAMBA_4_0/source/torture/local/socket.c
+ D /branches/SAMBA_4_0/source/torture/local/tdr.c
+ D /branches/SAMBA_4_0/source/torture/local/util_file.c
+ D /branches/SAMBA_4_0/source/torture/local/util_strlist.c
+
+Move tests a bit closer to the things they test, should make syncing with samba3 easier.
+------------------------------------------------------------------------
+r21681 | jelmer | 2007-03-04 15:16:52 +0100 (Sun, 04 Mar 2007) | 5 lines
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/TODO
+ M /branches/SAMBA_4_0/source/pidl/idl.yp
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/header.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
-Remove support for the `depends' attribute (use "import") instead.
+Fix bug in the parsing code that parsed "struct foo;" the same as
+"struct foo {};".
+
+Reported by one of the OpenChange folks, thanks!
------------------------------------------------------------------------
+r21682 | jelmer | 2007-03-04 15:31:18 +0100 (Sun, 04 Mar 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+
+Remove accidently committed debug command.
+------------------------------------------------------------------------
+r21690 | jelmer | 2007-03-05 01:03:44 +0100 (Mon, 05 Mar 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/tests/header.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
+
+Test use of typedef /and/ struct name
+------------------------------------------------------------------------
------------------------------------------------------------------------
============================ Samba log end ==============
+------------------------------------------------------------------------
+r20993 | lego | 2007-03-07 06:13:56 -0800 (Wed, 07 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-h248_10.c
+
+another (very small) H.248 package, H.248.10 : Media gateway resource congestion handling package
------------------------------------------------------------------------
-r19921 | martinm | 2006-11-17 08:33:43 -0800 (Fri, 17 Nov 2006) | 1 line
+r20994 | lego | 2007-03-07 06:17:08 -0800 (Wed, 07 Mar 2007) | 1 line
Changed paths:
- M /trunk/wiretap/catapult_dct2000.c
+ M /trunk/epan/dissectors/packet-h248_10.c
-Try to squash 2 more warnings seen on buildot
+props
------------------------------------------------------------------------
-r19922 | ulfl | 2006-11-17 14:38:34 -0800 (Fri, 17 Nov 2006) | 1 line
+r20995 | tuexen | 2007-03-07 10:37:56 -0800 (Wed, 07 Mar 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-lldp.c
+ M /trunk/epan/dissectors/packet-iua.c
+
+Fix a crash: You can not combine unsinged types like FT_INT32 and BASE_HEX.
-add dissection for PROFINET "PTCP Status"
------------------------------------------------------------------------
-r19923 | ulfl | 2006-11-17 14:48:21 -0800 (Fri, 17 Nov 2006) | 1 line
+r20996 | tuexen | 2007-03-07 12:28:48 -0800 (Wed, 07 Mar 2007) | 2 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/epan/dissectors/packet-asap.c
+ M /trunk/epan/dissectors/packet-enrp.c
+
+Add support for draft-ietf-rserpool-policies-04.txt.
-add the /LARGEADDRESSAWARE to the link process of Wireshark(2) and Tshark. See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/memory/base/physical_address_extension.asp how to enable 3GB support on several Windows versions - I will update the OutOfMemory Wiki page accordingly
------------------------------------------------------------------------
-r19924 | gerald | 2006-11-17 17:47:49 -0800 (Fri, 17 Nov 2006) | 10 lines
+r20997 | sfisher | 2007-03-07 15:39:45 -0800 (Wed, 07 Mar 2007) | 5 lines
Changed paths:
- M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
- M /trunk/gtk/compat_macros.h
- M /trunk/gtk/menu.c
- M /trunk/gtk/packet_list.c
- M /trunk/gtk/packet_list.h
- M /trunk/gtk/proto_draw.c
+ M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
+ M /trunk/gtk/io_stat.c
+
-Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"
-menu) move to the previous and next packet even if the packet list isn't
-in focus (specifically, the packet detail will stay in focus if that was
-already the case). Make the return and enter keys toggle tree items in
-the packet detail and the backspace key jump to the parent node. Add a
-navigation section to the User's Guide.
+Add a "Bits/Tick" option to the IO Stats dialog to complement the
+"Bytes/Tick" option.
-Make SIGNAL_EMIT_BY_NAME a simple #define, so that we can feed it
-multiple arguments. Fix up whitespace.
------------------------------------------------------------------------
-r19925 | ulfl | 2006-11-17 19:37:34 -0800 (Fri, 17 Nov 2006) | 3 lines
+r20998 | lego | 2007-03-07 16:18:25 -0800 (Wed, 07 Mar 2007) | 3 lines
Changed paths:
- M /trunk/wiretap/catapult_dct2000.c
+ M /trunk/epan/dissectors/packet-sctp.c
-both recent fixes of warnings don't compile on Win32, inttypes.h is not available and PRId64 is not defined in the config.h.win32.
+in TSN tracking: handle the TSN rollover.
+I'll keep TSN tracking disabled by default, as it slows down dissection significantly and eats tons of memory!
-As discussed in a seperate thread the PRId64 should not be required.
------------------------------------------------------------------------
-r19926 | gerald | 2006-11-17 21:05:18 -0800 (Fri, 17 Nov 2006) | 3 lines
+r20999 | lego | 2007-03-07 16:37:07 -0800 (Wed, 07 Mar 2007) | 1 line
Changed paths:
- M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
- M /trunk/gtk/main.c
+ M /trunk/epan/dissectors/packet-sctp.c
+
+avoid using an "uninitialized" start variable on gap blocks
+------------------------------------------------------------------------
+r21000 | lego | 2007-03-07 16:43:08 -0800 (Wed, 07 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-sctp.c
-Make F8 and F7 move to the next and previous packets, which adds
-compatibility with a different analyzer.
+fix a syntax error on the last check-in...
------------------------------------------------------------------------
-r19927 | gerald | 2006-11-17 21:12:55 -0800 (Fri, 17 Nov 2006) | 2 lines
+r21001 | lego | 2007-03-08 01:59:16 -0800 (Thu, 08 Mar 2007) | 2 lines
Changed paths:
- M /trunk/gtk/packet_list.c
+ A /trunk/epan/dissectors/packet-h248_7.c
-GTK1 doesn't have gtk_window_get_focus.
+Yet another H.248 package: H.248.7 Gateway control protocol: Generic Announcement package
------------------------------------------------------------------------
-r19928 | gerald | 2006-11-17 21:19:40 -0800 (Fri, 17 Nov 2006) | 2 lines
+r21002 | jmayer | 2007-03-08 06:49:14 -0800 (Thu, 08 Mar 2007) | 1 line
Changed paths:
- M /trunk/gtk/packet_list.c
+ M /trunk/gtk/Makefile.common
-Don't try to set focus on NULL.
+Whitespace changes
+------------------------------------------------------------------------
+r21003 | lego | 2007-03-08 14:59:44 -0800 (Thu, 08 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.common
+actually compile H.248.7
------------------------------------------------------------------------
-r19929 | ulfl | 2006-11-18 04:30:58 -0800 (Sat, 18 Nov 2006) | 1 line
+r21004 | lego | 2007-03-08 15:00:28 -0800 (Thu, 08 Mar 2007) | 2 lines
Changed paths:
- M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+ M /trunk/epan/wslua/wslua_field.c
-fix validity of document
+fix Bug 1370
+LUA function all_field_infos() causes wire shark to terminate.
------------------------------------------------------------------------
-r19930 | gerald | 2006-11-18 09:17:28 -0800 (Sat, 18 Nov 2006) | 3 lines
+r21005 | ulfl | 2007-03-08 15:37:55 -0800 (Thu, 08 Mar 2007) | 7 lines
Changed paths:
+ M /trunk/doc/wireshark.pod
M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+ M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
M /trunk/gtk/main.c
+ M /trunk/gtk/main.h
+ M /trunk/gtk/menu.c
-If the user starts typing ([a-zA-Z0-9]) anywhere in the main window, start
-filling in a display filter.
+from Sake Blok:
+I have changed the patch according to your suggestions and also changed
+the doc[book] files accordingly. I tested the patch and it does seem to
+work fine on my test-system.
+ULFL: In addition, I've added the en-/disabling to the other (already existing) Copy menu items - some just did nothing, some crashed if nothing was selected.
+I've also sligthly changed the menu seperators and made both context menus look a bit more identical.
------------------------------------------------------------------------
-r19931 | sfisher | 2006-11-18 23:41:25 -0800 (Sat, 18 Nov 2006) | 4 lines
+r21006 | ulfl | 2007-03-08 15:48:59 -0800 (Thu, 08 Mar 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-ssl.c
+ M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+
+remove the separator above the "Export Selected Packet Bytes" context menu item
+------------------------------------------------------------------------
+r21007 | gerald | 2007-03-08 17:40:30 -0800 (Thu, 08 Mar 2007) | 12 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/docbook/release-notes.xml
+ M /trunk/epan/dissectors/packet-dcp-etsi.c
+
+Fix for bug 1264 from Julian Cable:
-Fix for bug #1126. In the SSL dissector, don't just check if we're allowed
-to desegment, but also check if we need to before attempting it.
+ I've refactored the offending code branch and added some comments so
+ hopefully the intent is a bit clearer. The loop termination conditions
+ are now obviously independent of the content on the wire (they were
+ meant to be before, but I admit it was obscure). I've tried using the
+ ephemeral memory routines.
+Add a check for a maximum fragment count, and bail out of reassembly instead
+of triggering an ep_alloc exception. Add Julian to AUTHORS. Update the
+release notes.
------------------------------------------------------------------------
-r19932 | etxrab | 2006-11-19 08:24:18 -0800 (Sun, 19 Nov 2006) | 1 line
+r21008 | tuexen | 2007-03-09 02:49:23 -0800 (Fri, 09 Mar 2007) | 2 lines
Changed paths:
- M /trunk/tools/lemon/lemon.c
- M /trunk/tools/lemon/lempar.c
+ M /trunk/epan/dissectors/packet-sctp.c
+
+Add HMAC Algo constants.
-Update to the latest versions from sqlite.
------------------------------------------------------------------------
-r19933 | ulfl | 2006-11-19 08:49:58 -0800 (Sun, 19 Nov 2006) | 1 line
+r21009 | jmayer | 2007-03-09 05:11:33 -0800 (Fri, 09 Mar 2007) | 2 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/epan/dissectors/packet-dcerpc-nspi.c
+
+Regenerated with current pidl compiler
-fix clean_setup target
------------------------------------------------------------------------
-r19934 | ulfl | 2006-11-19 09:02:31 -0800 (Sun, 19 Nov 2006) | 3 lines
+r21010 | jmayer | 2007-03-09 05:13:44 -0800 (Fri, 09 Mar 2007) | 2 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/epan/packet_info.h
-if the WIRESHARK_LIBS dir isn't already existing, create it
+dcerpc_procedure_name is actually a const char*, not just char*
-this fixes problems discussed earlier on the list with cygpath
------------------------------------------------------------------------
-r19935 | gerald | 2006-11-19 15:23:53 -0800 (Sun, 19 Nov 2006) | 3 lines
+r21011 | jmayer | 2007-03-09 05:14:09 -0800 (Fri, 09 Mar 2007) | 29 lines
Changed paths:
+ M /trunk/epan/dissectors/packet-bctp.c
+ M /trunk/epan/dissectors/packet-epl.c
+ M /trunk/epan/dissectors/packet-sccp.c
+ M /trunk/epan/dissectors/packet-sccp.h
+ M /trunk/epan/dissectors/packet-sctp.c
+ M /trunk/epan/dissectors/packet-vnc.c
M /trunk/gtk/main.c
+ M /trunk/gtk/u3.h
+
+GCC warning fixes
+epan/dissectors/
+packet-bctp.c:
+ no newline at end of file
+packet-epl.c:
+ C++ style comments are not allowed in ISO C90
+packet-sccp.c:
+ missing initializer
+packet-sccp.h:
+ comma at end of enumerator list
+packet-sctp.c:
+ suggest parentheses around assignment used as truth value
+packet-vnc.c:
+ control reaches end of non-void function
+ pointer targets in passing argument 1 of 'g_strtod' differ in
+ signedness
+ pointer targets in passing argument 3 of 'vnc_client_to_server'
+ differ in signedness
+gtk/
+main.c:
+ C++ style comments are not allowed in ISO C90
+u3.h:
+ function declaration isn't a prototype
+
+Other (trivial) stuff
+packet-sccp.h:
+ Add svn properties
-Add exclamation and left parenthesis to the display filter keystroke
-catcher.
------------------------------------------------------------------------
-r19936 | martinm | 2006-11-20 06:53:22 -0800 (Mon, 20 Nov 2006) | 1 line
+r21012 | sahlberg | 2007-03-09 12:02:25 -0800 (Fri, 09 Mar 2007) | 6 lines
Changed paths:
+ M /trunk/epan/dissectors/packet-dcp-etsi.c
+
+move some variable declarations to the start of the block.
+
+many compilers do not support the nonstandard feature to declare variables in the middle of a block.
+
+
+
+------------------------------------------------------------------------
+r21013 | lego | 2007-03-09 18:04:57 -0800 (Fri, 09 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/wiretap/k12.c
+
+Major cleanup of debug code and whitespace changes.
+------------------------------------------------------------------------
+r21014 | lego | 2007-03-09 18:11:51 -0800 (Fri, 09 Mar 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-kerberos.c
+
+Make sure ENDTRY is evaluated.
+
+On windows if ENDTRY is not evaluated after a exception is being thrown wireshark will crash in dissect_packet() while attempting to pop the last frame of the exception stack.
+
+------------------------------------------------------------------------
+r21015 | lego | 2007-03-09 18:13:00 -0800 (Fri, 09 Mar 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-wcp.c
+
+Make sure ENDTRY is evaluated.
+
+On windows if ENDTRY is not evaluated after a exception is being thrown wireshark will crash in dissect_packet() while attempting to pop the last frame of the exception stack.
+
+------------------------------------------------------------------------
+r21016 | morriss | 2007-03-10 00:36:24 -0800 (Sat, 10 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-epmd.c
+
+From Joost Yervante Damad via bug 1383: support for Erlang Port Mapper Daemon
+message dissection.
+
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1383
+
+------------------------------------------------------------------------
+r21017 | morriss | 2007-03-10 07:06:11 -0800 (Sat, 10 Mar 2007) | 10 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-epl.c
+ M /trunk/epan/dissectors/packet-epl.h
+
+From David Buechi:
+
+- don't show EPL src- and dst-address of SoC frame (same as SoA)
+- show SoA requested service only if it's not "NO_SERVICE"
+- NMT state in StatusResponse in words, not numbers
+- don't show MC and PS flags in SoC (it's now configurable via "Preferences")
+
+Furthermore I extended the value_string struct for the NMT-Command-IDs
+(asnd_cid_vals). This change is used to fully decode the NMTRequest frames.
+
+------------------------------------------------------------------------
+r21018 | morriss | 2007-03-10 22:16:00 -0800 (Sat, 10 Mar 2007) | 18 lines
+Changed paths:
+ M /trunk/doc/README.developer
+ M /trunk/epan/dissectors/packet-arp.c
+ M /trunk/epan/dissectors/packet-dcerpc-nt.c
+ M /trunk/epan/dissectors/packet-dcp.c
+ M /trunk/epan/dissectors/packet-ndmp.c
M /trunk/epan/proto.c
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+ M /trunk/plugins/profinet/packet-pn-ptcp.c
+
+Fix bug 552:
+
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=552
+
+by enforcing that header fields have names of length > 0. This should fix
+the display of those fields and also make them filterable (which was the
+subject of the bug). Abbreviations are (still) optional: if they are empty
+then the field is not filterable.
+
+Update README.developer with this information.
+
+Add header field names in several dissectors where they were missing.
+
+In packet-arp.c give "packet-storm-detected" a name (as above) but also set it
+as _GENERATED.
+
+Also remove trailing white space from all the files checked in.
-Make FT_STRINGZ items work as apply/prepare as filter menu items
------------------------------------------------------------------------
-r19937 | jake | 2006-11-20 11:39:19 -0800 (Mon, 20 Nov 2006) | 1 line
+r21019 | ulfl | 2007-03-11 05:07:43 -0700 (Sun, 11 Mar 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dhcpv6.c
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+ M /trunk/plugins/profinet/packet-pn-ptcp.c
-Fix for bug 1235. Elapsed time is in 10ms units.
+as Jeff made empty field names "illegal", he changed the way PN-IO and PN-PTCP showed their blocks in an unwanted way - fix it
------------------------------------------------------------------------
-r19938 | guy | 2006-11-20 16:00:26 -0800 (Mon, 20 Nov 2006) | 2 lines
+r21020 | martinm | 2007-03-12 04:21:02 -0700 (Mon, 12 Mar 2007) | 2 lines
Changed paths:
- M /trunk/tshark.c
+ M /trunk/epan/dissectors/packet-m2pa.c
-Squelch a compiler warning.
+Make m2pa dissector findable by name.
------------------------------------------------------------------------
-r19939 | guy | 2006-11-20 16:16:44 -0800 (Mon, 20 Nov 2006) | 5 lines
+r21021 | sfisher | 2007-03-13 13:42:04 -0700 (Tue, 13 Mar 2007) | 17 lines
Changed paths:
- M /trunk/epan/epan.c
+ M /trunk/epan/dissectors/packet-http.c
+ M /trunk/epan/dissectors/packet-http.h
+ M /trunk/gtk/export_object.c
+ M /trunk/gtk/export_object.h
+ M /trunk/gtk/export_object_http.c
+
+
+HTTP Export Object updates:
+
+ - Split the HTTP tap into two taps: one for the HTTP statistics
+ and the other for the export object function. This allows the
+ HTTP statistics to work again (they seem to have been
+ partially broken since SVN rev 18901).
+ - Pass the conversation data (conv_data) between functions now
+ instead of using the global variable stat_info (now only used
+ for the HTTP stats)
+ - Pass only pointers from the HTTP dissector to the Export Object
+ tap, where we'll then copy the values and insert into the slist.
+ - Make sure we free all memory allocated by this feature when
+ we're done with it.
+ - Various other minor improvements
+
+
+------------------------------------------------------------------------
+r21022 | ulfl | 2007-03-13 19:55:54 -0700 (Tue, 13 Mar 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/filesystem.c
+ M /trunk/epan/filesystem.h
+ M /trunk/epan/libwireshark.def
M /trunk/gtk/main.c
- M /trunk/tshark.c
-Call guids_init() in epan_init(), so anything that needs libwireshark -
-including dftest - will get the GUID table initialized (which anything
-that needs libwireshark needs to have happen, so dissectors can register
-GUIDs in that table).
+as requested by "John T. Haller" for PortableApps.com:
+add new WS command line option -P to be able to change some of the path settings
+this is experimental, please report bugs
------------------------------------------------------------------------
-r19940 | guy | 2006-11-20 16:30:36 -0800 (Mon, 20 Nov 2006) | 3 lines
+r21023 | etxrab | 2007-03-13 23:29:14 -0700 (Tue, 13 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/diameter/TGPPSh.xml
+ M /trunk/diameter/dictionary.xml
+ M /trunk/diameter/imscxdx.xml
+
+Add comments about 3gpp AVP:s
+------------------------------------------------------------------------
+r21024 | etxrab | 2007-03-14 00:12:55 -0700 (Wed, 14 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/Makefile.nmake
+ M /trunk/tools/win32-setup.sh
+
+Use the latest GTK packages for Windows.
+------------------------------------------------------------------------
+r21025 | jmayer | 2007-03-14 08:40:44 -0700 (Wed, 14 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-tapa.c
+
+Improve the heuristic for the tapa discovery classification.
+This should fix bug 1437.
+
+------------------------------------------------------------------------
+r21026 | gal | 2007-03-14 10:28:55 -0700 (Wed, 14 Mar 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-x25.c
+
+"When X.264/ISO 11570 default identification is being used, there is no user data field in the
+CALL REQUEST packet. This is for X.225/ISO 8073 COTP."
+
+Added this default handling.
+
+
+------------------------------------------------------------------------
+r21027 | guy | 2007-03-14 11:19:13 -0700 (Wed, 14 Mar 2007) | 2 lines
Changed paths:
- M /trunk/epan/epan.c
M /trunk/gtk/main.c
- M /trunk/tshark.c
-We also need the memory allocation subsystem initialized in anything
-that uses libwireshark.
+Fix indentation.
------------------------------------------------------------------------
-r19941 | guy | 2006-11-20 16:36:35 -0800 (Mon, 20 Nov 2006) | 3 lines
+r21028 | guy | 2007-03-14 11:22:28 -0700 (Wed, 14 Mar 2007) | 4 lines
Changed paths:
- M /trunk/dftest.c
+ M /trunk/epan/filesystem.c
+
+Include <ctype.h> to define "isspace()".
+
+Clean up indentation.
+
+------------------------------------------------------------------------
+r21029 | guy | 2007-03-14 11:23:19 -0700 (Wed, 14 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-tapa.c
+
+"dissect_tapa_static()" is a new-style dissector; register it as such.
-Use the <name> convention for command-line arguments in the usage
-message.
+------------------------------------------------------------------------
+r21030 | guy | 2007-03-14 11:25:19 -0700 (Wed, 14 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dcom.c
+
+Correctly return the item value through the pointer.
------------------------------------------------------------------------
-r19942 | ulfl | 2006-11-20 16:40:36 -0800 (Mon, 20 Nov 2006) | 1 line
+r21031 | guy | 2007-03-14 12:29:42 -0700 (Wed, 14 Mar 2007) | 2 lines
Changed paths:
- M /trunk/gtk/progress_dlg.c
+ M /trunk/gtk/file_dlg.c
+
+Get rid of some #if-ed out includes, which aren't needed.
-flush out the main event loop at dialog creation, so we don't see an empty dialog until the first update
------------------------------------------------------------------------
-r19943 | ulfl | 2006-11-20 16:45:38 -0800 (Mon, 20 Nov 2006) | 1 line
+r21032 | guy | 2007-03-14 12:30:19 -0700 (Wed, 14 Mar 2007) | 6 lines
Changed paths:
M /trunk/file.c
+ M /trunk/file.h
M /trunk/gtk/main.c
+ M /trunk/gtk/menu.c
+ M /trunk/menu.h
+
+Don't enable "Save As" if you don't have an unsaved live capture file
+and there are no formats in which the file can be saved by some means
+other than copying the raw data; "Save As" isn't a very useful function
+in that case, and that prevents us from having an empty list of formats
+in which the file can be saved.
-while loading a huge capture file, enable the main window to show packets rushing into the packet list
------------------------------------------------------------------------
-r19944 | gerald | 2006-11-20 17:27:29 -0800 (Mon, 20 Nov 2006) | 4 lines
+r21033 | jmayer | 2007-03-14 15:58:09 -0700 (Wed, 14 Mar 2007) | 2 lines
Changed paths:
- M /trunk/gtk/main.c
+ M /trunk/epan/dissectors/packet-http.c
-If a user starts typing text in the main window, append it to the
-display filter instead of replacing it. Check for a valid character
-with a simple isprint() instead of a giant boolean expression paragraph.
+strncmp(NULL, ...) isn't such a good idea.
------------------------------------------------------------------------
-r19945 | sahlberg | 2006-11-21 00:44:21 -0800 (Tue, 21 Nov 2006) | 6 lines
+r21034 | sfisher | 2007-03-15 17:47:26 -0700 (Thu, 15 Mar 2007) | 10 lines
Changed paths:
- M /trunk/epan/dissectors/packet-kpasswd.c
+ M /trunk/epan/dissectors/packet-http.c
-the result code, encoded within the userdata is in network byte order not little endian.
-this makes a difference for the cases where the result code is not KPASSWD_SUCCESS == 0x0000
+Fix bug #1394: Runtime error crash after clicking on HTTP packet
+The capture file the user supplied had a HTTP chunked response
+in it with no actual chunks other than the zero length chunk
+indicating the end of the chunks. The fix is to only create
+a new_tvb and copy it over the tvb going into the
+chunked_encoding_dissector() function if the chunk size is > 0.
+
+------------------------------------------------------------------------
+r21035 | grahamb | 2007-03-16 04:39:19 -0700 (Fri, 16 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-dnp.c
+Corrected dissection when reading binary inputs that have per point indexes, found by Steven J. Schaeffer
------------------------------------------------------------------------
-r19946 | sahlberg | 2006-11-21 00:53:11 -0800 (Tue, 21 Nov 2006) | 15 lines
+r21036 | martinm | 2007-03-16 07:09:12 -0700 (Fri, 16 Mar 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-rpc.c
- M /trunk/epan/dissectors/packet-rpc.h
+ M /trunk/epan/dissectors/packet-cops.c
+Turn an error that I've encountered into an easily findable expert item.
-From: Burlyga, Alex
+------------------------------------------------------------------------
+r21037 | lego | 2007-03-16 14:22:35 -0700 (Fri, 16 Mar 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/crypt/crypt-sha1.c
+ M /trunk/epan/crypt/crypt-sha1.h
+
+From: Sebastien Tandel
+And here is the patch to change guint -> guint32 in the hmac function.
-Hi,
-Attached is a patch for packet-rpc.c and packet-rpc.h.
-Update support for pseudo-flavors that used in RPCSEC_GSS
-Also fixed a problem where rpc.reqframe and rpc.repframe where
-reversed.
+------------------------------------------------------------------------
+r21038 | sfisher | 2007-03-16 15:05:57 -0700 (Fri, 16 Mar 2007) | 12 lines
+Changed paths:
+ M /trunk/gtk/capture_dlg.c
-Alex.
+Fix bug #1375: Capture Options with many IP addresses scrolls off
+screen
+Changed IP address label to fit into an event box which is in the ip
+address hbox. This allows the label to expand to fit the capture dialog
+window, but no further. Expanding the capture dialog window will show
+more IP addresses. Left align the label. Add ... in the middle of a
+long list of IP addresses to show the first few and the last few with
+the gtk_label_set_ellipsize() function in GTK 2.6 and up.
------------------------------------------------------------------------
-r19947 | sahlberg | 2006-11-21 01:18:28 -0800 (Tue, 21 Nov 2006) | 10 lines
+r21039 | sfisher | 2007-03-16 17:10:48 -0700 (Fri, 16 Mar 2007) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/gtk/capture_dlg.c
-Patrick vd Lageweg <patrick@bitwizard.nl>
-Hi,
+Update to revision 21038 - line up the IP address label with the
+rest of the items in that part of the capture dialog.
-The rease/release commands are also usable on SSC devices. This patch adds them to the valid SSC command.
- ?\194?\160 ?\194?\160 ?\194?\160 ?\194?\160Patrick
-_______________________________________________
+------------------------------------------------------------------------
+r21040 | ulfl | 2007-03-16 17:36:40 -0700 (Fri, 16 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/Makefile.nmake
+minor clean_setup target enhancements
+------------------------------------------------------------------------
+r21041 | morriss | 2007-03-17 01:28:20 -0700 (Sat, 17 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-tapa.c
+
+Strengthen TAPA's heuristics some:
+ - check if the tunnel type is known
+ - if it's a discover_request, check that the (first) request type
+ is known
------------------------------------------------------------------------
-r19948 | morriss | 2006-11-21 05:37:13 -0800 (Tue, 21 Nov 2006) | 1 line
+r21042 | morriss | 2007-03-17 01:56:11 -0700 (Sat, 17 Mar 2007) | 7 lines
Changed paths:
- M /trunk/AUTHORS
+ M /trunk/gtk/mtp3_stat.c
+
+Fix bug 1336:
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1336
+
+Since mtp3_stat_draw() returns immediately if passed a NULL tapdata pointer,
+call it with a pointer to the stat data (instead of NULL) in
+mtp3_stat_gtk_cb().
-Add Japan SS7 variant to list of things I contributed (and verify this whole commit thing works :-))
------------------------------------------------------------------------
-r19949 | jake | 2006-11-21 06:18:46 -0800 (Tue, 21 Nov 2006) | 2 lines
+r21043 | lego | 2007-03-17 07:56:04 -0700 (Sat, 17 Mar 2007) | 4 lines
Changed paths:
- M /trunk/doc/README.developer
- M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
- M /trunk/epan/dissectors/packet-tcp.c
- M /trunk/epan/dissectors/packet-tcp.h
+ M /trunk/wiretap/k12.c
-Correct comments and examples on get_pdu_len().
+K15 phase 1
+be able to read files with records larger than 0x2000 bytes
+this fixes http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=532
------------------------------------------------------------------------
-r19950 | guy | 2006-11-21 12:10:10 -0800 (Tue, 21 Nov 2006) | 15 lines
+r21044 | lego | 2007-03-17 10:40:21 -0700 (Sat, 17 Mar 2007) | 4 lines
Changed paths:
- M /trunk/doc/README.developer
+ M /trunk/wiretap/k12.c
-If you're doing TCP reassembly by hand rather than with
-tcp_dissect_pdus(), pinfo->desegment_len indicates whether your
-dissector needs more data from TCP or not - the return value doesn't
-indicate that.
+K15 final:
+add another interface record type with the very same arch than the "old" one.
-Fix typo.
+now I can read all the K15 files I got.
+------------------------------------------------------------------------
+r21045 | lego | 2007-03-17 10:55:19 -0700 (Sat, 17 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/wiretap/k12.c
-It appears that the Id keyword is one of the case-insensitive ones in
-the svn:keywords property, so if you set it to "ID" it still expands
-"$Id$"; it also appears not to expand "$ID$". We use Revision, Date,
-and Author in the document to indicate the revision, and don't expand
-Id, so that references to "$Id$" get left alone.
+rename a variable.
+------------------------------------------------------------------------
+r21046 | lego | 2007-03-17 14:43:34 -0700 (Sat, 17 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/h248/packet-h248-template.c
-Rewrap paragraphs.
+dissect H.248 over TPKT over TCP
+------------------------------------------------------------------------
+r21047 | lego | 2007-03-17 14:44:22 -0700 (Sat, 17 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248.h
+dissect H.248 over TPKT over TCP
------------------------------------------------------------------------
-r19951 | etxrab | 2006-11-21 13:00:25 -0800 (Tue, 21 Nov 2006) | 3 lines
+r21048 | lego | 2007-03-18 06:53:07 -0700 (Sun, 18 Mar 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-acn.c
- M /trunk/epan/dissectors/packet-acn.h
+ M /trunk/asn1/h248/packet-h248-template.c
+
+make sure curr_info.evt is not-NULL before derreferencing it.
+
+fixes Bug 1451
+------------------------------------------------------------------------
+r21049 | lego | 2007-03-18 06:53:28 -0700 (Sun, 18 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-h248.c
+
+make sure curr_info.evt is not-NULL before derreferencing it.
+
+fixes Bug 1451
+------------------------------------------------------------------------
+r21050 | lego | 2007-03-18 07:56:58 -0700 (Sun, 18 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/asn1/h248/packet-h248-template.c
+
+make sure curr_info.sig is not-NULL before derreferencing it.
+
+similar to Bug 1451
+------------------------------------------------------------------------
+r21051 | lego | 2007-03-18 07:57:26 -0700 (Sun, 18 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-h248.c
+
+make sure curr_info.sig is not-NULL before derreferencing it.
+
+similar to Bug 1451
+------------------------------------------------------------------------
+r21052 | wmeier | 2007-03-18 08:36:22 -0700 (Sun, 18 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dfilter/Makefile.nmake
+ M /trunk/epan/dissectors/Makefile.nmake
+ M /trunk/epan/ftypes/Makefile.nmake
+ M /trunk/epan/wslua/Makefile.nmake
+ M /trunk/gtk/Makefile.nmake
+ M /trunk/tools/lemon/Makefile.nmake
+ M /trunk/wiretap/Makefile.nmake
+
+Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defined)
+
+------------------------------------------------------------------------
+r21053 | lego | 2007-03-18 11:55:52 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-mtp3.h
+
+protect from multiple inclussion
+------------------------------------------------------------------------
+r21054 | lego | 2007-03-18 14:54:07 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/h248/h248.cnf
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/asn1/h248/packet-h248-template.h
+
+add a tap to h248
+------------------------------------------------------------------------
+r21055 | lego | 2007-03-18 14:55:00 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248.h
+
+add a tap to h248
+------------------------------------------------------------------------
+r21056 | lego | 2007-03-18 15:14:12 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/voip_calls.c
+ M /trunk/gtk/voip_calls.h
+ M /trunk/gtk/voip_calls_dlg.c
+
+add h248 to VoIP Calls
+------------------------------------------------------------------------
+r21057 | lego | 2007-03-18 15:26:08 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/voip_calls.c
+
+squelch some warnings
+------------------------------------------------------------------------
+r21058 | lego | 2007-03-18 16:14:06 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-m3ua.c
+
+add an mtp3 tap to m3ua to allow VoIP Calls to see ISUP/BICC calls over M3UA
+------------------------------------------------------------------------
+r21059 | lego | 2007-03-18 16:15:19 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/voip_calls_dlg.c
+
+check the pointer before derreferencing it
+------------------------------------------------------------------------
+r21060 | lego | 2007-03-18 16:16:54 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/voip_calls.c
+ M /trunk/gtk/voip_calls.h
+
+have voip_calls using the m3ua tap
+------------------------------------------------------------------------
+r21061 | guy | 2007-03-18 17:03:17 -0700 (Sun, 18 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/packet-usb.c
+
+From Charles Lepple: in a Get Descriptor message, the descriptor index
+comes before the descriptor type.
+
+------------------------------------------------------------------------
+r21062 | lego | 2007-03-18 17:32:33 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-m3ua.c
+
+bzero the tap data.
+------------------------------------------------------------------------
+r21063 | lego | 2007-03-18 17:36:42 -0700 (Sun, 18 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/gtk/graph_analysis.c
+ M /trunk/gtk/voip_calls.c
-From Bill Florac:
-Here is a patch for the ACN dissector. It fixes a bug in
-acn_add_expiry() and cleans up some cosmetic things.
+voip_calls.c:
+- instead of wrongly using the h248 call counter use tapinfo's counter
+
+graph_analysis.c:
+- beautify the code (I was trying to the bug that got fixed by bzeroing m3ua tap data however this looks better!).
------------------------------------------------------------------------
-r19952 | sahlberg | 2006-11-21 13:11:18 -0800 (Tue, 21 Nov 2006) | 23 lines
+r21064 | guy | 2007-03-18 19:36:30 -0700 (Sun, 18 Mar 2007) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-dcerpc.c
-fix for bug 1226:
-reported by Benjamin Meyer
+Get rid of unused variable.
+
+------------------------------------------------------------------------
+r21065 | morriss | 2007-03-19 03:34:26 -0700 (Mon, 19 Mar 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-sctp.c
+
+- Set hf_sctp_acked and hf_sctp_rtt as generated.
+- Change "sctp.retransmitted" to "sctp.retransmission" since that field
+ is set on messages that are retransmissions, not messages that were
+ retransmitted.
+- Change some formatting to make it more consistent.
+
+------------------------------------------------------------------------
+r21066 | gal | 2007-03-19 12:08:22 -0700 (Mon, 19 Mar 2007) | 34 lines
+Changed paths:
+ M /trunk/epan/prefs-int.h
+ M /trunk/epan/prefs.c
+ M /trunk/epan/prefs.h
+ M /trunk/gtk/prefs_dlg.c
+
+This change allows a structure to be created under the "Protocols" section of the preferences.
+
+A new function is introduced, prefs_register_protocol_subtree(), that allows the subtree the protocol should appear under to be specified. The subtree is specified as a string, with a '/' delimiting each subtree element. For example,
+ prefs_register_protocol(proto_dap, prefs_register_dap);
+becomes
+ prefs_register_protocol_subtree("OSI/X.500", proto_dap, prefs_register_dap);
-WireShark marks DCE RPC FACKs as "malformed" if they do not have a body.
-According to DCE RPC Spec. 1.1 FACKs "may contain" a body PTU.
+The function will create all the intermediate subtree nodes that are required, if they don't already exist.
+This allows the grouping of procotols which should make the list of protocols more manageable as even more are added. The current aim is to group by protocol family e.g.
++ OSI
+ + X.400
+ X.411
+ X.420
+ + X.500
+ DISP
+ DAP
+ DOP
+ DSP
+ + X.509
+ X509AF
+ X509CE
+ ...
-I am unable to build WireShark (lack of time to install all neccessary stuff)
-but I looked at the SourceCode. I think, at least this has to be fixed:
+but others grouping could be envisioned (e.g. by first letter).
-file: epan/dissectors/packet-dcerpc.c
-function: static gboolean dissect_dcerpc_dg (tvbuff_t *tvb, packet_info *pinfo,
-proto_tree *tree)
+As the intermediate nodes may already have preferences (e.g. OSI), then modules are now allowed to have submodules. Previously each node was either a subtree or held preferences. This is consistent with the "User Interface" node.
-*snip*
-case PDU_FACK
-dissect_dcerpc_dg_fack (tvb, offset, pinfo, dcerpc_tree, &hdr);
-break;
-*snap*
+The subtree structure has no effect on how the preferences are saved to file, and the "Protocol Preferences..." menu option will bring up the preferences expanded to the correct node.
-I guess, it should look like "case PDU_NOCALL:" directly above.
+In addition, a new "blank page" has been introduced for intermediate nodes that have no preferences (and is also used when the "Protocols" node itself is chosen). This prevents confusion when the user moves from a node with preferences to a node without preferences, but the page old page is still shown.
+There is also a change to prevent '#' characters in a value being treated as a comment when parsing the preferences file. (There is nothing that adds comments when writing the preferences file.)
------------------------------------------------------------------------
-r19953 | guy | 2006-11-21 13:49:58 -0800 (Tue, 21 Nov 2006) | 4 lines
+r21067 | gerald | 2007-03-19 13:13:01 -0700 (Mon, 19 Mar 2007) | 5 lines
Changed paths:
- M /trunk/epan/reassemble.c
+ M /trunk/epan/dissectors/packet-udp.c
-Fix pluralization of "bytes" so it doesn't say "1 bytes".
+Extend the bad checksum description to include '(maybe caused by "UDP
+checksum offload"?)', similar to the TCP dissector.
-Clean up indentation.
+Minor whitespace fixups.
------------------------------------------------------------------------
-r19954 | etxrab | 2006-11-21 14:18:12 -0800 (Tue, 21 Nov 2006) | 1 line
+r21068 | sahlberg | 2007-03-20 07:27:13 -0700 (Tue, 20 Mar 2007) | 6 lines
Changed paths:
- M /trunk/asn1/mms/mms.asn
- M /trunk/epan/dissectors/packet-mms.c
+ M /trunk/epan/dissectors/packet-bacapp.c
+
+ifdef out a function that is not yet used to get rid of a compiler warning
+
+packet-bacapp.c:4269: warning: `fDeviceObjectPropertyReference' defined but not
+used
+
-Revert changes to have named bits in the bitstring of unknown length.
------------------------------------------------------------------------
-r19955 | etxrab | 2006-11-21 22:39:24 -0800 (Tue, 21 Nov 2006) | 20 lines
+r21069 | sahlberg | 2007-03-20 07:42:49 -0700 (Tue, 20 Mar 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ansi_637.c
- M /trunk/epan/dissectors/packet-ansi_a.c
- M /trunk/epan/dissectors/packet-ansi_a.h
- M /trunk/epan/dissectors/packet-ansi_map.c
- M /trunk/epan/libwireshark.def
- M /trunk/gtk/ansi_a_stat.c
+ M /trunk/epan/dissectors/packet-mikey.c
+
+remove some compiler warnings for unused parameters
+
+
+------------------------------------------------------------------------
+r21070 | sahlberg | 2007-03-20 07:50:15 -0700 (Tue, 20 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-sctp.c
-From Michael Lum
+remove some compiler warnings about unused parameters
-1)
-A small change in the number of teleservices recognized
-2)
-Finally finished a lot of the changes for IOS 5 support.
+------------------------------------------------------------------------
+r21071 | sahlberg | 2007-03-20 07:58:55 -0700 (Tue, 20 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb.c
-The attached files must be used together.
+remove some compiler warnings
-Built in Windows XP Pro using Visual Studio C++ with the latest repository.
-packet-ansi_map.c.gz
+------------------------------------------------------------------------
+r21072 | sahlberg | 2007-03-20 08:05:04 -0700 (Tue, 20 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rmcp.c
-packet-ansi_a.gz
- This file contains both packet-ansi_a.c and packet-ansi_a.h changes.
+remove some compiler warnings about unused variables
-libwireshark.def.gz
-ansi_a_stat.c.gz
------------------------------------------------------------------------
-r19956 | sahlberg | 2006-11-22 01:00:36 -0800 (Wed, 22 Nov 2006) | 3 lines
+r21073 | sahlberg | 2007-03-20 08:07:28 -0700 (Tue, 20 Mar 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dissectors/packet-smb-logon.c
-ssc space6 count is a signed integer
+remove some unused variables
------------------------------------------------------------------------
-r19957 | sahlberg | 2006-11-22 02:12:59 -0800 (Wed, 22 Nov 2006) | 3 lines
+r21074 | martinm | 2007-03-20 10:20:36 -0700 (Tue, 20 Mar 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-scsi-ssc.c
- A /trunk/epan/dissectors/packet-scsi-ssc.h
- M /trunk/epan/dissectors/packet-scsi.c
- M /trunk/epan/dissectors/packet-scsi.h
- M /trunk/gtk/scsi_stat.c
+ M /trunk/epan/dissectors/packet-rtcp.c
-break the SCSI SSC commandset out into its own dissector
+Try to squash a warning seen by win32 buildbot
+------------------------------------------------------------------------
+r21075 | lego | 2007-03-20 17:43:05 -0700 (Tue, 20 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/ranap/packet-ranap-template.c
+ M /trunk/asn1/ranap/ranap-exp.cnf
+Add RANAP information to the sccp_info
------------------------------------------------------------------------
-r19958 | ulfl | 2006-11-22 12:52:40 -0800 (Wed, 22 Nov 2006) | 1 line
+r21076 | lego | 2007-03-20 17:48:46 -0700 (Tue, 20 Mar 2007) | 13 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-ssc.h
- M /trunk/epan/dissectors/packet-scsi.h
+ M /trunk/epan/dissectors/packet-bssap.c
+ M /trunk/epan/dissectors/packet-gsm_a.c
+ M /trunk/epan/dissectors/packet-ranap.c
+ M /trunk/epan/dissectors/packet-ranap.h
+ M /trunk/epan/dissectors/packet-sccp.c
+ M /trunk/epan/dissectors/packet-sccp.h
M /trunk/epan/libwireshark.def
+ M /trunk/epan/packet.c
+ M /trunk/epan/packet_info.h
+ M /trunk/epan/wslua/Makefile.am
+ M /trunk/epan/wslua/wslua_dumper.c
-fix Win32 build: scsi_ssc2_vals -> scsi_ssc_vals
+packet_info.c and packet.c
+add sccp_info to struct _packet_info (Sorry but the way private_data works and the fact that TCAP uses it and BSSAP/RANAP can be tunnelled on GSMMAP over TCAP makes it impossible to avoid)
+
+SCCP
+- Have SCCP to have a TAP,
+- Fix associations so that every message belongs to the association.
+- Export message type values so that they can be used by a tap listener
+
+RANAP
+ - Have RANAP information attached to the sccp_info
+
+BSSAP + GSM_A
+- Have DTAP, BSSMAP and BSSAP info attached to the sccp_info
------------------------------------------------------------------------
-r19959 | guy | 2006-11-22 14:11:38 -0800 (Wed, 22 Nov 2006) | 5 lines
+r21077 | lego | 2007-03-20 17:59:00 -0700 (Tue, 20 Mar 2007) | 3 lines
Changed paths:
- M /trunk/epan/proto.c
+ M /trunk/gtk/voip_calls.c
+ M /trunk/gtk/voip_calls.h
+ M /trunk/gtk/voip_calls_dlg.c
-Make the "standard" case in proto_can_match_selected() and
-proto_construct_dfilter_string() the default, so you add explicit cases
-only when the type needs to be treated specially, so we don't end up
-with types where we forget to have a case.
+Add the sccp tap to the "VoIP Calls" Tap (which by now should be renamed to just "Calls") but that's for later.
+Now it does H323, SIP, MGCP, ISUP/BICC, RANAP, BSSAP, H.248 and others...
------------------------------------------------------------------------
-r19960 | etxrab | 2006-11-22 15:20:11 -0800 (Wed, 22 Nov 2006) | 3 lines
+r21078 | ulfl | 2007-03-20 18:32:50 -0700 (Tue, 20 Mar 2007) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-rsvp.c
+ M /trunk/wiretap/Makefile.nmake
+ M /trunk/wiretap/ascend-grammar.y
+ M /trunk/wiretap/ascend-int.h
+ M /trunk/wiretap/k12.c
+ M /trunk/wiretap/lanalyzer.c
+ M /trunk/wiretap/libpcap.c
+ M /trunk/wiretap/visual.c
+
+set compiler option "treat warnings as errors" - to prevent new warnings for wiretap
-From Cyril Margaria:
-Patch to support RSVP notify and added a few error codes, with some more objectcodes
-added.
+remove all compiler warnings:
+a) prevent wrong malloc/free definitions by lex/yacc generated files
+b) add int/time_t casts - MSVC2005 is more "sensitive" about this than MSVC6
------------------------------------------------------------------------
-r19961 | guy | 2006-11-22 16:15:49 -0800 (Wed, 22 Nov 2006) | 5 lines
+r21079 | ulfl | 2007-03-20 19:47:53 -0700 (Tue, 20 Mar 2007) | 1 line
Changed paths:
- M /trunk/epan/proto.c
+ M /trunk/wiretap/k12.c
-When checking whether a field supports "match selected", do the same
-checks that we do when we try to construct the filter expression for
-"match selected" - this means we don't just assert that all FT_NONEs are
-filterable, as they aren't.
+fix another warning
+------------------------------------------------------------------------
+r21080 | ulfl | 2007-03-20 20:26:26 -0700 (Tue, 20 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/Makefile.nmake
+ M /trunk/gtk/compat_macros.h
+ M /trunk/gtk/filter_dlg.c
+ M /trunk/gtk/io_stat.c
+ M /trunk/gtk/mcast_stream.c
+ M /trunk/gtk/packet_list.c
+ M /trunk/gtk/rtp_player.c
+ M /trunk/gtk/rtp_stream.c
+ M /trunk/gtk/sctp_byte_graph_dlg.c
+ M /trunk/gtk/sctp_graph_dlg.c
+ M /trunk/gtk/tcp_graph.c
+ M /trunk/gtk/voip_calls.c
+fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flag
------------------------------------------------------------------------
-r19962 | sfisher | 2006-11-22 17:45:51 -0800 (Wed, 22 Nov 2006) | 5 lines
+r21081 | morriss | 2007-03-20 21:48:32 -0700 (Tue, 20 Mar 2007) | 12 lines
Changed paths:
- M /trunk/tshark.c
+ M /trunk/epan/dissectors/packet-sctp.c
+Add tracking of retransmitted TSNs. That is, for a TSN that we found was
+retransmitted, add items to its tree describing those retransmissions (frame
+where the retransmission is and RTO). Limit this to 100 retransmissions to
+avoid running out of memory in pathological cases.
-Fix for bug #1211. Patch from Joshua Wright to add -S option to tshark's
-usage description (-h).
+This adds the filters "sctp.retransmitted" (TSNs that were retransmitted)
+and "sctp.retransmitted_count" (count of number of times the TSN was
+retransmitted).
+The RTO is intentionally not added to the retransmitted TSN tree as it is
+already added to the retransmission(s). The RTO is displayed, however.
------------------------------------------------------------------------
-r19963 | gerald | 2006-11-22 17:49:18 -0800 (Wed, 22 Nov 2006) | 3 lines
+r21082 | jmayer | 2007-03-20 21:54:20 -0700 (Tue, 20 Mar 2007) | 2 lines
Changed paths:
+ M /trunk/epan/dissectors/packet-homeplug.c
M /trunk/epan/dissectors/packet-ieee80211.c
- M /trunk/epan/dissectors/packet-radiotap.c
+ M /trunk/epan/dissectors/packet-roofnet.c
+ M /trunk/gtk/packet_list.c
+ M /trunk/gtk/packet_list.h
-Back out most of r19878; it was making the 802.11 dissector overwrite the
-RSSI column with the wrong value.
+Fixes for: warning: function declaration isn't a prototype
------------------------------------------------------------------------
-r19964 | sahlberg | 2006-11-23 01:21:16 -0800 (Thu, 23 Nov 2006) | 3 lines
+r21083 | jmayer | 2007-03-20 21:58:38 -0700 (Tue, 20 Mar 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-scsi-smc.c
- A /trunk/epan/dissectors/packet-scsi-smc.h
- M /trunk/epan/dissectors/packet-scsi-ssc.c
- M /trunk/epan/dissectors/packet-scsi.c
- M /trunk/epan/dissectors/packet-scsi.h
- M /trunk/epan/libwireshark.def
+ M /trunk/epan/dissectors/packet-lwapp.c
+
+Small spelling fixes
+------------------------------------------------------------------------
+r21084 | jmayer | 2007-03-20 21:59:53 -0700 (Tue, 20 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-mikey.c
+ M /trunk/epan/wslua/wslua_pinfo.c
-break the SCSI SMC commandset out into its own dissector
+Fixes for: warning: comma at end of enumerator list
+
+------------------------------------------------------------------------
+r21085 | jmayer | 2007-03-20 22:06:01 -0700 (Tue, 20 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/unicode-utils.c
+ M /trunk/epan/wslua/make-taps.pl
+Fixes for: warning: ISO C does not allow extra ';' outside of a function
------------------------------------------------------------------------
-r19965 | lego | 2006-11-23 04:58:58 -0800 (Thu, 23 Nov 2006) | 3 lines
+r21086 | sahlberg | 2007-03-21 01:11:37 -0700 (Wed, 21 Mar 2007) | 3 lines
Changed paths:
- D /trunk/plugins/lua
+ M /trunk/epan/dissectors/packet-usb-masstorage.c
-Errase the lua plugin, its not longer in use.
+remove some compiler warnings
------------------------------------------------------------------------
-r19966 | etxrab | 2006-11-23 12:17:58 -0800 (Thu, 23 Nov 2006) | 1 line
+r21087 | sahlberg | 2007-03-21 01:32:15 -0700 (Wed, 21 Mar 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tipc.c
+ M /trunk/epan/dissectors/packet-t38.c
+
+remove some compiler warnings
+
-Show the header size as number of bytes.
------------------------------------------------------------------------
-r19967 | guy | 2006-11-23 13:16:46 -0800 (Thu, 23 Nov 2006) | 16 lines
+r21088 | sahlberg | 2007-03-21 03:22:22 -0700 (Wed, 21 Mar 2007) | 6 lines
+Changed paths:
+ M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+ M /trunk/asn1/cmip/cmip-exp.cnf
+ M /trunk/asn1/disp/disp-exp.cnf
+ M /trunk/asn1/dop/dop-exp.cnf
+ M /trunk/asn1/dsp/dsp-exp.cnf
+ M /trunk/asn1/ftam/ftam-exp.cnf
+ M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
+ M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+ M /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
+ M /trunk/asn1/pkix1implicit/pkix1implicit-exp.cnf
+ M /trunk/asn1/pkixcrmf/crmf-exp.cnf
+ M /trunk/asn1/ros/ros-exp.cnf
+ M /trunk/asn1/rtse/rtse-exp.cnf
+ M /trunk/asn1/umts_rrc/umts_rrc-exp.cnf
+ M /trunk/asn1/umts_rrc_Internode-defs/umts_rrc_internode-defs-exp.cnf
+ M /trunk/asn1/umts_rrc_ies/umts_rrc_ies-exp.cnf
+ M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
+ M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+ M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h
+ M /trunk/epan/dissectors/packet-acp133.c
+ M /trunk/epan/dissectors/packet-acp133.h
+ M /trunk/epan/dissectors/packet-acse.c
+ M /trunk/epan/dissectors/packet-acse.h
+ M /trunk/epan/dissectors/packet-ansi_map.c
+ M /trunk/epan/dissectors/packet-ansi_map.h
+ M /trunk/epan/dissectors/packet-camel.c
+ M /trunk/epan/dissectors/packet-camel.h
+ M /trunk/epan/dissectors/packet-cdt.c
+ M /trunk/epan/dissectors/packet-cdt.h
+ M /trunk/epan/dissectors/packet-cmip.c
+ M /trunk/epan/dissectors/packet-cmip.h
+ M /trunk/epan/dissectors/packet-cmp.c
+ M /trunk/epan/dissectors/packet-cmp.h
+ M /trunk/epan/dissectors/packet-cms.c
+ M /trunk/epan/dissectors/packet-cms.h
+ M /trunk/epan/dissectors/packet-crmf.c
+ M /trunk/epan/dissectors/packet-crmf.h
+ M /trunk/epan/dissectors/packet-dap.c
+ M /trunk/epan/dissectors/packet-dap.h
+ M /trunk/epan/dissectors/packet-disp.c
+ M /trunk/epan/dissectors/packet-disp.h
+ M /trunk/epan/dissectors/packet-dop.c
+ M /trunk/epan/dissectors/packet-dop.h
+ M /trunk/epan/dissectors/packet-dsp.c
+ M /trunk/epan/dissectors/packet-dsp.h
+ M /trunk/epan/dissectors/packet-ess.c
+ M /trunk/epan/dissectors/packet-ess.h
+ M /trunk/epan/dissectors/packet-ftam.c
+ M /trunk/epan/dissectors/packet-ftam.h
+ M /trunk/epan/dissectors/packet-ftbp.c
+ M /trunk/epan/dissectors/packet-ftbp.h
+ M /trunk/epan/dissectors/packet-gnm.c
+ M /trunk/epan/dissectors/packet-gnm.h
+ M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/epan/dissectors/packet-gsm_map.h
+ M /trunk/epan/dissectors/packet-gsm_ss.c
+ M /trunk/epan/dissectors/packet-gsm_ss.h
+ M /trunk/epan/dissectors/packet-h225.c
+ M /trunk/epan/dissectors/packet-h225.h
+ M /trunk/epan/dissectors/packet-h235.c
+ M /trunk/epan/dissectors/packet-h235.h
+ M /trunk/epan/dissectors/packet-h245.c
+ M /trunk/epan/dissectors/packet-h245.h
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h450.c
+ M /trunk/epan/dissectors/packet-inap.c
+ M /trunk/epan/dissectors/packet-inap.h
+ M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/epan/dissectors/packet-logotypecertextn.c
+ M /trunk/epan/dissectors/packet-logotypecertextn.h
+ M /trunk/epan/dissectors/packet-mms.c
+ M /trunk/epan/dissectors/packet-mms.h
+ M /trunk/epan/dissectors/packet-nbap.c
+ M /trunk/epan/dissectors/packet-nbap.h
+ M /trunk/epan/dissectors/packet-ns_cert_exts.c
+ M /trunk/epan/dissectors/packet-ocsp.c
+ M /trunk/epan/dissectors/packet-ocsp.h
+ M /trunk/epan/dissectors/packet-pkcs1.c
+ M /trunk/epan/dissectors/packet-pkcs1.h
+ M /trunk/epan/dissectors/packet-pkcs12.c
+ M /trunk/epan/dissectors/packet-pkinit.c
+ M /trunk/epan/dissectors/packet-pkinit.h
+ M /trunk/epan/dissectors/packet-pkix1explicit.c
+ M /trunk/epan/dissectors/packet-pkix1explicit.h
+ M /trunk/epan/dissectors/packet-pkix1implicit.c
+ M /trunk/epan/dissectors/packet-pkix1implicit.h
+ M /trunk/epan/dissectors/packet-pkixproxy.c
+ M /trunk/epan/dissectors/packet-pkixproxy.h
+ M /trunk/epan/dissectors/packet-pkixqualified.c
+ M /trunk/epan/dissectors/packet-pkixqualified.h
+ M /trunk/epan/dissectors/packet-pkixtsp.c
+ M /trunk/epan/dissectors/packet-pkixtsp.h
+ M /trunk/epan/dissectors/packet-pres.c
+ M /trunk/epan/dissectors/packet-pres.h
+ M /trunk/epan/dissectors/packet-ranap.c
+ M /trunk/epan/dissectors/packet-ranap.h
+ M /trunk/epan/dissectors/packet-rnsap.c
+ M /trunk/epan/dissectors/packet-rnsap.h
+ M /trunk/epan/dissectors/packet-ros.c
+ M /trunk/epan/dissectors/packet-ros.h
+ M /trunk/epan/dissectors/packet-rrlp.c
+ M /trunk/epan/dissectors/packet-rrlp.h
+ M /trunk/epan/dissectors/packet-rtse.c
+ M /trunk/epan/dissectors/packet-rtse.h
+ M /trunk/epan/dissectors/packet-s4406.c
+ M /trunk/epan/dissectors/packet-smrse.c
+ M /trunk/epan/dissectors/packet-smrse.h
+ M /trunk/epan/dissectors/packet-snmp.c
+ M /trunk/epan/dissectors/packet-spnego.c
+ M /trunk/epan/dissectors/packet-tcap.c
+ M /trunk/epan/dissectors/packet-tcap.h
+ M /trunk/epan/dissectors/packet-ulp.c
+ M /trunk/epan/dissectors/packet-umts_rrc.c
+ M /trunk/epan/dissectors/packet-umts_rrc.h
+ M /trunk/epan/dissectors/packet-umts_rrc_ies.c
+ M /trunk/epan/dissectors/packet-umts_rrc_ies.h
+ M /trunk/epan/dissectors/packet-wlancertextn.c
+ M /trunk/epan/dissectors/packet-wlancertextn.h
+ M /trunk/epan/dissectors/packet-x411.c
+ M /trunk/epan/dissectors/packet-x411.h
+ M /trunk/epan/dissectors/packet-x420.c
+ M /trunk/epan/dissectors/packet-x420.h
+ M /trunk/epan/dissectors/packet-x509af.c
+ M /trunk/epan/dissectors/packet-x509af.h
+ M /trunk/epan/dissectors/packet-x509ce.c
+ M /trunk/epan/dissectors/packet-x509ce.h
+ M /trunk/epan/dissectors/packet-x509if.c
+ M /trunk/epan/dissectors/packet-x509if.h
+ M /trunk/tools/asn2wrs.py
+
+change the signature that asn2wrs generates for functions to marm all parameters as _U_
+to reduce the number of compiler warnings.
+
+update some template and cnf files to use _U_ as well
+
+
+------------------------------------------------------------------------
+r21089 | ulfl | 2007-03-21 05:37:39 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/voip_calls.c
+
+fix another three MSVC 8.0 warnings
+------------------------------------------------------------------------
+r21090 | martinm | 2007-03-21 07:00:23 -0700 (Wed, 21 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ssl.c
+
+Squash a couple of warnings.
+
+------------------------------------------------------------------------
+r21091 | jake | 2007-03-21 09:14:23 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-ethertype.c
+ M /trunk/epan/etypes.h
+
+Add ether type for Link Layer Topology Discovery (LLTD)
+------------------------------------------------------------------------
+r21092 | martinm | 2007-03-21 10:14:33 -0700 (Wed, 21 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-umts_fp.c
+
+Try to squash a warning seen on win32 buildbot.
+
+------------------------------------------------------------------------
+r21093 | gerald | 2007-03-21 13:44:07 -0700 (Wed, 21 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/docbook/release-notes.xml
+
+Add a note about the HTTP chunked response crash.
+
+------------------------------------------------------------------------
+r21094 | ulfl | 2007-03-21 14:13:39 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/docbook/README.txt
+
+add zip to the list of required packages for cygwin
+------------------------------------------------------------------------
+r21095 | ulfl | 2007-03-21 14:15:35 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+
+add a (small) section to create the User/Developer Guide - it only links to the file docbook/README.txt
+------------------------------------------------------------------------
+r21096 | ulfl | 2007-03-21 14:17:21 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/docbook/wsug_src/WSUG_app_files.xml
+
+add folder information about Vista and some redesign of the general file/folder informations
+------------------------------------------------------------------------
+r21097 | ulfl | 2007-03-21 14:23:56 -0700 (Wed, 21 Mar 2007) | 2 lines
Changed paths:
- M /trunk/epan/proto.c
- M /trunk/epan/proto.h
- M /trunk/gtk/expert_comp_table.c
- M /trunk/gtk/main.c
M /trunk/gtk/menu.c
- M /trunk/print.c
- M /trunk/tap-protocolinfo.c
-Rename proto_construct_dfilter_string() to
-proto_construct_match_selected_string() to indicate what it does - and
-have it return a Boolean indication of whether the string could be
-built, returning the string through a pointer, and, if that pointer is
-null, have it just return the Boolean and not construct the string.
+minor "Copy" menu item fix:
+split the "sensitivity control" into "Copy" and "Copy/As Filter", otherwise it's not possible to copy a field that is not filterable (e.g. text only descriptions)
+------------------------------------------------------------------------
+r21098 | ulfl | 2007-03-21 16:14:23 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/Makefile.nmake
+ M /trunk/capture_stop_conditions.c
+ M /trunk/editcap.c
+ M /trunk/tap-iostat.c
+ M /trunk/text2pcap.c
+
+fix MSVC warnings of / and set CFLAGS to block new warnings
+------------------------------------------------------------------------
+r21099 | sfisher | 2007-03-21 16:22:32 -0700 (Wed, 21 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk
+ M /trunk/docbook
+
-Get rid of proto_can_match_selected() -
-proto_construct_match_selected_string() can be used for that, which
-means we have only one piece of code that knows whether a "match
-selected" string can be constructed or not.
+Set svn:ignore on ylwrap (introduced as a symlink in newer versions of
+automake) and docbook/fop-* to cover any version of FOP files.
-Have proto_construct_match_selected_string() support matching
-zero-length FT_NONE (and FT_PCRE, but that shouldn't happen) fields even
-if there's no epan_dissect_t, as such a match just checks whether the
-field is present.
------------------------------------------------------------------------
-r19968 | sfisher | 2006-11-23 18:59:43 -0800 (Thu, 23 Nov 2006) | 8 lines
+r21100 | ulfl | 2007-03-21 16:55:46 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/codecs/Makefile.nmake
+
+no MSVC warnings, set CFLAGS to block new warnings
+------------------------------------------------------------------------
+r21101 | ulfl | 2007-03-21 16:58:14 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/asn1/packet-asn1.c
+
+fix two MSVC warnings
+------------------------------------------------------------------------
+r21102 | ulfl | 2007-03-21 16:59:41 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/agentx/Makefile.nmake
+ M /trunk/plugins/artnet/Makefile.nmake
+ M /trunk/plugins/asn1/Makefile.nmake
+ M /trunk/plugins/ciscosm/Makefile.nmake
+ M /trunk/plugins/docsis/Makefile.nmake
+ M /trunk/plugins/enttec/Makefile.nmake
+ M /trunk/plugins/gryphon/Makefile.nmake
+ M /trunk/plugins/irda/Makefile.nmake
+ M /trunk/plugins/lwres/Makefile.nmake
+ M /trunk/plugins/mate/Makefile.nmake
+ M /trunk/plugins/megaco/Makefile.nmake
+ M /trunk/plugins/mgcp/Makefile.nmake
+ M /trunk/plugins/opsi/Makefile.nmake
+ M /trunk/plugins/pcli/Makefile.nmake
+ M /trunk/plugins/profinet/Makefile.nmake
+ M /trunk/plugins/rlm/Makefile.nmake
+ M /trunk/plugins/rtnet/Makefile.nmake
+ M /trunk/plugins/rudp/Makefile.nmake
+ M /trunk/plugins/sbus/Makefile.nmake
+ M /trunk/plugins/stats_tree/Makefile.nmake
+ M /trunk/plugins/tpg/Makefile.nmake
+ M /trunk/plugins/v5ua/Makefile.nmake
+
+set CFLAGS to block new warnings for all plugins (except for giop and h223, which has remaining issues - for now)
+------------------------------------------------------------------------
+r21103 | ulfl | 2007-03-21 17:11:55 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/h223/Makefile.nmake
+ M /trunk/plugins/h223/packet-h223.c
+
+fix a warning, set CFLAGS to block new warnings
+------------------------------------------------------------------------
+r21104 | ulfl | 2007-03-21 17:40:04 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/guid-utils.c
+ M /trunk/epan/sigcomp_state_hdlr.c
+ M /trunk/epan/to_str.c
+
+fix some more warnings
+------------------------------------------------------------------------
+r21105 | ulfl | 2007-03-21 17:49:06 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/column-utils.c
+ M /trunk/epan/radius_dict.l
+
+fix some more warnings
+------------------------------------------------------------------------
+r21106 | wmeier | 2007-03-21 19:44:52 -0700 (Wed, 21 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/Makefile.nmake
+
+Use correct 'rm -f gtk2.tmp/*' so all files in dir get deleted
+
+------------------------------------------------------------------------
+r21107 | wmeier | 2007-03-21 19:51:21 -0700 (Wed, 21 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/Makefile.nmake
+
+Even simpler: use 'rm -rf gtk2.tmp'
+
+------------------------------------------------------------------------
+r21108 | sahlberg | 2007-03-22 01:03:44 -0700 (Thu, 22 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-bssgp.c
+
+Remove a compiler warning by #if 0 out a function that is not called.
+
+The function is referenced from a comment which is why it was #ifed out instead of just deleted.
+
+
+------------------------------------------------------------------------
+r21109 | morriss | 2007-03-22 01:11:16 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-syslog.c
+
+From Abhik Sarkar: call add_new_data_source() on generated (MTP3) tvb so that users can see the bytes in a (new) byte pane.
+------------------------------------------------------------------------
+r21110 | sahlberg | 2007-03-22 01:45:01 -0700 (Thu, 22 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+ M /trunk/epan/dissectors/packet-dcerpc-eventlog.h
+ M /trunk/epan/dissectors/pidl/eventlog.cnf
+
+Using a patched version of pidl that decorates all parameters with _U_
+and updates to the conformance file,
+regenerate the eventlog dissector to remove a lot of compiler warnings
+
+
+------------------------------------------------------------------------
+r21111 | martinm | 2007-03-22 03:32:42 -0700 (Thu, 22 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-iuup.c
+
+Try to squelch another couple of MSVC warnings.
+
+------------------------------------------------------------------------
+r21112 | sahlberg | 2007-03-22 03:44:33 -0700 (Thu, 22 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/wiretap/Makefile.common
+ M /trunk/wiretap/file_access.c
+ A /trunk/wiretap/mpeg-audio.c
+ A /trunk/wiretap/mpeg-audio.h
+ A /trunk/wiretap/mpeg.c
+ A /trunk/wiretap/mpeg.h
+ M /trunk/wiretap/wtap.c
+ M /trunk/wiretap/wtap.h
+
+From Shaun Jackman
+
+Wiretap support to read MPEG files
+
+
+------------------------------------------------------------------------
+r21113 | sahlberg | 2007-03-22 04:33:18 -0700 (Thu, 22 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/wiretap/mpeg.c
+
+Add some missing includes and hope that msvc will find the definition for off_t
+
+
+------------------------------------------------------------------------
+r21114 | sahlberg | 2007-03-22 04:43:07 -0700 (Thu, 22 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/asn1/Makefile.am
+ A /trunk/asn1/mpeg
+ A /trunk/asn1/mpeg/Makefile
+ A /trunk/asn1/mpeg/mpeg-audio-exp.cnf
+ A /trunk/asn1/mpeg/mpeg-audio.asn
+ A /trunk/asn1/mpeg/mpeg-audio.cnf
+ A /trunk/asn1/mpeg/mpeg-pes-exp.cnf
+ A /trunk/asn1/mpeg/mpeg-pes.asn
+ A /trunk/asn1/mpeg/mpeg-pes.cnf
+ A /trunk/asn1/mpeg/packet-mpeg-audio-template.c
+ A /trunk/asn1/mpeg/packet-mpeg-pes-template.c
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-mpeg-audio.c
+ A /trunk/epan/dissectors/packet-mpeg-pes.c
+
+From Shaun J
+
+Dissectors for MPEG streams
+
+
+------------------------------------------------------------------------
+r21115 | sahlberg | 2007-03-22 04:59:39 -0700 (Thu, 22 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/wiretap/mpeg.c
+
+From Graham Bloice
+
+Remove compiler warnings
+
+
+------------------------------------------------------------------------
+r21116 | grahamb | 2007-03-22 05:55:01 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/wiretap/wtap.def
+
+Added mpeg exports
+------------------------------------------------------------------------
+r21117 | grahamb | 2007-03-22 06:16:37 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/packaging/u3/win32
+
+Added entries to ignore list
+------------------------------------------------------------------------
+r21118 | ulfl | 2007-03-22 06:57:02 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/mate/Makefile.nmake
+
+leave out the mate plugin for now, so buildbot might compile again ...
+------------------------------------------------------------------------
+r21119 | jmayer | 2007-03-22 08:12:14 -0700 (Thu, 22 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+Add a comment about CCX
+
+------------------------------------------------------------------------
+r21120 | jmayer | 2007-03-22 08:19:49 -0700 (Thu, 22 Mar 2007) | 14 lines
Changed paths:
M /trunk/epan/dissectors/packet-http.c
+ M /trunk/epan/dissectors/packet-kink.c
+ M /trunk/epan/dissectors/packet-nbns.c
+ M /trunk/epan/dissectors/packet-pflog.c
+Sebastien Tandel:
+
+some warning fixes
-Fix for bug #646: show the end of HTTP chunked encoding (a chunk with size 0)
-as described in RFC 2616.
+packet-http.c
+ set headers.content_length = 0 before the first potential use of it.
+packet-kink.c
+ "ifdef kerberos" around one function declaration
+packet-nbns.c
+ set headers.{dgm_length|pkt_offset|error_code} = 0
+packet-pflog.c
+ delete capture_pflog and
+capture_old_pflog which aren't used anymore in the code.
--This line, and those below, will be ignored--
+------------------------------------------------------------------------
+r21121 | lego | 2007-03-22 14:51:56 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-sctp.c
-M packet-http.c
+Avoid calling ep_alloc for 0 bytes.
+------------------------------------------------------------------------
+r21122 | etxrab | 2007-03-22 15:26:59 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/Makefile.nmake
+ M /trunk/config.nmake
+ M /trunk/tools/win32-setup.sh
+Use the latest GTK stuff.
------------------------------------------------------------------------
-r19969 | sfisher | 2006-11-23 22:04:01 -0800 (Thu, 23 Nov 2006) | 6 lines
+r21123 | ulfl | 2007-03-22 15:41:16 -0700 (Thu, 22 Mar 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-hsrp.c
+ M /trunk/epan/dissectors/packet-dcom.c
+correct multidimensional SAFEARRAYs
+------------------------------------------------------------------------
+r21124 | ulfl | 2007-03-22 15:47:37 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/wslua/make-taps.pl
-Fix for bug #940. Convert HSRP to a new-style dissector so that it can
-reject datagrams that don't have both the source and destination port
-of UDP_PORT_HSRP (1985).
+fix warnings
+------------------------------------------------------------------------
+r21125 | ulfl | 2007-03-22 15:54:00 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/crypt/Makefile.nmake
+ M /trunk/epan/dfilter/Makefile.nmake
+ M /trunk/epan/ftypes/Makefile.nmake
+ M /trunk/epan/wslua/Makefile.nmake
+add "treat warnings as errors" flag(s)
+------------------------------------------------------------------------
+r21126 | lego | 2007-03-22 15:59:20 -0700 (Thu, 22 Mar 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-bssap.c
+ M /trunk/epan/dissectors/packet-ranap.c
+ M /trunk/epan/dissectors/packet-sccp.c
+ M /trunk/epan/dissectors/packet-sccp.h
+ M /trunk/epan/dissectors/packet-sua.c
+ M /trunk/epan/libwireshark.def
+ M /trunk/gtk/voip_calls.c
+ M /trunk/gtk/voip_calls.h
+Mine:
+* add SUA to the "VoIP Calls" tap.
+* propagate changes to packet-sccp.h to other dissectors
+
+From Neil Piercy:
+* add SLR, DLR and CAUSE to COL_INFO
------------------------------------------------------------------------
-r19970 | jake | 2006-11-23 23:09:38 -0800 (Thu, 23 Nov 2006) | 4 lines
+r21127 | sfisher | 2007-03-22 16:03:39 -0700 (Thu, 22 Mar 2007) | 9 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ldap.c
- M /trunk/epan/dissectors/packet-smb-common.c
- M /trunk/epan/dissectors/packet-smb-common.h
+ M /trunk/Makefile.am
+ M /trunk/capture_sync.c
+ M /trunk/codecs/Makefile.am
+ M /trunk/configure.in
+ M /trunk/file.c
+ M /trunk/plugins/agentx/Makefile.am
+ M /trunk/plugins/artnet/Makefile.am
+ M /trunk/plugins/asn1/Makefile.am
+ M /trunk/plugins/ciscosm/Makefile.am
+ M /trunk/plugins/docsis/Makefile.am
+ M /trunk/plugins/enttec/Makefile.am
+ M /trunk/plugins/gryphon/Makefile.am
+ M /trunk/plugins/h223/Makefile.am
+ M /trunk/plugins/h223/packet-h223.c
+ M /trunk/plugins/irda/Makefile.am
+ M /trunk/plugins/lwres/Makefile.am
+ M /trunk/plugins/megaco/Makefile.am
+ M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/plugins/mgcp/Makefile.am
+ M /trunk/plugins/opsi/Makefile.am
+ M /trunk/plugins/pcli/Makefile.am
+ M /trunk/plugins/profinet/Makefile.am
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+ M /trunk/plugins/profinet/packet-dcom-cba-acco.c
+ M /trunk/plugins/rlm/Makefile.am
+ M /trunk/plugins/rtnet/Makefile.am
+ M /trunk/plugins/rudp/Makefile.am
+ M /trunk/plugins/sbus/Makefile.am
+ M /trunk/plugins/stats_tree/Makefile.am
+ M /trunk/plugins/tpg/Makefile.am
+ M /trunk/plugins/v5ua/Makefile.am
+ M /trunk/wiretap/Makefile.am
+ M /trunk/wiretap/configure.in
+
+
+Add -Werror when using GCC only to the Makefile.am of the base
+directory and most of the plugins to match the same command
+put in the Makefile.nmake files for Windows compliations. Fix
+a few warnings when compiling under gcc 3.4.4 on FreeBSD. Create
+new automake file variable called USING_GCC in configure.in and
+wiretap/configure.in to acomplish the above -Werror addition.
+
-From Stefan Metzmacher:
-I created two patches:
-1.) move the handling of the compressed strings in CLDAP 'netlogon' replies into a generic place.
-2.) implement dissection of SMB_NETLOGON cmd's 0x17 and 0x19
------------------------------------------------------------------------
-r19971 | jake | 2006-11-23 23:16:06 -0800 (Thu, 23 Nov 2006) | 2 lines
+r21128 | ulfl | 2007-03-22 16:14:37 -0700 (Thu, 22 Mar 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc.c
+ M /trunk/wiretap/mpeg.c
-From Stefan Metzmacher:
-This patch fixes some problems with encrypted DCERPC traffic
+fix a new warning
------------------------------------------------------------------------
-r19972 | jake | 2006-11-23 23:28:02 -0800 (Thu, 23 Nov 2006) | 2 lines
+r21129 | sfisher | 2007-03-22 16:24:13 -0700 (Thu, 22 Mar 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/crypt/Makefile.am
+ M /trunk/epan/crypt/airpdcap.c
+ M /trunk/epan/dfilter/Makefile.am
+ M /trunk/epan/ftypes/Makefile.am
+ M /trunk/epan/wslua/Makefile.am
-From Patrick vd Lageweg:
-This patch fixes a simple typo.
+
+Add -Werror for gcc to a few more directories and fix a few warnings
+
+
+------------------------------------------------------------------------
+r21130 | sfisher | 2007-03-22 16:28:58 -0700 (Thu, 22 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dfilter/Makefile.am
+
+
+Remove -Werror under gcc temporarily until a warning can be fixed
+in grammar.c
+
+
+------------------------------------------------------------------------
+r21131 | ulfl | 2007-03-22 16:29:55 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/voip_calls.c
+
+fix new warnings
------------------------------------------------------------------------
-r19973 | sahlberg | 2006-11-24 00:22:30 -0800 (Fri, 24 Nov 2006) | 3 lines
+r21132 | ulfl | 2007-03-22 16:30:57 -0700 (Thu, 22 Mar 2007) | 1 line
Changed paths:
+ M /trunk/epan/dtd.h
+
+fix warning: add #include <stdlib.h> to get exit() declaration
+------------------------------------------------------------------------
+r21133 | ulfl | 2007-03-22 16:32:31 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/radius_dict.l
+
+fix warning: add WS_ prefix to OUT, it conflicts with a platform SDK header file
+------------------------------------------------------------------------
+r21134 | lego | 2007-03-22 16:39:02 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/tools/lemon/lempar.c
+
+squelch a warning generated by generated code
+------------------------------------------------------------------------
+r21135 | ulfl | 2007-03-22 16:44:48 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/file.h
+
+match declaration of cf_continue_tail() with implementation
+------------------------------------------------------------------------
+r21136 | sfisher | 2007-03-22 16:49:06 -0700 (Thu, 22 Mar 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dfilter/Makefile.am
+
+
+Add -Werror for gcc back to epan/dfilter directory
+
+
+------------------------------------------------------------------------
+r21137 | ulfl | 2007-03-22 16:50:38 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/tools/lemon/lemon.c
+
+add type casts to fix two warnings
+------------------------------------------------------------------------
+r21138 | lego | 2007-03-22 17:15:48 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/tools/lemon/lemon.c
+
+squelch signedness warnings generated by generated code due to mayors being decleared as signed but added as signed in tables (it will generate larger tables when the number of tokens or actions is more than MAX_INT8, MAX_INT16).
+------------------------------------------------------------------------
+r21139 | ulfl | 2007-03-22 17:20:59 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-wsp.c
+
+fix various const warnings
+------------------------------------------------------------------------
+r21140 | sfisher | 2007-03-22 17:42:45 -0700 (Thu, 22 Mar 2007) | 16 lines
+Changed paths:
+ M /trunk/docbook/wsug_graphics/ws-edit-menu.png
+ M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+ M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+ M /trunk/gtk/menu.c
+
+
+From Sake Blok (via -dev list and enhancement bug #1449):
+
+I did however see some small errors in the
+documentation that I did not notice when I sent in the patch. This
+patch corrects them and adds an accelerated key:
+
+- table 6.1 remove "Analyze" from "Identical..." column for "Copy as Filter"
+- table 6.2 add "Edit" from "Identical..." column for "Copy as Filter"
+- Added accelerator key for "Copy as Filter". I chose "Shift+Ctrl+C", so
+ that "Ctrl+C" is still available for "standard" copy
+
+Image figure 3.4 should be renewed, reflecting the change in the menu
+structure.
+
+
+------------------------------------------------------------------------
+r21141 | ulfl | 2007-03-22 17:51:21 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-rtcp.c
M /trunk/epan/dissectors/packet-scsi.c
- M /trunk/gtk/scsi_stat.c
+ M /trunk/epan/dissectors/packet-sctp.c
+ M /trunk/epan/dissectors/packet-smb-pipe.c
+ M /trunk/epan/dissectors/packet-smb2.c
+ M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/epan/dissectors/packet-tipc.c
+ M /trunk/epan/dissectors/packet-vnc.c
-add some missing commandsets to the preference for default commandset and to the scsi srt statistics
+fix some more warnings (type casts)
+------------------------------------------------------------------------
+r21142 | ulfl | 2007-03-22 18:29:52 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-diameter.c
+ M /trunk/epan/dissectors/packet-dmp.c
+ M /trunk/epan/dissectors/packet-dtls.c
+ M /trunk/epan/dissectors/packet-fmp.c
+ M /trunk/epan/dissectors/packet-iax2.c
+ M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/epan/dissectors/packet-iscsi.c
+ M /trunk/epan/dissectors/packet-jxta.c
+ M /trunk/epan/dissectors/packet-nbns.c
+ M /trunk/epan/dissectors/packet-ncp-sss.c
+ M /trunk/epan/dissectors/packet-nfs.c
+ M /trunk/epan/dissectors/packet-ospf.c
+ M /trunk/epan/dissectors/packet-pvfs2.c
+ M /trunk/epan/dissectors/packet-radius.c
+fix a lot more warnings
+------------------------------------------------------------------------
+r21143 | ulfl | 2007-03-22 18:55:29 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-afp.c
+ M /trunk/epan/dissectors/packet-arp.c
+ M /trunk/epan/dissectors/packet-dcerpc-ndr.c
+fix some more warnings
------------------------------------------------------------------------
-r19974 | jake | 2006-11-24 03:07:39 -0800 (Fri, 24 Nov 2006) | 3 lines
+r21144 | ulfl | 2007-03-22 18:56:09 -0700 (Thu, 22 Mar 2007) | 3 lines
Changed paths:
- M /trunk/epan/libwireshark.def
+ M /trunk/epan/dissectors/packet-kerberos.c
-From Peter Johansson:
-The attached patch corrects the Win32 compilation problem.
+/* prevent redefinition warnings in kfw-2.5\inc\win_mac.h */
+#undef HAVE_STDARG_H
+#undef HAVE_SYS_TYPES_H
+------------------------------------------------------------------------
+r21145 | ulfl | 2007-03-22 19:27:14 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dfilter/Makefile.nmake
+disable "warning as error" for now so the buildbot runs again, grammar.c still makes trouble :-(
------------------------------------------------------------------------
-r19975 | wmeier | 2006-11-24 09:41:09 -0800 (Fri, 24 Nov 2006) | 1 line
+r21146 | ulfl | 2007-03-22 20:45:18 -0700 (Thu, 22 Mar 2007) | 1 line
Changed paths:
- M /trunk/epan/libwireshark.def
+ M /trunk/epan/dfilter/Makefile.nmake
+ M /trunk/tools/lemon/lempar.c
-Another fix for Win32 build: add scsi_osd_vals
+fix warnings of (generated) grammar.c
------------------------------------------------------------------------
-r19976 | guy | 2006-11-24 10:25:23 -0800 (Fri, 24 Nov 2006) | 6 lines
+r21147 | sfisher | 2007-03-22 22:50:31 -0700 (Thu, 22 Mar 2007) | 4 lines
Changed paths:
- M /trunk/epan/libwireshark.def
- M /trunk/epan/proto.c
- M /trunk/epan/proto.h
- M /trunk/gtk/expert_comp_table.c
+ M /trunk/wiretap/catapult_dct2000.c
+
+
+Fix some warnings on the Solaris buildbot
+
+
+------------------------------------------------------------------------
+r21148 | gal | 2007-03-23 09:38:52 -0700 (Fri, 23 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/asn1/x411/packet-x411-template.c
+ M /trunk/asn1/x411/x411.cnf
+ M /trunk/epan/dissectors/packet-x411.c
+
+Support for X.411 "additional information" field.
+
+
+------------------------------------------------------------------------
+r21149 | gal | 2007-03-23 09:41:26 -0700 (Fri, 23 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/asn1/x509ce/CertificateExtensions.asn
+ M /trunk/asn1/x509ce/x509ce.cnf
+ M /trunk/epan/dissectors/packet-x509ce.c
+
+Support for the Microsoft-specific certificate-template and application-certificate-policies certificate extensions.
+
+
+------------------------------------------------------------------------
+r21150 | gal | 2007-03-23 09:44:08 -0700 (Fri, 23 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/asn1/x509sat/packet-x509sat-template.c
+ M /trunk/asn1/x509sat/x509sat.cnf
+ M /trunk/epan/dissectors/packet-x509sat.c
+
+Support for:
+RFC2247 objectclasses and attributes (specifically "dc")
+Microsoft-defined User Principal Name subjectAltName extension (used in certificates)
+
+
+------------------------------------------------------------------------
+r21151 | gal | 2007-03-23 09:45:49 -0700 (Fri, 23 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/asn1/cms/cms.cnf
+ M /trunk/epan/dissectors/packet-cms.c
+
+Support for recognising RC4 algorithm.
+
+
+------------------------------------------------------------------------
+r21152 | gal | 2007-03-23 09:52:22 -0700 (Fri, 23 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/asn1/pkix1implicit/pkix1implicit.cnf
+ M /trunk/epan/dissectors/packet-pkix1implicit.c
+
+Support for Microsoft-defined enhancedKeyUsage OIDs.
+
+
+------------------------------------------------------------------------
+r21153 | sfisher | 2007-03-23 10:49:59 -0700 (Fri, 23 Mar 2007) | 18 lines
+Changed paths:
+ M /trunk/Makefile.am
+ M /trunk/codecs/Makefile.am
+ M /trunk/configure.in
+ M /trunk/epan/crypt/Makefile.am
+ M /trunk/epan/dfilter/Makefile.am
+ M /trunk/epan/ftypes/Makefile.am
+ M /trunk/epan/wslua/Makefile.am
+ M /trunk/plugins/agentx/Makefile.am
+ M /trunk/plugins/artnet/Makefile.am
+ M /trunk/plugins/asn1/Makefile.am
+ M /trunk/plugins/ciscosm/Makefile.am
+ M /trunk/plugins/docsis/Makefile.am
+ M /trunk/plugins/enttec/Makefile.am
+ M /trunk/plugins/gryphon/Makefile.am
+ M /trunk/plugins/h223/Makefile.am
+ M /trunk/plugins/irda/Makefile.am
+ M /trunk/plugins/lwres/Makefile.am
+ M /trunk/plugins/megaco/Makefile.am
+ M /trunk/plugins/mgcp/Makefile.am
+ M /trunk/plugins/opsi/Makefile.am
+ M /trunk/plugins/pcli/Makefile.am
+ M /trunk/plugins/profinet/Makefile.am
+ M /trunk/plugins/rlm/Makefile.am
+ M /trunk/plugins/rtnet/Makefile.am
+ M /trunk/plugins/rudp/Makefile.am
+ M /trunk/plugins/sbus/Makefile.am
+ M /trunk/plugins/stats_tree/Makefile.am
+ M /trunk/plugins/tpg/Makefile.am
+ M /trunk/plugins/v5ua/Makefile.am
+ M /trunk/wiretap/Makefile.am
+ M /trunk/wiretap/configure.in
+
+
+From Sebastien Tandel:
+
+(Temporarily disable the warnings as errors default on Unix to get
+to get the buildbots and people with gcc40 going again until those
+additional warnings gcc40 generates can be fixed-I'm working on it
+ASAP)
+
+ Patch for configure.in which disables by default the treatment of
+warnings as errors.
+It can be enabled with './configure --with-warnings-as-errors'.
+The macro will test first if GCC is present. If it's the case,
+HAVE_WARNINGS_AS_ERRORS is defined. All the USING_GCC have been replaced
+by HAVE_WARNINGS_AS_ERRORS.
+With this switch, people won't suffer from unexpected warnings when
+downloading svn sources during the transition time ;)
+
+
+------------------------------------------------------------------------
+r21154 | sfisher | 2007-03-23 11:08:17 -0700 (Fri, 23 Mar 2007) | 12 lines
+Changed paths:
+ M /trunk/doc/wireshark.pod
+ M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+ M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+ M /trunk/epan/column-utils.c
+ M /trunk/epan/column.c
+ M /trunk/epan/column_info.h
+ M /trunk/epan/dissectors/packet-frame.c
+ M /trunk/epan/frame_data.h
+ M /trunk/epan/timestamp.h
+ M /trunk/epan/wslua/wslua_pinfo.c
+ M /trunk/file.c
M /trunk/gtk/main.c
M /trunk/gtk/menu.c
+ M /trunk/gtk/packet_list.c
+ M /trunk/tshark.c
+
+
+From Sake Blok:
+
+Fix for bug #491: Unexpected frame.time_delta behavior
+
+This patch ... fixes bug 491. It does this by changing the
+behaviour of the frame.time_delta field so it reflects the delta
+time between captured packets (tshark already did this). To keep
+the delta time between displayed packets, the field
+frame.time_delta_displayed is created.
+
+
+------------------------------------------------------------------------
+r21155 | sfisher | 2007-03-23 11:16:53 -0700 (Fri, 23 Mar 2007) | 7 lines
+Changed paths:
+ M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/plugins/profinet/packet-dcom-cba-acco.c
+
+
+From Sebastien Tandel:
+
+First patch fixes warning of profinet and megaco plugins to compile
+again with gcc-4.1.2.
+
+
+------------------------------------------------------------------------
+r21156 | sfisher | 2007-03-23 11:45:21 -0700 (Fri, 23 Mar 2007) | 10 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-uma.c
+ M /trunk/epan/dissectors/packet-windows-common.c
+ M /trunk/epan/prefs.c
+ M /trunk/gtk/gtkvumeter.c
+
+
+From Sebastien Tandel:
+
+(Fixing warnings)
+
+stripped away some unused variables/parameters
++ in prefs.c
+ suggestion of parentheses makes gcc happy
+
+
+------------------------------------------------------------------------
+r21157 | sfisher | 2007-03-23 11:48:57 -0700 (Fri, 23 Mar 2007) | 10 lines
+Changed paths:
+ M /trunk/epan/proto.h
+
+
+From Sebastien Tandel:
+
+copy paste hit again, here is a patch with the accurate declaration of
+RVALS in proto.h
+Thx gcc-4.1.2 for finding new ways of generating strict aliasing warnings :)
+
+patch with accurate comment and declaration.
+
+
+------------------------------------------------------------------------
+r21158 | sfisher | 2007-03-23 15:49:23 -0700 (Fri, 23 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/capture_sync.c
+ M /trunk/epan/column-utils.c
+ M /trunk/epan/dissectors/packet-dcerpc-samr.c
+ M /trunk/epan/dissectors/packet-rsvp.c
+ M /trunk/epan/expert.c
+ M /trunk/file.c
+ M /trunk/plugins/agentx/packet-agentx.c
+ M /trunk/plugins/artnet/packet-artnet.c
+ M /trunk/plugins/asn1/Makefile.am
+ M /trunk/plugins/enttec/packet-enttec.c
+ M /trunk/plugins/irda/packet-irda.c
+ M /trunk/plugins/lwres/packet-lwres.c
+ M /trunk/plugins/mate/mate_setup.c
+ M /trunk/plugins/mgcp/packet-mgcp.c
+ M /trunk/plugins/opsi/packet-opsi.c
+ M /trunk/plugins/profinet/packet-dcom-cba.c
+ M /trunk/plugins/sbus/packet-sbus.c
+ M /trunk/plugins/stats_tree/pinfo_stats_tree.c
M /trunk/print.c
- M /trunk/tap-protocolinfo.c
+ M /trunk/tap-stats_tree.c
+ M /trunk/text2pcap.c
+ M /trunk/wiretap/iseries.c
+
+
+Fix about 150 warnings new to gcc 4.0 in the error on warning directories.
+Comment out -Werror in plugins/asn1/ until warnings can be fixed.
-Have separate proto_construct_match_selected_string() and
-proto_can_match_selected() routines, to more clearly separate the two
-functions - but have them both call the same underlying routine, so
-they both make the same decisions as to whether a match-selected string
-can be constructed or not.
------------------------------------------------------------------------
-r19977 | wmeier | 2006-11-24 10:47:50 -0800 (Fri, 24 Nov 2006) | 1 line
+r21159 | sfisher | 2007-03-23 16:47:41 -0700 (Fri, 23 Mar 2007) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-osd.h
+ M /trunk/plugins/asn1/Makefile.am
+ M /trunk/plugins/asn1/asn1.c
+ M /trunk/plugins/asn1/packet-asn1.c
+
+
+From Sebastien Tandel:
+
+fixes gcc warnings and get rid of declaration after statements
+
-Also required to fix Win32 build problem
------------------------------------------------------------------------
-r19978 | gerald | 2006-11-24 22:15:51 -0800 (Fri, 24 Nov 2006) | 2 lines
+r21160 | sfisher | 2007-03-23 17:45:11 -0700 (Fri, 23 Mar 2007) | 4 lines
Changed paths:
- M /trunk/gtk/main.c
+ M /trunk/epan/dissectors/packet-ssl-utils.h
+ M /trunk/gtk/Makefile.am
+ M /trunk/gtk/find_dlg.c
+ M /trunk/gtk/follow_dlg.c
+ M /trunk/gtk/graph_analysis.c
+ M /trunk/gtk/io_stat.c
+ M /trunk/gtk/proto_draw.c
+ M /trunk/gtk/recent.c
+ M /trunk/gtk/rtp_analysis.c
+ M /trunk/gtk/stats_tree_stat.c
+ M /trunk/gtk/voip_calls_dlg.c
+ M /trunk/image/toolbar/capture_capture_16.xpm
+ M /trunk/image/toolbar/capture_details_16.xpm
+ M /trunk/image/toolbar/capture_prepare_16.xpm
+
+
+Remove all warnings under Unix for the gtk/ directory.
-Make sure we don't trigger undefined behavior in isprint().
------------------------------------------------------------------------
-r19979 | jmayer | 2006-11-25 02:35:39 -0800 (Sat, 25 Nov 2006) | 115 lines
+r21161 | sfisher | 2007-03-23 18:38:58 -0700 (Fri, 23 Mar 2007) | 9 lines
Changed paths:
- M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
- M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
- M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
- M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
- M /trunk/tools/pidl/pidl
- M /trunk/tools/pidl/tests/Util.pm
- M /trunk/tools/pidl/tests/ndr_align.pl
- M /trunk/tools/pidl/tests/ndr_represent.pl
- M /trunk/tools/pidl/tests/ndr_string.pl
+ M /trunk/epan/dissectors/packet-dtls.c
+ M /trunk/epan/dissectors/packet-ssl-utils.h
+ M /trunk/epan/dissectors/packet-ssl.c
+
+
+Fix mess with ssl_version_short_names[] being defined multiple places
+now that it is no longer a static variable in packet-ssl-utils.h.
+Leaving it as static caused a warning turned error that it was unused
+in the current file (packet-ssl-utils.h). Resolution: Move the variable
+to packet-ssl.c and declare as extern in packet-dtls.c - the only other
+place that needs it.
+
-Update from samba tree revision 19759 to 19883
-============================ Samba log start ============
------------------------------------------------------------------------
-r19790 | vlendec | 2006-11-19 18:56:35 +0100 (Sun, 19 Nov 2006) | 10 lines
-Changed paths:
- M /branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c
- M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_unixinfo.c
- M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_unixinfo.h
- M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_winreg.c
- M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_winreg.h
- M /branches/SAMBA_3_0/source/librpc/gen_ndr/ndr_winreg.c
- M /branches/SAMBA_3_0/source/librpc/gen_ndr/winreg.h
- M /branches/SAMBA_3_0/source/rpcclient/cmd_unixinfo.c
- M /branches/SAMBA_3_0/source/utils/net_rpc_registry.c
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
+r21162 | ulfl | 2007-03-23 19:45:45 -0700 (Fri, 23 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/capture_wpcap_packet.c
+ M /trunk/gtk/capture_if_details_dlg.c
-Check in the PIDL change and the converted unixinfo and winbind pipes without
-waiting for comments. This is what version control is for, and it does fix a
-segfault I ran into ;-)
+as mentioned by Graham Bloice:
+sockaddr_storage doesn't depend on the MSVC version used, but the version of the Winsock API, which might be updated by the Platform SDK even on MSVC 6 - so depending on the _MSC_VER is not the way to go
+------------------------------------------------------------------------
+r21163 | jake | 2007-03-24 00:05:39 -0700 (Sat, 24 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/libwireshark.def
-Nevertheless, Jelmer & Jerry, please take a look!
+Make some more string conversions available to plugins
+------------------------------------------------------------------------
+r21164 | sfisher | 2007-03-24 00:33:25 -0700 (Sat, 24 Mar 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-3g-a11.c
+ M /trunk/epan/dissectors/packet-aim-buddylist.c
+ M /trunk/epan/dissectors/packet-aim-chat.c
+ M /trunk/epan/dissectors/packet-aim-messaging.c
+ M /trunk/epan/dissectors/packet-aim-signon.c
+ M /trunk/epan/dissectors/packet-aim.c
+ M /trunk/epan/dissectors/packet-aim.h
+ M /trunk/epan/dissectors/packet-ajp13.c
-Thanks,
-Volker
+From Sebastien Tandel:
+
+Fixes for warnings
+
------------------------------------------------------------------------
-r19829 | jelmer | 2006-11-22 00:15:57 +0100 (Wed, 22 Nov 2006) | 2 lines
+r21165 | morriss | 2007-03-24 03:07:20 -0700 (Sat, 24 Mar 2007) | 1 line
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/pidl
+ M /trunk/epan/dissectors/packet-http.c
-Update documentation.
+Fix bug 1452: Don't pass a null pointer to g_strsplit().
+------------------------------------------------------------------------
+r21166 | morriss | 2007-03-24 06:21:08 -0700 (Sat, 24 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-dtls.c
+Add brackets to extern of ssl_version_short_names[] to fix compiler warnings.
------------------------------------------------------------------------
-r19830 | jelmer | 2006-11-22 00:21:08 +0100 (Wed, 22 Nov 2006) | 2 lines
+r21167 | morriss | 2007-03-24 06:46:41 -0700 (Sat, 24 Mar 2007) | 1 line
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /trunk/epan/dissectors/packet-giop.c
+ M /trunk/epan/dissectors/packet-h248_annex_c.c
+ M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/epan/dissectors/packet-jxta.c
+ M /trunk/epan/dissectors/packet-ncp.c
+ M /trunk/epan/dissectors/packet-sccp.c
+ M /trunk/epan/dissectors/packet-sip.c
+ M /trunk/epan/dissectors/packet-smb2.c
+
+Clean up some more warnings: unused variables, unitialized variables, wrong format (%ld instead of %d) in packet-sccp.c
+------------------------------------------------------------------------
+r21168 | ulfl | 2007-03-24 11:26:34 -0700 (Sat, 24 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/capture_wpcap_packet.c
+ M /trunk/gtk/capture_if_details_dlg.c
-Warn about non-ref top-level pointers.
+hmmm, _WINSOCK2API_ is not the way to go, the PSDK that comes with MSVC 6.0 also defines this - but not sockaddr_storage :-(
+Next try is to use the WINVER #define. AFAIK, this depends on the Platform SDK version used, which is actually our problem here. So this fix *might* work ...
------------------------------------------------------------------------
-r19834 | jelmer | 2006-11-22 14:59:14 +0100 (Wed, 22 Nov 2006) | 2 lines
+r21169 | sahlberg | 2007-03-24 14:56:14 -0700 (Sat, 24 Mar 2007) | 3 lines
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /trunk/epan/dissectors/packet-usb.c
+
+fix a bug (found by compiler warning) where we initialize the wrong variable.
-Prevent some inaccurate warnings.
------------------------------------------------------------------------
-r19842 | jelmer | 2006-11-22 17:53:30 +0100 (Wed, 22 Nov 2006) | 3 lines
+r21170 | ulfl | 2007-03-24 16:50:15 -0700 (Sat, 24 Mar 2007) | 2 lines
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
-Complain about unknown pointer types.
-Fallback to "unique" when "ptr" is specified instead of failing.
+add a section about the buildbot
+some other minor editing
+------------------------------------------------------------------------
+r21171 | ulfl | 2007-03-24 17:46:04 -0700 (Sat, 24 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
+edit some things about source code (update)
------------------------------------------------------------------------
-r19845 | jelmer | 2006-11-22 18:13:19 +0100 (Wed, 22 Nov 2006) | 2 lines
+r21172 | ulfl | 2007-03-24 17:47:53 -0700 (Sat, 24 Mar 2007) | 1 line
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
+
+fix validation
+------------------------------------------------------------------------
+r21173 | sahlberg | 2007-03-24 22:20:56 -0700 (Sat, 24 Mar 2007) | 14 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/dissectors/packet-usb.h
+
+unbreaking the usb dissector
+
+since dlt189 was introduced the dissector has been suboptimal
+
+
+assuming the capture usb_memory_stick.pcap on the wiki shows what this linktype
+should look like, this patch
+- adds request in/response in/time generated fields to the dissect pane
+- fixes the tracking of what is a request and what is a response (the old code just can not have worked!)
+- fixes conversation tracking to work (dont add the port/endpoint into the length of the address)
+- handles some mysterious extra 8 bytes prepended to a lot of different packets.
+
-Add warning for pointer_default_top()
------------------------------------------------------------------------
-r19854 | metze | 2006-11-23 14:11:08 +0100 (Thu, 23 Nov 2006) | 4 lines
+r21174 | sahlberg | 2007-03-25 01:26:44 -0700 (Sun, 25 Mar 2007) | 5 lines
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-amqp.c
+
+From Martin Sustrik
+
+New protocol: AMQP
-readd support for 'sptr' pointers, to work against windows servers
-until jelmer commits his 'ptr' support
-metze
------------------------------------------------------------------------
-r19856 | jelmer | 2006-11-23 14:48:01 +0100 (Thu, 23 Nov 2006) | 2 lines
+r21175 | sahlberg | 2007-03-25 01:49:47 -0700 (Sun, 25 Mar 2007) | 3 lines
Changed paths:
- M /branches/SAMBA_4_0/source/librpc/idl/epmapper.idl
- M /branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
- M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /trunk/epan/dissectors/packet-amqp.c
+
+Add a small example on how to prettify the AMQP dissector
-Use sptr as basis for full ptr implementation. Will add checks for duplicates later.
------------------------------------------------------------------------
-r19859 | jelmer | 2006-11-23 17:02:20 +0100 (Thu, 23 Nov 2006) | 3 lines
+r21176 | sahlberg | 2007-03-25 02:55:49 -0700 (Sun, 25 Mar 2007) | 3 lines
Changed paths:
- M /branches/SAMBA_4_0/source/librpc/ndr/libndr.h
- M /branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c
- M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
- A /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
+ M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/dissectors/packet-usb.h
+
+create a tap for usb so that we can do conversation/host lists
-Reuse referrent ids when pushing full pointers (still need to
-avoid pushing the referred object twice) and add test for full pointers.
------------------------------------------------------------------------
-r19866 | jelmer | 2006-11-23 19:26:55 +0100 (Thu, 23 Nov 2006) | 2 lines
+r21177 | sahlberg | 2007-03-25 04:15:09 -0700 (Sun, 25 Mar 2007) | 6 lines
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
+ M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/dissectors/packet-usb.h
+
+Change USB address structure back to 8 bytes in length.
+
+It is suboptimal to have the endpoint both being the "port" and also 4 bytes out of the address.
+But it looks better to have addresses as <device>.<endpoint> .
-Fix test compilation.
------------------------------------------------------------------------
-r19868 | jelmer | 2006-11-23 21:59:09 +0100 (Thu, 23 Nov 2006) | 2 lines
+r21178 | sahlberg | 2007-03-25 04:20:09 -0700 (Sun, 25 Mar 2007) | 3 lines
Changed paths:
- M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
- M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl
- M /branches/SAMBA_4_0/source/pidl/tests/ndr_represent.pl
- M /branches/SAMBA_4_0/source/pidl/tests/ndr_string.pl
+ M /trunk/epan/dissectors/packet-usb.c
+
+take the address to the structure and not the address to the first element of the structure when doing a SET_ADDRESS
-Fix more tests.
------------------------------------------------------------------------
+r21179 | sahlberg | 2007-03-25 04:27:29 -0700 (Sun, 25 Mar 2007) | 6 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/gtk/Makefile.common
+ M /trunk/gtk/conversations_table.c
+ A /trunk/gtk/conversations_usb.c
+
+From Jon Smirl
+
+support for USB conversations
+
+
+
------------------------------------------------------------------------
-============================ Samba log end ==============
+r21180 | sahlberg | 2007-03-25 04:37:13 -0700 (Sun, 25 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/gtk/Makefile.common
+ M /trunk/gtk/hostlist_table.c
+ A /trunk/gtk/hostlist_usb.c
+
+From Jon Smirl
+
+support for usb host/endpoint lists
------------------------------------------------------------------------
-r19980 | etxrab | 2006-11-25 04:04:21 -0800 (Sat, 25 Nov 2006) | 2 lines
+r21181 | ulfl | 2007-03-25 08:13:03 -0700 (Sun, 25 Mar 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ethertype.c
- M /trunk/epan/etypes.h
+ M /trunk/epan/Makefile.nmake
+ M /trunk/epan/column-utils.c
+ M /trunk/epan/uat_load.l
+
+remove remaining warnings in epan dir and set the "treat warning as error" barrier
+(epan/dissectors still waiting for a cleanup)
+------------------------------------------------------------------------
+r21182 | ulfl | 2007-03-25 08:37:03 -0700 (Sun, 25 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/tools/tpg/Makefile.nmake
+
+remove unused CFLAGS
+------------------------------------------------------------------------
+r21183 | ulfl | 2007-03-25 08:39:06 -0700 (Sun, 25 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/tools/lemon/Makefile.nmake
+
+set "treat warnings as errors" CFLAGS, no warning were in this dir :-)
+------------------------------------------------------------------------
+r21184 | ulfl | 2007-03-25 10:07:36 -0700 (Sun, 25 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/mate/Makefile.nmake
+
+all warnings removed in the meantime, "treat warnings as errors" :-)
+------------------------------------------------------------------------
+r21185 | lego | 2007-03-25 12:00:59 -0700 (Sun, 25 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/wiretap/mpeg.c
+
+make the mpeg_open() more conservative checking whether there's ssome magic bytes at the beginning of the file.
+
+I added just one type of mpeg magic ("ID3") there's probably more, please add.
+------------------------------------------------------------------------
+r21186 | guy | 2007-03-25 14:07:24 -0700 (Sun, 25 Mar 2007) | 12 lines
+Changed paths:
+ M /trunk/asn1/mpeg/packet-mpeg-audio-template.c
+ M /trunk/epan/dissectors/packet-mpeg-audio.c
+
+Before we've decided to dissect a frame, don't fetch any data before
+checking to make sure it's available.
+
+Don't dissect an audio frame if it doesn't have a valid version or layer
+value.
+
+Don't do anything with the columns until we've decided to accept a
+frame.
+
+The register routines are only called once; we don't have to check
+whether they've already been called.
+
+------------------------------------------------------------------------
+r21187 | guy | 2007-03-25 14:10:10 -0700 (Sun, 25 Mar 2007) | 8 lines
+Changed paths:
+ M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
+ M /trunk/epan/dissectors/packet-mpeg-pes.c
+
+Before accepting a packet in a heuristic dissector, don't fetch any data
+without first checking to make sure it's available.
+
+Clear the Info column as soon as we've accepted a packet.
+
+In the "MPEG" dissector, if no subdissector accepts the packet, dissect
+it as just "MPEG" data.
+
+------------------------------------------------------------------------
+r21188 | lego | 2007-03-25 14:39:40 -0700 (Sun, 25 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/h248/h248.cnf
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/asn1/h248/packet-h248-template.h
-From Eliot Blennerhassett :
-Add Cirrus cobranet ethertype
+Remove the context tracing from packet-h248.c ( migrated to <epan/gcp.c> )
------------------------------------------------------------------------
-r19981 | etxrab | 2006-11-25 05:03:48 -0800 (Sat, 25 Nov 2006) | 5 lines
+r21189 | lego | 2007-03-25 14:42:26 -0700 (Sun, 25 Mar 2007) | 1 line
Changed paths:
M /trunk/epan/Makefile.common
- A /trunk/epan/crcdrm.c
- A /trunk/epan/crcdrm.h
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248.h
+ A /trunk/epan/gcp.c
+ A /trunk/epan/gcp.h
+
+Migrate context tracing code from packet-h248.[ch] to gcp.[ch], so that the same code can be used by megaco (upcoming).
+------------------------------------------------------------------------
+r21190 | lego | 2007-03-25 14:56:08 -0700 (Sun, 25 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/voip_calls.c
+ M /trunk/gtk/voip_calls_dlg.c
+
+rename h248_* to gcp_* according to changes in epan.
+------------------------------------------------------------------------
+r21191 | lego | 2007-03-25 14:59:16 -0700 (Sun, 25 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/h248/Makefile
+ M /trunk/asn1/ranap/packet-ranap-template.c
+ M /trunk/asn1/ranap/ranap.cnf
+ M /trunk/asn1/snmp/Makefile
M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-dcp-etsi.c
- A /trunk/epan/reedsolomon.c
- A /trunk/epan/reedsolomon.h
+ A /trunk/epan/dissectors/packet-megaco.c (from /trunk/plugins/megaco/packet-megaco.c:21180)
+ M /trunk/plugins/Makefile.am
+ M /trunk/plugins/Makefile.nmake
+ D /trunk/plugins/megaco/packet-megaco.c
+
+migrate packet-megaco.c from plugins/megaco to epan/dissectors
+------------------------------------------------------------------------
+r21192 | guy | 2007-03-25 15:07:40 -0700 (Sun, 25 Mar 2007) | 15 lines
+Changed paths:
+ M /trunk/wiretap/mpeg.c
+ M /trunk/wiretap/wtap-int.h
+
+All private data for a capture in a Wiretap module must be per-file, not
+static to the module.
+
+Add the older(?) ID tag for MPEG audio.
+
+Just use the ID at the beginning to identify MPEG audio files; don't
+check the file any further.
-From Julian Cable:
-New dissector for ETSI DCP (ETSI TS 102 821).
+If the read of the magic number doesn't work, get the error, and, if
+there is no error (i.e., it's a short read), just return 0 (meaning "no
+error, but this isn't that type of file).
+
+Similarly, if the magic number doesn't match, just return 0, so other
+types of file are tried.
-Code rearranged to look more like other Wireshark dissectors and some warnings/errors
-on Windows fixed.
------------------------------------------------------------------------
-r19982 | etxrab | 2006-11-25 05:07:28 -0800 (Sat, 25 Nov 2006) | 1 line
+r21193 | sahlberg | 2007-03-25 15:53:35 -0700 (Sun, 25 Mar 2007) | 8 lines
Changed paths:
- M /trunk/epan/dissectors/packet-h248_annex_c.c
- M /trunk/epan/dissectors/packet-h248_annex_e.c
+ M /trunk/epan/dissectors/packet-usb-masstorage.c
+ M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/dissectors/packet-usb.h
+
+From Jon Smirl
+
+change the private data pointer name from masstorage to class_data
+since there will be future class specific dissectors that will also want to hang
+some extra data off these structures
+
+
-Make dissecton of some of the annex packages work again.
------------------------------------------------------------------------
-r19983 | wmeier | 2006-11-25 16:23:50 -0800 (Sat, 25 Nov 2006) | 8 lines
+r21194 | sahlberg | 2007-03-25 16:51:40 -0700 (Sun, 25 Mar 2007) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-smb-common.c
+ M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/dissectors/packet-usb.h
-Problem:
-"off by 1" bug in
- packet-smb-common.c: dissect_ms_compressed_string_internal()
-was causing a 1 character buffer overflow thus causing the canary to sing !
+From a Jon Smirl patch
-Fixes bug #1241
+rename the conversation field "class" to "interfaceClass"
------------------------------------------------------------------------
-r19984 | morriss | 2006-11-26 00:28:09 -0800 (Sun, 26 Nov 2006) | 1 line
+r21195 | morriss | 2007-03-25 17:32:13 -0700 (Sun, 25 Mar 2007) | 1 line
Changed paths:
- M /trunk/acinclude.m4
+ M /trunk/configure.in
+
+If we're using gcc, try to use -Wdeclaration-after-statement to catch more non-portable commits. I'm not sure if this is the Right Way to test to see if the compiler can handle a specific option but it's simple and efficient enough.
+------------------------------------------------------------------------
+r21196 | sahlberg | 2007-03-25 18:34:06 -0700 (Sun, 25 Mar 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-amqp.c
+
+From
+Martin Sustrik
+
+additions to AMQP dissector and prettifications to the information column
+
+
+
+------------------------------------------------------------------------
+r21197 | sahlberg | 2007-03-25 18:41:50 -0700 (Sun, 25 Mar 2007) | 15 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-usb.c
+
+From
+Charles Lepple
+
+
+This patch enables packet-usb.c to display all descriptors in the GET
+CONFIGURATION request, regardless of whether we know how to decode
+them. (All descriptors in that request share the same first two
+bytes.)
+
+It also adds the HID descriptor type (not the report descriptor,
+though - that is buried in a class request, not a device request). I
+am still working on actually decoding this descriptor.
+
+
+
+------------------------------------------------------------------------
+r21198 | morriss | 2007-03-25 18:56:51 -0700 (Sun, 25 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/Makefile.am
+ M /trunk/Makefile.nmake
+
+Remove references to the megaco plugin from the top level Makefiles.
+------------------------------------------------------------------------
+r21199 | sahlberg | 2007-03-25 18:59:02 -0700 (Sun, 25 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-usb.c
+
+From Jon Smirl
+
+add a whole bunch of new descriptor types
+
-Bug 1246: From Eric Hall, fix typo: s/NETSNMPCNFIG/NETSNMPCONFIG/
------------------------------------------------------------------------
-r19985 | gal | 2006-11-26 01:04:00 -0800 (Sun, 26 Nov 2006) | 6 lines
+r21200 | morriss | 2007-03-25 19:05:54 -0700 (Sun, 25 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/wiretap/configure.in
+
+Also try to set -Wdeclaration-after-statement in wiretap
+------------------------------------------------------------------------
+r21201 | morriss | 2007-03-25 20:59:09 -0700 (Sun, 25 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/crypt/crypt-md5.c
+
+Don't #define bzero and bcopy to be memset and memcpy on Windows, just use memset and memcpy instead.
+------------------------------------------------------------------------
+r21202 | morriss | 2007-03-25 21:02:05 -0700 (Sun, 25 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/packaging/nsis/Makefile.nmake
+ M /trunk/packaging/nsis/wireshark.nsi
+
+Remove references to the megaco plugin from the Windows packaging stuff.
+------------------------------------------------------------------------
+r21203 | morriss | 2007-03-25 23:04:17 -0700 (Sun, 25 Mar 2007) | 1 line
Changed paths:
M /trunk/packaging/u3/win32/makefile.nmake
- M /trunk/packaging/u3/win32/manifest.tmpl
- M /trunk/packaging/u3/win32/u3util.c
-U3 Packaging update for
-a) Packaging changes - including the latest GTK/GLIB/PANGO libaries
-b) File associations - made when Wireshark is first run and removed when device is removed.
-c) Install WinPcap - by running the installer if WinPcap is not installed. Uninstalled (if the U3 device installed it) when the device is removed. (This is an interim approach until the appropriate WinPcap U3 installation can be determined).
+Remove references to the megaco plugin from the Windows U3 packaging stuff (hopefully this is the last onegrep megaco *).
+------------------------------------------------------------------------
+r21204 | sfisher | 2007-03-25 23:10:52 -0700 (Sun, 25 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/Makefile.am
+ M /trunk/epan/addr_resolv.c
+ M /trunk/epan/filesystem.c
+ M /trunk/epan/follow.c
+ M /trunk/epan/proto.c
+ M /trunk/epan/reassemble.c
+ M /trunk/epan/req_resp_hdrs.c
+ M /trunk/epan/sigcomp-udvm.c
+ M /trunk/epan/sigcomp_state_hdlr.c
+ M /trunk/epan/stats_tree.c
+ M /trunk/epan/tvbparse.c
+ M /trunk/plugins/mate/Makefile.am
+ M /trunk/plugins/mate/mate_setup.c
+ M /trunk/plugins/mate/mate_util.c
+ M /trunk/tools/lemon/Makefile.am
+
+
+Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errors
+under gcc to tools/lemon, plugins/mate and epan/
------------------------------------------------------------------------
-r19986 | jake | 2006-11-26 05:22:14 -0800 (Sun, 26 Nov 2006) | 3 lines
+r21205 | sahlberg | 2007-03-25 23:52:04 -0700 (Sun, 25 Mar 2007) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-smb-logon.c
+ M /trunk/configure.in
+
+older versions of gcc do not check -W parameters when only running the preprocessor.
+
+change the test for whether -Wdeclaration-after-statement so that it also works for ancient gcc
+
-From Stefan Metzmacher:
-2nd try: implement dissection of SMB_NETLOGON cmd's 0x17 and 0x19
------------------------------------------------------------------------
-r19987 | jake | 2006-11-26 05:24:07 -0800 (Sun, 26 Nov 2006) | 5 lines
+r21206 | sahlberg | 2007-03-25 23:58:22 -0700 (Sun, 25 Mar 2007) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-dcerpc.c
+ M /trunk/wiretap/configure.in
+
+make the test for -Wdeclaration-after-statement gcc 2.96 friendly.
+
+and once again the mighty wireshark compiles on rh71
+
-From Stefan Metzmacher:
-I have a little additional patch, that makes it easier to see what which bytes
-are not caught by the sub_dissector.
-And it makes it easy to select and export the full payload to a file.
------------------------------------------------------------------------
-r19988 | morriss | 2006-11-26 05:36:03 -0800 (Sun, 26 Nov 2006) | 1 line
+r21207 | sahlberg | 2007-03-26 00:58:17 -0700 (Mon, 26 Mar 2007) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/packet-skinny.c
+ M /trunk/epan/dissectors/packet-usb.c
+
+from Jon Smirl
+
+add defines for data direction (which direction in/out is data being transferred for this particylar request/response pair)
+and a mask for which bits of the byte contains the type.
+
+
-If we found that the packet does not belong to Skinny (new style dissector), there's no need to call call_dissector(data_handle, ...) before returning FALSE.
------------------------------------------------------------------------
-r19989 | morriss | 2006-11-26 06:00:01 -0800 (Sun, 26 Nov 2006) | 1 line
+r21208 | morriss | 2007-03-26 01:31:23 -0700 (Mon, 26 Mar 2007) | 1 line
Changed paths:
- M /trunk/doc/README.developer
+ M /trunk/configure.in
+ M /trunk/wiretap/configure.in
+
+Change the test for -Wdeclaration-after-statement slightly to make it work for me. Also redirect its stderr to /dev/null to avoid worrying users
+------------------------------------------------------------------------
+r21209 | morriss | 2007-03-26 03:26:16 -0700 (Mon, 26 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/configure.in
-Change to show how to write a 'new style' dissector (that is, one that returns the number of bytes it was able to dissect). I think the Developer's Guide (docbook/) probably needs similar updates but I'm a bit shy about editing XML with good old vi; maybe if I can figure out if I can build the doc in the first place... Also rewrap a few pararaphs that went past 80 columns.
+Fix distcheck by removing the reference to the megaco plugin
------------------------------------------------------------------------
-r19990 | morriss | 2006-11-26 06:27:13 -0800 (Sun, 26 Nov 2006) | 1 line
+r21210 | sahlberg | 2007-03-26 04:06:26 -0700 (Mon, 26 Mar 2007) | 4 lines
Changed paths:
+ M /trunk/epan/dissectors/packet-alcap.c
M /trunk/epan/dissectors/packet-ansi_637.c
M /trunk/epan/dissectors/packet-ansi_a.c
+ M /trunk/epan/dissectors/packet-atalk.c
+ M /trunk/epan/dissectors/packet-beep.c
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-bootp.c
+ M /trunk/epan/dissectors/packet-bpdu.c
+ M /trunk/epan/dissectors/packet-bthci_acl.c
+ M /trunk/epan/dissectors/packet-btsdp.c
+ M /trunk/epan/dissectors/packet-cops.c
+ M /trunk/epan/dissectors/packet-cups.c
+ M /trunk/epan/dissectors/packet-ssh.c
+ M /trunk/epan/dissectors/packet-synergy.c
+ M /trunk/epan/dissectors/packet-t38.c
+ M /trunk/epan/dissectors/packet-tacacs.c
+ M /trunk/epan/dissectors/packet-tali.c
+ M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/epan/dissectors/packet-tds.c
+ M /trunk/epan/dissectors/packet-telnet.c
+ M /trunk/epan/dissectors/packet-ucp.c
+ M /trunk/epan/dissectors/packet-uma.c
+ M /trunk/epan/dissectors/packet-vtp.c
+ M /trunk/epan/dissectors/packet-wbxml.c
+ M /trunk/epan/dissectors/packet-who.c
+ M /trunk/epan/dissectors/packet-x11.c
+ M /trunk/epan/dissectors/packet-x25.c
+ M /trunk/epan/dissectors/packet-xdmcp.c
+ M /trunk/epan/dissectors/packet-xml.c
+ M /trunk/epan/dissectors/packet-yhoo.c
+
+From Sebastien Tandel
+
+fixes for various compiler warnings
+
+------------------------------------------------------------------------
+r21211 | sfisher | 2007-03-26 13:17:05 -0700 (Mon, 26 Mar 2007) | 11 lines
+Changed paths:
+ M /trunk/doc/tshark.pod
+ M /trunk/epan/emem.h
+ M /trunk/print.c
+ M /trunk/print.h
+ M /trunk/tshark.c
+
+
+From Doug Pratley:
+
+The purpose of the patch is to provide a new output format (so it is
+independent of -V): single line record per-packet with the fields chosen by the
+user, with configuration options to control separator, quoting and whether a
+header line is printed. It also extends some existing options behaviour (-c and
+-a:filesize) so that they affect reading a file as well as writing one, so that
+only the first <n> packets or bytes are read).
+
+
+------------------------------------------------------------------------
+r21212 | lego | 2007-03-26 14:10:58 -0700 (Mon, 26 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-megaco.c
+
+add context tracing and tap to packet-megaco.c
+(have to fix the matching of wildcarded terminations as it doesn't work as it should)
+------------------------------------------------------------------------
+r21213 | lego | 2007-03-26 14:12:24 -0700 (Mon, 26 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/voip_calls.c
+ M /trunk/gtk/voip_calls.h
+
+add Megaco to the "VoIP Calls" tap
+------------------------------------------------------------------------
+r21214 | sfisher | 2007-03-26 14:16:21 -0700 (Mon, 26 Mar 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-afp.c
+ M /trunk/epan/dissectors/packet-p_mul.c
+ M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dissectors/packet-smb.h
+
+
+From Peter Johansson:
+
+Fix warnings
+
+
+------------------------------------------------------------------------
+r21215 | lego | 2007-03-26 14:16:31 -0700 (Mon, 26 Mar 2007) | 1 line
+Changed paths:
+ D /trunk/plugins/megaco
+
+trash the empty container of the megaco plugin
+------------------------------------------------------------------------
+r21216 | sahlberg | 2007-03-26 15:47:19 -0700 (Mon, 26 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/gcp.h
+
+add a missing constant to make the megaco dissector compile
+
+------------------------------------------------------------------------
+r21217 | lego | 2007-03-26 16:06:38 -0700 (Mon, 26 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/gcp.c
+ M /trunk/epan/gcp.h
+
+the forgotten files from the last checkin
+------------------------------------------------------------------------
+r21218 | lego | 2007-03-26 16:11:15 -0700 (Mon, 26 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/gcp.h
+
+remove a duplicate declaration
+it looks like svn's merge is not that intelligent... or may be its me?
+------------------------------------------------------------------------
+r21219 | sahlberg | 2007-03-26 16:16:53 -0700 (Mon, 26 Mar 2007) | 6 lines
+Changed paths:
+ M /trunk/tshark.c
+
+The signature for load_cap_file changed in 21211
+
+Update also the code path for when not compiling with pcap so that code path also
+uses the new signature.
+
+
+------------------------------------------------------------------------
+r21220 | ulfl | 2007-03-26 17:19:15 -0700 (Mon, 26 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/Makefile.nmake
+
+the megaco plugin no longer exists, remove remaining traces ...
+------------------------------------------------------------------------
+r21221 | ulfl | 2007-03-26 19:14:56 -0700 (Mon, 26 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.nmake
+ M /trunk/epan/dissectors/packet-dcerpc-dfs.c
+ M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+ M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+ M /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c
+ M /trunk/epan/dissectors/packet-megaco.c
+ M /trunk/epan/dissectors/packet-rrlp.c
+ M /trunk/epan/dissectors/packet-user_encap.c
+
+fix the remaining MSVC warnings by setting individual #pragma(warning:disable) settings - this is very certainly not the way to go, but the way to prevent additional warnings rushing in ...
+------------------------------------------------------------------------
+r21222 | ulfl | 2007-03-26 19:47:09 -0700 (Mon, 26 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/giop/Makefile.nmake
+ M /trunk/plugins/giop/packet-cosnaming.c
+
+set "WX" and "#pragma warning(disable:4101)"
+------------------------------------------------------------------------
+r21223 | ulfl | 2007-03-26 19:47:54 -0700 (Mon, 26 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/rrlp/packet-rrlp-template.c
+
+add "#pragma warning(disable:4146)"
+------------------------------------------------------------------------
+r21224 | kukosa | 2007-03-27 01:40:46 -0700 (Tue, 27 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/h235/Makefile
+
+add missing H235-SRTP.asn into Linux/Unix makefile
+------------------------------------------------------------------------
+r21225 | kukosa | 2007-03-27 02:01:29 -0700 (Tue, 27 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/tools/lex.py
+ M /trunk/tools/yacc.py
+
+Ply updated to v2.3
+------------------------------------------------------------------------
+r21226 | morriss | 2007-03-27 03:15:28 -0700 (Tue, 27 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-syslog.c
+
+Include ws_strsplit.h to override glib 1.2's (buggy) g_strsplit() as per rev 20804
+------------------------------------------------------------------------
+r21227 | ulfl | 2007-03-27 13:57:58 -0700 (Tue, 27 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/giop/packet-coseventcomm.c
+ M /trunk/plugins/giop/packet-parlay.c
+ M /trunk/plugins/giop/packet-tango.c
+
+add missing #pragma warning disable (now using _MSC_VER)
+------------------------------------------------------------------------
+r21228 | ulfl | 2007-03-27 14:09:34 -0700 (Tue, 27 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/rrlp/packet-rrlp-template.c
+ M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+ M /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c
+ M /trunk/epan/dissectors/packet-megaco.c
+ M /trunk/epan/dissectors/packet-rrlp.c
+ M /trunk/epan/dissectors/packet-user_encap.c
+
+as Gisle Vanem noted that MingW doesn't "like" the #pragmas:
+change #ifdef _WIN32 -> #ifdef _MSC_VER around pragma warnings
+------------------------------------------------------------------------
+r21229 | etxrab | 2007-03-27 14:10:35 -0700 (Tue, 27 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-h263.c
+
+Common handling of picture layer.
+------------------------------------------------------------------------
+r21230 | ulfl | 2007-03-27 14:20:19 -0700 (Tue, 27 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ipmi.c
+ M /trunk/epan/dissectors/packet-ospf.c
+ M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dissectors/packet-smb.c
+
+from Peter Johansson:
+compilation warnings fixed
+------------------------------------------------------------------------
+r21231 | ulfl | 2007-03-27 14:32:14 -0700 (Tue, 27 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/capture_wpcap_packet.c
+ M /trunk/gtk/capture_if_details_dlg.c
+
+from Gisle Vanem:
+add " && defined(_MSC_VER)", as MingW doesn't need it
+------------------------------------------------------------------------
+r21232 | lego | 2007-03-27 15:41:28 -0700 (Tue, 27 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-sctp.c
+
+Have retransmissions added only once per retransmitted packet.
+
+
+------------------------------------------------------------------------
+r21233 | sfisher | 2007-03-27 15:50:11 -0700 (Tue, 27 Mar 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-afp.c
+ M /trunk/epan/dissectors/packet-bittorrent.c
+ M /trunk/epan/dissectors/packet-cops.c
+ M /trunk/epan/dissectors/packet-dcm.c
+ M /trunk/epan/dissectors/packet-dcom.c
+ M /trunk/epan/dissectors/packet-dhcp-failover.c
+ M /trunk/epan/dissectors/packet-dhcpv6.c
+ M /trunk/epan/dissectors/packet-diameter.c
+ M /trunk/epan/dissectors/packet-distcc.c
+ M /trunk/epan/dissectors/packet-dns.c
+ M /trunk/epan/dissectors/packet-dsi.c
+ M /trunk/epan/dissectors/packet-edonkey.c
+ M /trunk/epan/dissectors/packet-extreme.c
+ M /trunk/epan/dissectors/packet-fcdns.c
+ M /trunk/epan/dissectors/packet-fcswils.c
+ M /trunk/epan/dissectors/packet-fix.c
+ M /trunk/epan/dissectors/packet-frame.c
+ M /trunk/epan/dissectors/packet-ftp.c
+ M /trunk/epan/dissectors/packet-fw1.c
+ M /trunk/epan/dissectors/packet-gssapi.c
+ M /trunk/epan/dissectors/packet-gtp.c
+ M /trunk/epan/dissectors/packet-hsrp.c
+ M /trunk/epan/dissectors/packet-iax2.c
+ M /trunk/epan/dissectors/packet-icep.c
+ M /trunk/epan/dissectors/packet-igap.c
+ M /trunk/epan/dissectors/packet-image-gif.c
+ M /trunk/epan/dissectors/packet-image-jfif.c
+ M /trunk/epan/dissectors/packet-ipdc.c
+ M /trunk/epan/dissectors/packet-ipp.c
+ M /trunk/epan/dissectors/packet-iscsi.c
+ M /trunk/epan/dissectors/packet-jxta.c
+
+
+Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors
+
+
+------------------------------------------------------------------------
+r21234 | lego | 2007-03-27 15:56:07 -0700 (Tue, 27 Mar 2007) | 8 lines
+Changed paths:
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-megaco.c
+
+megaco
+- replace #pragma for #include
+- move register function and remove prototype
+
+h248
+- have dissector being called through megaco instead of registering to the same sctp.ppi
+
+
+------------------------------------------------------------------------
+r21235 | lego | 2007-03-27 16:00:55 -0700 (Tue, 27 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/asn1/ranap/packet-ranap-template.c
+ M /trunk/asn1/ranap/ranap.cnf
+ M /trunk/epan/dissectors/packet-bssap.c
+ M /trunk/epan/dissectors/packet-gsm_a.c
+ M /trunk/epan/dissectors/packet-ranap.c
+ M /trunk/epan/dissectors/packet-ranap.h
+ M /trunk/epan/dissectors/packet-sccp.c
+ M /trunk/epan/dissectors/packet-sccp.h
+ M /trunk/epan/dissectors/packet-sua.c
+ M /trunk/gtk/voip_calls.c
+
+Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP/CAMEL)
+
+- Fix SUA calls (I would need some more traces to test this)
+
-Clean up a bunch of unused parameter warnings and 2 uninitialized variable warnings
------------------------------------------------------------------------
-r19991 | wmeier | 2006-11-26 10:20:51 -0800 (Sun, 26 Nov 2006) | 1 line
+r21236 | lego | 2007-03-27 16:06:24 -0700 (Tue, 27 Mar 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-bgp.c
+ M /trunk/epan/dissectors/packet-sua.c
+
+remove debugging printouts.
+
-fix compiler warning
------------------------------------------------------------------------
-r19992 | wmeier | 2006-11-26 10:31:53 -0800 (Sun, 26 Nov 2006) | 4 lines
+r21237 | sfisher | 2007-03-27 16:14:13 -0700 (Tue, 27 Mar 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-kerberos.c
+ M /trunk/epan/dissectors/packet-kismet.c
+ M /trunk/epan/dissectors/packet-mmse.c
+ M /trunk/epan/dissectors/packet-mount.c
+ M /trunk/epan/dissectors/packet-msrp.c
+
+
+Fix some more warnings under gcc 4.0
+
+
+------------------------------------------------------------------------
+r21238 | sfisher | 2007-03-27 16:33:59 -0700 (Tue, 27 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-bittorrent.c
+ M /trunk/epan/dissectors/packet-ndmp.c
+
+Fix a warning in packet-bittorrent.c I didn't fix right the first time and try to get the Win32 buildbot going again in packet-ndmp.c.
+------------------------------------------------------------------------
+r21239 | jmayer | 2007-03-27 20:55:27 -0700 (Tue, 27 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
+ M /trunk/epan/dissectors/packet-h263.c
+ M /trunk/epan/dissectors/packet-mpeg-pes.c
+
+warning fixes
+------------------------------------------------------------------------
+r21240 | ulfl | 2007-03-27 20:56:24 -0700 (Tue, 27 Mar 2007) | 1 line
Changed paths:
M /trunk/airpcap.h
- M /trunk/asn1/rrlp/rrlp.asn
- M /trunk/asn1/snmp/Makefile
- M /trunk/diameter/TGPPSh.xml
- M /trunk/epan/wslua/wslua.h
- M /trunk/epan/wslua/wslua_dumper.c
- M /trunk/epan/wslua/wslua_field.c
- M /trunk/epan/wslua/wslua_gui.c
- M /trunk/epan/wslua/wslua_listener.c
- M /trunk/epan/wslua/wslua_pinfo.c
- M /trunk/epan/wslua/wslua_proto.c
- M /trunk/epan/wslua/wslua_tree.c
- M /trunk/epan/wslua/wslua_tvb.c
- M /trunk/epan/wslua/wslua_util.c
- M /trunk/tools/pidl/tests/ndr_represent.pl
- M /trunk/tools/pidl/tests/ndr_tagtype.pl
+ M /trunk/epan/dissectors/packet-dcerpc-dfs.c
+ M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+ M /trunk/plugins/giop/packet-cosnaming.c
-Fix some property typos (eg: svn:kwywords, swn:keywords, etc)
-Add 'svn:eol-style native' for a few .[hc] files
+from Gisle Vanem: some more #pragma's that MingW don't like
+------------------------------------------------------------------------
+r21241 | jmayer | 2007-03-27 21:28:02 -0700 (Tue, 27 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/ldap
+ M /trunk/asn1/mpeg
+Add svn:ignore
+------------------------------------------------------------------------
+r21242 | jmayer | 2007-03-27 21:29:00 -0700 (Tue, 27 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/print.h
+Warning fix
------------------------------------------------------------------------
-r19993 | wmeier | 2006-11-26 10:53:35 -0800 (Sun, 26 Nov 2006) | 3 lines
+r21243 | jmayer | 2007-03-28 00:03:26 -0700 (Wed, 28 Mar 2007) | 5 lines
Changed paths:
- M /trunk/asn1/snmp/Makefile.nmake
+ M /trunk/epan/dissectors/packet-tapa.c
-Fix property typo: svm:keywords --> svn:keywords
+Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1437
+It is sufficient to make tapa discovery packets a new style dissector,
+don't handle them via an additional heuristic dissector.
------------------------------------------------------------------------
-r19994 | gerald | 2006-11-26 12:26:09 -0800 (Sun, 26 Nov 2006) | 2 lines
+r21244 | sfisher | 2007-03-28 00:06:39 -0700 (Wed, 28 Mar 2007) | 5 lines
Changed paths:
- M /trunk/gtk/gui_utils.c
- M /trunk/gtk/gui_utils.h
+ M /trunk/epan/dissectors/packet-bittorrent.c
+ M /trunk/epan/dissectors/packet-iuup.c
+ M /trunk/epan/dissectors/packet-smb.c
+ M /trunk/epan/dissectors/packet-smb2.c
+ M /trunk/epan/dissectors/packet-smtp.c
+ M /trunk/epan/dissectors/packet-sna.c
+ M /trunk/epan/dissectors/packet-wsp.c
+ M /trunk/epan/dissectors/packet-ymsg.c
+
+
+Fix a bunch of warnings, add svn:keywords Id and svn:eol-style native
+to packet-iuup.c.
+
+
+------------------------------------------------------------------------
+r21245 | grahamb | 2007-03-28 02:03:14 -0700 (Wed, 28 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-dmp.c
+
+Fixed warnings on MS VC 6.0
+------------------------------------------------------------------------
+r21246 | jmayer | 2007-03-28 04:31:34 -0700 (Wed, 28 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
+
+Fix a white space
+Add link to nmake documentation.
+
+------------------------------------------------------------------------
+r21247 | sfisher | 2007-03-28 09:21:48 -0700 (Wed, 28 Mar 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-amqp.c
+
+
+From Sebastien Tandel:
+
+Remove svn:executable on packet-amqp.c
+
+
+------------------------------------------------------------------------
+r21248 | grahamb | 2007-03-28 09:31:25 -0700 (Wed, 28 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/giop/Makefile.nmake
+
+Removed /Wx from CFLAGS to allow buildbot to proceed
+------------------------------------------------------------------------
+r21249 | grahamb | 2007-03-28 09:32:47 -0700 (Wed, 28 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/Makefile.nmake
+ M /trunk/packaging/u3/win32/makefile.nmake
+
+Improved cleanup of build artifacts
+------------------------------------------------------------------------
+r21250 | lego | 2007-03-28 12:30:24 -0700 (Wed, 28 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-h248_annex_c.c
+
+USM can be any length not just 3
+
+
+------------------------------------------------------------------------
+r21251 | lego | 2007-03-28 12:31:54 -0700 (Wed, 28 Mar 2007) | 4 lines
+Changed paths:
+ M /trunk/gtk/voip_calls.c
+
+do not avoid redrawing the tap
+make sure we do not pass a null pointer to add_to_graph()
+
+
+------------------------------------------------------------------------
+r21252 | lego | 2007-03-28 12:34:35 -0700 (Wed, 28 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/gcp.c
+
+do not pass a null string to proto_item_append_text()
+
+
+------------------------------------------------------------------------
+r21253 | sfisher | 2007-03-28 14:55:11 -0700 (Wed, 28 Mar 2007) | 5 lines
+Changed paths:
+ M /trunk/capture_sync.c
+ M /trunk/configure.in
+ M /trunk/epan/addr_resolv.c
+ M /trunk/epan/column-utils.c
+ M /trunk/epan/dissectors/packet-3g-a11.c
+ M /trunk/epan/dissectors/packet-afp.c
+ M /trunk/epan/dissectors/packet-ajp13.c
+ M /trunk/epan/dissectors/packet-bittorrent.c
+ M /trunk/epan/dissectors/packet-cops.c
+ M /trunk/epan/dissectors/packet-dcm.c
+ M /trunk/epan/dissectors/packet-dcom.c
+ M /trunk/epan/dissectors/packet-dhcp-failover.c
+ M /trunk/epan/dissectors/packet-dhcpv6.c
+ M /trunk/epan/dissectors/packet-diameter.c
+ M /trunk/epan/dissectors/packet-distcc.c
+ M /trunk/epan/dissectors/packet-dns.c
+ M /trunk/epan/dissectors/packet-dsi.c
+ M /trunk/epan/dissectors/packet-edonkey.c
+ M /trunk/epan/dissectors/packet-extreme.c
+ M /trunk/epan/dissectors/packet-fcdns.c
+ M /trunk/epan/dissectors/packet-fcswils.c
+ M /trunk/epan/dissectors/packet-fix.c
+ M /trunk/epan/dissectors/packet-ftp.c
+ M /trunk/epan/dissectors/packet-fw1.c
+ M /trunk/epan/dissectors/packet-gtp.c
+ M /trunk/epan/dissectors/packet-hsrp.c
+ M /trunk/epan/dissectors/packet-iax2.c
+ M /trunk/epan/dissectors/packet-icep.c
+ M /trunk/epan/dissectors/packet-igap.c
+ M /trunk/epan/dissectors/packet-image-gif.c
+ M /trunk/epan/dissectors/packet-image-jfif.c
+ M /trunk/epan/dissectors/packet-ipdc.c
+ M /trunk/epan/dissectors/packet-ipp.c
+ M /trunk/epan/dissectors/packet-iscsi.c
+ M /trunk/epan/dissectors/packet-jxta.c
+ M /trunk/epan/dissectors/packet-kismet.c
+ M /trunk/epan/dissectors/packet-megaco.c
+ M /trunk/epan/dissectors/packet-mmse.c
+ M /trunk/epan/dissectors/packet-mount.c
+ M /trunk/epan/dissectors/packet-msrp.c
+ M /trunk/epan/dissectors/packet-rsvp.c
+ M /trunk/epan/dissectors/packet-smb.c
+ M /trunk/epan/dissectors/packet-smb2.c
+ M /trunk/epan/dissectors/packet-smtp.c
+ M /trunk/epan/dissectors/packet-sna.c
+ M /trunk/epan/dissectors/packet-wsp.c
+ M /trunk/epan/dissectors/packet-ymsg.c
+ M /trunk/epan/proto.c
+ M /trunk/epan/req_resp_hdrs.c
+ M /trunk/epan/sigcomp-udvm.c
+ M /trunk/epan/sigcomp_state_hdlr.c
+ M /trunk/epan/stats_tree.c
+ M /trunk/epan/tvbparse.c
+ M /trunk/file.c
+ M /trunk/gtk/find_dlg.c
+ M /trunk/gtk/follow_dlg.c
M /trunk/gtk/proto_draw.c
+ M /trunk/gtk/recent.c
+ M /trunk/gtk/stats_tree_stat.c
+ M /trunk/plugins/agentx/packet-agentx.c
+ M /trunk/plugins/asn1/packet-asn1.c
+ M /trunk/plugins/irda/packet-irda.c
+ M /trunk/plugins/mgcp/packet-mgcp.c
+ M /trunk/plugins/opsi/packet-opsi.c
+ M /trunk/plugins/sbus/packet-sbus.c
+ M /trunk/plugins/stats_tree/pinfo_stats_tree.c
+ M /trunk/print.c
+ M /trunk/tap-stats_tree.c
+ M /trunk/text2pcap.c
+ M /trunk/wiretap/configure.in
+ M /trunk/wiretap/iseries.c
+
+
+Remove almost all of the casts I committed recently and in place of
+them, add -Wno-pointer-sign to CFLAGS when gcc will accept it.
-Make keyboard navigation common for all tree views (for GTK2, at least).
------------------------------------------------------------------------
-r19995 | gerald | 2006-11-26 12:29:24 -0800 (Sun, 26 Nov 2006) | 2 lines
+r21254 | sahlberg | 2007-03-28 15:16:43 -0700 (Wed, 28 Mar 2007) | 11 lines
Changed paths:
- M /trunk/gtk/gui_utils.c
+ M /trunk/epan/dissectors/packet-amqp.c
+
+From
+
+Martin Sustrik
+
+
+here's a patch to AMQP dissector. The only change is that when there are
+seceral AMQP frames in single TCP packet, all of them are referred in
+the info column.
+
-Wrap the declaration for tree_view_key_pressed_cb() in an #if/#endif.
------------------------------------------------------------------------
-r19996 | wmeier | 2006-11-26 16:13:09 -0800 (Sun, 26 Nov 2006) | 6 lines
+r21255 | sahlberg | 2007-03-28 17:15:41 -0700 (Wed, 28 Mar 2007) | 3 lines
Changed paths:
- M /trunk/diameter/chargecontrol.xml
- M /trunk/epan/dissectors/pidl/idl_types.h
- M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.h
+ M /trunk/epan/dissectors/pidl/winreg.cnf
-fix property typos:
- eol-type --> svn:eol-style
- sv:eol-style --> svn:eol-style
- svn:eol-type --> svn:eol-style
+regenerate winreg using the latest pidl. almost all warnings are now gone
------------------------------------------------------------------------
-r19997 | sahlberg | 2006-11-27 01:00:01 -0800 (Mon, 27 Nov 2006) | 5 lines
+r21256 | sahlberg | 2007-03-28 17:26:35 -0700 (Wed, 28 Mar 2007) | 3 lines
Changed paths:
- D /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn.orig
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.h
+ M /trunk/epan/dissectors/pidl/winreg.idl
-remove file that is not used
+update winreg to the latest idl
-bug 1247
+------------------------------------------------------------------------
+r21257 | sahlberg | 2007-03-28 17:47:41 -0700 (Wed, 28 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
+ M /trunk/epan/dissectors/packet-dcerpc-atsvc.h
+ M /trunk/epan/dissectors/pidl/atsvc.idl
+
+update atsvc to latest idl
------------------------------------------------------------------------
-r19998 | sahlberg | 2006-11-27 01:40:08 -0800 (Mon, 27 Nov 2006) | 3 lines
+r21258 | sahlberg | 2007-03-28 17:58:35 -0700 (Wed, 28 Mar 2007) | 3 lines
Changed paths:
- M /trunk/gtk/expert_comp_table.c
+ M /trunk/epan/dissectors/packet-dcerpc-dfs.c
+ M /trunk/epan/dissectors/packet-dcerpc-dfs.h
+ M /trunk/epan/dissectors/pidl/dfs.idl
-remove unused variable: tooltips
+update dfs and regenerate
------------------------------------------------------------------------
-r19999 | sahlberg | 2006-11-27 01:42:19 -0800 (Mon, 27 Nov 2006) | 2 lines
+r21259 | sahlberg | 2007-03-28 18:06:51 -0700 (Wed, 28 Mar 2007) | 3 lines
Changed paths:
- M /trunk/gtk/expert_comp_table.c
+ M /trunk/epan/dissectors/packet-dcerpc-efs.c
+ M /trunk/epan/dissectors/packet-dcerpc-efs.h
+ M /trunk/epan/dissectors/pidl/efs.cnf
+
+update efs and fix conformance file to eliminate some warnings
-g_strdup takes one parameter not two
------------------------------------------------------------------------
-r20000 | sahlberg | 2006-11-27 03:00:06 -0800 (Mon, 27 Nov 2006) | 3 lines
+r21260 | sahlberg | 2007-03-28 18:38:59 -0700 (Wed, 28 Mar 2007) | 27 lines
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- M /trunk/epan/dissectors/packet-scsi-mmc.c
- A /trunk/epan/dissectors/packet-scsi-sbc.c
- A /trunk/epan/dissectors/packet-scsi-sbc.h
- M /trunk/epan/dissectors/packet-scsi.c
- M /trunk/epan/dissectors/packet-scsi.h
- M /trunk/epan/libwireshark.def
- M /trunk/gtk/scsi_stat.c
+ M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
+ M /trunk/epan/dissectors/packet-dcerpc-dfs.c
+ M /trunk/epan/dissectors/packet-dcerpc-efs.c
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+
+regenerate these dissectors using a patched pidl to add some extra pragmas to keep ms compilers happy
+
+
+
+the pidl patch required :
+Index: lib/Parse/Pidl/Wireshark/NDR.pm
+===================================================================
+--- lib/Parse/Pidl/Wireshark/NDR.pm (revision 22005)
++++ lib/Parse/Pidl/Wireshark/NDR.pm (working copy)
+@@ -916,6 +916,14 @@
+ $res{headers} .= "#ifdef HAVE_CONFIG_H\n";
+ $res{headers} .= "#include \"config.h\"\n";
+ $res{headers} .= "#endif\n\n";
++
++ $res{headers} .= "#ifdef _MSC_VER\n";
++ $res{headers} .= "#pragma warning(disable:4005)\n";
++ $res{headers} .= "#pragma warning(disable:4013)\n";
++ $res{headers} .= "#endif\n\n";
++
++
++
+ $res{headers} .= "#include <glib.h>\n";
+ $res{headers} .= "#include <string.h>\n";
+ $res{headers} .= "#include <epan/packet.h>\n\n";
-break the SCSI SBC commandset out into its own dissector
------------------------------------------------------------------------
-r20001 | morriss | 2006-11-27 06:39:06 -0800 (Mon, 27 Nov 2006) | 1 line
+r21261 | sahlberg | 2007-03-28 19:09:48 -0700 (Wed, 28 Mar 2007) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-epl.c
+ M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+ M /trunk/epan/dissectors/pidl/eventlog.cnf
+ M /trunk/epan/dissectors/pidl/eventlog.idl
+
+fixup the idl to always use pointer for out parameters
+
+regenerate with patched pidl
+
-Since this dissector is already 'new style' (it returns FALSE if it thinks the packet doesn't belong to it), register the dissector with new_create_dissector_handle() instead of create_dissector_handle(), thus fixing a compiler warning. Also comment out some (currently) unused hf_ fields to get rid warnings about them. Lastly, [AT]-ify the authors' email addresses.
------------------------------------------------------------------------
-r20002 | sahlberg | 2006-11-27 06:50:23 -0800 (Mon, 27 Nov 2006) | 3 lines
+r21262 | sahlberg | 2007-03-28 19:22:23 -0700 (Wed, 28 Mar 2007) | 27 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi.c
- M /trunk/epan/proto.c
- M /trunk/epan/proto.h
+ M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
+ M /trunk/epan/dissectors/packet-dcerpc-dfs.c
+ M /trunk/epan/dissectors/packet-dcerpc-efs.c
+ M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+
+regenerate the dissectors with an even newer patched version of pidl to add two more pragmas
+
+
+you need this patch ontop of svn pidl to regenerate the files :
+
+Index: lib/Parse/Pidl/Wireshark/NDR.pm
+===================================================================
+--- lib/Parse/Pidl/Wireshark/NDR.pm (revision 22005)
++++ lib/Parse/Pidl/Wireshark/NDR.pm (working copy)
+@@ -916,6 +916,14 @@
+ $res{headers} .= "#ifdef HAVE_CONFIG_H\n";
+ $res{headers} .= "#include \"config.h\"\n";
+ $res{headers} .= "#endif\n\n";
++
++ $res{headers} .= "#ifdef _MSC_VER\n";
++ $res{headers} .= "#pragma warning(disable:4005)\n";
++ $res{headers} .= "#pragma warning(disable:4013)\n";
++ $res{headers} .= "#pragma warning(disable:4018)\n";
++ $res{headers} .= "#pragma warning(disable:4101)\n";
++ $res{headers} .= "#endif\n\n";
++
+ $res{headers} .= "#include <glib.h>\n";
+ $res{headers} .= "#include <string.h>\n";
+ $res{headers} .= "#include <epan/packet.h>\n\n";
-create a nice helper to dissect bitmasks and implement some test useage of it in the scsi dissector
------------------------------------------------------------------------
-r20003 | guy | 2006-11-27 10:10:12 -0800 (Mon, 27 Nov 2006) | 3 lines
+r21265 | sahlberg | 2007-03-28 21:12:16 -0700 (Wed, 28 Mar 2007) | 3 lines
Changed paths:
- M /trunk/wiretap/wtap.c
- M /trunk/wiretap/wtap.h
+ M /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
+ M /trunk/epan/dissectors/packet-dcerpc-initshutdown.h
+ M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
+ M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
+ M /trunk/epan/dissectors/pidl/initshutdown.idl
+ M /trunk/epan/dissectors/pidl/srvsvc.cnf
+ M /trunk/epan/dissectors/pidl/srvsvc.idl
+
+update INITSHUTDOWN and SRVSVC and regenerate with patched PIDL
-Add Wiretap encapsulation type for IEEE 802.16 MAC Common Part Sublayer,
-for which a DLT_ value and LINKTYPE_ value have just been assigned.
------------------------------------------------------------------------
-r20004 | guy | 2006-11-27 10:41:45 -0800 (Mon, 27 Nov 2006) | 3 lines
+r21266 | sahlberg | 2007-03-28 21:24:17 -0700 (Wed, 28 Mar 2007) | 3 lines
Changed paths:
- M /trunk/wiretap/libpcap.c
+ M /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c
+ M /trunk/epan/dissectors/pidl/wzcsvc.idl
+
+update WZCSVC idl and regenerate the dissector
-Map a DLT_ value of 188 to WTAP_ENCAP_IEEE802_16_MAC_CPS, and clarify
-what a DLT_ value of 187 is.
------------------------------------------------------------------------
-r20005 | guy | 2006-11-27 11:41:07 -0800 (Mon, 27 Nov 2006) | 2 lines
+r21267 | jmayer | 2007-03-29 00:41:54 -0700 (Thu, 29 Mar 2007) | 3 lines
Changed paths:
- M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
+ M /trunk/epan/crypt/Makefile.am
-Note that this isn't just cut and pasted from RFC 2251.
+- Add Makefile.common to EXTRA_DIST (spotted by Christopher Maynard)
+- Replaced spaces at beginning of line by tab
------------------------------------------------------------------------
-r20006 | guy | 2006-11-27 11:42:14 -0800 (Mon, 27 Nov 2006) | 3 lines
+r21268 | jmayer | 2007-03-29 00:49:48 -0700 (Thu, 29 Mar 2007) | 37 lines
Changed paths:
- M /trunk/asn1/Makefile.am
+ M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+
+Update from samba tree revision 21970 to 22006
+============================ Samba log start ============
+------------------------------------------------------------------------
+r21995 | jelmer | 2007-03-28 01:04:08 +0200 (Wed, 28 Mar 2007) | 5 lines
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-We got rid of ldap/Lightweight-Directory-Access-Protocol-V3.asn.orig, so
-don't try to put it into the distribution.
+Patch from Ronnie Sahlberg.
+
+Change the signatures for all functions it generates to specify
+_U_ so that GCC "parameter not used" warnings are suppressed.
------------------------------------------------------------------------
-r20007 | gerald | 2006-11-27 17:18:47 -0800 (Mon, 27 Nov 2006) | 2 lines
+r21996 | jelmer | 2007-03-28 01:22:41 +0200 (Wed, 28 Mar 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-llt.c
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-Use val_to_str() instead of match_strval().
+Fix a bug for invalid casts of pointers.
+
+Patch by Ronnie Sahlberg.
------------------------------------------------------------------------
-r20008 | etxrab | 2006-11-27 21:53:00 -0800 (Mon, 27 Nov 2006) | 1 line
+r22004 | jelmer | 2007-03-29 00:52:37 +0200 (Thu, 29 Mar 2007) | 4 lines
Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+
+Check for dereferencing null pointers.
-Dissection of two streams in the media descriptor was broken.
+Patch by Ronnie Sahlberg.
+
+------------------------------------------------------------------------
------------------------------------------------------------------------
-r20009 | etxrab | 2006-11-27 21:59:24 -0800 (Mon, 27 Nov 2006) | 1 line
+============================ Samba log end ==============
+
+------------------------------------------------------------------------
+r21269 | jmayer | 2007-03-29 01:10:29 -0700 (Thu, 29 Mar 2007) | 4 lines
Changed paths:
- M /trunk/diameter/sip.xml
+ M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+
+Manually add the patch mentioned in
+http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21262
+
-Complete the SIP application AVP:s.
------------------------------------------------------------------------
-r20010 | etxrab | 2006-11-27 22:31:07 -0800 (Mon, 27 Nov 2006) | 2 lines
+r21270 | lego | 2007-03-29 05:24:04 -0700 (Thu, 29 Mar 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-q931.c
+ M /trunk/epan/dissectors/packet-sccp.c
+
+remove debugging printf() calls left in the code.
+
-From Richard Braun:
-The Q931 dissector applies a wrong mask when testing the odd/even indicator bit.
------------------------------------------------------------------------
-r20011 | sahlberg | 2006-11-28 01:09:58 -0800 (Tue, 28 Nov 2006) | 3 lines
+r21271 | lego | 2007-03-29 05:25:50 -0700 (Thu, 29 Mar 2007) | 3 lines
Changed paths:
- M /trunk/doc/README.developer
+ M /trunk/epan/dissectors/packet-mtp3.c
-add description of proto_tree_add_bitmask()
+When there are multiple mtp3 packets on a single sctp packet (m2ua) have each one has its own pcs and tap structure
------------------------------------------------------------------------
-r20012 | etxrab | 2006-11-28 12:43:25 -0800 (Tue, 28 Nov 2006) | 1 line
+r21272 | sfisher | 2007-03-29 11:07:36 -0700 (Thu, 29 Mar 2007) | 6 lines
Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/gtk/export_object.c
+
+
+Change mnemonic on Save All button from A to L to avoid overlapping
+with the mnemonic for the Save As (A) button in the Export Object
+dialog.
+
-Fix a typo and handling of unknown TerminationStatedescriptors.
------------------------------------------------------------------------
-r20013 | etxrab | 2006-11-28 22:44:07 -0800 (Tue, 28 Nov 2006) | 4 lines
+r21273 | sfisher | 2007-03-29 11:09:13 -0700 (Thu, 29 Mar 2007) | 4 lines
Changed paths:
- M /trunk/epan/column-utils.c
- M /trunk/epan/column.c
- M /trunk/epan/column_info.h
- M /trunk/epan/dissectors/packet-atm.c
- M /trunk/epan/dissectors/packet-bssgp.c
- M /trunk/epan/dissectors/packet-fr.c
- M /trunk/wiretap/atm.c
- M /trunk/wiretap/erf.c
- M /trunk/wiretap/file_access.c
+ M /trunk/epan/dissectors/packet-bacapp.c
+ M /trunk/epan/dissectors/packet-dcm.c
+ M /trunk/epan/dissectors/packet-ncp2222.inc
+ M /trunk/epan/dissectors/packet-sccp.c
+
+
+Fix some more warnings
+
-Froim Rene Pilz:
-This patch consists also the last issues. Additionally it solves:
-- For the SSCOP frames the AAL5 decoding was not performed due to an earlier patch. This caused that no SSCOP message was properly decoded.
-- As the detection between a LANE frame and a SSCOP frame is rather hard a switch within the atm dissector is included which enforce SSCOP dissecting over a LANE frame. At the moment I do not see a better solution for that.
------------------------------------------------------------------------
-r20014 | etxrab | 2006-11-28 22:53:48 -0800 (Tue, 28 Nov 2006) | 2 lines
+r21274 | standel | 2007-03-29 15:58:02 -0700 (Thu, 29 Mar 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-wsp.c
+ M /trunk/epan/dfilter/dfilter-macro.c
+ M /trunk/plugins/mate/mate_runtime.c
+ M /trunk/plugins/mate/mate_util.c
+
+strict aliasing warnings fix : replace (void**) by (void*)
-From Reinhard Speyerer:
-this patch adds support for Any-encoding (WSP, 8.4.2.9) and Any-language (WSP, 8.4.2.10)
------------------------------------------------------------------------
-r20015 | morriss | 2006-11-29 05:42:16 -0800 (Wed, 29 Nov 2006) | 1 line
+r21275 | standel | 2007-03-29 16:36:11 -0700 (Thu, 29 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/Makefile.am
+
+delete megaco plugin trace
+
+------------------------------------------------------------------------
+r21276 | standel | 2007-03-29 17:21:39 -0700 (Thu, 29 Mar 2007) | 13 lines
Changed paths:
M /trunk/doc/README.developer
+ M /trunk/epan/proto.c
+ M /trunk/epan/ptvcursor.h
+
+- new ptvcursor subtrees management functions :
+ * ptvcursor_push_subtree(), ptvcursor_pop_subtree() for pushing/popping
+ subtrees. Multiple levels of subtrees (256 max.), allocation per 8 levels.
+ * Two new functions creating an item in the tree and pushing a subtree at the
+ same time. These two functions accept an undefined length
+ (SUBTREE_UNDEFINED_LENGTH). The length of the item is set at the next pop.
+ 1) ptvcursor_add_with_subtree
+ 2) ptvcursor_add_text_with_subtree
+- get rid of potential memory leaks with g_new in ptvcursor_new().
+
+- Documentation of the new ptvcursor functions in README.developer
+
-Add documentation of the col_set_fence() and col_prepend_fence_fstr() calls. I *think* I got the description of col_prepend_fence_fstr() right.
------------------------------------------------------------------------
-r20016 | guy | 2006-11-29 08:19:56 -0800 (Wed, 29 Nov 2006) | 2 lines
+r21277 | wmeier | 2007-03-29 17:23:19 -0700 (Thu, 29 Mar 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-irc.c
+ M /trunk/gtk/follow_dlg.c
+
+From Sake Blok: fix bug 598 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=598)
+
+------------------------------------------------------------------------
+r21278 | standel | 2007-03-29 17:38:58 -0700 (Thu, 29 Mar 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-homeplug.c
+
+update of homeplug dissector with the use of ptvcursor subtree management
+functions.
+
+
+------------------------------------------------------------------------
+r21279 | standel | 2007-03-29 17:54:39 -0700 (Thu, 29 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/gtk/hostlist_usb.c
+
+remove svn:executable
+
+------------------------------------------------------------------------
+r21280 | standel | 2007-03-30 01:22:08 -0700 (Fri, 30 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-acn.c
+ M /trunk/epan/dissectors/packet-afs.c
+ M /trunk/epan/dissectors/packet-cops.c
+
+remove some g_malloc/g_free
+
+------------------------------------------------------------------------
+r21281 | standel | 2007-03-30 01:27:20 -0700 (Fri, 30 Mar 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-afs.c
+ M /trunk/epan/dissectors/packet-cops.c
+
+ep_malloc -> ep_alloc !!
+
+------------------------------------------------------------------------
+r21282 | standel | 2007-03-30 05:04:40 -0700 (Fri, 30 Mar 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dfilter/dfilter-macro.c
+ M /trunk/plugins/mate/mate_runtime.c
+ M /trunk/plugins/mate/mate_util.c
+
+revert back (void*) -> (void**) which will stop free-warning compilation with
+gcc-4.1.2
+
+
+------------------------------------------------------------------------
+r21283 | standel | 2007-03-30 07:43:55 -0700 (Fri, 30 Mar 2007) | 10 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ipv6.c
+
+- use of proto_tree_add_item whenever possible
+- follows the same rules as the one in ipv4 dissector for
+ipv6_[src|dst|addr][_host] items.
+- use proto_tree_add_item for displaying the name of the parsed options.
+- added header type value_string
+- add an expert info for invalid jumbo value and invalid router alert
+length.
+- correction of invalid jumbo payload length
+- get rid of variable declaration after statement
-Add some protocol references.
+------------------------------------------------------------------------
+r21284 | ulfl | 2007-03-30 10:57:04 -0700 (Fri, 30 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+use setup target output of MSVC2005EE and not the older MSVC6, mention that the exact string may vary on the MSVC version
------------------------------------------------------------------------
-r20017 | sfisher | 2006-11-29 12:45:02 -0800 (Wed, 29 Nov 2006) | 5 lines
+r21285 | sfisher | 2007-03-30 13:50:08 -0700 (Fri, 30 Mar 2007) | 6 lines
Changed paths:
M /trunk/gtk/follow_dlg.c
M /trunk/gtk/ssl-dlg.c
-From the wishlist: add basic find functionality to the follow tcp & ssl stream
-dialogs.
+Change GTK_MAJOR_VERSION >= 2 to GTK_CHECK_VERSION(2,4,0) for Follow
+TCP/SSL Stream dialog find buttons because one of the functions used
+only works with GTK 2.4+. Reported by Chris Maynard on -dev list.
------------------------------------------------------------------------
-r20018 | sfisher | 2006-11-29 18:29:31 -0800 (Wed, 29 Nov 2006) | 7 lines
+r21286 | sfisher | 2007-03-30 14:20:57 -0700 (Fri, 30 Mar 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ssl.c
+ M /trunk/epan/dissectors/packet-dcerpc.c
+ M /trunk/epan/dissectors/packet-h263.c
+ M /trunk/epan/dissectors/packet-smb-common.c
+ M /trunk/epan/dissectors/packet-smb-pipe.c
+ M /trunk/epan/dissectors/packet-smb.c
-Allow the sub-dissector to be called for decrypted SSL data even when tree is
-null. This allows the encrypted payload's dissector to fill in columns such
-as protocol and info without turning on packet coloring or otherwise rescanning
-the packet list.
+Fix more warnings
------------------------------------------------------------------------
-r20019 | jake | 2006-11-29 23:12:59 -0800 (Wed, 29 Nov 2006) | 6 lines
+r21287 | sfisher | 2007-03-30 15:14:33 -0700 (Fri, 30 Mar 2007) | 10 lines
Changed paths:
- M /trunk/epan/dissectors/packet-mmse.c
+ M /trunk/gtk/decode_as_dlg.c
+
+
+Fix "Gtk-CRITICAL **: gtk_tree_selection_get_selected: assertion
+`selection->type != GTK_SELECTION_MULTIPLE' failed" error when
+opening the User Specified Decodes with multiple decodes setup.
+The problem is caused by the selection mode for the list being
+set to multiple. I changed it to none so that the user doesn't
+get the false impression that you can select only certain items
+and clear them (the clear button clears them all).
-From Michel Marti:
-The attached patch fixes decoding of the "X-Mms-Reply-Charging-Deadline" header.
-According to the OMA-TS-MMS-ENC specs, this header is encoded like this:
- Reply-charging-deadline-value = Value-length \
- (Absolute-token Date-value | Relative-token Delta-seconds-value)
------------------------------------------------------------------------
-r20020 | jake | 2006-11-29 23:14:09 -0800 (Wed, 29 Nov 2006) | 7 lines
+r21288 | etxrab | 2007-03-31 04:47:14 -0700 (Sat, 31 Mar 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ssl.c
+ M /trunk/epan/dissectors/packet-h263.c
+
+Properly NULL terminate string (str[0]='\0';)
+Let h263_proto_tree_add_bits return the value
+Find more starcodes
+Add picture type to Info col(P/I)
+------------------------------------------------------------------------
+r21289 | lego | 2007-03-31 05:25:37 -0700 (Sat, 31 Mar 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/gcp.c
+
+Add Licence and TO DO list
-From Martin Warnesi:
-Much simplified patch to use column fences on the COL_INFO field to
-prevent sebsequent calls to the SSL dissector for the same packet
-clearing the information placed by earlier calls. After each SSL record
-is processed a col_set_fence() call is now issued to preserve what has
-been written.
------------------------------------------------------------------------
-r20021 | jake | 2006-11-29 23:15:17 -0800 (Wed, 29 Nov 2006) | 4 lines
+r21290 | lego | 2007-03-31 05:30:18 -0700 (Sat, 31 Mar 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-mysql.c
+ M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
+
+Add an explanation on SNMP hex passwords.
-From Martin Warnesi:
-Attached updated patch to use "dissect_mysql_pdu" instead of
-"dissect_mysql" when registering the protocol dissector.
------------------------------------------------------------------------
-r20022 | jake | 2006-11-29 23:16:39 -0800 (Wed, 29 Nov 2006) | 5 lines
+r21291 | ulfl | 2007-03-31 08:32:06 -0700 (Sat, 31 Mar 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-ntlmssp.c
+ M /trunk/doc/README.developer
-From Marc Bevandi:
-Please apply this patch (made against Wireshark 0.99.4). It defines the
-NTLMSSP_NEGOTIATE_ANONYMOUS flag as described in
-<http://davenport.sourceforge.net/ntlm.html>.
+add a small section, that code should be warning free
+------------------------------------------------------------------------
+r21292 | etxrab | 2007-03-31 14:50:03 -0700 (Sat, 31 Mar 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-h263.c
+Common dissection of GOB.
------------------------------------------------------------------------
-r20023 | kukosa | 2006-11-29 23:30:20 -0800 (Wed, 29 Nov 2006) | 1 line
+r21293 | sfisher | 2007-03-31 15:38:10 -0700 (Sat, 31 Mar 2007) | 7 lines
Changed paths:
- M /trunk/fileset.c
+ M /trunk/wiretap/visual.c
+
+
+From James Menzies:
+
+This corrects two long standing issues with the Visual
+Networks file type in PPP and ML-PPP environments.
+
-suffix in file set is optional
------------------------------------------------------------------------
-r20024 | martinm | 2006-11-30 03:36:28 -0800 (Thu, 30 Nov 2006) | 3 lines
+r21294 | lego | 2007-04-01 07:55:25 -0700 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-catapult-dct2000.c
+ M /trunk/epan/uat-int.h
+ M /trunk/epan/uat.c
+ M /trunk/epan/uat.h
+ M /trunk/epan/uat_load.l
+
+Fix management of lstrings in uat code so that arbitrary chars (even '\0's) can be used inside.
+Fixes bug 1502
-Make prettier the parsing of IPPrim header fields.
-Add mm3 -> http mapping.
------------------------------------------------------------------------
-r20025 | martinm | 2006-11-30 03:37:41 -0800 (Thu, 30 Nov 2006) | 2 lines
+r21295 | standel | 2007-04-01 08:42:08 -0700 (Sun, 01 Apr 2007) | 14 lines
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/epan/dissectors/packet-tcp.c
+
+From Sake Blok :
+Fix for Bug 1136 (TCP Checksum Validation)
+
+TCP cksum 0xffff should not appear in TCP headers. RFC 1624 explains that it
+can be generated by a (not-so-good) algorithm for incremental updates to the
+tcp-checksum.
+New behavior of wireshark when having cksum == 0xffff :
+ - use "Checksum: 0xffff [should be 0x0000 (See RFC 1624)]" in the
+ packet-detail pane
+ - set tcp.checksum_good to FALSE (just like checksum-offload packets)
+ - set tcp.checksum_bad to FALSE (just like checksum-offload packets)
+ - Generate an expert warning: "TCP Checksum 0xffff instead of 0x0000 (See RFC 1624)"
+ - add "[TCP CHECKSUM 0xFFFF]" instead of "[TCP CHECKSUM BAD]" to COL_INFO
+
+------------------------------------------------------------------------
+r21296 | lego | 2007-04-01 09:02:41 -0700 (Sun, 01 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/uat-int.h
+ M /trunk/epan/uat.h
+
+Have the prototypes of uat_esc and uat_unesc available to packet-snmp.c
-Fix infinite rate test, tweak filter names
------------------------------------------------------------------------
-r20026 | martinm | 2006-11-30 10:29:45 -0800 (Thu, 30 Nov 2006) | 1 line
+r21297 | standel | 2007-04-01 09:04:04 -0700 (Sun, 01 Apr 2007) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-xot.c
+ M /trunk/epan/dissectors/packet-tcp.c
+
+First step of TCP dissector refactoring.
+
+I have a dream today.
+I have a dream that one day the TCP dissector shall become human-readable. :)
-Make xot dissector findable by name
------------------------------------------------------------------------
-r20027 | gram | 2006-11-30 13:32:05 -0800 (Thu, 30 Nov 2006) | 3 lines
+r21298 | ulfl | 2007-04-01 22:18:31 -0700 (Sun, 01 Apr 2007) | 1 line
Changed paths:
- M /trunk/epan/epan.c
+ M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+ M /trunk/plugins/profinet/packet-pn-dcp.c
+ M /trunk/plugins/profinet/packet-pn-rt.c
+ M /trunk/plugins/profinet/packet-pn.h
-Add GPL disclaimer, which as been missing since forever.
-Thanks to Jaap Keuter for pointing this out.
+Add PN-IO FSHelloBlock and PN-DCP Device/AliasName
+------------------------------------------------------------------------
+r21299 | etxrab | 2007-04-01 23:49:28 -0700 (Sun, 01 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-h263.c
+Add comments
------------------------------------------------------------------------
-r20028 | sfisher | 2006-11-30 18:55:45 -0800 (Thu, 30 Nov 2006) | 7 lines
+r21300 | morriss | 2007-04-02 01:25:43 -0700 (Mon, 02 Apr 2007) | 1 line
Changed paths:
- M /trunk/gtk/flow_graph.c
+ M /trunk/doc/README.developer
+ M /trunk/epan/dissectors/packet-rx.c
+Make RX a new style dissector: return 0 if there isn't at least 28 bytes of message or if it receives an unknown Type. Add a check of tvb length to README.developer's cut-n-paste dissector code.
+------------------------------------------------------------------------
+r21301 | jmayer | 2007-04-02 09:39:54 -0700 (Mon, 02 Apr 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-wlancap.c
-Fix for bug #1117: Crash on next action [such as another stats window] when
-flow graph window is open. Added if(pinfo->cinfo) before attempting to use
-pinfo->cinfo->col_first. The rest is indentation changes for the new if
-statement.
+- Use proto_tree_add_item instead of proto_tree_add_(u)int
+ in many places.
+- Seperate decoding of magic and version.
+- Explicitely display the padding bytes.
+------------------------------------------------------------------------
+r21302 | lego | 2007-04-02 14:47:54 -0700 (Mon, 02 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-h248_3gpp.c
+Add decoding of TFO Codec and Codec List
------------------------------------------------------------------------
-r20029 | martinm | 2006-12-01 10:03:45 -0800 (Fri, 01 Dec 2006) | 2 lines
+r21303 | lego | 2007-04-02 15:17:15 -0700 (Mon, 02 Apr 2007) | 5 lines
Changed paths:
- M /trunk/plugins/mgcp/packet-mgcp.c
+ M /trunk/wiretap/k12.c
+
+There are odd packet records in k15 generated files where the interface record does not match any given one.
+
+I noticed that these records have the first byte changed so When a lookup fails mask the byte and lookup again.
-For duplicate requests and responses, make clickable link back to original.
------------------------------------------------------------------------
-r20030 | etxrab | 2006-12-01 10:49:09 -0800 (Fri, 01 Dec 2006) | 1 line
+r21304 | sfisher | 2007-04-02 16:45:38 -0700 (Mon, 02 Apr 2007) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-sip.c
+ M /trunk/epan/dissectors/packet-ppp.c
+
+
+From Donald White:
+
+A partial RFC 2508 dissector for packet-ppp.c
+
-Add hf fields for the latest headers from IANA.
------------------------------------------------------------------------
-r20031 | sahlberg | 2006-12-01 15:41:10 -0800 (Fri, 01 Dec 2006) | 3 lines
+r21305 | richardv | 2007-04-02 18:31:22 -0700 (Mon, 02 Apr 2007) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/packet-smb.c
+ M /trunk/epan/dissectors/packet-jxta.c
-store FID/TID tracking based on the fid/tid value and not the frame it was opened in.
+From Mike Duigou:
+
+The enclosed patch corrects a problem where jxta elements were being added to the protocol tree for segments that did not contain complete jxta frames. This patch ensures that the jxta proto elements are only added those the segments that end a complete, assembled jxta frame.
+
+The patch has been fuzz tested with a broad selection of jxta captures and ran successfully overnight for over 4000 iterations.
------------------------------------------------------------------------
-r20032 | sfisher | 2006-12-01 17:08:16 -0800 (Fri, 01 Dec 2006) | 5 lines
+r21306 | richardv | 2007-04-02 18:45:59 -0700 (Mon, 02 Apr 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tds.c
+ M /trunk/epan/tvbtest.c
+From me:
-Solution for enhancement "bug" #1254: "MSSQL / TDS parser should decode
-passwords"
+fix compiler warnings in tvbtest.c
+
+------------------------------------------------------------------------
+r21307 | richardv | 2007-04-02 18:49:14 -0700 (Mon, 02 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/tvbtest.c
+
+From me:
+
+disable failing composite tvb tests
+
+------------------------------------------------------------------------
+r21308 | richardv | 2007-04-02 18:53:52 -0700 (Mon, 02 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/tvbtest.c
+
+From me: make tvbtest return an exitcode appropriate to its success
+
+
+------------------------------------------------------------------------
+r21309 | richardv | 2007-04-02 18:54:30 -0700 (Mon, 02 Apr 2007) | 2 lines
+Changed paths:
+ A /trunk/test/suite-unittests.sh
+ M /trunk/test/test.sh
+
+Run the epan unittests as part of the test suite
+
+------------------------------------------------------------------------
+r21310 | morriss | 2007-04-02 23:27:18 -0700 (Mon, 02 Apr 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-isup.c
+
+Fix bug 1508:
+
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1508
+
+Dissect ISUP CIC as 14 bits in ANSI (instead of 12 bits like in ITU)
+
+
+------------------------------------------------------------------------
+r21311 | jmayer | 2007-04-02 23:55:25 -0700 (Mon, 02 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/test/config.sh
+ M /trunk/test/suite-capture.sh
+ M /trunk/test/suite-clopts.sh
+ M /trunk/test/suite-io.sh
+ M /trunk/test/suite-unittests.sh
+ M /trunk/test/test-backend.sh
+ M /trunk/test/test.sh
+
+Propset suite-unittests.sh and add executable to .sh files
+------------------------------------------------------------------------
+r21312 | richardv | 2007-04-03 03:53:38 -0700 (Tue, 03 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/test/suite-unittests.sh
+hopefully fix this for win32 by using nmake
------------------------------------------------------------------------
-r20033 | sfisher | 2006-12-01 19:06:55 -0800 (Fri, 01 Dec 2006) | 4 lines
+r21313 | richardv | 2007-04-03 04:12:27 -0700 (Tue, 03 Apr 2007) | 1 line
Changed paths:
M /trunk/epan/Makefile.am
+hopefully, fix reassemble_test by linking against libgcrypt
+------------------------------------------------------------------------
+r21314 | richardv | 2007-04-03 06:03:07 -0700 (Tue, 03 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/test/suite-unittests.sh
-Make epan/tvbtest compile again by adding emem.o
+another go at fixing the unit tests under windows - give a -f Makefile.nmake arg
+
+------------------------------------------------------------------------
+r21315 | richardv | 2007-04-03 06:20:11 -0700 (Tue, 03 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan
+ignore exntest
------------------------------------------------------------------------
-r20034 | wmeier | 2006-12-03 21:41:53 -0800 (Sun, 03 Dec 2006) | 5 lines
+r21316 | richardv | 2007-04-03 06:24:20 -0700 (Tue, 03 Apr 2007) | 1 line
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.nmake
M /trunk/epan/Makefile.nmake
-Use 'igncr' as needed with Bash (workaround for bug report 1162);
-Change usage of 'nmake' to $(MAKE) /$(MAKEFLAGS) in a few places;
-Add one missing /$(MAKEFLAGS);
+rules for making the unit tests
+------------------------------------------------------------------------
+r21317 | richardv | 2007-04-03 06:56:19 -0700 (Tue, 03 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/reassemble_test.c
+mpa_* stubs to make this link properly
------------------------------------------------------------------------
-r20035 | etxrab | 2006-12-04 15:03:11 -0800 (Mon, 04 Dec 2006) | 1 line
+r21318 | richardv | 2007-04-03 08:48:59 -0700 (Tue, 03 Apr 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-sdp.c
+ M /trunk/epan/Makefile.nmake
-Add description of CT AS TIAS and H263-2000 profile.
+hmm, apparently $^ doesn't work for nmake
------------------------------------------------------------------------
-r20036 | jake | 2006-12-04 15:12:04 -0800 (Mon, 04 Dec 2006) | 2 lines
+r21319 | richardv | 2007-04-03 10:30:02 -0700 (Tue, 03 Apr 2007) | 3 lines
Changed paths:
- M /trunk/plugins/h223/Makefile.nmake
- A /trunk/plugins/h223/moduleinfo.nmake
- A /trunk/plugins/h223/plugin.rc.in
+ M /trunk/epan/Makefile.nmake
+
+Set $(LINK). I swear I'll get there in a minute with this.
+
-This is to test the waters.
-I've added a version resource to the h223 Wireshark plugin as Win32 DLL, setting a possible example for other plugins.
------------------------------------------------------------------------
-r20037 | gerald | 2006-12-04 16:43:00 -0800 (Mon, 04 Dec 2006) | 7 lines
+r21320 | richardv | 2007-04-03 11:41:24 -0700 (Tue, 03 Apr 2007) | 3 lines
Changed paths:
- M /trunk/epan/prefs-int.h
- M /trunk/epan/prefs.c
- M /trunk/epan/prefs.h
- M /trunk/gtk/prefs_dlg.c
- M /trunk/gtk/prefs_dlg.h
+ M /trunk/epan/dfilter/scanner.l
-From Giorgio Tino: Add a "static text" protocol preference type. This
-can be used to add descriptive text inline with other preference items.
-The "preference" contents are not written to disk.
+disable generation of unput to avoid a compiler warning.
-Fixup whitespace.
+
+------------------------------------------------------------------------
+r21321 | lego | 2007-04-03 12:08:00 -0700 (Tue, 03 Apr 2007) | 7 lines
+Changed paths:
+ M /trunk/asn1/camel/Makefile.nmake
+ M /trunk/asn1/camel/packet-camel-template.c
+ 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/epan/dfilter/grammar.lemon
+ M /trunk/epan/dissectors/packet-bssap.c
+ M /trunk/epan/dissectors/packet-camel.c
+ M /trunk/epan/dissectors/packet-camel.h
+ M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/epan/dissectors/packet-gsm_map.h
+ M /trunk/epan/dissectors/packet-sccp.c
+ M /trunk/epan/dissectors/packet-tcap.c
+ M /trunk/epan/dissectors/packet-tcap.h
+ M /trunk/epan/uat.c
+ M /trunk/epan/uat.h
+
+Implement a proposal from Elefterios Gabriel for SCCP:
+Add a table of DPCs and SSNs that allow to override the protocol that would be choosen
+so that the same SSN can use two different protocols in two different DPCs.
+
+I did not believe it someone could have done it, then I saw the captures...
------------------------------------------------------------------------
-r20038 | wmeier | 2006-12-04 18:53:39 -0800 (Mon, 04 Dec 2006) | 2 lines
+r21322 | standel | 2007-04-03 12:13:06 -0700 (Tue, 03 Apr 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-smb.c
+ M /trunk/epan/dissectors/packet-ipv6.c
-Remove unused variable
+minor changes in constants names
------------------------------------------------------------------------
-r20039 | wmeier | 2006-12-04 18:59:06 -0800 (Mon, 04 Dec 2006) | 4 lines
+r21323 | richardv | 2007-04-03 12:28:59 -0700 (Tue, 03 Apr 2007) | 2 lines
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/asn1/cdt/cdt-exp.cnf
- M /trunk/epan/dissectors/packet-csm-encaps.c
- M /trunk/epan/dissectors/packet-ms-mms.c
- M /trunk/packaging/u3/win32/README.txt
- M /trunk/packaging/u3/win32/makefile.nmake
- M /trunk/packaging/u3/win32/manifest.tmpl
- M /trunk/packaging/u3/win32/u3util.c
- M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
- M /trunk/tools/pidl/tests/ndr_represent.pl
- M /trunk/tools/pidl/tests/ndr_tagtype.pl
+ M /trunk/text2pcap-scanner.l
+
+disable unput here, too
+
+------------------------------------------------------------------------
+r21324 | standel | 2007-04-03 12:50:04 -0700 (Tue, 03 Apr 2007) | 13 lines
+Changed paths:
+ M /trunk/epan/Makefile.am
+ M /trunk/epan/dissectors/Makefile.am
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/packet.c
-More minor properties cleanup
-svn:kewords --> svn:keywords & etc
+epan/dissectors/Makefile is now building four libraries :
+ - asn dissectors : libasndissectors.la
+ - pidl dissectors : libpidldissectors.la
+ - normal dissectors : libdissectors.la *and* libcleandissectors.la. I
+ separated it in two libraries temporarily. The source files used to build
+ libcleandissectors.la do not generate warning anymore and the -Werror is used
+ to compile them. If we patch a dissector and it doesn't generate warning
+ anymore, we have to move the filename dissector from DISSECTOR_SRC to
+ CLEAN_DISSECTOR_SRC in epan/dissectors/Makefile.common.
+If you want to define specific cflags for one library type, let's say pidl, you
+may define libpidldissectors_la_CFLAGS.
------------------------------------------------------------------------
-r20040 | sfisher | 2006-12-04 19:19:51 -0800 (Mon, 04 Dec 2006) | 13 lines
+r21325 | richardv | 2007-04-03 12:53:05 -0700 (Tue, 03 Apr 2007) | 1 line
Changed paths:
- M /trunk/AUTHORS
- M /trunk/doc/tshark.pod
- M /trunk/doc/wireshark.pod
- M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
- M /trunk/epan/column-utils.c
- M /trunk/epan/column.c
- M /trunk/epan/timestamp.h
- M /trunk/epan/to_str.c
- M /trunk/epan/to_str.h
- M /trunk/gtk/main.c
- M /trunk/gtk/menu.c
- M /trunk/gtk/packet_list.c
- M /trunk/gtk/recent.c
+ M /trunk/epan/uat.c
+
+fix an 'unused parameter' warning
+------------------------------------------------------------------------
+r21326 | standel | 2007-04-03 13:12:05 -0700 (Tue, 03 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.common
+
+delete packet-drda.c
+
+------------------------------------------------------------------------
+r21327 | standel | 2007-04-03 13:22:32 -0700 (Tue, 03 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.am
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/Makefile.nmake
+
+Creation of ALL_DISSECTORS_SRC including all dissectors sources
+ - used in Makefile.nmake instead of DISSECTOR_SRC
+ - used for the target register.c
+
+------------------------------------------------------------------------
+r21328 | lego | 2007-04-03 13:52:37 -0700 (Tue, 03 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.nmake
+
+xFi a Ytpo
+------------------------------------------------------------------------
+r21329 | lego | 2007-04-03 14:09:29 -0700 (Tue, 03 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/text2pcap.h
+
+remove now useless definition of NO_YY_UNPUT
+------------------------------------------------------------------------
+r21330 | sfisher | 2007-04-03 14:17:13 -0700 (Tue, 03 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dfilter/dfilter-macro.c
+ M /trunk/epan/nstime.c
+ M /trunk/epan/nstime.h
+ M /trunk/file.c
+ M /trunk/gtk/capture_file_dlg.c
+ M /trunk/gtk/sctp_graph_dlg.c
+ M /trunk/plugins/mate/mate_runtime.c
+ M /trunk/plugins/mate/mate_util.c
M /trunk/tshark.c
-From Douglas Pratley with trivial changes and documentation changes
-by myself:
+Fix warnings on Linux/gcc 4.1.1
+
-Corrected patch; epan/column.c and epan/column_utils.c were not included. This
-one has now been properly tested against a clean checkout of today's code.
+------------------------------------------------------------------------
+r21331 | standel | 2007-04-03 14:48:40 -0700 (Tue, 03 Apr 2007) | 6 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-drda.c
-- New menu option available under view\time display format
-- New sub-option (e) to -t switch for both wireshark and tshark
-- Extended recent settings code to handle new value
-- Did NOT add new explicit epoch time column
+From metatech :
+ Dissector for the DRDA protocol. This is the protocol used by among
+ others the DB2 database.
+ modify his entry in AUTHORS
------------------------------------------------------------------------
-r20041 | etxrab | 2006-12-04 22:43:47 -0800 (Mon, 04 Dec 2006) | 4 lines
+r21332 | lego | 2007-04-03 15:06:31 -0700 (Tue, 03 Apr 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-sigcomp.c
- M /trunk/epan/sigcomp-udvm.c
- M /trunk/epan/sigcomp_state_hdlr.c
- M /trunk/epan/sigcomp_state_hdlr.h
+ M /trunk/epan/exceptions.h
+
+Make sure that when a windows exception is thrown ENDTRY gets evaluated.
+
+fix for one of the various issues that cause bug 1334
-From Cristian Constantin:
-As a workarond for the problem that accsessing a state with a state id > the stored
-minimum access length fail, only store and compare the state with the minimum access
-lengt specified in the standard of 6 bytes.
------------------------------------------------------------------------
-r20042 | jake | 2006-12-04 22:46:21 -0800 (Mon, 04 Dec 2006) | 1 line
+r21333 | etxrab | 2007-04-03 23:56:04 -0700 (Tue, 03 Apr 2007) | 1 line
Changed paths:
- M /trunk/plugins/h223/Makefile.nmake
+ M /trunk/epan/libwireshark.def
-Oops, the all target slipped through the cracks.
+Add wtap_nstime_to_sec.
------------------------------------------------------------------------
-r20043 | etxrab | 2006-12-04 22:53:28 -0800 (Mon, 04 Dec 2006) | 1 line
+r21334 | etxrab | 2007-04-03 23:58:12 -0700 (Tue, 03 Apr 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-sdp.c
+ M /trunk/gtk/rtp_stream.c
+ M /trunk/gtk/rtp_stream.h
-Fix a cut and paste error.
+Preparations to be able to display dynamic payload type name in the stream analysis.
------------------------------------------------------------------------
-r20044 | ulfl | 2006-12-05 00:07:00 -0800 (Tue, 05 Dec 2006) | 1 line
+r21335 | grahamb | 2007-04-04 05:18:10 -0700 (Wed, 04 Apr 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-lldp.c
+ M /trunk/epan/emem.c
+ M /trunk/gtk/gui_utils.c
-fix output of PROFINET specific MAC addresses - it simply displayed garbage
+Fix build failures due to windows.h being included before winsock2.h via other includes
------------------------------------------------------------------------
-r20045 | ulfl | 2006-12-05 00:09:01 -0800 (Tue, 05 Dec 2006) | 1 line
+r21336 | sfisher | 2007-04-04 12:35:46 -0700 (Wed, 04 Apr 2007) | 4 lines
Changed paths:
- M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+ M /trunk/epan/dissectors/packet-diameter.c
+
+
+Fix a warning
+
-add dissection of the "IsochronousModeData" block
------------------------------------------------------------------------
-r20046 | wmeier | 2006-12-05 04:36:06 -0800 (Tue, 05 Dec 2006) | 2 lines
+r21337 | lego | 2007-04-04 14:23:55 -0700 (Wed, 04 Apr 2007) | 5 lines
Changed paths:
- M /trunk/doc/Makefile.nmake
- M /trunk/epan/dfilter/Makefile.nmake
- M /trunk/packaging/nsis/Makefile.nmake
+ M /trunk/epan/dissectors/packet-megaco.c
+
+Megaco improvements:
+- Verify that we have a ber sequence before handing over to H.248
+- Make the dissector more case insensitive (Fixes http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1517)
+
+
+------------------------------------------------------------------------
+r21338 | gerald | 2007-04-05 14:38:39 -0700 (Thu, 05 Apr 2007) | 9 lines
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.nmake
+ M /trunk/tools/make-dissector-reg.py
+
+In epan/dissectors/Makefile.nmake, fix a typo.
+
+In make-dissector-reg.py, throw an error if we don't have enough files
+to process, or if we don't generate enough registrations. "Enough"
+is arbitrarily set to 100.
+
+This should de-purple the buildbot. (I'm sure there's a "smoke on the
+water" joke in there somewhere.)
+
+------------------------------------------------------------------------
+r21339 | lego | 2007-04-05 15:16:12 -0700 (Thu, 05 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/asn1/snmp/packet-snmp-template.c
+ M /trunk/asn1/snmp/snmp.asn
+ M /trunk/asn1/snmp/snmp.cnf
+ M /trunk/epan/dissectors/packet-snmp.c
+
+Implement proposed fix for Bug 1125
+
+
+------------------------------------------------------------------------
+r21340 | gerald | 2007-04-05 15:42:34 -0700 (Thu, 05 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/tools/make-dissector-reg.py
+
+Loosen up our restrictions so that plugins can compile.
+
+------------------------------------------------------------------------
+r21341 | gerald | 2007-04-05 15:44:18 -0700 (Thu, 05 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+Fix a typo.
+
+------------------------------------------------------------------------
+r21342 | gerald | 2007-04-05 16:23:06 -0700 (Thu, 05 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/plugins/agentx/Makefile.nmake
+ M /trunk/plugins/artnet/Makefile.nmake
+ M /trunk/plugins/asn1/Makefile.nmake
+ M /trunk/plugins/ciscosm/Makefile.nmake
+ M /trunk/plugins/docsis/Makefile.nmake
+ M /trunk/plugins/enttec/Makefile.nmake
+ M /trunk/plugins/gryphon/Makefile.nmake
+ M /trunk/plugins/h223/Makefile.nmake
+ M /trunk/plugins/irda/Makefile.nmake
+ M /trunk/plugins/lwres/Makefile.nmake
M /trunk/plugins/mate/Makefile.nmake
- M /trunk/plugins/tpg/Makefile.nmake
+ M /trunk/plugins/mgcp/Makefile.nmake
+ M /trunk/plugins/opsi/Makefile.nmake
+ M /trunk/plugins/pcli/Makefile.nmake
+ M /trunk/plugins/profinet/Makefile.nmake
+ M /trunk/plugins/rlm/Makefile.nmake
+ M /trunk/plugins/rtnet/Makefile.nmake
+ M /trunk/plugins/rudp/Makefile.nmake
+ M /trunk/plugins/sbus/Makefile.nmake
+ M /trunk/plugins/v5ua/Makefile.nmake
-Add a few missing /$(MAKEFLAGS)
+Add the make-dissector-reg scripts to the dependency list for each copy
+of plugin.c.
------------------------------------------------------------------------
-r20047 | martinm | 2006-12-05 06:20:55 -0800 (Tue, 05 Dec 2006) | 1 line
+r21343 | jake | 2007-04-05 16:42:44 -0700 (Thu, 05 Apr 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-sip.c
+ M /trunk/epan/dissectors/packet-skinny.c
+
+Fix for bug 1523. Offset handling was off in DialedNumberMessage presentation.
+------------------------------------------------------------------------
+r21344 | sahlberg | 2007-04-05 21:27:59 -0700 (Thu, 05 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-ctdb.c
+
+initial CTDB dissector
+
+
+------------------------------------------------------------------------
+r21345 | sahlberg | 2007-04-05 22:02:41 -0700 (Thu, 05 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ctdb.c
+
+update of dissector to reflect wire format changes
+
+
+------------------------------------------------------------------------
+r21346 | kukosa | 2007-04-06 00:01:01 -0700 (Fri, 06 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/epan/dissectors/packet-tcp.h
+
+export some desegmentation functions from TCP dissector to reuse them in SSL/TLS desegmentation
+------------------------------------------------------------------------
+r21347 | grahamb | 2007-04-06 08:51:36 -0700 (Fri, 06 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/Makefile.nmake
+ M /trunk/tools/lemon/Makefile.nmake
+
+Remove build detritus
+------------------------------------------------------------------------
+r21348 | gerald | 2007-04-06 09:15:36 -0700 (Fri, 06 Apr 2007) | 10 lines
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.am
+ M /trunk/epan/dissectors/Makefile.nmake
+ M /trunk/tools/make-dissector-reg.py
+
+Add a registration symbol cache to make-dissector-reg.py. When you
+update a dissector and recompile, make-dissector-reg.py can now pull
+its list of registration routines from a cache instead of having to
+scan through every dissector. The time to create register.c has gone
+from 20 to 30 seconds down to 2 on my desktop machine.
+
+The cache file is a Python pickle data stream. It should be portable
+across architectures, so we may be able to add it to the distribution
+at some point.
+
+------------------------------------------------------------------------
+r21349 | richardv | 2007-04-06 19:18:57 -0700 (Fri, 06 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/test/suite-unittests.sh
+
+make the unit tests spam their output, in an attempt yo understand wtf the matter with the buildbot is
+
+------------------------------------------------------------------------
+r21350 | richardv | 2007-04-06 21:35:39 -0700 (Fri, 06 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/test/suite-unittests.sh
+
+that didn't help. try skipping the exntest to see if it's just that one.
+------------------------------------------------------------------------
+r21351 | richardv | 2007-04-07 04:16:46 -0700 (Sat, 07 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/Makefile.nmake
+
+link reassemble_test against the right library
+------------------------------------------------------------------------
+r21352 | richardv | 2007-04-08 04:48:59 -0700 (Sun, 08 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/Makefile.nmake
+
+another go at making reassemble_test build: give it lots more libraries
+
+------------------------------------------------------------------------
+r21353 | richardv | 2007-04-08 06:33:30 -0700 (Sun, 08 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/Makefile.nmake
+
+hrm, we even need dissectors.lib
+------------------------------------------------------------------------
+r21354 | guy | 2007-04-08 13:32:21 -0700 (Sun, 08 Apr 2007) | 5 lines
+Changed paths:
+ M /trunk/configure.in
+
+Get rid of extra white space in configure message.
+
+Quote the message about flags added for the Apple linker, so it shows up
+correctly.
+
+------------------------------------------------------------------------
+r21355 | guy | 2007-04-08 13:35:56 -0700 (Sun, 08 Apr 2007) | 6 lines
+Changed paths:
+ M /trunk/wiretap/configure.in
+
+Fix up the configure message about extra GCC flags to indicate what
+flags are being added.
+
+Quote the message about flags added for the Apple linker, so it shows up
+correctly.
-Via param name copy-paste error
------------------------------------------------------------------------
-r20048 | jmayer | 2006-12-05 07:25:16 -0800 (Tue, 05 Dec 2006) | 1 line
+r21356 | guy | 2007-04-08 13:42:08 -0700 (Sun, 08 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/configure.in
+ M /trunk/wiretap/configure.in
+
+Fix a comment.
+
+------------------------------------------------------------------------
+r21357 | jmayer | 2007-04-08 16:37:16 -0700 (Sun, 08 Apr 2007) | 1 line
Changed paths:
M /trunk/manuf
- M /trunk/manuf.tmpl
+ M /trunk/wka.tmpl
-Update to current IEEE and remove fixed entry for 00-06-0D (bug 1256)
+Add mc-mac address for l2tp (l2 tunneling proto): GBPT
------------------------------------------------------------------------
-r20049 | gerald | 2006-12-05 11:24:25 -0800 (Tue, 05 Dec 2006) | 9 lines
+r21358 | jmayer | 2007-04-08 18:14:28 -0700 (Sun, 08 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk
+
+Add "compile" to svn:ignore
+
+
+------------------------------------------------------------------------
+r21359 | jmayer | 2007-04-08 22:52:03 -0700 (Sun, 08 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors
+
+svn:ignore register-cache.pkl
+------------------------------------------------------------------------
+r21360 | ulfl | 2007-04-09 19:26:39 -0700 (Mon, 09 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/profinet/packet-pn-ptcp.c
+
+add dissection of PortTime
+------------------------------------------------------------------------
+r21361 | jake | 2007-04-09 22:38:57 -0700 (Mon, 09 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/wiretap/iseries.c
+
+Fix for bug 1526. Compare to uppercased strings.
+------------------------------------------------------------------------
+r21362 | morriss | 2007-04-10 00:01:59 -0700 (Tue, 10 Apr 2007) | 6 lines
Changed paths:
M /trunk/AUTHORS
+ M /trunk/epan/dissectors/packet-symantec.c
+
+From David Kennedy via bug 1464:
+
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1464
+
+Support for Symantec SGS v3 files.
+
+------------------------------------------------------------------------
+r21363 | richardv | 2007-04-10 04:51:16 -0700 (Tue, 10 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/Makefile.nmake
+ M /trunk/epan/reassemble_test.c
+
+more libs, more stubs... i'll get there one day
+------------------------------------------------------------------------
+r21364 | kukosa | 2007-04-10 06:35:39 -0700 (Tue, 10 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/address.h
+
+new SE_COPY_ADDRESS macro
+------------------------------------------------------------------------
+r21365 | richardv | 2007-04-10 06:46:33 -0700 (Tue, 10 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/Makefile.nmake
+
+user32.lib and wsock32.lib shouldn't be make dependencies
+
+------------------------------------------------------------------------
+r21366 | morriss | 2007-04-10 07:31:09 -0700 (Tue, 10 Apr 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-pana.c
+
+Fix bug 1511:
+
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1511
+
+by replacing g_assert() with DISSECTOR_ASSERT().
+
+
+------------------------------------------------------------------------
+r21367 | morriss | 2007-04-10 07:48:06 -0700 (Tue, 10 Apr 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-h263.c
+ M /trunk/epan/dissectors/packet-ipdc.c
+ M /trunk/epan/dissectors/packet-per.c
+ M /trunk/epan/dissectors/packet-radius.c
+ M /trunk/epan/dissectors/packet-scsi.c
+
+Get rid of some more g_assert*()'s in the dissectors. There are a few
+remaining that I'm not sure exactly what to do with at the moment:
+the one in packet-frame probably should be there, the others probably
+shouldn't but they also should never fail unless there's a compile or build
+problem (AFAICS).
+
+
+------------------------------------------------------------------------
+r21368 | kukosa | 2007-04-10 08:12:48 -0700 (Tue, 10 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.nmake
+ 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
+
+- SSL desegmentation support
+- SSL DEFLATE compression method support (RFC3749)
+- fix for Bugzilla Bug 1515: SSL bug with mutual authentication
+------------------------------------------------------------------------
+r21369 | richardv | 2007-04-10 10:34:32 -0700 (Tue, 10 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/reassemble_test.c
+
+fix typo in eth_stdio_fopen defn
+------------------------------------------------------------------------
+r21370 | richardv | 2007-04-10 10:57:47 -0700 (Tue, 10 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ssl-utils.c
+ M /trunk/epan/dissectors/packet-ssl-utils.h
+
+remove dependency on zlib.h
+
+------------------------------------------------------------------------
+r21371 | richardv | 2007-04-10 11:09:51 -0700 (Tue, 10 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ssl-utils.c
+
+fix a number of warnings, and type of ssl_decrypt_record when HAVE_LIBGNUTLS is not defined.
+
+------------------------------------------------------------------------
+r21372 | richardv | 2007-04-10 11:31:36 -0700 (Tue, 10 Apr 2007) | 10 lines
+Changed paths:
+ M /trunk/epan/dfilter/dfvm.c
+
+From Sake Blok:
+
+wireshark SHOULD be able to filter on multiple hf's with the
+same field-name, BUT there is a little bug in the code. I have pinpointed it to
+the following in epan/dfilter/dfvm.c:
+...
+It actually loops through all the hf's with the same name, but only checks
+against the original (first) hf.
+
+
+------------------------------------------------------------------------
+r21373 | richardv | 2007-04-10 11:40:05 -0700 (Tue, 10 Apr 2007) | 13 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ssl.c
+
+From Sake Blok:
+
+- changed dissect_ssl2_hnd_client_hello to use hf_ssl_handshake_version instead
+of hf_ssl_record_version. SSLv2 client hello's did not display when the filter
+ssl.handshake.version == 0x0002 was used, only SSLv2 server hello's were
+displayed. Now they are both displayed
+
+- Added generated hf_ssl_record_version to SSLv2 handshake. Since the SSLv2
+does not include a record layer version field (unlike SSLv3), this field is
+generated so that all packets with a SSLv2 record layer can be filtered out.
+[this is actually what bug 1503 was all about]
+
+
+------------------------------------------------------------------------
+r21374 | lego | 2007-04-10 11:50:57 -0700 (Tue, 10 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-ssl-utils.c
+
+fix another warning
+------------------------------------------------------------------------
+r21375 | etxrab | 2007-04-10 11:58:18 -0700 (Tue, 10 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/rtp_stream_dlg.c
+
+Add the name of the dynamic payload type to the stream dialouge if avalable.
+------------------------------------------------------------------------
+r21376 | etxrab | 2007-04-10 14:01:54 -0700 (Tue, 10 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-h263.c
+
+Dissect a bit more of the h263 data.
+------------------------------------------------------------------------
+r21377 | etxrab | 2007-04-10 14:02:50 -0700 (Tue, 10 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-sdp.c
+
+Add a reference.
+------------------------------------------------------------------------
+r21378 | gerald | 2007-04-10 14:30:40 -0700 (Tue, 10 Apr 2007) | 3 lines
+Changed paths:
M /trunk/Makefile.nmake
- M /trunk/airpcap.h
+
+If MSVCR_DLL or VCREDIST_EXE are defined, add them to the zip packages.
+Zip the entire directory instead of just the top-level contents.
+
+------------------------------------------------------------------------
+r21379 | richardv | 2007-04-10 17:22:58 -0700 (Tue, 10 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/Makefile.am
+ M /trunk/epan/Makefile.nmake
+ M /trunk/epan/reassemble_test.c
+
+right; this is going badly.
+
+Let's take a different tack: include only the bare minimum, and set up stubs for everything else.
+
+------------------------------------------------------------------------
+r21380 | morriss | 2007-04-10 21:57:43 -0700 (Tue, 10 Apr 2007) | 12 lines
+Changed paths:
M /trunk/airpcap_loader.c
M /trunk/airpcap_loader.h
- M /trunk/epan/dissectors/Makefile.nmake
+
+Fix bug 1377:
+
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1377
+
+and complaints to the mailing list that a bogus (empty or non-ASCII contents)
+dialog box was popped up when getting the list of interfaces. The problem was
+that 'get_airpcap_interface_list()' wasn't setting the returned error value
+when it found that AirPcap was not loaded. If whatever was in that variable
+happened to be 1 when a non-AirPcap user requested the list of interfaces
+then the bogus dialog would show up.
+
+
+------------------------------------------------------------------------
+r21381 | kukosa | 2007-04-10 22:54:15 -0700 (Tue, 10 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-ssl-utils.c
+
+make packet-ssl-utils.c compileable without GnuTLS
+------------------------------------------------------------------------
+r21382 | richardv | 2007-04-11 05:26:02 -0700 (Wed, 11 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/Makefile.nmake
+
+fix typos
+
+------------------------------------------------------------------------
+r21383 | martinm | 2007-04-11 07:34:56 -0700 (Wed, 11 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Dissect IPPRIM conn_id field.
+
+------------------------------------------------------------------------
+r21384 | gerald | 2007-04-11 08:15:28 -0700 (Wed, 11 Apr 2007) | 13 lines
+Changed paths:
M /trunk/epan/dissectors/packet-ieee80211.c
- M /trunk/epan/libwireshark.def
- M /trunk/gtk/Makefile.nmake
- M /trunk/gtk/airpcap_dlg.c
- M /trunk/gtk/airpcap_dlg.h
- M /trunk/gtk/airpcap_gui_utils.c
- M /trunk/gtk/airpcap_gui_utils.h
- M /trunk/gtk/capture_dlg.c
- M /trunk/gtk/capture_if_dlg.c
- M /trunk/gtk/keys.h
- M /trunk/gtk/main.c
-From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryption
-support.
+From Stig Bj?\195?\184rlykke:
+
+This patch adds an option to IEEE 802.11 to ignore the wep bit with IV,
+as mentioned in
+http://www.wireshark.org/lists/wireshark-dev/200704/msg00021.html
+
+I also fixed a bug where the packet is dissected different in the Packet
+List with and without "Colorize Packet List" (actually when dissecting
+with and without "tree"). Try toggling "Colorize Packet List" with my
+previous posted ieee80211-wep.pcap without this patch to see the bug.
+
+The patch is tested on OSX.
+
+------------------------------------------------------------------------
+r21385 | lego | 2007-04-11 12:24:19 -0700 (Wed, 11 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/wslua/wslua_proto.c
+ M /trunk/epan/wslua/wslua_tvb.c
+
+have tvbrange:get_ipv4() not modifying the byte order of the extraced data.
+have Proto.new() registering the protocol by name.
+
+
+------------------------------------------------------------------------
+r21386 | richardv | 2007-04-11 16:20:02 -0700 (Wed, 11 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/Makefile.nmake
+
+try linking against user32.lib and wsock32.lib
+
+------------------------------------------------------------------------
+r21387 | etxrab | 2007-04-11 22:57:49 -0700 (Wed, 11 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/diameter/dictionary.xml
+
+According to 3GPP TS 32.299 version 7.4.0 Release 7(2006-12):
+7.2.27 Content-Length AVP
+The Content-Length AVP (AVP code 827) is of type Unsigned32
+------------------------------------------------------------------------
+r21388 | etxrab | 2007-04-11 23:17:19 -0700 (Wed, 11 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/diameter/dictionary.xml
+
+Correct a typo.
+------------------------------------------------------------------------
+r21389 | martinm | 2007-04-12 07:31:49 -0700 (Thu, 12 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-sip.c
+
+Add Via sigcomp-id param (from draft-ietf-rohc-sigcomp-sip)
+
+------------------------------------------------------------------------
+r21390 | standel | 2007-04-12 10:34:30 -0700 (Thu, 12 Apr 2007) | 16 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/packet-ipv6.c
+ M /trunk/epan/dissectors/packet-ipv6.h
+ M /trunk/epan/ipproto.c
+ M /trunk/epan/ipproto.h
+
+From Matthijs Mekking :
+
+New dissector support, SHIM6
+
+checked in with the following modifications :
+ - use of proto_tree_add_item whenever possible (addition of several hf_items),
+ - use distinct subtree idx for each subtree,
+ - addition of some subtrees,
+ - split shim_opts in several functions,
+ - accurate incrementation of offset in locator preferences (in case of option length > 3)
+ - add true_false_string for critical options and protocol differentiation (hip, shim6)
+ - add ipv6.shim6.checkksum_good, ipv6.shim6.checkksum_bad, cksum expert info
-WEP key preferences have been overloaded to allow WPA keys. The
-decryption code currently uses Windows-specific data types, but can be
-converted to use glib equivalents.
+section added to AUTHORS
-Add a few text and whitespace fixups.
------------------------------------------------------------------------
-r20050 | gerald | 2006-12-05 11:39:54 -0800 (Tue, 05 Dec 2006) | 2 lines
+r21391 | gerald | 2007-04-12 11:42:19 -0700 (Thu, 12 Apr 2007) | 15 lines
Changed paths:
+ M /trunk/AUTHORS
M /trunk/epan/dissectors/packet-ieee80211.c
-Fix a compilation error, and squelch a couple of other errors.
+Additional 802.11k/n support from Dustin Johnson and myself:
+
+ - Break out and display A-MSDUs
+ - HT Control field (currently disabled)
+ - Action No Ack
+ - HT Information IE
+ - HT Capability IE
+ - Block Ack Request
+ - Secondary Channel Offset Tag
+ - Measurement Request Tag
+ - Measurement Report Tag
+
+...along with a bunch of other updates, including displaying the
+type/subtype as a hex value (first nibble: type, second nibble: subtype).
+
+------------------------------------------------------------------------
+r21392 | etxrab | 2007-04-12 13:37:08 -0700 (Thu, 12 Apr 2007) | 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
+
+Workaround for the ber CHOICE crash.
+------------------------------------------------------------------------
+r21393 | standel | 2007-04-12 15:38:36 -0700 (Thu, 12 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ssl.c
+
+set unused parameters flags to fiw some gcc warnings
+
+------------------------------------------------------------------------
+r21394 | standel | 2007-04-12 15:39:16 -0700 (Thu, 12 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-homeplug.c
+
+get rid of unused variable
+
+------------------------------------------------------------------------
+r21395 | standel | 2007-04-12 15:42:31 -0700 (Thu, 12 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-raw.c
+
+include packet-ipv6.h for capture_ipv6 function
+
+------------------------------------------------------------------------
+r21396 | standel | 2007-04-12 15:43:45 -0700 (Thu, 12 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.common
+
+move dissectors which compiles without any warning from DISSECTOR_SRC to
+CLEAN_DISSECTOR_SRC
+
+------------------------------------------------------------------------
+r21397 | lego | 2007-04-12 15:45:22 -0700 (Thu, 12 Apr 2007) | 7 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/epan/wslua/wslua_tvb.c
+
+From: Balint Reczey
+
+I would like to handle the rare situation of Little Endian encoded
+IP addresses, so i added a function which reads the address with
+tvb_get_ipv4(), then swaps the bytes before SET_ADDRESS().
+
+
+------------------------------------------------------------------------
+r21398 | sfisher | 2007-04-12 17:50:23 -0700 (Thu, 12 Apr 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.am
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/packet-cisco-wids.c
+ M /trunk/epan/dissectors/packet-eth.c
+ M /trunk/epan/dissectors/packet-gssapi.c
+ M /trunk/epan/dissectors/packet-ncp2222.inc
+ M /trunk/epan/dissectors/packet-scsi-mmc.c
+ M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dissectors/packet-wcp.c
+
+
+Fix various warnings
+
+Move packet-cops.c out of clean dissectors due to a #define conflict
+in the headers of net-snmp with our config.h
+
+
+------------------------------------------------------------------------
+r21399 | sfisher | 2007-04-12 18:03:55 -0700 (Thu, 12 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ssl.c
+
+
+Fix unused variable warning when neither SSL_DECRYPT_DEBUG nor HAVE_LIBGNUTLS is defined.
+
+
+------------------------------------------------------------------------
+r21400 | wmeier | 2007-04-12 18:53:14 -0700 (Thu, 12 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/Makefile.nmake
+
+Fix for link commands for exntest.exe, tvbtest.exe and reassemble_test.exe;
+(Seems to work using vc6 on Windows XP).
+
+------------------------------------------------------------------------
+r21401 | gerald | 2007-04-12 22:44:57 -0700 (Thu, 12 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ipsec.c
+
+Fix a mis-labeled field reported in Ethereal bug 1101. Update all
+of the short descriptions and fill in all of the long descriptions.
+Fix up whitespace.
------------------------------------------------------------------------
-r20051 | gerald | 2006-12-05 12:57:22 -0800 (Tue, 05 Dec 2006) | 2 lines
+r21402 | etxrab | 2007-04-12 22:49:43 -0700 (Thu, 12 Apr 2007) | 1 line
+Changed paths:
+ D /trunk/asn1/ansi_map/README
+
+Remove the obsolete readme file.
+------------------------------------------------------------------------
+r21403 | morriss | 2007-04-12 23:24:58 -0700 (Thu, 12 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi.h
+
+Change the prototypes of dissect_spc_inquiry() and dissect_spc_reportluns()
+as per the change in rev 21398 to get Windows builds working again.
+
+
+------------------------------------------------------------------------
+r21404 | morriss | 2007-04-12 23:49:22 -0700 (Thu, 12 Apr 2007) | 9 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/packet-wlccp.c
+
+From Kevin A. Noll via bug 1522:
+
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1522
+
+Support for WLCCP version 0xC1.
+
+Also updated his email address in AUTHORS.
+
+
+------------------------------------------------------------------------
+r21405 | standel | 2007-04-13 00:50:53 -0700 (Fri, 13 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/asn1/Makefile.am
+
+remove ref to ansi_map/README in the Makefile
+
+ubuntu buildbot should work again
+
+------------------------------------------------------------------------
+r21406 | kukosa | 2007-04-13 07:15:12 -0700 (Fri, 13 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/h235/packet-h235-template.c
+ M /trunk/asn1/h245/h245.cnf
+ M /trunk/asn1/h245/packet-h245-template.c
+ M /trunk/epan/dissectors/packet-h235.c
+ M /trunk/epan/dissectors/packet-h235.h
+ M /trunk/epan/dissectors/packet-h245.c
+ M /trunk/epan/dissectors/packet-mikey.c
+
+H.235.7: MIKEY in H.323
+------------------------------------------------------------------------
+r21407 | kukosa | 2007-04-13 07:19:26 -0700 (Fri, 13 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/tools/asn2wrs.py
+
+support of tagged types for BER - i.e. tagged assignments, more than one level tags in SEQUENCE/CHOICE
+it has to be enabled with -T option as it is experimental
+------------------------------------------------------------------------
+r21408 | standel | 2007-04-13 07:55:55 -0700 (Fri, 13 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-mikey.c
+
+fix gcc warning :
+ use of new_register_dissector instead of register_dissector
+
+------------------------------------------------------------------------
+r21409 | standel | 2007-04-13 08:23:47 -0700 (Fri, 13 Apr 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-mmc.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/epan/dissectors/packet-scsi-smc.c
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+ M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dissectors/packet-scsi.h
+
+use of volatile for every functions and not only the ones using the Exception
+mechanisms. (fix rev21398)
+
+Windows buildbot sould be green again as formal parameters are the same as the
+ones in the declaration now.
+
+------------------------------------------------------------------------
+r21410 | standel | 2007-04-13 08:25:33 -0700 (Fri, 13 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/packet-h248_3gpp.c
+ M /trunk/epan/dissectors/packet-h263.c
+
+fix some gcc warnings and put dissectors in CLEAN_DISSECTOR_SRC
+
+------------------------------------------------------------------------
+r21411 | standel | 2007-04-13 08:52:04 -0700 (Fri, 13 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-osd.c
+
+miss some volatile qualifiers in scsi-osd
+
+------------------------------------------------------------------------
+r21412 | standel | 2007-04-13 10:16:24 -0700 (Fri, 13 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-mmc.c
+ M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/epan/dissectors/packet-scsi-smc.c
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+ M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dissectors/packet-scsi.h
+
+another attempt to let windows buildbot becoming green
+
+fix rev21398 (gcc warning fix)
+
+------------------------------------------------------------------------
+r21413 | lego | 2007-04-13 10:46:54 -0700 (Fri, 13 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/epan/dissectors/packet-h248.c
+
+ Have the h248term handle evaluated as late as possible.
+
+
+------------------------------------------------------------------------
+r21414 | standel | 2007-04-13 11:08:27 -0700 (Fri, 13 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-scsi-mmc.c
+
+ultimate declaration of a volatile variable to let gcc-3.4 happy.
+
+
+------------------------------------------------------------------------
+r21415 | gerald | 2007-04-13 12:28:03 -0700 (Fri, 13 Apr 2007) | 11 lines
Changed paths:
M /trunk/epan/dissectors/packet-ieee80211.c
-Fix preference registration.
+802.11k/n updates from Dustin Johnson:
+
+ - Refactored Frame Control into its own function
+ - Refactored the Action field
+ - Add Block Ack/Block Ack Request
+ - Add a Control Wrapper stub
+ - Add the Neigbor Report tag
+ - Add the Extended Channel Switch Announcement tag
+ - Add the Supported Regulatory Classes tag
+ - Add the Secondary Channel Offset tag
+
+------------------------------------------------------------------------
+r21416 | standel | 2007-04-13 13:38:19 -0700 (Fri, 13 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rtcp.c
+
+fix gcc warning
------------------------------------------------------------------------
-r20052 | gerald | 2006-12-05 13:06:09 -0800 (Tue, 05 Dec 2006) | 2 lines
+r21417 | standel | 2007-04-13 13:59:20 -0700 (Fri, 13 Apr 2007) | 3 lines
Changed paths:
- A /trunk/airpdcap
- A /trunk/airpdcap/Makefile.am
- A /trunk/airpdcap/Makefile.nmake
- A /trunk/airpdcap/airpdcap.c
- A /trunk/airpdcap/airpdcap_ccmp.c
- A /trunk/airpdcap/airpdcap_ccmp.h
- A /trunk/airpdcap/airpdcap_debug.c
- A /trunk/airpdcap/airpdcap_debug.h
- A /trunk/airpdcap/airpdcap_int.h
- A /trunk/airpdcap/airpdcap_interop.h
- A /trunk/airpdcap/airpdcap_md5.c
- A /trunk/airpdcap/airpdcap_md5.h
- A /trunk/airpdcap/airpdcap_rijndael.c
- A /trunk/airpdcap/airpdcap_rijndael.h
- A /trunk/airpdcap/airpdcap_sha1.c
- A /trunk/airpdcap/airpdcap_sha1.h
- A /trunk/airpdcap/airpdcap_system.h
- A /trunk/airpdcap/airpdcap_tkip.c
- A /trunk/airpdcap/airpdcap_tkip.h
- A /trunk/airpdcap/airpdcap_user.h
- A /trunk/airpdcap/airpdcap_wep.c
- A /trunk/airpdcap/airpdcap_wep.h
- A /trunk/airpdcap/airpdcap_ws.h
+ M /trunk/capture-pcap-util.c
+ M /trunk/capture-pcap-util.h
+ M /trunk/capture_loop.c
+ M /trunk/capture_loop.h
+ M /trunk/gtk/capture_dlg.c
-Add AirPDcap files.
+fix gcc warning about qualifier types (const) which are discarded when arriving
+at the pcap interface.
------------------------------------------------------------------------
-r20053 | gerald | 2006-12-06 12:29:54 -0800 (Wed, 06 Dec 2006) | 3 lines
+r21418 | standel | 2007-04-13 15:40:42 -0700 (Fri, 13 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.common
+
+move to CLEAN_DISSECTOR_SRC
+
+------------------------------------------------------------------------
+r21419 | gerald | 2007-04-13 15:49:54 -0700 (Fri, 13 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/tools/make-dissector-reg.py
+
+Fixup whitespace.
+
+------------------------------------------------------------------------
+r21420 | sfisher | 2007-04-13 15:50:47 -0700 (Fri, 13 Apr 2007) | 4 lines
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.h.win32
- M /trunk/config.nmake
- M /trunk/epan/dissectors/Makefile.nmake
M /trunk/epan/dissectors/packet-ieee80211.c
- M /trunk/gtk/Makefile.nmake
-Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compiler
-warning in the 802.11 dissector.
+
+Remove unused variable that is causing a warning
+
------------------------------------------------------------------------
-r20054 | etxrab | 2006-12-06 14:03:45 -0800 (Wed, 06 Dec 2006) | 2 lines
+r21421 | standel | 2007-04-13 15:52:33 -0700 (Fri, 13 Apr 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-eap.c
- M /trunk/epan/dissectors/packet-isakmp.c
+ M /trunk/configure.in
+
+change the script to automatically stop on warning if compiling with gcc.
+
+------------------------------------------------------------------------
+r21422 | standel | 2007-04-13 16:10:13 -0700 (Fri, 13 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/wiretap/configure.in
+
+change the script to automatically stop on warning if compiling with gcc.
+
+
+------------------------------------------------------------------------
+r21423 | sfisher | 2007-04-13 16:32:21 -0700 (Fri, 13 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dfilter/dfilter-macro.c
+ M /trunk/epan/strutil.c
+ M /trunk/epan/uat.c
+ M /trunk/epan/uat.h
+
+
+Fix some Solaris buildbot warnings
+
+
+------------------------------------------------------------------------
+r21424 | standel | 2007-04-13 16:40:50 -0700 (Fri, 13 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dfilter/Makefile.am
+
+don't treat warnings as errors until a solution is found for scanner.c
+depending on the lex used, it may generates warning.
+
+------------------------------------------------------------------------
+r21425 | jmayer | 2007-04-13 17:35:53 -0700 (Fri, 13 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/configure.in
+
+Disable warnings as errors if extra gcc warnings was specified.
+Change to positive logic --without-warnings-as-errors (default no)
+==> --with-warnings-as-errors (default yes)
+
+------------------------------------------------------------------------
+r21426 | jmayer | 2007-04-13 17:41:08 -0700 (Fri, 13 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/wiretap/configure.in
+
+Same as for top level configure.in
+
+------------------------------------------------------------------------
+r21427 | jmayer | 2007-04-13 18:07:36 -0700 (Fri, 13 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-cisco-erspan.c
+ M /trunk/epan/dissectors/packet-cisco-oui.c
+ M /trunk/epan/dissectors/packet-gre.c
+ M /trunk/epan/greproto.h
+ M /trunk/wiretap/libpcap.c
+
+Beginnings of a Cisco ERSPAN dissector - the only thing missing is the code
+to actually call this (aka to handle the ambiguities of DLT values).
+
+------------------------------------------------------------------------
+r21428 | standel | 2007-04-14 00:55:43 -0700 (Sat, 14 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-cisco-erspan.c
+
+typo fix
+
+------------------------------------------------------------------------
+r21429 | standel | 2007-04-14 04:55:19 -0700 (Sat, 14 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/crypt/airpdcap_rijndael.c
+
+delete Td4 as it is used only in rijndaelDecrypt and rijndaelDecryptRound not
+present in the wireshark code
+
+------------------------------------------------------------------------
+r21430 | standel | 2007-04-14 06:15:52 -0700 (Sat, 14 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-3com-njack.c
+
+get rid of unused variables (tfs, value_string)
-Dissect EAP inside ISAKMP update some strings from IANA.
-(fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=777)
------------------------------------------------------------------------
-r20055 | etxrab | 2006-12-06 14:05:55 -0800 (Wed, 06 Dec 2006) | 1 line
+r21431 | standel | 2007-04-14 07:01:53 -0700 (Sat, 14 Apr 2007) | 7 lines
Changed paths:
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/packet-aim-chat.c
+ M /trunk/epan/dissectors/packet-aim-messaging.c
+ M /trunk/epan/dissectors/packet-arp.c
+ M /trunk/epan/dissectors/packet-bssap.c
+ M /trunk/epan/dissectors/packet-btrfcomm.c
+ M /trunk/epan/dissectors/packet-btsdp.c
+ M /trunk/epan/dissectors/packet-dec-dnart.c
+ M /trunk/epan/dissectors/packet-dnp.c
+ M /trunk/epan/dissectors/packet-epl.h
+ M /trunk/epan/dissectors/packet-fc.c
+ M /trunk/epan/dissectors/packet-fix.c
+ M /trunk/epan/dissectors/packet-giop.c
+ M /trunk/epan/dissectors/packet-gsm_a.c
+ M /trunk/epan/dissectors/packet-h248_3gpp.c
+ M /trunk/epan/dissectors/packet-h248_annex_c.c
+ M /trunk/epan/dissectors/packet-h248_annex_e.c
+ M /trunk/epan/dissectors/packet-h248_q1950.c
+ M /trunk/epan/dissectors/packet-ipsec.c
+ M /trunk/epan/dissectors/packet-ipv6.c
+ M /trunk/epan/dissectors/packet-isakmp.c
+ M /trunk/epan/dissectors/packet-jxta.c
+ M /trunk/epan/dissectors/packet-mikey.c
+ M /trunk/epan/dissectors/packet-ncp-sss.c
+ M /trunk/epan/dissectors/packet-pana.c
+ M /trunk/epan/dissectors/packet-skinny.c
+ M /trunk/epan/dissectors/packet-slowprotocols.c
+ M /trunk/epan/dissectors/packet-ssh.c
+ M /trunk/epan/dissectors/packet-ssl-utils.h
+ M /trunk/epan/dissectors/packet-tipc.c
M /trunk/epan/dissectors/packet-uma.c
-Fix a typo.
+fix MacOSX gcc-3.3 warnings about unused tfs/value_string variables
+most have been tagged unused (few have been deleted if dissector has not been
+modified since a long time)
+
+move packet-ssl-utils.c to DISSECTOR_SRC
+
+
------------------------------------------------------------------------
-r20056 | etxrab | 2006-12-06 14:08:32 -0800 (Wed, 06 Dec 2006) | 1 line
+r21432 | standel | 2007-04-14 07:07:46 -0700 (Sat, 14 Apr 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-sip.c
+ M /trunk/epan/Makefile.am
+ M /trunk/plugins/mate/Makefile.am
+ M /trunk/wiretap/Makefile.am
+
+remove "treat warnings as errors" barrier for every repo containing code
+generated by $(LEX) until a solution is found to compile them separately.
+
-Prepare to decode Q.850 REASON.
------------------------------------------------------------------------
-r20057 | sfisher | 2006-12-06 15:34:28 -0800 (Wed, 06 Dec 2006) | 6 lines
+r21433 | standel | 2007-04-14 08:57:03 -0700 (Sat, 14 Apr 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-text-media.c
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/gtk/gui_prefs.c
+ M /trunk/plugins/docsis/packet-type29ucd.c
+ M /trunk/plugins/h223/packet-h223.c
+
+move ipsec to DISSECTOR_SRC
+fix some more MacOSX gcc warnings
+------------------------------------------------------------------------
+r21434 | standel | 2007-04-14 09:09:59 -0700 (Sat, 14 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/Makefile.am
-Fix for enhancement bug #1260. Now packet-text-media will display the
-line terminators (\r and/or \n) for line-based data such as that used in
-HTML.
+even this repo contains code generated by lex!
------------------------------------------------------------------------
-r20058 | sahlberg | 2006-12-07 01:28:16 -0800 (Thu, 07 Dec 2006) | 4 lines
+r21435 | etxrab | 2007-04-14 10:08:46 -0700 (Sat, 14 Apr 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-iscsi.c
+ M /trunk/asn1/ansi_map/ansi_map.asn
-strengthen the heuristics for iscsi commandis assuming that the last 6 bytes of the 8 byte LUN blob are always 0.
+Fix a bug in the ASN1 spec. ( I can't regenerate the dissector currently).
+------------------------------------------------------------------------
+r21436 | standel | 2007-04-14 11:18:25 -0700 (Sat, 14 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/gtk/rtp_player.c
+unused variable
+------------------------------------------------------------------------
+r21437 | standel | 2007-04-14 11:39:07 -0700 (Sat, 14 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ssl-utils.h
+
+"false" unused variables (they are not use in wiretap repo)
------------------------------------------------------------------------
-r20059 | martinm | 2006-12-07 03:31:25 -0800 (Thu, 07 Dec 2006) | 1 line
+r21438 | sfisher | 2007-04-14 12:04:19 -0700 (Sat, 14 Apr 2007) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/epan/dissectors/packet-ssl.c
+
+
+From Sake Blok:
+
+Fix false malformed SSL handshake messages
+
-EDCH - show total number of PDUs in info column
------------------------------------------------------------------------
-r20060 | martinm | 2006-12-07 10:06:22 -0800 (Thu, 07 Dec 2006) | 1 line
+r21439 | standel | 2007-04-14 12:49:48 -0700 (Sat, 14 Apr 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/gtk/rtp_player.c
+
+uninitialized warning fix
+
+------------------------------------------------------------------------
+r21440 | jmayer | 2007-04-14 17:40:05 -0700 (Sat, 14 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-3com-njack.c
+
+Revert commit 21430 and use #if 0/#endif instead
+
+------------------------------------------------------------------------
+r21441 | morriss | 2007-04-15 04:03:21 -0700 (Sun, 15 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/tap-h225counter.c
+
+Replace 14 for loops (each setting an array of integers to 0) with a memset
+------------------------------------------------------------------------
+r21442 | morriss | 2007-04-15 21:34:07 -0700 (Sun, 15 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/tap.h
+ M /trunk/tap-afpstat.c
+ M /trunk/tap-dcerpcstat.c
+ M /trunk/tap-rpcprogs.c
+ M /trunk/tap-rpcstat.c
+ M /trunk/tap-smbstat.c
+
+Wireshark now requires support for 64-bit types so there's no need to #ifdef
+around them. Print 64-bit types using the PRI macros; add inttypes.h to
+tap.h (if necessary) to pick up those macros for all the taps.
-Fix range highlighted by EDCH sfn header tree
------------------------------------------------------------------------
-r20061 | sfisher | 2006-12-07 12:29:40 -0800 (Thu, 07 Dec 2006) | 10 lines
+r21443 | morriss | 2007-04-15 21:52:51 -0700 (Sun, 15 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/camel-persistentdata.c
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-frame.c
+ M /trunk/epan/dissectors/packet-kerberos.c
+ M /trunk/epan/dissectors/packet-per.c
+ M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/epan/tcap-persistentdata.c
+
+Frame numbers are unsigned, print them as such
+------------------------------------------------------------------------
+r21444 | jake | 2007-04-15 23:20:39 -0700 (Sun, 15 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/rtp_player.c
+
+Unused parameter
+------------------------------------------------------------------------
+r21445 | kukosa | 2007-04-15 23:41:56 -0700 (Sun, 15 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-ssl-utils.c
+ M /trunk/epan/dissectors/packet-ssl-utils.h
+
+move string tables from packet-ssl-utils.h to packet-ssl-utils.c and export them
+------------------------------------------------------------------------
+r21446 | morriss | 2007-04-16 01:37:39 -0700 (Mon, 16 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-isup.c
+ M /trunk/epan/dissectors/packet-sccp.c
+
+Fix a couple warnings
+------------------------------------------------------------------------
+r21447 | morriss | 2007-04-16 01:53:33 -0700 (Mon, 16 Apr 2007) | 1 line
Changed paths:
M /trunk/AUTHORS
- M /trunk/doc/README.developer
- M /trunk/epan/value_string.c
- M /trunk/epan/value_string.h
+ M /trunk/epan/dissectors/packet-pana.c
+From Victor Fajardo: update the PANA dissector to draft-15a
+------------------------------------------------------------------------
+r21448 | morriss | 2007-04-16 02:03:11 -0700 (Mon, 16 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-pana.c
-From Francesco Fondelli:
+Replace g_assert() with DISSECTOR_ASSERT()
+------------------------------------------------------------------------
+r21449 | tuexen | 2007-04-16 10:03:30 -0700 (Mon, 16 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-asap.c
+ M /trunk/epan/dissectors/packet-enrp.c
+
+Use recent IANA port assignments.
+
+------------------------------------------------------------------------
+r21450 | gerald | 2007-04-16 11:35:22 -0700 (Mon, 16 Apr 2007) | 11 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+From Tuomas Maattanen:
-I defined a range_string struct. It's like value_string
-but stores range <-> string pairs.
-Moreover I wrote rval_to_str(), match_strrval_idx()
-match_strrval() which are behaving exactly as
-val_to_str(), match_strval_idx() and match_strval().
+the current SVN (rev 21448) 802.11 WMM TSPEC dissector seems to have
+some bugs.
+
+TS Info field should be three bytes long, not two. Suspension Interval
+field is missing altogether, shifting all other fields by four bytes.
+Maximum Burst Size, Minimum PHY Rate, Peak Data Rate and Delay Bound
+are in wrong order.
------------------------------------------------------------------------
-r20062 | etxrab | 2006-12-07 12:34:08 -0800 (Thu, 07 Dec 2006) | 1 line
+r21451 | lego | 2007-04-16 16:15:03 -0700 (Mon, 16 Apr 2007) | 3 lines
Changed paths:
- M /trunk/asn1/ansi_map/packet-ansi_map-template.c
- M /trunk/asn1/camel/packet-camel-template.c
- M /trunk/asn1/gsmmap/gsm_map-exp.cnf
- M /trunk/asn1/gsmmap/packet-gsm_map-template.c
- M /trunk/asn1/inap/packet-inap-template.c
- M /trunk/asn1/tcap/packet-tcap-template.c
+ M /trunk/epan/exceptions.h
+
+revert back to 20437
+
+
+------------------------------------------------------------------------
+r21452 | gerald | 2007-04-16 17:34:32 -0700 (Mon, 16 Apr 2007) | 10 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+More .11k/n updates from Dustin Johnson:
+
+ - Measurement Pilot frame support
+ - Various Block Ack fields
+ - Various Power fields
+ - Measurement Pilot field
+ - Country String field
+ - Channel Width field
+ - QoS Information fields
+
+------------------------------------------------------------------------
+r21453 | morriss | 2007-04-17 03:01:39 -0700 (Tue, 17 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/configure.in
+ M /trunk/wiretap/configure.in
+
+Fix --with(out)-warnings-as-errors test so warnings-as-errors can be disabled (with gcc)
+------------------------------------------------------------------------
+r21454 | morriss | 2007-04-17 03:11:41 -0700 (Tue, 17 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dmp.c
+ M /trunk/epan/dissectors/packet-edonkey.c
+ M /trunk/epan/dissectors/packet-frame.c
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+Fix warnings of the form "long long unsigned int format, guint64 arg": use
+the PRI macros instead of %llu, etc.
+
+------------------------------------------------------------------------
+r21455 | lego | 2007-04-17 08:13:17 -0700 (Tue, 17 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dfilter/semcheck.c
+
+Make sure ENDTRY gets evaluated
+------------------------------------------------------------------------
+r21456 | jmayer | 2007-04-17 08:17:06 -0700 (Tue, 17 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-extreme.c
+
+Detect ELSM as such - meaning of the elements is still unknown.
+
+------------------------------------------------------------------------
+r21457 | lego | 2007-04-17 08:46:05 -0700 (Tue, 17 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-sip.c
+
+register the right dissector for tcp
+
+Fixes Bug 1429
+------------------------------------------------------------------------
+r21458 | jmayer | 2007-04-17 09:51:24 -0700 (Tue, 17 Apr 2007) | 17 lines
+Changed paths:
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
+
+Update from samba tree revision 22006 to 22314
+============================ Samba log start ============
+------------------------------------------------------------------------
+r22029 | jpeach | 2007-04-02 19:06:14 +0200 (Mon, 02 Apr 2007) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/lib/registry/config.mk
+ M /branches/SAMBA_4_0/source/lib/replace/samba.m4
+ M /branches/SAMBA_4_0/source/main.mk
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
+
+Make sure we respect $srcdir correctly for the srcdir != builddir case.
+
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
+
+
+------------------------------------------------------------------------
+r21459 | gerald | 2007-04-17 10:13:55 -0700 (Tue, 17 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/tools/make-dissector-reg.py
+
+Use the older-style ST_MTIME instead of st_mtime. This should fix backward
+compatibility.
+
+------------------------------------------------------------------------
+r21460 | morriss | 2007-04-17 21:13:50 -0700 (Tue, 17 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-dtls.c
+ M /trunk/epan/dissectors/packet-ssl.c
+
+Pass NULL (instead of proto_) in the last parameter of tap_queue_packet()
+because NULL is just as interesting as the proto_ entry and the latter
+generates a compiler warning.
+
+------------------------------------------------------------------------
+r21461 | morriss | 2007-04-17 21:34:10 -0700 (Tue, 17 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/tap-iousers.c
+ M /trunk/tap-protohierstat.c
+
+Change bytes counters to 64 bits and use the PRI macros to print them.
+
+------------------------------------------------------------------------
+r21462 | etxrab | 2007-04-17 23:30:23 -0700 (Tue, 17 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/ansi_map/ansi_map.asn
M /trunk/epan/dissectors/packet-ansi_map.c
- M /trunk/epan/dissectors/packet-bthci_acl.c
+ M /trunk/epan/dissectors/packet-ansi_map.h
+
+Add an IE.
+------------------------------------------------------------------------
+r21463 | etxrab | 2007-04-17 23:31:25 -0700 (Tue, 17 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ansi_801.c
+
+From Michael Lum:
+This patch implements parameter dissection for about 1/2 to 2/3 of the messages in IS-801.
+
+Built and tested against the latest source as of Friday April 13th 2007.
+------------------------------------------------------------------------
+r21464 | etxrab | 2007-04-17 23:32:00 -0700 (Tue, 17 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-gtp.c
+
+Add a comment.
+------------------------------------------------------------------------
+r21465 | morriss | 2007-04-18 00:06:56 -0700 (Wed, 18 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-pana.c
+
+Don't use DISSECTOR_ASSERT to (essentially) verify packet data. Instead
+add an expert info entry if the AVP length is 0 and just return after
+dissecting that AVP.
+
+------------------------------------------------------------------------
+r21466 | kukosa | 2007-04-18 01:55:28 -0700 (Wed, 18 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/tools/asn2wrs.py
+
+- new -L command line option to suppress #line directives from .cnf file
+- new #.MAKE_ENUM and #.MAKE_DEFINES directives to generate enum/#define for enumerated types (ENUMERATED or INTEGER with named values)
+------------------------------------------------------------------------
+r21467 | kukosa | 2007-04-18 01:58:48 -0700 (Wed, 18 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/rnsap/packet-rnsap-template.c
+ M /trunk/asn1/rnsap/rnsap.cnf
+ M /trunk/epan/dissectors/packet-rnsap.c
+
+usage of new #.MAKE_DEFINES asn2wrs directive in RNSAP
+------------------------------------------------------------------------
+r21468 | martinm | 2007-04-18 02:23:27 -0700 (Wed, 18 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ansi_801.c
+
+Make specifier string match args
+(may not be the intended formatting, but it builds...)
+
+------------------------------------------------------------------------
+r21469 | kukosa | 2007-04-18 03:52:46 -0700 (Wed, 18 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/h225/h225.cnf
+
+use new possibility to set #.EXPORTS flag for whole directive
+------------------------------------------------------------------------
+r21470 | sfisher | 2007-04-18 14:42:37 -0700 (Wed, 18 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/capture_loop.c
+
+
+Remove a linebreak from an error message dialog so it wraps properly
+
+
+------------------------------------------------------------------------
+r21471 | etxrab | 2007-04-18 14:52:11 -0700 (Wed, 18 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/camel/camel.cnf
M /trunk/epan/dissectors/packet-camel.c
- M /trunk/epan/dissectors/packet-cigi.c
- M /trunk/epan/dissectors/packet-gsm_map.c
- M /trunk/epan/dissectors/packet-gsm_map.h
- M /trunk/epan/dissectors/packet-inap.c
- M /trunk/epan/dissectors/packet-inap.h
- M /trunk/epan/dissectors/packet-isakmp.c
- M /trunk/epan/dissectors/packet-isns.c
- M /trunk/epan/dissectors/packet-isup_thin.c
- M /trunk/epan/dissectors/packet-kerberos.c
- M /trunk/epan/dissectors/packet-llt.c
- M /trunk/epan/dissectors/packet-msrp.c
- M /trunk/epan/dissectors/packet-ncp.c
- M /trunk/epan/dissectors/packet-radius.c
- M /trunk/epan/dissectors/packet-rsync.c
- M /trunk/epan/dissectors/packet-tcap.c
- M /trunk/epan/dissectors/packet-tcap.h
- M /trunk/epan/dissectors/packet-tipc.c
- M /trunk/epan/dissectors/packet-wfleet-hdlc.c
- M /trunk/epan/dissectors/packet-winsrepl.c
-As ponted out by Stig Bj?\195?\184rlykke change a whole bunch of dissector_handle_t to static.
+Fix to BUG GSM CAMEL-3 GPRS InvokeInitialDPGPRS.APN decoded incorrectly
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1543
------------------------------------------------------------------------
-r20063 | sfisher | 2006-12-07 12:34:21 -0800 (Thu, 07 Dec 2006) | 5 lines
+r21472 | richardv | 2007-04-18 15:31:47 -0700 (Wed, 18 Apr 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ospf.c
+ M /trunk/epan/Makefile.nmake
+ M /trunk/test/suite-unittests.sh
+following advice from Gerald, Graham Bloice, and others, let's try copying the unit test executables into the wireshark-gtk2 directory before running them.
-From Francesco Fondelli: Update/addition to Bandwidth Constraints Model code
-in OSPF.
+------------------------------------------------------------------------
+r21473 | kukosa | 2007-04-19 00:09:59 -0700 (Thu, 19 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-sip.c
+register the right dissector for SIP over SSL/TLS
+------------------------------------------------------------------------
+r21474 | kukosa | 2007-04-19 05:57:23 -0700 (Thu, 19 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/libwireshark.def
+export dissect_ber_tagged_type()
------------------------------------------------------------------------
-r20064 | etxrab | 2006-12-07 12:53:32 -0800 (Thu, 07 Dec 2006) | 1 line
+r21475 | kukosa | 2007-04-19 05:58:31 -0700 (Thu, 19 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/tools/asn2wrs.py
+
+added missing dependency in tagged type
+------------------------------------------------------------------------
+r21476 | richardv | 2007-04-19 10:03:58 -0700 (Thu, 19 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/test/suite-unittests.sh
+
+fix typos
+------------------------------------------------------------------------
+r21477 | richardv | 2007-04-19 10:13:49 -0700 (Thu, 19 Apr 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-juniper.c
+
+From Hannes Gredler:
+
+attached a small bugfix that uses the correct bits
+for determining if the ATM payload is a OAM cell.
+
+
+------------------------------------------------------------------------
+r21478 | jmayer | 2007-04-20 02:26:59 -0700 (Fri, 20 Apr 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-extreme.c
+
+Add Recognition of ELRP (Extreme Loop Recognition Protocol) Elements.
+I don't know how to decode them though.
+
+Fix some typos.
+
+Change some Element descriptions.
+
+------------------------------------------------------------------------
+r21479 | etxrab | 2007-04-20 06:54:56 -0700 (Fri, 20 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-ber.h
+
+Add EXTERNAL to the value string and add comments about UNIVERSAL tags.
+------------------------------------------------------------------------
+r21480 | standel | 2007-04-20 07:19:20 -0700 (Fri, 20 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ssl.c
+
+get rid of some unused parameters in process_ssl_payload
+
+------------------------------------------------------------------------
+r21481 | standel | 2007-04-20 07:30:48 -0700 (Fri, 20 Apr 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dfilter/Makefile.am
+
+Since code generated by lex may trigger gcc warnings, we are now generating two
+libraries. A single library is generated with the lex code without the barrier
+"stop on warning". An other library is generated from the remaining source
+files with the "stop on warning" barrier.
+
+
+------------------------------------------------------------------------
+r21482 | gerald | 2007-04-20 10:40:13 -0700 (Fri, 20 Apr 2007) | 18 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+More .11n-related updates and additions from Dustin Johnson and myself:
+
+ - MIMO Control frame support
+ - Control Wrapper frame support
+ - Measurement Pilot
+ - Action No Ack
+ - Block Ack Action
+ - PCO Phase Control
+ - PSMP Parameter Set
+ - Antenna Selection
+ - Extended Channel Switch Announcement
+ - HT Information
+ - HT Action
+ - MIMO CSI Matrices Report
+ - Fill in and update a bunch of hf strings
+
+Fixup(?) whitespace.
+
+------------------------------------------------------------------------
+r21483 | gerald | 2007-04-20 11:09:31 -0700 (Fri, 20 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+Fix 64-bit integer handling and whitespace.
+
+------------------------------------------------------------------------
+r21484 | gerald | 2007-04-20 15:29:11 -0700 (Fri, 20 Apr 2007) | 11 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+Move some data frame back out of the control frame scope, so Wireshark
+will stop crashing.
+
+More .11n additions and updates from Dustin:
+
+ - Power Capability tag
+ - Supported Channels tag
+ - Block Ack/Block Ack Request
+
+Fixup whitespace.
+
+------------------------------------------------------------------------
+r21485 | sfisher | 2007-04-20 16:10:03 -0700 (Fri, 20 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/gtk/expert_comp_table.c
+
+
+Fix bug #1547: Expert Info Composite column "Count" is not sorting numerically
+
+
+------------------------------------------------------------------------
+r21486 | etxrab | 2007-04-21 13:27:05 -0700 (Sat, 21 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/tcap/tcap.cnf
+ M /trunk/epan/dissectors/packet-tcap.c
+
+Put some missing TAG:s in the tree if internal BER fields shown.
+------------------------------------------------------------------------
+r21487 | etxrab | 2007-04-21 13:53:35 -0700 (Sat, 21 Apr 2007) | 1 line
Changed paths:
M /trunk/asn1/tcap/packet-tcap-template.c
- M /trunk/epan/dissectors/packet-ncp.c
+ M /trunk/asn1/tcap/packet-tcap-template.h
+ M /trunk/asn1/tcap/tcap.cnf
M /trunk/epan/dissectors/packet-tcap.c
+ M /trunk/epan/dissectors/packet-tcap.h
-Revert some dissector_handle_t to static changes to make it compile again.
+EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.
------------------------------------------------------------------------
-r20065 | guy | 2006-12-07 15:24:49 -0800 (Thu, 07 Dec 2006) | 3 lines
+r21488 | guy | 2007-04-21 15:57:22 -0700 (Sat, 21 Apr 2007) | 4 lines
Changed paths:
- M /trunk/version_info.h
+ M /trunk/wiretap/k12.c
-Make "svnversion" extern, so the only definition is in version_info.c;
-this fixes build errors on some platforms.
+Explicitly mark new_k12_file_data() as taking no arguments - in C89, at
+least, "int foo()" defines or declares an old-style function, not one
+with no arguments.
------------------------------------------------------------------------
-r20066 | guy | 2006-12-07 17:05:19 -0800 (Thu, 07 Dec 2006) | 2 lines
+r21489 | guy | 2007-04-21 15:58:03 -0700 (Sat, 21 Apr 2007) | 2 lines
Changed paths:
- M /trunk/epan/camel-persistentdata.c
+ M /trunk/wiretap/mpeg.c
-Get rid of forward declaration of non-existent routine.
+Get rid of a warning with at least some compilers.
------------------------------------------------------------------------
-r20067 | guy | 2006-12-07 17:07:09 -0800 (Thu, 07 Dec 2006) | 2 lines
+r21490 | guy | 2007-04-21 15:59:52 -0700 (Sat, 21 Apr 2007) | 7 lines
Changed paths:
- M /trunk/epan/camel-persistentdata.h
+ M /trunk/wiretap/iseries.c
-Get rid of CR's, and set the appropriate properties.
+Match "%4x" with an unsigned value in sscanf.
+
+Check for a case where, conceivably, the on-the-wire packet length (from
+the IP header) could be shorter than the captured data length (due to
+Ethernet padding), and handle it by making sure the on-the-wire length
+is always >= the captured data length.
------------------------------------------------------------------------
-r20068 | guy | 2006-12-07 17:08:48 -0800 (Thu, 07 Dec 2006) | 3 lines
+r21491 | guy | 2007-04-21 16:04:36 -0700 (Sat, 21 Apr 2007) | 6 lines
Changed paths:
- M /trunk/epan/camel-persistentdata.h
- M /trunk/epan/tcap-persistentdata.h
- M /trunk/tap-camelsrt.c
+ M /trunk/wiretap/configure.in
+
+Fix a comment to reflect reality - -Wcast-qual is added only with
+--with-extra-gcc-checks.
-Add the StatSRT flags to the header file, rather than declaring them in
-all modules that use them.
+Unconditionally add -Wpointer-arith to GCC flags, and, if
+--with-extra-gcc-checks is specified, add -Wstrict-prototypes.
------------------------------------------------------------------------
-r20069 | guy | 2006-12-07 17:11:20 -0800 (Thu, 07 Dec 2006) | 3 lines
+r21492 | guy | 2007-04-22 00:22:37 -0700 (Sun, 22 Apr 2007) | 14 lines
Changed paths:
- M /trunk/epan/prefs-int.h
- M /trunk/gtk/recent.c
+ M /trunk/configure.in
+ M /trunk/wiretap/configure.in
+
+Use AC_HELP_STRING for the help strings for --with and --enable flags.
+
+Add -Wpointer-arith to the GCC -W flags by default.
-A callback in read_prefs_file() should return a prefs_set_pref_e, not an
-int.
+Make "extra-gcc-checks" and "warnings-as-errors" --enable flags rather
+than --with flags - autoconf's model is that --enable is for turning
+features on or off, --with is for enabling or disabling the use of
+external packages (libpcap, Net-SNMP, GNU ADNS, etc.).
+
+When testing whether the compiler is GCC, use the same style all the
+time - check whether "x$GCC" equals "xyes". (The "x" might be overkill
+- if you don't quote the arguments, it avoids a missing argument to
+"test"/"[", but if you do, it might not be needed.)
------------------------------------------------------------------------
-r20070 | guy | 2006-12-07 20:09:44 -0800 (Thu, 07 Dec 2006) | 3 lines
+r21493 | standel | 2007-04-22 02:27:21 -0700 (Sun, 22 Apr 2007) | 5 lines
Changed paths:
- M /trunk/epan/prefs.c
+ M /trunk/acinclude.m4
+ M /trunk/configure.in
+ M /trunk/wiretap/acinclude.m4
+ M /trunk/wiretap/configure.in
+
+adding AC_(WIRESHARK|WIRETAP)_GCC_CFLAGS_OPTION macro to test whether gcc
+supports the options passed as arguments. If the options are supported, they
+are added to CFLAGS.
-Handle the "no error" return from pref_set_pair_fct(), to squelch
-compiler warnings.
------------------------------------------------------------------------
-r20071 | jmayer | 2006-12-08 07:05:41 -0800 (Fri, 08 Dec 2006) | 5 lines
+r21494 | sahlberg | 2007-04-22 02:58:12 -0700 (Sun, 22 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/crypt/airpdcap.c
+
+fix the sign of a variable to prevent a singed/unsigned warning during
+compiling
+
+
+------------------------------------------------------------------------
+r21495 | tuexen | 2007-04-22 03:25:26 -0700 (Sun, 22 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/gtk/sctp_byte_graph_dlg.c
+ M /trunk/gtk/sctp_graph_dlg.c
+ M /trunk/gtk/sctp_stat.c
+
+From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks.
+
+------------------------------------------------------------------------
+r21496 | jake | 2007-04-22 03:29:47 -0700 (Sun, 22 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-giop.c
+
+Fix for bug 1541. Adjust offset for long longs by 8, not by 4.
+------------------------------------------------------------------------
+r21497 | jmayer | 2007-04-22 04:51:36 -0700 (Sun, 22 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/crypt/airpdcap.c
+
+Fix a signedness warning.
+
+------------------------------------------------------------------------
+r21498 | standel | 2007-04-22 06:38:50 -0700 (Sun, 22 Apr 2007) | 5 lines
Changed paths:
- M /trunk/Makefile.nmake
M /trunk/acinclude.m4
- M /trunk/asn1/snmp/packet-snmp-template.c
- M /trunk/cmakeconfig.h.in
- M /trunk/config.h.win32
- M /trunk/config.nmake
- M /trunk/configure.in
- M /trunk/epan/dissectors/format-oid.h
- M /trunk/epan/dissectors/packet-cops.c
- M /trunk/epan/dissectors/packet-snmp.c
-Get rid of UCD SNMP support (it's not longer supported and
-superseeded by net-snmp). Replace some_snmp by net_snmp
-where appropriate.
+update of AC_WIRESHARK_PCAP_CHECK to detect if pcap header version is
+corresponding to the library version for pcap_breakloop. Issue a warning if the
+pcap_breakloop is present but not usable.
------------------------------------------------------------------------
-r20072 | guy | 2006-12-08 10:40:42 -0800 (Fri, 08 Dec 2006) | 2 lines
+r21499 | sahlberg | 2007-04-22 08:22:53 -0700 (Sun, 22 Apr 2007) | 5 lines
Changed paths:
- M /trunk/epan/camel-persistentdata.h
- M /trunk/epan/tcap-persistentdata.h
+ M /trunk/epan/crypt/airpdcap.c
+
+GString.len has changed signednedd between gtk1 and gtk2
+
+this will hopefully again compile under both gtk1 and 2
-Declare data values exported from libwireshark with WS_VAR_IMPORT.
------------------------------------------------------------------------
-r20073 | guy | 2006-12-08 11:32:53 -0800 (Fri, 08 Dec 2006) | 2 lines
+r21500 | sahlberg | 2007-04-22 08:43:01 -0700 (Sun, 22 Apr 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-xot.c
+ M /trunk/gtk/graph_analysis.c
-The XOT dissector is now a "new-style" dissector; register it as such.
+some updates to allow gtk1 to compile without warnings
------------------------------------------------------------------------
-r20074 | guy | 2006-12-08 17:34:08 -0800 (Fri, 08 Dec 2006) | 3 lines
+r21501 | sahlberg | 2007-04-22 08:45:34 -0700 (Sun, 22 Apr 2007) | 3 lines
Changed paths:
- M /trunk/README
+ M /trunk/gtk/main.c
+
+dont include these headers under gtk1
-We no longer support UCD SNMP - and *do* support Net-SNMP, and have
-supported it for quite a while.
------------------------------------------------------------------------
-r20075 | guy | 2006-12-08 17:37:22 -0800 (Fri, 08 Dec 2006) | 5 lines
+r21502 | sahlberg | 2007-04-22 08:48:18 -0700 (Sun, 22 Apr 2007) | 2 lines
Changed paths:
- M /trunk/INSTALL
+ M /trunk/gtk/proto_hier_stats_dlg.c
+
+fix compiler warning for gtk1 builds
-We no longer support UCD SNMP - and *do* support Net-SNMP, and have
-supported it for quite a while.
+------------------------------------------------------------------------
+r21503 | sahlberg | 2007-04-22 08:49:29 -0700 (Sun, 22 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/gtk/rtp_stream.c
-Also, note that it might not even be possible to run Wireshark set-UID.
+compile fix for gtk1
------------------------------------------------------------------------
-r20076 | guy | 2006-12-08 17:39:29 -0800 (Fri, 08 Dec 2006) | 3 lines
+r21504 | sahlberg | 2007-04-22 09:40:34 -0700 (Sun, 22 Apr 2007) | 3 lines
Changed paths:
- M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
+ M /trunk/gtk/rtp_analysis.c
-It's called Net-SNMP - and it replaced UCD SNMP a long time ago, so
-there's no longer a need to mention UCD SNMP.
+move include of a few headers down a few lines so the compile works on
+gtk1
------------------------------------------------------------------------
-r20077 | sfisher | 2006-12-08 18:25:23 -0800 (Fri, 08 Dec 2006) | 5 lines
+r21505 | sahlberg | 2007-04-22 09:44:36 -0700 (Sun, 22 Apr 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-wlccp.c
+ M /trunk/gtk/rtp_stream_dlg.c
+move some headers so that the compile works on gtk1
-Change a match_strval() to val_to_str() in a col_add_fstr() call to prevent
-problems if there isn't a match (corrupted packet).
+------------------------------------------------------------------------
+r21506 | guy | 2007-04-22 11:04:52 -0700 (Sun, 22 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/crypt/airpdcap.c
+
+Check the GLib version number, not the GTK+ version number; it's GLib we
+care about, and this code doesn't use GTK+, so it doesn't include any
+GTK+ headers and therefore doesn't get the GTK+ version number defined.
------------------------------------------------------------------------
-r20078 | ulfl | 2006-12-09 01:28:29 -0800 (Sat, 09 Dec 2006) | 1 line
+r21507 | guy | 2007-04-22 11:26:45 -0700 (Sun, 22 Apr 2007) | 10 lines
Changed paths:
- M /trunk/plugins/profinet/packet-pn-ptcp.c
+ M /trunk/epan/crypt/airpdcap.c
+
+Get rid of some const warnings.
+
+Use the "pnto" macros to fetch 16-bit quantities from a buffer - not
+only do they have the right casts to avoid const warnings, they also
+work even on platforms (such as SPARC) where you can't dereference
+unaligned pointers without a trap.
+
+Similarly, compare a possibly-unaligned (we make no alignment guarantees
+in Wireshark) 16-bit quantity against 0 a byte at a time.
-add IRDataUUID to the blocks subitem
------------------------------------------------------------------------
-r20079 | ulfl | 2006-12-09 01:32:21 -0800 (Sat, 09 Dec 2006) | 1 line
+r21508 | jmayer | 2007-04-22 13:04:34 -0700 (Sun, 22 Apr 2007) | 4 lines
Changed paths:
- M /trunk/gtk/menu.c
+ M /trunk/editcap.c
+ M /trunk/epan/ftypes/ftype-time.c
+ M /trunk/text2pcap.c
+
+Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it was
+already #defined to 1, so this would create a warning/error.
+
-change it to "Seconds Since Epoch (1970-01-01): 1234567890.123456"
------------------------------------------------------------------------
-r20080 | ulfl | 2006-12-09 02:09:48 -0800 (Sat, 09 Dec 2006) | 1 line
+r21509 | guy | 2007-04-22 13:29:31 -0700 (Sun, 22 Apr 2007) | 3 lines
Changed paths:
- M /trunk/gtk/capture_if_details_dlg.c
+ M /trunk/gtk/sctp_graph_dlg.c
+
+Don't play type-punning games - they cause compiler warnings (not that
+anybody appears to ever *set* sack_header->gaps).
-add WinPcap beta 2 and 3 to the details version check
------------------------------------------------------------------------
-r20081 | jake | 2006-12-09 08:37:54 -0800 (Sat, 09 Dec 2006) | 2 lines
+r21510 | guy | 2007-04-22 13:43:01 -0700 (Sun, 22 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/gtk/sctp_graph_dlg.c
+
+"struct sack_chunk_header" is presumably just a SACK chunk header
+followed by zero or more gap start/end pairs; fix up the previous fix to
+handle that correctly.
+
+------------------------------------------------------------------------
+r21511 | standel | 2007-04-22 14:55:39 -0700 (Sun, 22 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/text2pcap.c
+
+set #ifndef __USE_XOPEN instead of only #ifndef
+
+should fix rev21508
+
+------------------------------------------------------------------------
+r21512 | wmeier | 2007-04-22 15:23:19 -0700 (Sun, 22 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/gtk/graph_analysis.c
+
+Another fix to allow gtk1 to compile w/o warnings....
+
+------------------------------------------------------------------------
+r21513 | jmayer | 2007-04-22 16:01:49 -0700 (Sun, 22 Apr 2007) | 2 lines
Changed paths:
M /trunk/configure.in
-Remove mention of UCD SNMP completely.
+Fix regression: Automatically disable -Werror in case of extra gcc flags.
------------------------------------------------------------------------
-r20082 | sahlberg | 2006-12-09 13:29:06 -0800 (Sat, 09 Dec 2006) | 6 lines
+r21514 | guy | 2007-04-22 16:47:56 -0700 (Sun, 22 Apr 2007) | 11 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/wiretap/configure.in
-dissect the flags of FORMAT_UNIT
+Turn on almost all warnings for Wiretap - if any of them cause problems
+on some platforms due to unfixable problems (e.g., crappy vendor
+headers), we can move them back to the "extra" list.
-change some hf definitions where FT_BOOLEAN types had the wrong length specified
-(BASE_[HEX|DEC] instead of length of field in bits)
+Put those warnings in the order in which they appear in the GCC man page
+on my machine.
+If we turn on -pedantic, try turning on -Wno-long-long as well, so that
+it's not *so* pedantic that it rejects the 64-bit integral data types
+that we explicitly require.
------------------------------------------------------------------------
-r20083 | sahlberg | 2006-12-09 14:30:12 -0800 (Sat, 09 Dec 2006) | 3 lines
+r21515 | guy | 2007-04-22 16:52:38 -0700 (Sun, 22 Apr 2007) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/wiretap/configure.in
-Add dissection of the PREFETCH10 and PREFETCH16 SBC commands
+Propagate Joerg's fix to make --enable-extra-gcc-checks turn off
+--enable-warnings-as-errors (if any tests enabled by
+--enable-extra-gcc-checks are safe to treat as errors, they're safe to
+turn on by default).
+------------------------------------------------------------------------
+r21516 | guy | 2007-04-22 17:28:50 -0700 (Sun, 22 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/wiretap/configure.in
+
+Add a couple more warnings to the standard set.
------------------------------------------------------------------------
-r20084 | guy | 2006-12-09 14:34:13 -0800 (Sat, 09 Dec 2006) | 3 lines
+r21517 | wmeier | 2007-04-22 17:31:57 -0700 (Sun, 22 Apr 2007) | 3 lines
Changed paths:
- M /trunk/version_info.c
+ M /trunk/gtk/sctp_graph_dlg.c
-Fix the display of whether the program was built with Net-SNMP, now that
-we no longer support UCD SNMP and no longer define HAVE_SOME_SNMP.
+Restore the casts from svn 21080 (presumably) inadvertantly removed in svn 21495.
+so windows build doesn't get warnings.
------------------------------------------------------------------------
-r20085 | sahlberg | 2006-12-09 16:43:24 -0800 (Sat, 09 Dec 2006) | 3 lines
+r21518 | guy | 2007-04-22 17:32:04 -0700 (Sun, 22 Apr 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/epan/dissectors/packet-ber.c
+
+"call_ber_syntax_callback()" isn't used outside packet-ber.c, isn't
+declared in any header file, and isn't in epan/libwireshark.def; make it
+static, to squelch compiler warnings.
-fix up READ6 READ10 READ12 and READ16 to dissect the flags and the group in the cdb
+------------------------------------------------------------------------
+r21519 | guy | 2007-04-22 19:48:40 -0700 (Sun, 22 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/wiretap/Makefile.am
+Make warnings errors when possible.
------------------------------------------------------------------------
-r20086 | sahlberg | 2006-12-09 17:53:19 -0800 (Sat, 09 Dec 2006) | 3 lines
+r21520 | guy | 2007-04-22 20:09:23 -0700 (Sun, 22 Apr 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/wiretap/Makefile.am
-improve READCAPACITY10
+Grr. Flex. Can't make warnings errors yet - we'd have to keep that
+from being done on Flex-generated files, or fix the problems that pop up
+on some platforms.
+------------------------------------------------------------------------
+r21521 | etxrab | 2007-04-22 23:24:39 -0700 (Sun, 22 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/tcap/tcap.asn
+ M /trunk/epan/dissectors/packet-tcap.c
+Formating changes and align a bit to spec.
------------------------------------------------------------------------
-r20087 | sahlberg | 2006-12-09 18:32:57 -0800 (Sat, 09 Dec 2006) | 3 lines
+r21522 | etxrab | 2007-04-22 23:50:07 -0700 (Sun, 22 Apr 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/asn1/tcap/packet-tcap-template.c
+ M /trunk/asn1/tcap/tcap.cnf
-fix up READEFECTDATA 10 and 12
+and the missing files ...
+------------------------------------------------------------------------
+r21523 | sahlberg | 2007-04-23 02:44:13 -0700 (Mon, 23 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ctdb.c
+
+add request/response matching for ctdb
------------------------------------------------------------------------
-r20088 | sahlberg | 2006-12-09 18:45:06 -0800 (Sat, 09 Dec 2006) | 3 lines
+r21524 | morriss | 2007-04-23 03:45:00 -0700 (Mon, 23 Apr 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/asn1/tcap/packet-tcap-template.c
+ M /trunk/epan/dissectors/packet-tcap.c
+ M /trunk/epan/tcap-persistentdata.c
-add dissection of READLONG10
+Mark all the items for TCAP statistics as generated
+------------------------------------------------------------------------
+r21525 | guy | 2007-04-23 03:57:34 -0700 (Mon, 23 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-x11.c
+Just use -1 to go to the end of a tvbuff.
------------------------------------------------------------------------
-r20089 | sahlberg | 2006-12-09 18:59:09 -0800 (Sat, 09 Dec 2006) | 3 lines
+r21526 | guy | 2007-04-23 03:59:26 -0700 (Mon, 23 Apr 2007) | 12 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/asn1/snmp/packet-snmp-template.c
+ M /trunk/configure.in
+ M /trunk/epan/address.h
+ M /trunk/epan/dfilter/dfilter-macro.c
+ M /trunk/epan/dfilter/dfilter-macro.h
+ M /trunk/epan/dfilter/dfilter.c
+ M /trunk/epan/dfilter/dfilter.h
+ M /trunk/epan/dfilter/dfunctions.h
+ M /trunk/epan/dissectors/packet-3g-a11.c
+ M /trunk/epan/dissectors/packet-alcap.c
+ M /trunk/epan/dissectors/packet-bacapp.c
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-ber.h
+ M /trunk/epan/dissectors/packet-bittorrent.c
+ M /trunk/epan/dissectors/packet-bootp.c
+ M /trunk/epan/dissectors/packet-bssap.c
+ M /trunk/epan/dissectors/packet-bssgp.c
+ M /trunk/epan/dissectors/packet-cimd.c
+ M /trunk/epan/dissectors/packet-cups.c
+ M /trunk/epan/dissectors/packet-dcerpc-samr.c
+ M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
+ M /trunk/epan/dissectors/packet-dcerpc-svcctl.c
+ M /trunk/epan/dissectors/packet-dcm.c
+ M /trunk/epan/dissectors/packet-dcom.c
+ M /trunk/epan/dissectors/packet-dcom.h
+ M /trunk/epan/dissectors/packet-diameter.c
+ M /trunk/epan/dissectors/packet-dns.c
+ M /trunk/epan/dissectors/packet-dns.h
+ M /trunk/epan/dissectors/packet-enip.c
+ M /trunk/epan/dissectors/packet-fcswils.c
+ M /trunk/epan/dissectors/packet-fix.c
+ M /trunk/epan/dissectors/packet-icmpv6.c
+ M /trunk/epan/dissectors/packet-isup.c
+ M /trunk/epan/dissectors/packet-k12.c
+ M /trunk/epan/dissectors/packet-nbns.c
+ M /trunk/epan/dissectors/packet-sccp.c
+ M /trunk/epan/dissectors/packet-scsi-osd.c
+ M /trunk/epan/dissectors/packet-snmp.c
+ M /trunk/epan/dissectors/packet-ssl-utils.c
+ M /trunk/epan/dissectors/packet-user_encap.c
+ M /trunk/epan/emem.c
+ M /trunk/epan/emem.h
+ M /trunk/epan/funnel.h
+ M /trunk/epan/packet.c
+ M /trunk/epan/packet.h
+ M /trunk/epan/tvbuff.c
+ M /trunk/epan/tvbuff.h
+ M /trunk/epan/uat-int.h
+ M /trunk/epan/uat.c
+ M /trunk/epan/uat.h
+ M /trunk/epan/uat_load.l
+ M /trunk/epan/xmlstub.h
+ M /trunk/gtk/decode_as_dlg.c
+ M /trunk/gtk/funnel_stat.c
+ M /trunk/gtk/uat_gui.c
+ M /trunk/tshark.c
-add dissection of READ LONG 16
+Add some GCC warnings to the standard set, and add some others to the
+--enable-extra-gcc-checks set.
+If we turn on -pedantic, try turning on -Wno-long-long as well, so that
+it's not *so* pedantic that it rejects the 64-bit integral data types
+that we explicitly require.
+
+Constify a bunch of stuff, and make some other changes, to get rid of
+warnings.
+
+Clean up some indentation.
------------------------------------------------------------------------
-r20090 | sahlberg | 2006-12-09 19:47:11 -0800 (Sat, 09 Dec 2006) | 2 lines
+r21527 | sfisher | 2007-04-23 09:22:34 -0700 (Mon, 23 Apr 2007) | 18 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/epan/dissectors/packet-ssl.c
+
+
+From Paolo Abeni:
+
+(from -dev list)
+On Sun, 2007-04-22 at 23:06 +0200, Joerg Mayer wrote:
+> Can someone please have a look at uand fix the following warning:
+>
+> cc1: warnings being treated as errors
+> packet-ssl.c: In function 'ssl_parse':
+> packet-ssl.c:334: warning: ignoring return value of 'fread', declared
+> with attribute warn_unused_result
+
+The attached patch fix the issue. It also try to fix a bit the
+indentation.
+
+Me: Move size_t nbytes up to top of function and fix typo expeted->expected
-fixup REASSIGN BLOCKS
------------------------------------------------------------------------
-r20091 | sahlberg | 2006-12-09 19:56:25 -0800 (Sat, 09 Dec 2006) | 2 lines
+r21528 | guy | 2007-04-23 09:41:31 -0700 (Mon, 23 Apr 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/epan/crypt/airpdcap.c
-fixup START STOP UNIT
+Don't assume a pointer to UCHAR is necessarily aligned; that now
+generates a warning.
------------------------------------------------------------------------
-r20092 | guy | 2006-12-09 20:12:35 -0800 (Sat, 09 Dec 2006) | 7 lines
+r21529 | guy | 2007-04-23 09:49:24 -0700 (Mon, 23 Apr 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-udp.c
+ M /trunk/epan/dissectors/packet-ber.c
-Treat the UDP checksum the same way the TCP checksum is treated - mark
-the "checksum bad" and "checksum good" flags as generated fields, add
-an expert info item on a checksum error, and put a "checksum incorrect"
-indication in the Info column.
+decode_as_dt's argument points to a dissector table name, so it should be
+a const pointer.
-Clean up indentation.
+------------------------------------------------------------------------
+r21530 | guy | 2007-04-23 10:33:29 -0700 (Mon, 23 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/crypt/airpdcap_ccmp.c
+
+Don't assume byte pointers can be safely cast to more aligned pointers;
+the compiler now warns of that.
------------------------------------------------------------------------
-r20093 | sfisher | 2006-12-09 20:38:42 -0800 (Sat, 09 Dec 2006) | 6 lines
+r21531 | guy | 2007-04-23 10:37:36 -0700 (Mon, 23 Apr 2007) | 3 lines
Changed paths:
- M /trunk/asn1/s4406/s4406.cnf
+ M /trunk/epan/tvbuff.c
+The "needles" argument of guint8_pbrk() needs to be const, as that's
+what's passed to it.
-From Stig Bjorlykke:
+------------------------------------------------------------------------
+r21532 | guy | 2007-04-23 10:38:56 -0700 (Mon, 23 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/xmlstub.c
-This patch fixes a small typo in the s4406 dissector.
+Fix type cast to match target of assignment.
+
+------------------------------------------------------------------------
+r21533 | guy | 2007-04-23 10:40:33 -0700 (Mon, 23 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/packet.c
+Dissector table names should be pointed to by const pointers.
------------------------------------------------------------------------
-r20094 | sfisher | 2006-12-09 20:57:47 -0800 (Sat, 09 Dec 2006) | 4 lines
+r21534 | guy | 2007-04-23 11:11:12 -0700 (Mon, 23 Apr 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-s4406.c
+ M /trunk/epan/crypt/airpdcap_tkip.c
+Make Mk16_le() work on both big-endian and little-endian processors and
+on processors that don't support unaligned loads - just use pletohs().
-Result of "compiling" s4406.cnf (that changed with SVN revision 20093.)
+------------------------------------------------------------------------
+r21535 | guy | 2007-04-23 11:18:08 -0700 (Mon, 23 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/tvbuff.c
+More const cleanup.
------------------------------------------------------------------------
-r20095 | sahlberg | 2006-12-10 03:14:35 -0800 (Sun, 10 Dec 2006) | 3 lines
+r21536 | guy | 2007-04-23 11:30:29 -0700 (Mon, 23 Apr 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/epan/crypt/airpdcap_tkip.c
-add SYNC CACHE 10 and 16
+Get rid of no-longer-needed, and warning-generated, casts.
+------------------------------------------------------------------------
+r21537 | etxrab | 2007-04-23 13:20:46 -0700 (Mon, 23 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/gsmmap/GSMMAP.asn
+ M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+ M /trunk/asn1/gsmmap/packet-gsm_map-template.h
+ M /trunk/asn1/tcap/packet-tcap-template.c
+ M /trunk/asn1/tcap/tcap.asn
+ M /trunk/asn1/tcap/tcap.cnf
+ M /trunk/epan/dissectors/packet-tcap.c
+TCAP: Fix up indentation a bit.
+GSM MAP: Add returnResultNotLast from TCAP to the included ROS stuff.
------------------------------------------------------------------------
-r20096 | sahlberg | 2006-12-10 03:43:02 -0800 (Sun, 10 Dec 2006) | 2 lines
+r21538 | etxrab | 2007-04-23 13:21:31 -0700 (Mon, 23 Apr 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/epan/dissectors/packet-gsm_map.h
+
+TCAP: Fix up indentation a bit.
+GSM MAP: Add returnResultNotLast from TCAP to the included ROS stuff.
+------------------------------------------------------------------------
+r21539 | etxrab | 2007-04-23 13:30:31 -0700 (Mon, 23 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/gsmmap/packet-gsm_map-template.h
+ M /trunk/epan/dissectors/packet-gsm_map.h
+
+Remove a relic from experimental code.
+------------------------------------------------------------------------
+r21540 | guy | 2007-04-23 13:47:07 -0700 (Mon, 23 Apr 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/crypt/crypt-md5.c
-fix the broken VERIFY 10, 12, 16
+The "in" array in an MD5 context is expected to be aligned on a 4-byte
+boundary; make it an array of 16 guint32's rather than 64 guint8's, to
+ensure that, and add now-necessary casts and remove now-unnecessary
+casts.
------------------------------------------------------------------------
-r20097 | sahlberg | 2006-12-10 04:01:36 -0800 (Sun, 10 Dec 2006) | 3 lines
+r21541 | guy | 2007-04-23 14:12:04 -0700 (Mon, 23 Apr 2007) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-mmc.c
- M /trunk/epan/dissectors/packet-scsi-sbc.c
- M /trunk/epan/dissectors/packet-scsi-sbc.h
+ M /trunk/epan/crypt/crypt-md5.h
-fixup WRITE 6,10,12,16
+The "in" array in an MD5 context is expected to be aligned on a 4-byte
+boundary; make it an array of 16 guint32's rather than 64 guint8's, to
+ensure that, and add now-necessary casts and remove now-unnecessary
+casts.
+(Missed on the previous checkin.)
------------------------------------------------------------------------
-r20098 | sahlberg | 2006-12-10 05:04:37 -0800 (Sun, 10 Dec 2006) | 2 lines
+r21542 | guy | 2007-04-23 14:23:30 -0700 (Mon, 23 Apr 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/epan/crypt/crypt-md5.c
-fix the WRVERIFY commands
+byteReverse assumes its argument is aligned on a 32-bit boundary; make
+it a pointer to a guint32. Also, use pletohl() to fetch a 32-bit
+little-endian quantity.
------------------------------------------------------------------------
-r20099 | sahlberg | 2006-12-10 05:38:42 -0800 (Sun, 10 Dec 2006) | 9 lines
+r21543 | etxrab | 2007-04-23 14:26:27 -0700 (Mon, 23 Apr 2007) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/asn1/gsmmap/GSMMAP.asn
+ M /trunk/asn1/gsmmap/gsmmap.cnf
+ M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+ M /trunk/asn1/tcap/tcap.cnf
+ M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/epan/dissectors/packet-tcap.c
-add dissection of
-writelong10
-writesame10/16
-xdread10
-xdwrite10
-xdwriteread10
-xpwrite10
+From Florent DROUIN:
+I have made some changes to the final patch to have the operation code decoded
+as ForwardSM. A change for TCAP is included too, to be sure that the
+application context is not overwritten by the User Info OID (this was the case,
+when a MAP open dialog was included in the request).
+Fix bug:
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1498
+------------------------------------------------------------------------
+r21544 | guy | 2007-04-23 15:34:31 -0700 (Mon, 23 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/crypt/crypt-md5.c
+Need to include <epan/pint.h> to get pletohl() defined.
------------------------------------------------------------------------
-r20100 | sahlberg | 2006-12-10 05:52:30 -0800 (Sun, 10 Dec 2006) | 3 lines
+r21545 | wmeier | 2007-04-23 19:17:35 -0700 (Mon, 23 Apr 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-mmc.c
- M /trunk/epan/dissectors/packet-scsi-sbc.c
- M /trunk/epan/dissectors/packet-scsi-sbc.h
- M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/test/suite-unittests.sh
-change all sbc2 references into sbc
+Use correct install target: 'make ..._install (and not 'make 'install_...')
+
+------------------------------------------------------------------------
+r21546 | wmeier | 2007-04-23 20:43:08 -0700 (Mon, 23 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/Makefile.nmake
+ M /trunk/test/suite-unittests.sh
+Addt'l fixes so suite-unittests will run under windows
------------------------------------------------------------------------
-r20101 | jmayer | 2006-12-10 10:55:24 -0800 (Sun, 10 Dec 2006) | 3 lines
+r21547 | sahlberg | 2007-04-23 22:09:00 -0700 (Mon, 23 Apr 2007) | 5 lines
Changed paths:
- A /trunk/tools/pidl/tests/ndr_fullptr.pl
+ M /trunk/epan/dissectors/packet-smb.c
+
+Add tracking of uid->domain/account mappings for SMB by tapping the ntlmssp tap for the information from the authentication messages
-Forgot to add this file during one of the last commits.
+Improve the tid tracking by putting the host/share information on the tid expansion line so one can see it without opening the expansion
------------------------------------------------------------------------
-r20102 | jake | 2006-12-10 14:19:11 -0800 (Sun, 10 Dec 2006) | 2 lines
+r21548 | sahlberg | 2007-04-23 22:09:53 -0700 (Mon, 23 Apr 2007) | 3 lines
Changed paths:
- M /trunk/plugins/h223/Makefile.nmake
+ M /trunk/epan/dissectors/packet-smb.h
+
+add a missing change from the previous commit
-Lost the quotes in the Python line.
------------------------------------------------------------------------
-r20103 | etxrab | 2006-12-10 14:58:55 -0800 (Sun, 10 Dec 2006) | 3 lines
+r21549 | sahlberg | 2007-04-23 22:46:13 -0700 (Mon, 23 Apr 2007) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ipmi.c
+ M /trunk/gtk/simple_dialog.c
+
+if we compile for gtk1 'text' is no longer referenced in the simple_dialog_check_set() function and a warning arises
+
+mark the text argument as _U_ to suppress the warning
+
-Applied the patch http://www.wireshark.org/lists/wireshark-dev/200606/msg01818.html
-from Jason Allred.
-Added some more V2 dissection but far from complete.
------------------------------------------------------------------------
-r20104 | etxrab | 2006-12-10 15:00:44 -0800 (Sun, 10 Dec 2006) | 1 line
+r21550 | sahlberg | 2007-04-23 22:52:01 -0700 (Mon, 23 Apr 2007) | 3 lines
Changed paths:
- M /trunk/diameter/dictionary.xml
+ M /trunk/gtk/toolbar.c
+
+oncly include capture_details_24.xpm IFF we have pcap and if we have gtk>=2 to supress a warning if compiling for gtk 1
+
-Add SIP error codes.
------------------------------------------------------------------------
-r20105 | guy | 2006-12-10 17:55:50 -0800 (Sun, 10 Dec 2006) | 10 lines
+r21551 | jake | 2007-04-23 23:16:58 -0700 (Mon, 23 Apr 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-ipmi.c
+ M /trunk/gtk/toolbar.c
-Add #defines for the authentication types, and use them.
+Damn qqq-bird. ;)
+------------------------------------------------------------------------
+r21552 | guy | 2007-04-23 23:43:01 -0700 (Mon, 23 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dfilter/dfilter-macro.c
-Squelch some compiler warnings.
+Try to squelch an alignment warning (we put "int"s into the array, so we
+know the pointer's aligned appropriately for an array of "int"s).
-Get rid of a C++/C99 comment.
+------------------------------------------------------------------------
+r21553 | sahlberg | 2007-04-23 23:49:38 -0700 (Mon, 23 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/gtk/compat_macros.h
-Fix some typoes.
+add an explicit cast of the callback function in the gtk1 SIGNAL_DISCONNECT_BY_FUNC()
-Clean up indentation.
------------------------------------------------------------------------
-r20106 | guy | 2006-12-10 18:58:38 -0800 (Sun, 10 Dec 2006) | 2 lines
+r21554 | guy | 2007-04-24 04:54:18 -0700 (Tue, 24 Apr 2007) | 5 lines
Changed paths:
- M /trunk/epan/tap.c
+ M /trunk/epan/tvbuff.c
+ M /trunk/epan/tvbuff.h
+
+"memcpy()" takes void *'s as arguments and returns a void *; have
+tvb_memcpy() be similar, to avoid unnecessarily alignment warnings.
-Do bounds checking on tap_packet_array.
+Do the same with "ep_tvb_memdup()".
------------------------------------------------------------------------
-r20107 | guy | 2006-12-10 19:32:01 -0800 (Sun, 10 Dec 2006) | 5 lines
+r21555 | guy | 2007-04-24 10:12:29 -0700 (Tue, 24 Apr 2007) | 2 lines
Changed paths:
- M /trunk/gtk/expert_comp_table.c
+ M /trunk/epan/tvbuff.c
-We only need to add the tree view to its containing scrolled window
-once. (Subsequent attempts produce a warning and do nothing.)
+Fix definition of tvb_memcpy() to match declaration.
-Clean up indentation.
+------------------------------------------------------------------------
+r21556 | etxrab | 2007-04-24 12:24:14 -0700 (Tue, 24 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/proto.c
+ M /trunk/epan/proto.h
+Add a new proto function proto_tree_add_bits() which adds bits to the tree
+starting at the bit offset given for the number of bits indicated which wll also return
+the value of the bits.
+Experimental and for review, documentation to be updated.
------------------------------------------------------------------------
-r20108 | kukosa | 2006-12-11 00:47:38 -0800 (Mon, 11 Dec 2006) | 1 line
+r21557 | lego | 2007-04-24 12:28:12 -0700 (Tue, 24 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/asn1/h248/h248v3.asn
+ M /trunk/epan/dissectors/packet-h248.c
+
+extraInfo was not propperly tagged causing ber decoding errors.
+Fixes Bug 1554
+
+
+------------------------------------------------------------------------
+r21558 | jmayer | 2007-04-24 14:26:40 -0700 (Tue, 24 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-iuup.c
+
+proto_tree_add_bits -> iuup_proto_tree_add_bits as discussed
+on wireshark-dev to make it compile again
+
+------------------------------------------------------------------------
+r21559 | kukosa | 2007-04-24 23:33:24 -0700 (Tue, 24 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/tools/asn2wrs.py
+
+fix bug in handling of tagged type reference
+------------------------------------------------------------------------
+r21560 | kukosa | 2007-04-25 03:16:33 -0700 (Wed, 25 Apr 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-ssl-utils.c
M /trunk/epan/dissectors/packet-ssl.c
-SSL keys configuration can be read from file
+fread() return value can not match file size on Windows due CR/LF conversion - do not check it
------------------------------------------------------------------------
-r20109 | sahlberg | 2006-12-11 01:04:58 -0800 (Mon, 11 Dec 2006) | 3 lines
+r21561 | kukosa | 2007-04-25 04:14:14 -0700 (Wed, 25 Apr 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/tools/asn2wrs.py
+
+new parameter EXTERN for #.EXPORTS directive
+------------------------------------------------------------------------
+r21562 | gerald | 2007-04-25 10:39:38 -0700 (Wed, 25 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
-add a comment about the (few) opcodes that are still missing
+From Stig Bj?\195?\184rlykke:
+Fix break placement for control frames in dissect_ieee80211_common()
------------------------------------------------------------------------
-r20110 | sahlberg | 2006-12-11 01:07:10 -0800 (Mon, 11 Dec 2006) | 5 lines
+r21563 | guy | 2007-04-25 12:28:56 -0700 (Wed, 25 Apr 2007) | 11 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/epan/address.h
+
+Some types of addresses are data structures; make the address data
+pointer in an address structure a "void *", to indicate that it can
+point to some arbitrary type of object, rather than a "guint8 *", which
+indicates that it points to an array of bytes.
-add comment that the dissector is based on SBC2
+For any address type where the address is a structure, this removes some
+alignment warnings; the author of the code to handle a particular
+address type has the responsibility of making sure you don't set up the
+address structure with misaligned data. (Yes, it matters, at least on
+SPARC.)
+
+------------------------------------------------------------------------
+r21564 | gerald | 2007-04-25 12:38:47 -0700 (Wed, 25 Apr 2007) | 9 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
-this dissector should be in fairly good shape now
+From Dustin Johnson:
+ - A-MSDU updates
+ - Secondary Channel Offset tag updates
+ - A-MPDU parameter updates
+ - Lots of string fixes updates
+
+Fixup whitespace.
------------------------------------------------------------------------
-r20111 | guy | 2006-12-11 01:55:22 -0800 (Mon, 11 Dec 2006) | 3 lines
+r21565 | guy | 2007-04-25 13:14:41 -0700 (Wed, 25 Apr 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-udp.c
+ M /trunk/epan/dissectors/packet-bpdu.c
-For length errors, add an error item for the expert info, and put a tag
-in the summary line.
+The "data" field of an address structure is a "void *"; when looking at
+a MAC address, convert it to a "guint8 *".
------------------------------------------------------------------------
-r20112 | sahlberg | 2006-12-11 02:15:42 -0800 (Mon, 11 Dec 2006) | 3 lines
+r21566 | guy | 2007-04-25 14:37:15 -0700 (Wed, 25 Apr 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-scsi-ssc.c
- M /trunk/epan/dissectors/packet-scsi-ssc.h
+ M /trunk/epan/dissectors/packet-ipsec.c
+
+The data field of an address structure is now a void *; convert it as
+appropriate.
+
+------------------------------------------------------------------------
+r21567 | guy | 2007-04-25 15:04:46 -0700 (Wed, 25 Apr 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-cpfi.c
-fixup ERASE16 FORMAT_MEDIUM and LOAD_UNLOAD commands
+The data field of an address structure is now a void *; convert it as
+appropriate.
+Also, throw in a check for the types of the addresses.
------------------------------------------------------------------------
-r20113 | martinm | 2006-12-11 02:43:43 -0800 (Mon, 11 Dec 2006) | 1 line
+r21568 | guy | 2007-04-25 15:33:47 -0700 (Wed, 25 Apr 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ssl.c
+ M /trunk/epan/dissectors/packet-dtls.c
+
+Use "address_to_str()" to format an address, rather than assuming it's
+an IPv4 address.
+
+------------------------------------------------------------------------
+r21569 | guy | 2007-04-25 16:09:58 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-cpfi.c
+
+Fail if the addresses being checked aren't Ethernet addresses.
-Try to fix build (on Linux at least...) by including <errno.h>
------------------------------------------------------------------------
-r20114 | martinm | 2006-12-11 05:33:46 -0800 (Mon, 11 Dec 2006) | 2 lines
+r21570 | guy | 2007-04-25 16:11:22 -0700 (Wed, 25 Apr 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-fcels.c
+
+Check that the addresses are FC addresses before looking at them.
+
+If the address is an FC address, convert the data pointer to a guint8 *,
+as it's a void *.
+
+------------------------------------------------------------------------
+r21571 | guy | 2007-04-25 16:31:22 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-fcels.c
+
+Fix the previous fix.
+
+------------------------------------------------------------------------
+r21572 | guy | 2007-04-25 16:54:54 -0700 (Wed, 25 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-tr.c
+
+The data field of an address structure is a void *, so we can't look at
+what it points to. Stop doing that in the code to check for source
+routing.
+
+------------------------------------------------------------------------
+r21573 | guy | 2007-04-25 16:56:46 -0700 (Wed, 25 Apr 2007) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-ssl.c
-Remove \n from long preference description
+Use "address_to_str()" to format an address, rather than assuming it's
+an IPv4 address.
------------------------------------------------------------------------
-r20115 | gerald | 2006-12-11 10:24:27 -0800 (Mon, 11 Dec 2006) | 5 lines
+r21574 | guy | 2007-04-25 16:58:43 -0700 (Wed, 25 Apr 2007) | 4 lines
Changed paths:
- M /trunk/test/config.sh
- M /trunk/test/suite-capture.sh
+ M /trunk/epan/dissectors/packet-nt-sonmp.c
-The capture test suite currently fails on quiet networks. Try to fix
-this by generating some ICMP packets before each test. Add an "icmp"
-capture filter to each test to better control the test conditions.
-Fixup whitespace.
+The data pointer in an address structure is a void *; if the address is
+a MAC address, convert it to a guint8 * in order to look at the bytes of
+the address.
------------------------------------------------------------------------
-r20116 | ulfl | 2006-12-11 11:43:19 -0800 (Mon, 11 Dec 2006) | 1 line
+r21575 | guy | 2007-04-25 17:01:29 -0700 (Wed, 25 Apr 2007) | 5 lines
Changed paths:
- M /trunk/gtk/capture_dlg.c
- M /trunk/gtk/capture_if_dlg.c
+ M /trunk/epan/dissectors/packet-igrp.c
+
+Check to make sure the address really *is* an IPv4 address.
+
+If it is, convert the "void *" data pointer to a "guint8 *", so we can
+look at the first byte.
-remove some warnings
------------------------------------------------------------------------
-r20117 | sfisher | 2006-12-11 12:09:04 -0800 (Mon, 11 Dec 2006) | 6 lines
+r21576 | guy | 2007-04-25 17:03:41 -0700 (Wed, 25 Apr 2007) | 3 lines
Changed paths:
- M /trunk/epan/column.c
- M /trunk/epan/column.h
- M /trunk/gtk/packet_list.c
+ M /trunk/epan/dissectors/packet-iax2.c
+The data pointer of an address structure is a void *; convert it to a
+guint8 * in order to look at the raw bytes of the address.
-Add a new function to build column widths based not only on the max
-width that is hard-coded in get_column_longest_string(), but also on the
-width of the user specified title of the column (in case it is wider.)
+------------------------------------------------------------------------
+r21577 | guy | 2007-04-25 17:51:33 -0700 (Wed, 25 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/address.h
+ M /trunk/epan/conversation.c
+ M /trunk/epan/dissectors/packet-iax2.c
+Add a macro for hashing the bytes of an address into a hash value.
+
+Use it in the IAX2 dissector and in the conversation code.
------------------------------------------------------------------------
-r20118 | sfisher | 2006-12-11 12:24:51 -0800 (Mon, 11 Dec 2006) | 6 lines
+r21578 | guy | 2007-04-25 18:01:27 -0700 (Wed, 25 Apr 2007) | 5 lines
Changed paths:
- M /trunk/AUTHORS
- M /trunk/epan/column-utils.c
- M /trunk/epan/column.c
- M /trunk/epan/column_info.h
- M /trunk/epan/dissectors/packet-ip.c
- M /trunk/epan/dissectors/packet-vlan.c
+ M /trunk/epan/address.h
+ M /trunk/epan/conversation.c
+ M /trunk/epan/dissectors/packet-iax2.c
+
+Rename HASH_ADDRESS to ADD_ADDRESS_TO_HASH, to make it clearer what it
+does (i.e., it will add the address bytes to the value that's already
+there - it will not initialize the value, so you have to clear it before
+doing any hashing).
+------------------------------------------------------------------------
+r21579 | guy | 2007-04-25 18:11:24 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/address.h
-From Thomas Sillaber:
+Add missing backslash.
-Create two new columns: IP DSCP and L2 COS (802.1p)
+------------------------------------------------------------------------
+r21580 | guy | 2007-04-25 18:35:26 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-iax2.c
+Get rid of no-longer-needed variable.
------------------------------------------------------------------------
-r20119 | jake | 2006-12-11 13:28:07 -0800 (Mon, 11 Dec 2006) | 2 lines
+r21581 | guy | 2007-04-25 19:35:36 -0700 (Wed, 25 Apr 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-acn.c
+ M /trunk/epan/address.h
-Removed executable property.
+Use the right local variable.
------------------------------------------------------------------------
-r20120 | jake | 2006-12-11 13:46:39 -0800 (Mon, 11 Dec 2006) | 2 lines
+r21582 | guy | 2007-04-25 19:36:24 -0700 (Wed, 25 Apr 2007) | 2 lines
Changed paths:
- M /trunk/plugins/h223/Makefile.am
+ M /trunk/epan/dissectors/packet-iax2.c
-Add files to EXTRA_DIST target.
+Get rid of unused variable.
------------------------------------------------------------------------
-r20121 | gerald | 2006-12-11 16:16:22 -0800 (Mon, 11 Dec 2006) | 2 lines
+r21583 | guy | 2007-04-25 20:08:23 -0700 (Wed, 25 Apr 2007) | 3 lines
Changed paths:
- M /trunk/AUTHORS
+ M /trunk/epan/sna-utils.c
-Update Neil Kettle's address.
+For 1-byte and 2-byte FIDs, convert the void * data pointer in the
+address to a guint8 *, to get at the bytes.
------------------------------------------------------------------------
-r20122 | wmeier | 2006-12-11 18:24:51 -0800 (Mon, 11 Dec 2006) | 2 lines
+r21584 | guy | 2007-04-25 20:32:38 -0700 (Wed, 25 Apr 2007) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/packet-acn.h
- M /trunk/epan/unicode-utils.c
- M /trunk/epan/unicode-utils.h
- M /trunk/gtk/airpcap_gui_utils.c
- M /trunk/gtk/airpcap_gui_utils.h
+ M /trunk/epan/to_str.c
+
+For address types where the address is a bunch of bytes, convert the
+address data pointer from a void * to a guint8 *.
+
+For AT_STRINGZ, convert it to a char *.
+
+Fix indentation.
+
+------------------------------------------------------------------------
+r21585 | guy | 2007-04-25 20:38:40 -0700 (Wed, 25 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/gtk/rtp_stream.c
+
+Copy up to 4 bytes from the source address, rather than just copying the
+first byte; if the goal is to have the address not be fake for IPv4,
+that's the way to do it.
+
+------------------------------------------------------------------------
+r21586 | guy | 2007-04-25 20:41:44 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/gtk/sctp_stat.c
+
+Umm, that's *not* how you compare addresses for equality....
+
+------------------------------------------------------------------------
+r21587 | guy | 2007-04-25 20:43:34 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/gtk/sctp_stat.c
+
+See previous comment.
+
+------------------------------------------------------------------------
+r21588 | guy | 2007-04-25 21:30:41 -0700 (Wed, 25 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/address.h
+ M /trunk/epan/conversation.c
+ M /trunk/epan/dissectors/packet-iax2.c
+
+Make ADD_ADDRESS_TO_HASH() take a pointer to an address as an argument,
+as the other address macros do.
+
+------------------------------------------------------------------------
+r21589 | guy | 2007-04-25 22:35:04 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-iax2.c
+
+memmove() is needed only if the source and destination might overlap.
+
+------------------------------------------------------------------------
+r21590 | guy | 2007-04-25 22:40:48 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-netflow.c
+
+memmove() is needed only if the source and destination might overlap.
+
+------------------------------------------------------------------------
+r21591 | guy | 2007-04-25 22:43:43 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-q931.c
+
+memmove() is needed only if the source and destination might overlap.
+
+------------------------------------------------------------------------
+r21592 | guy | 2007-04-25 22:47:34 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/gtk/voip_calls.c
+
+memmove() is needed only if the source and destination might overlap.
+
+------------------------------------------------------------------------
+r21593 | jake | 2007-04-25 23:00:48 -0700 (Wed, 25 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
+
+Fix for bug 1505. Adding getprinterdriver levels 2, 6, and (partially) 101.
+------------------------------------------------------------------------
+r21594 | etxrab | 2007-04-25 23:39:29 -0700 (Wed, 25 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ansi_801.c
+ M /trunk/epan/proto.c
+ M /trunk/epan/proto.h
+
+Change the signature of proto_tree_add_bits() and add proto_tree_add_bits_ret_val()
+which will hopefully be more acceptable.
+Change name of tvb_get_bits() in ansi_801
+------------------------------------------------------------------------
+r21595 | guy | 2007-04-26 00:57:44 -0700 (Thu, 26 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-mtp3.c
+ M /trunk/epan/dissectors/packet-mtp3.h
+ M /trunk/epan/dissectors/packet-sccp.c
+ M /trunk/epan/gcp.c
+ M /trunk/epan/tcap-persistentdata.c
+ M /trunk/epan/to_str.c
+ M /trunk/gtk/mtp3_stat.c
+
+mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointer
+to a mtp3_addr_pc_t; declare them as such, and pass the argument as
+such.
+
+------------------------------------------------------------------------
+r21596 | jmayer | 2007-04-26 08:39:41 -0700 (Thu, 26 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-cdp.c
-Remove svn:executable property from a few more .[hc] files
+Tiny formatting change
+------------------------------------------------------------------------
+r21597 | guy | 2007-04-26 12:44:18 -0700 (Thu, 26 Apr 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb.c
+ M /trunk/epan/dissectors/packet-smb.h
+
+As with other types of extra info, tag the UID extra info. Don't add
+stuff to the UID tree unless it's UID stuff.
+
+Also, as we appear to allow for null domain and account information in
+dissect_smb_uid(), check for null information before trying to add it to
+the top-level item.
------------------------------------------------------------------------
-r20123 | etxrab | 2006-12-11 23:05:01 -0800 (Mon, 11 Dec 2006) | 1 line
+r21598 | guy | 2007-04-26 13:06:06 -0700 (Thu, 26 Apr 2007) | 2 lines
Changed paths:
+ M /trunk/wiretap/netxray.c
+
+From Jeff Foster: add support for Cisco HDLC captures.
+
+------------------------------------------------------------------------
+r21599 | jake | 2007-04-26 23:34:31 -0700 (Thu, 26 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/packet-ethertype.c
+ A /trunk/epan/dissectors/packet-nsrp.c
+ M /trunk/epan/etypes.h
+
+From Bingyao Du:
+Attachment is a patch for adding a new Juniper NSRP dissector. In this patch, OICQ author email address
+<dubingyao@gmail.com> has also been updated to <secfire@gmail.com>.
+
+------------------------------------------------------------------------
+r21600 | kukosa | 2007-04-27 00:35:01 -0700 (Fri, 27 Apr 2007) | 5 lines
+Changed paths:
+ M /trunk/tools/asn2wrs.py
+
+- new #.Exports parameter VALS_WITH_TABLE which "exports" whole table into header file
+ /it is only one way how to use it in Windows plugins/
+- better handling of imports and definitions if more ASN.1 sources are compiled together
+- fix tag handling on top level of PDU
+- new -I command line option for path(s) of conformance files including
+------------------------------------------------------------------------
+r21601 | kukosa | 2007-04-27 00:37:30 -0700 (Fri, 27 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/h235/Makefile.nmake
+ M /trunk/asn1/h235/h235.cnf
+
+minor formal changes
+------------------------------------------------------------------------
+r21602 | kukosa | 2007-04-27 01:10:18 -0700 (Fri, 27 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/Makefile.nmake
+ A /trunk/asn1/q932
+ A /trunk/asn1/q932/Addressing-Data-Elements.asn
+ A /trunk/asn1/q932/Interpretation-component.asn
+ A /trunk/asn1/q932/Makefile
+ A /trunk/asn1/q932/Makefile.nmake
+ A /trunk/asn1/q932/Network-Facility-Extension.asn
+ A /trunk/asn1/q932/Network-Protocol-Profile-component.asn
+ A /trunk/asn1/q932/packet-q932-ros-template.c
+ A /trunk/asn1/q932/packet-q932-ros-template.h
+ A /trunk/asn1/q932/packet-q932-template.c
+ A /trunk/asn1/q932/packet-q932-template.h
+ A /trunk/asn1/q932/q932-exp.cnf
+ A /trunk/asn1/q932/q932-ros.asn
+ A /trunk/asn1/q932/q932-ros.cnf
+ A /trunk/asn1/q932/q932.cnf
+ A /trunk/asn1/qsig
+ A /trunk/asn1/qsig/Makefile
+ A /trunk/asn1/qsig/Makefile.nmake
+ A /trunk/asn1/qsig/packet-qsig-template.c
+ A /trunk/asn1/qsig/packet-qsig-template.h
+ A /trunk/asn1/qsig/qsig-cf.asn
+ A /trunk/asn1/qsig/qsig-exp.cnf
+ A /trunk/asn1/qsig/qsig-gf-ade.asn
+ A /trunk/asn1/qsig/qsig-gf-ext.asn
+ A /trunk/asn1/qsig/qsig-gf-gp.asn
+ A /trunk/asn1/qsig/qsig-na.asn
+ A /trunk/asn1/qsig/qsig.cnf
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-q932-ros.c
+ A /trunk/epan/dissectors/packet-q932-ros.h
+ A /trunk/epan/dissectors/packet-q932.c
+ A /trunk/epan/dissectors/packet-q932.h
+ A /trunk/epan/dissectors/packet-qsig.c
+ A /trunk/epan/dissectors/packet-qsig.h
M /trunk/epan/libwireshark.def
-Add get_column_width_string to make win32 build work.
+new Q.932 and QSIG dissectors
------------------------------------------------------------------------
-r20124 | etxrab | 2006-12-11 23:06:40 -0800 (Mon, 11 Dec 2006) | 1 line
+r21603 | jake | 2007-04-27 11:16:05 -0700 (Fri, 27 Apr 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-ipmi.c
+ M /trunk/epan/dissectors/packet-oicq.c
-Dissect Get Channel Authentication Capabilities Command.
+Change of authors email address
------------------------------------------------------------------------
-r20125 | sahlberg | 2006-12-12 00:28:37 -0800 (Tue, 12 Dec 2006) | 7 lines
+r21604 | etxrab | 2007-04-27 16:03:37 -0700 (Fri, 27 Apr 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-kerberos.c
+ M /trunk/asn1/Makefile.am
+
+Add Q.932 to extra dist.
+------------------------------------------------------------------------
+r21605 | kukosa | 2007-04-28 00:55:41 -0700 (Sat, 28 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/Makefile.am
+
+Fix Q.932 extra dist and add QSIG to extra dist.
-kerberos error with ERR_ETYPE_NOSUPP which is issued when the kdc does not support the specified enctype in AS REQ contains in the e-type field for optional additional data a PA_DATA sequence of sequence just as PREAUTH_REQ/FAILED does.
+------------------------------------------------------------------------
+r21606 | sahlberg | 2007-04-28 00:57:12 -0700 (Sat, 28 Apr 2007) | 16 lines
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-starteam.c
-(it would make much more sense if the KDC here would list the enctypes that are supported)
+from metatech at flashmail.com :
+ new protocol STARTEAM
+>Hi,
+>
+>Here is a submission of a new dissector for the Borland StarTeam protocol.
+>For the compiler warnings, I tried to get rid of them, at least what MSVC6
+>is reporting. If your compiler reports more, please tell me the line number.
+>As I do not have SVN installed but I compiled from the 0.99.5 tarball,
+>please forgive me if I cannot easily generate diffs against current SVN (I
+>tried my best with Cygwin).
+>I also added the sample capture file on the Wiki on which I ran 900 loops
+>of fuzz testing with no problem.
------------------------------------------------------------------------
-r20126 | gerald | 2006-12-12 14:24:18 -0800 (Tue, 12 Dec 2006) | 14 lines
+r21607 | etxrab | 2007-04-28 05:13:25 -0700 (Sat, 28 Apr 2007) | 6 lines
Changed paths:
- M /trunk/docbook/release-notes.xml
- M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/epan/proto.c
+ M /trunk/epan/proto.h
+ M /trunk/epan/tvbuff.c
+ M /trunk/epan/tvbuff.h
-Processing packet data via tvb_get_ptr() is like palpating a cow -- it's
-messy and you shouldn't do it unless you REALLY have to. Change several
-routines to use standard tvb_get_* accessors instead of operating on raw
-packet data. This fixes an integer overflow in dissect_vendor_ie_rsn()
-found by Neil Kettle.
+Add:
+ proto_tree_add_bits_ret_val()
+tvb_get_bits()
+And modify
+proto_tree_add_bits() not to return a value.
+little endian is not yet implemented.
+------------------------------------------------------------------------
+r21608 | etxrab | 2007-04-28 07:38:53 -0700 (Sat, 28 Apr 2007) | 4 lines
+Changed paths:
+ M /trunk/asn1/mms/mms.asn
+ M /trunk/asn1/mms/packet-mms-template.c
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-ber.h
+ M /trunk/epan/dissectors/packet-h263.c
+ M /trunk/epan/dissectors/packet-mms.c
-Use value_strings instead of duplicating their functionality with our
-own routines. Print the WME surplus bandwidth allowance factor. Fix
-some compiler warnings.
+From Gavin Heer:
+ Here's a patch that decodes MMS(Manufacturing Messaging
+Specification) when transported over COTP/TPKT/TCP. Previously, MMS would only be decoded if the OSI Presentation Layers were present. Now MMS/COTP/TPKT/TCP is dissected.
+With a change to use more functions from packet-ber
+------------------------------------------------------------------------
+r21609 | etxrab | 2007-04-28 07:47:43 -0700 (Sat, 28 Apr 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-ber.h
+ M /trunk/epan/dissectors/packet-h263.c
-Update the release notes.
+Revert some private experiments checked in by misstake.
+------------------------------------------------------------------------
+r21610 | guy | 2007-04-28 14:06:15 -0700 (Sat, 28 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/tvbuff.c
+ M /trunk/epan/tvbuff.h
-Some of the changes are untested due to a lack of capture data.
+Make tvb_memdup(), like ep_tvb_memdup(), return a "void *".
------------------------------------------------------------------------
-r20127 | ulfl | 2006-12-12 15:49:28 -0800 (Tue, 12 Dec 2006) | 1 line
+r21611 | guy | 2007-04-28 14:09:20 -0700 (Sat, 28 Apr 2007) | 3 lines
Changed paths:
- M /trunk/gtk/tcp_graph.c
+ M /trunk/epan/dissectors/packet-nfs.c
+ M /trunk/epan/emem.c
+ M /trunk/epan/emem.h
+
+In calls to the emem_tree routines, forcibly align items not known to be
+aligned on 32-bit boundaries.
-gtkglobals.h not needed
------------------------------------------------------------------------
-r20128 | ulfl | 2006-12-12 15:50:59 -0800 (Tue, 12 Dec 2006) | 1 line
+r21612 | guy | 2007-04-28 14:58:42 -0700 (Sat, 28 Apr 2007) | 2 lines
Changed paths:
- M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+ M /trunk/epan/emem.c
+
+In emem_tree_lookup_string(), return NULL if the allocation fails.
-add MaintenanceItem block dissection, fix issues with heuristic of RT classes
------------------------------------------------------------------------
-r20129 | sahlberg | 2006-12-12 18:44:00 -0800 (Tue, 12 Dec 2006) | 10 lines
+r21613 | guy | 2007-04-28 15:01:27 -0700 (Sat, 28 Apr 2007) | 3 lines
Changed paths:
- M /trunk/asn1/spnego/spnego.cnf
- M /trunk/epan/dissectors/packet-spnego.c
- M /trunk/epan/dissectors/packet-spnego.h
+ M /trunk/epan/tvbuff.c
-if there is a list of mechTypes in the negTokenInit then store the first one
-and associate it with the conversation properly.
+NULL is a pointer value; routines returning integral values shouldn't
+return NULL.
-do the same for supportedMech in the negTokenTarg
+------------------------------------------------------------------------
+r21614 | guy | 2007-04-28 15:16:27 -0700 (Sat, 28 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/q932/Makefile
+Fix the dependencies.
+
+------------------------------------------------------------------------
+r21615 | guy | 2007-04-28 15:17:05 -0700 (Sat, 28 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/Makefile.am
-This will allow wireshark to decode the blob in negTokenTarg even when no supportedMech is provided.
+Libwireshark is now a shared library.
+------------------------------------------------------------------------
+r21616 | guy | 2007-04-28 15:22:35 -0700 (Sat, 28 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/q932/packet-q932-template.c
+ M /trunk/epan/dissectors/packet-q932.c
+Include <string.h> before using C string functions.
------------------------------------------------------------------------
-r20130 | etxrab | 2006-12-12 22:58:45 -0800 (Tue, 12 Dec 2006) | 1 line
+r21617 | guy | 2007-04-28 15:31:04 -0700 (Sat, 28 Apr 2007) | 3 lines
Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/epan/dissectors/packet-radius.c
+
+The data in a GArray is guaranteed to be properly aligned; add a cast to
+squelch compiler warnings.
+
+------------------------------------------------------------------------
+r21618 | sfisher | 2007-04-28 16:52:12 -0700 (Sat, 28 Apr 2007) | 19 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-http.c
+
+
+From Sake Blok:
+
+While looking into the http-dissector I improved a few things on
+how it dissects a proxy CONNECT session. This is what I have changed:
+
+- added the fields hf_http_proxy_connect_host and -port
+
+- changed proto_tree_add_text to proto_tree_add_string and -uint
+ so that it's possible to filter on them
+
+- make these two fields "PROTO_ITEM_SET_GENERATED"
+
+- removed the alteration of the ports within pinfo, now the
+ ports in the column info are not changed to the port used to
+ connect to the backend server. It is now possible to use
+ follow-tcp-stream again on proxied ssl sessions.
+
+
+------------------------------------------------------------------------
+r21619 | guy | 2007-04-29 23:19:35 -0700 (Sun, 29 Apr 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-radiotap.c
+
+Don't cast a "guint8 *" to a pointer to a structure; just use the
+pointer to the guint8, plus explicitly defined structure offsets (the
+structure had better be the same on all platforms, forever, otherwise
+binary compatibility breaks, which would be an error, given that the
+structure appears in capture files).
+
+------------------------------------------------------------------------
+r21620 | guy | 2007-04-29 23:24:27 -0700 (Sun, 29 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/q932/Makefile
+
+Put the q932-ros dissector into a file with the right name.
-Fix for parameter Media dissection with more than one parameter.
------------------------------------------------------------------------
-r20131 | sfisher | 2006-12-13 14:22:05 -0800 (Wed, 13 Dec 2006) | 16 lines
+r21621 | kukosa | 2007-04-29 23:40:07 -0700 (Sun, 29 Apr 2007) | 1 line
Changed paths:
M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-stun2.c
+ A /trunk/epan/dissectors/packet-t30.c
+ M /trunk/epan/dissectors/packet-t38.c
+move T.30 protocol into its own dissector file
+------------------------------------------------------------------------
+r21622 | guy | 2007-04-29 23:41:53 -0700 (Sun, 29 Apr 2007) | 6 lines
+Changed paths:
+ M /trunk/asn1/q932/packet-q932-ros-template.c
+ M /trunk/asn1/q932/packet-q932-template.c
+ M /trunk/asn1/qsig/packet-qsig-template.c
+ M /trunk/epan/dissectors/packet-q932-ros.c
+ M /trunk/epan/dissectors/packet-q932-ros.h
+ M /trunk/epan/dissectors/packet-q932.c
+ M /trunk/epan/dissectors/packet-qsig.c
-From Marc Petit-Huguenin:
+The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROS
+dissector does.
-This is a new dissector for STUN v2, that is currently in WGLC at the IETF.
+The fix to the Makefile to generate packet-q932-ros.c changed the
+protocol name in some cases; change it uniformly.
-- Keep packet-stun.c for the RFC 3498 protocol, plus the STUN and TURN
-drafts up to draft-ietf-behave-rfc3489bis-02 and
-draft-rosenberg-midcom-turn-08, as there is some huge deployments using
-this. There will be no modification to this dissectors in the future,
-excepted perhaps to add support for retransmission or things like this.
+------------------------------------------------------------------------
+r21623 | guy | 2007-04-30 01:33:44 -0700 (Mon, 30 Apr 2007) | 11 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rmt-lct.c
+ M /trunk/epan/dissectors/packet-rmt-lct.h
-- Add a new dissector packet-stun2.c for the new STUN (currently in
-WGLC), the STUN relay-usage (formerly known as TURN) and the other
-usages that will be added in the future (IPv6, NAT Behavior, etc...).
+Thou shalt not squelch compiler complaints about an assignment
+discarding a qualifier by explicitly casting away the qualifier;
+constness should persist, so that attempts to, for example, modify
+something you got with tvb_get_ptr() get complained about (as we don't,
+and won't, guarantee that you will get correct behavior if you do that).
+Just make the pointer to which a const pointer is being assigned const
+itself.
+Yet *AGAIN* work around GArray's brokenness of having its data pointer
+be a guint8 * rather than a void *.
------------------------------------------------------------------------
-r20132 | sfisher | 2006-12-13 16:05:03 -0800 (Wed, 13 Dec 2006) | 6 lines
+r21624 | kukosa | 2007-04-30 01:38:59 -0700 (Mon, 30 Apr 2007) | 1 line
Changed paths:
- M /trunk/doc/README.developer
+ M /trunk/epan/dissectors/packet-t30.c
+
+newline at end of file is required by some compilers
+------------------------------------------------------------------------
+r21625 | guy | 2007-04-30 01:55:59 -0700 (Mon, 30 Apr 2007) | 11 lines
+Changed paths:
+ M /trunk/asn1/q932/Makefile
+ M /trunk/asn1/q932/Makefile.nmake
+ M /trunk/asn1/q932/packet-q932-ros-template.c
+ M /trunk/asn1/q932/packet-q932-template.c
+ M /trunk/asn1/qsig/packet-qsig-template.c
+ M /trunk/asn1/qsig/qsig-exp.cnf
+ M /trunk/epan/dissectors/packet-q932-ros.c
+ M /trunk/epan/dissectors/packet-q932-ros.h
+ M /trunk/epan/dissectors/packet-q932.c
+ M /trunk/epan/dissectors/packet-qsig.c
+
+Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and make
+it a lot more like the Makefile.nmake file. Also, use $(PROTOCOL_NAME)
+in a couple of places in Makefile.nmake where it wasn't being used
+before.
+
+(It might be interesting to see whether we can use a template for these
+Makefiles, and just tweak some variables at the beginning.)
+
+That lets us get a Q.932 ROS dissector with the right file name and with
+"q932.ros" rather than "q932-ros" as the dissector name; do that.
+
+------------------------------------------------------------------------
+r21626 | guy | 2007-04-30 09:54:29 -0700 (Mon, 30 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rmt-norm.c
+
+Yet another workaround for GArray's bad data type choice.
+
+------------------------------------------------------------------------
+r21627 | guy | 2007-04-30 12:24:25 -0700 (Mon, 30 Apr 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/Makefile.common
+ M /trunk/epan/dissectors/packet-radius.c
+ M /trunk/epan/dissectors/packet-rmt-lct.c
+ M /trunk/epan/dissectors/packet-rmt-norm.c
+ M /trunk/epan/dissectors/packet-rpc.c
+ M /trunk/epan/dissectors/packet-xml.c
+ A /trunk/epan/garrayfix.h
+
+Add a header that redefines g_array_index() to throw in a "void *" cast
+to work around the "data" field of a GArray being a guint8 *, and
+defines a g_array_data() macro to extract that field and cast it to void
+*.
+
+Use that header where needed.
+
+------------------------------------------------------------------------
+r21628 | guy | 2007-04-30 12:25:18 -0700 (Mon, 30 Apr 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/garrayfix.h
+
+Update copyright notice.
+
+------------------------------------------------------------------------
+r21629 | guy | 2007-04-30 14:22:15 -0700 (Mon, 30 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-tacacs.c
+
+Use memcpy() to copy the session ID to the buffer, so we don't get
+warnings from the compiler about pointer value alignment.
+
+------------------------------------------------------------------------
+r21630 | gerald | 2007-04-30 16:50:35 -0700 (Mon, 30 Apr 2007) | 13 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+From Dustin Johnson and myself:
+
+ - HT Control fixes and updates
+ - Add an is_ht flag to the common dissection and capture routines, along
+ with a registered dissector (which is used in code that hasn't been
+ checked in yet.)
+ - Action Fixed Parameter updates
+ - Control Wrapper fixes and updates
+ - Beacon Interval fixes and updates
+ - Capability Info fixes and updates
+ - Block Ack / Block Ack Request fixes
+ - Lots of miscellaneous fixes and updates
+
+------------------------------------------------------------------------
+r21631 | guy | 2007-04-30 18:56:58 -0700 (Mon, 30 Apr 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+Parenthesize to squelch a compiler warning (a warning that suggests that
+the parentheses are needed - not that I can remember which of && and ||
+have higher precedence, anyway, which is why I like parenthesizing
+expressions such as this...).
+
+------------------------------------------------------------------------
+r21632 | gerald | 2007-04-30 21:58:12 -0700 (Mon, 30 Apr 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-vj.c
+
+Fetch IP and TCP length values directly instead of casting the data buffer
+to struct pointers (which causes compiler errors on the Solaris builder).
+
+------------------------------------------------------------------------
+r21633 | martinm | 2007-05-01 02:45:34 -0700 (Tue, 01 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-bootp.c
+ M /trunk/epan/dissectors/packet-dua.c
+ M /trunk/epan/dissectors/packet-iua.c
+
+Make these protocols findable by name.
+
+------------------------------------------------------------------------
+r21634 | gerald | 2007-05-01 09:55:15 -0700 (Tue, 01 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+From Dustin Johnson: Normalize indentation.
+
+------------------------------------------------------------------------
+r21635 | etxrab | 2007-05-01 15:05:11 -0700 (Tue, 01 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+ M /trunk/asn1/h225/h225-exp.cnf
+ M /trunk/asn1/h225/packet-h225-template.c
+ M /trunk/asn1/h225/packet-h225-template.h
+ M /trunk/asn1/h235/packet-h235-template.c
+ M /trunk/asn1/h245/h245-exp.cnf
+ M /trunk/asn1/h245/packet-h245-template.c
+ M /trunk/asn1/h450/packet-h450-template.c
+ M /trunk/asn1/ldap/packet-ldap-template.c
+ M /trunk/asn1/mpeg/packet-mpeg-audio-template.c
+ M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
+ M /trunk/asn1/nbap/packet-nbap-template.c
+ M /trunk/asn1/ranap/packet-ranap-template.c
+ M /trunk/asn1/ranap/ranap-exp.cnf
+ M /trunk/asn1/rnsap/packet-rnsap-template.c
+ M /trunk/asn1/rrlp/packet-rrlp-template.c
+ M /trunk/asn1/ulp/packet-ulp-template.c
+ M /trunk/asn1/ulp/ulp-exp.cnf
+ M /trunk/asn1/umts_rrc/packet-umts_rrc-template.c
+ M /trunk/asn1/umts_rrc/umts_rrc-exp.cnf
+ M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.c
+ M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.c
+ M /trunk/asn1/umts_rrc_ies/umts_rrc_ies-exp.cnf
+ M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
+ M /trunk/epan/Makefile.common
+ A /trunk/epan/asn1.h
+ M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/epan/dissectors/packet-gtp.c
+ M /trunk/epan/dissectors/packet-h221_nonstd.c
+ M /trunk/epan/dissectors/packet-h225.c
+ M /trunk/epan/dissectors/packet-h225.h
+ M /trunk/epan/dissectors/packet-h235.c
+ M /trunk/epan/dissectors/packet-h245.c
+ M /trunk/epan/dissectors/packet-h245.h
+ M /trunk/epan/dissectors/packet-h450.c
+ M /trunk/epan/dissectors/packet-h450.h
+ M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/epan/dissectors/packet-ldap.h
+ M /trunk/epan/dissectors/packet-megaco.c
+ M /trunk/epan/dissectors/packet-mpeg-audio.c
+ M /trunk/epan/dissectors/packet-mpeg-pes.c
+ M /trunk/epan/dissectors/packet-nbap.c
+ M /trunk/epan/dissectors/packet-nbap.h
+ M /trunk/epan/dissectors/packet-per.c
+ M /trunk/epan/dissectors/packet-per.h
+ M /trunk/epan/dissectors/packet-ranap.c
+ M /trunk/epan/dissectors/packet-rnsap.c
+ M /trunk/epan/dissectors/packet-rnsap.h
+ M /trunk/epan/dissectors/packet-rrlp.c
+ M /trunk/epan/dissectors/packet-rrlp.h
+ M /trunk/epan/dissectors/packet-sdp.c
+ M /trunk/epan/dissectors/packet-t38.c
+ M /trunk/epan/dissectors/packet-ulp.c
+ M /trunk/epan/dissectors/packet-ulp.h
+ M /trunk/epan/dissectors/packet-umts_rrc.c
+ M /trunk/epan/dissectors/packet-umts_rrc.h
+ M /trunk/epan/dissectors/packet-umts_rrc_ies.c
+ M /trunk/epan/dissectors/packet-umts_rrc_ies.h
+ M /trunk/epan/dissectors/packet-umts_rrc_pdu_def.c
+ M /trunk/epan/dissectors/packet-umts_rrc_pdu_def.h
+ M /trunk/plugins/h223/packet-h223.c
+
+Split out common asn1 stuff to asn1.h and include that where needed.
+------------------------------------------------------------------------
+r21636 | jake | 2007-05-01 23:17:19 -0700 (Tue, 01 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-bootp.c
+
+From Stefan Puiu:
+A DHCP Discover option 90 has no Secret ID nor HMAC MD5 Hash.
+------------------------------------------------------------------------
+r21637 | sahlberg | 2007-05-02 01:50:16 -0700 (Wed, 02 May 2007) | 3 lines
+Changed paths:
+ M /trunk/gtk/follow_dlg.c
+
+store the result of fread in a variable to make -Werror happy
+
+
+------------------------------------------------------------------------
+r21638 | sahlberg | 2007-05-02 04:50:54 -0700 (Wed, 02 May 2007) | 2 lines
+Changed paths:
+ M /trunk/gtk/follow_dlg.c
+ M /trunk/gtk/rtp_analysis.c
+ M /trunk/gtk/rtp_stream.c
+
+fix some more warnings that the result from fread/fwrite is discarded by assigning the return value to a variable
+
+------------------------------------------------------------------------
+r21639 | sahlberg | 2007-05-02 05:07:46 -0700 (Wed, 02 May 2007) | 8 lines
+Changed paths:
+ M /trunk/gtk/rtp_analysis.c
+
+
+do something with the return value from eth_write (which is a define for fwrite)so that -Werror does not cause the build to fail
+
+
+-This line, and those below, will be ignored--
+
+M gtk/rtp_analysis.c
+
+------------------------------------------------------------------------
+r21640 | kukosa | 2007-05-02 05:13:29 -0700 (Wed, 02 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/asn1.h
+ M /trunk/epan/dissectors/packet-per.c
+ M /trunk/epan/dissectors/packet-per.h
+
+PER - support of EXTERNAL and ObjectDescriptor types (not tested)
+------------------------------------------------------------------------
+r21641 | sahlberg | 2007-05-02 05:17:01 -0700 (Wed, 02 May 2007) | 3 lines
+Changed paths:
+ M /trunk/gtk/rtp_analysis.c
+
+some more : try to make read/write not break the build if the return value is not used
+
+
+------------------------------------------------------------------------
+r21642 | kukosa | 2007-05-02 05:18:27 -0700 (Wed, 02 May 2007) | 4 lines
+Changed paths:
+ M /trunk/tools/asn2wrs.py
+
+- better reporting of syntax errors (or unsupported syntax) in ASN.1 source
+- support of EXTERNAL type
+- support of ObjectDescriptor for PER
+- new #.CLASS directive for supporting some class workarounds
+------------------------------------------------------------------------
+r21643 | sahlberg | 2007-05-02 05:26:26 -0700 (Wed, 02 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-per.c
+
+fix some compiler warnings leading to compile failure
+
+
+------------------------------------------------------------------------
+r21644 | sahlberg | 2007-05-02 05:34:28 -0700 (Wed, 02 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-per.c
+
+comment out a unused function so that wireshark builds on suse again
+
+
+------------------------------------------------------------------------
+r21645 | kukosa | 2007-05-02 05:48:22 -0700 (Wed, 02 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-per.c
+
+fix forgotten calling of dissect_per_External()
+------------------------------------------------------------------------
+r21646 | sahlberg | 2007-05-02 06:32:07 -0700 (Wed, 02 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ctdb.c
+
+updates to the ctdb dissector to follow the latest protocol
+
+
+------------------------------------------------------------------------
+r21647 | jake | 2007-05-02 11:42:02 -0700 (Wed, 02 May 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-sll.c
+
+From Matt Addison:
+Problem:
+The existing sll dissector does not handle ppp_hdlc packets (sll.ltype == 0x0007).
+Resolution:
+Alter packet-sll.c to call the ppp_hdlc dissector when a packet with sll.ltype=0x0007 is received.
+------------------------------------------------------------------------
+r21648 | jake | 2007-05-02 11:42:53 -0700 (Wed, 02 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-ctdb.c
+
+Fix the windows build by changing uint32_t into guint32.
+------------------------------------------------------------------------
+r21649 | guy | 2007-05-02 12:28:24 -0700 (Wed, 02 May 2007) | 10 lines
+Changed paths:
+ M /trunk/gtk/follow_dlg.c
+ M /trunk/gtk/rtp_stream.c
+
+Immediately quit routines if fwrite() fails - further writes will
+probably fail (as you're probably out of disk space or over quota), and,
+even if they don't, the file's going to be corrupt in any case.
+(Hopefully that's sufficient to avoid warnings that we're ignoring the
+result of fwrite().)
-From Stig Bjorlykke:
+For fread(), check for errors or short reads, at least in all cases
+where we have a provision for failing if the read fails.
+
+------------------------------------------------------------------------
+r21650 | guy | 2007-05-02 12:46:05 -0700 (Wed, 02 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ssl.c
-* Fixed a typo in README.developer
+Check for read failures, and report them (and don't parse the key list
+if we get one).
+------------------------------------------------------------------------
+r21651 | lego | 2007-05-02 13:09:42 -0700 (Wed, 02 May 2007) | 1 line
+Changed paths:
+ M /trunk/wiretap/Makefile.am
+ M /trunk/wiretap/Makefile.common
+ M /trunk/wiretap/Makefile.nmake
+ M /trunk/wiretap/file_access.c
+ M /trunk/wiretap/k12.h
+ A /trunk/wiretap/k12text.l
+ M /trunk/wiretap/wtap.h
+add support for the text export format of textronix k1[25]
------------------------------------------------------------------------
-r20133 | sfisher | 2006-12-13 16:16:06 -0800 (Wed, 13 Dec 2006) | 19 lines
+r21652 | lego | 2007-05-02 13:37:25 -0700 (Wed, 02 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-ber.c
+
+fix warnings in debug code
+------------------------------------------------------------------------
+r21653 | lego | 2007-05-02 14:58:52 -0700 (Wed, 02 May 2007) | 1 line
+Changed paths:
+ M /trunk/wiretap/k12text.l
+
+fix warnings
+------------------------------------------------------------------------
+r21654 | gerald | 2007-05-02 16:26:33 -0700 (Wed, 02 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+Add a routine to dissect the MCS Set. Add a tree for the MCS Set
+Rx Bitmask. "Steams" -> "Scheme".
+
+------------------------------------------------------------------------
+r21655 | lego | 2007-05-02 16:39:44 -0700 (Wed, 02 May 2007) | 7 lines
Changed paths:
M /trunk/AUTHORS
+ M /trunk/epan/wslua/wslua.h
+ M /trunk/epan/wslua/wslua_proto.c
+
+From Tamas Regos (Via Balint Reczey)
+
+The attached patch adds ability of of creating radio button, drop-down
+list and range type preference entries to the Lua plugin.
+It also fixes a lua compile warning/error in wslua_gui.c.
+The patch is written by Tamas Regos, he asked me to send it to the list.
+
+------------------------------------------------------------------------
+r21656 | lego | 2007-05-02 16:54:01 -0700 (Wed, 02 May 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/wslua/wslua_gui.c
+
+The forgotten file strikes back.
+... It also fixes a lua compile warning/error in wslua_gui.c. ...
+
+
+------------------------------------------------------------------------
+r21657 | gerald | 2007-05-02 17:21:22 -0700 (Wed, 02 May 2007) | 2 lines
+Changed paths:
+ M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
+
+Fix a couple of typos and fixup whitespace.
+
+------------------------------------------------------------------------
+r21658 | kukosa | 2007-05-03 02:15:04 -0700 (Thu, 03 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-per.c
+ M /trunk/epan/dissectors/packet-per.h
+
+REAL type support
+------------------------------------------------------------------------
+r21659 | kukosa | 2007-05-03 02:51:49 -0700 (Thu, 03 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/pkcs1/PKCS1.asn
+
+uppercase identifiers are not allowed
+------------------------------------------------------------------------
+r21660 | kukosa | 2007-05-03 02:59:09 -0700 (Thu, 03 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/s4406/s4406.asn
+
+uppercase identifiers are not allowed
+------------------------------------------------------------------------
+r21661 | kukosa | 2007-05-03 03:49:49 -0700 (Thu, 03 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/h450/h4501.asn
+
+comment out parameters of parametrized type
+------------------------------------------------------------------------
+r21662 | kukosa | 2007-05-03 04:37:47 -0700 (Thu, 03 May 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/acse/acse-exp.cnf
+ M /trunk/asn1/acse/acse.asn
+ M /trunk/asn1/acse/acse.cnf
+ M /trunk/asn1/cdt/cdt-exp.cnf
+ M /trunk/asn1/cmip/CMIP.asn
+ M /trunk/asn1/cmip/cmip-exp.cnf
+ M /trunk/asn1/cms/cms-exp.cnf
+ M /trunk/asn1/dap/dap-exp.cnf
+ M /trunk/asn1/dap/dap.asn
+ M /trunk/asn1/disp/disp-exp.cnf
+ M /trunk/asn1/disp/disp.asn
+ M /trunk/asn1/dop/dop-exp.cnf
+ M /trunk/asn1/dop/dop.asn
+ M /trunk/asn1/dsp/dsp-exp.cnf
+ M /trunk/asn1/dsp/dsp.asn
+ M /trunk/asn1/ftam/ISO8571-FTAM.asn
+ M /trunk/asn1/ftam/ftam-exp.cnf
+ M /trunk/asn1/ftam/ftam.cnf
+ M /trunk/asn1/ftbp/ftbp.asn
+ M /trunk/asn1/mms/mms.asn
+ M /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
+ M /trunk/asn1/pkix1implicit/pkix1implicit-exp.cnf
+ M /trunk/asn1/pkixcmp/cmp-exp.cnf
+ M /trunk/asn1/pkixcrmf/crmf-exp.cnf
+ M /trunk/asn1/qsig/qsig-exp.cnf
+ M /trunk/asn1/ros/ros-exp.cnf
+ M /trunk/asn1/rtse/rtse-exp.cnf
+ M /trunk/asn1/rtse/rtse.asn
+ M /trunk/asn1/rtse/rtse.cnf
+ M /trunk/asn1/snmp/snmp-exp.cnf
M /trunk/asn1/x411/x411-exp.cnf
- M /trunk/asn1/x411/x411.cnf
+ M /trunk/asn1/x411/x411.asn
M /trunk/asn1/x420/x420-exp.cnf
- M /trunk/asn1/x420/x420.cnf
- M /trunk/epan/crc16.c
- M /trunk/epan/crc16.h
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-dmp.c
+ M /trunk/asn1/x420/x420.asn
+ M /trunk/asn1/x509af/x509af-exp.cnf
+ M /trunk/asn1/x509ce/x509ce-exp.cnf
+ M /trunk/asn1/x509if/x509if-exp.cnf
+ M /trunk/asn1/x509sat/x509sat-exp.cnf
+ M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+ M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h
+ M /trunk/epan/dissectors/packet-acp133.c
+ M /trunk/epan/dissectors/packet-acp133.h
+ M /trunk/epan/dissectors/packet-acse.c
+ M /trunk/epan/dissectors/packet-acse.h
+ M /trunk/epan/dissectors/packet-cdt.c
+ M /trunk/epan/dissectors/packet-cdt.h
+ M /trunk/epan/dissectors/packet-cmip.c
+ M /trunk/epan/dissectors/packet-cmip.h
+ M /trunk/epan/dissectors/packet-cmp.c
+ M /trunk/epan/dissectors/packet-cmp.h
+ M /trunk/epan/dissectors/packet-cms.c
+ M /trunk/epan/dissectors/packet-cms.h
+ M /trunk/epan/dissectors/packet-crmf.c
+ M /trunk/epan/dissectors/packet-crmf.h
+ M /trunk/epan/dissectors/packet-dap.c
+ M /trunk/epan/dissectors/packet-dap.h
+ M /trunk/epan/dissectors/packet-disp.c
+ M /trunk/epan/dissectors/packet-disp.h
+ M /trunk/epan/dissectors/packet-dop.c
+ M /trunk/epan/dissectors/packet-dop.h
+ M /trunk/epan/dissectors/packet-dsp.c
+ M /trunk/epan/dissectors/packet-dsp.h
+ M /trunk/epan/dissectors/packet-ess.c
+ M /trunk/epan/dissectors/packet-ess.h
+ M /trunk/epan/dissectors/packet-ftam.c
+ M /trunk/epan/dissectors/packet-ftam.h
+ M /trunk/epan/dissectors/packet-ftbp.c
+ M /trunk/epan/dissectors/packet-ftbp.h
+ M /trunk/epan/dissectors/packet-gnm.c
+ M /trunk/epan/dissectors/packet-gnm.h
+ M /trunk/epan/dissectors/packet-gsm_ss.c
+ M /trunk/epan/dissectors/packet-gsm_ss.h
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248.h
+ M /trunk/epan/dissectors/packet-inap.c
+ M /trunk/epan/dissectors/packet-inap.h
+ M /trunk/epan/dissectors/packet-logotypecertextn.c
+ M /trunk/epan/dissectors/packet-logotypecertextn.h
+ M /trunk/epan/dissectors/packet-mms.c
+ M /trunk/epan/dissectors/packet-ns_cert_exts.c
+ M /trunk/epan/dissectors/packet-ocsp.c
+ M /trunk/epan/dissectors/packet-ocsp.h
+ M /trunk/epan/dissectors/packet-pkcs1.c
+ M /trunk/epan/dissectors/packet-pkcs1.h
+ M /trunk/epan/dissectors/packet-pkinit.c
+ M /trunk/epan/dissectors/packet-pkinit.h
+ M /trunk/epan/dissectors/packet-pkix1explicit.c
+ M /trunk/epan/dissectors/packet-pkix1explicit.h
+ M /trunk/epan/dissectors/packet-pkix1implicit.c
+ M /trunk/epan/dissectors/packet-pkix1implicit.h
+ M /trunk/epan/dissectors/packet-pkixproxy.c
+ M /trunk/epan/dissectors/packet-pkixproxy.h
+ M /trunk/epan/dissectors/packet-pkixqualified.c
+ M /trunk/epan/dissectors/packet-pkixqualified.h
+ M /trunk/epan/dissectors/packet-pkixtsp.c
+ M /trunk/epan/dissectors/packet-pkixtsp.h
+ M /trunk/epan/dissectors/packet-pres.c
+ M /trunk/epan/dissectors/packet-pres.h
+ M /trunk/epan/dissectors/packet-q932-ros.c
+ M /trunk/epan/dissectors/packet-q932-ros.h
+ M /trunk/epan/dissectors/packet-q932.c
+ M /trunk/epan/dissectors/packet-qsig.c
+ M /trunk/epan/dissectors/packet-ros.c
+ M /trunk/epan/dissectors/packet-ros.h
+ M /trunk/epan/dissectors/packet-rtse.c
+ M /trunk/epan/dissectors/packet-rtse.h
+ M /trunk/epan/dissectors/packet-s4406.c
+ M /trunk/epan/dissectors/packet-s4406.h
+ M /trunk/epan/dissectors/packet-smrse.c
+ M /trunk/epan/dissectors/packet-smrse.h
+ M /trunk/epan/dissectors/packet-snmp.c
+ M /trunk/epan/dissectors/packet-snmp.h
+ M /trunk/epan/dissectors/packet-spnego.c
+ M /trunk/epan/dissectors/packet-spnego.h
+ M /trunk/epan/dissectors/packet-wlancertextn.c
+ M /trunk/epan/dissectors/packet-wlancertextn.h
M /trunk/epan/dissectors/packet-x411.c
M /trunk/epan/dissectors/packet-x411.h
M /trunk/epan/dissectors/packet-x420.c
M /trunk/epan/dissectors/packet-x420.h
+ M /trunk/epan/dissectors/packet-x509af.c
+ M /trunk/epan/dissectors/packet-x509af.h
+ M /trunk/epan/dissectors/packet-x509ce.c
+ M /trunk/epan/dissectors/packet-x509ce.h
+ M /trunk/epan/dissectors/packet-x509if.c
+ M /trunk/epan/dissectors/packet-x509if.h
+ M /trunk/epan/dissectors/packet-x509sat.c
+ M /trunk/epan/dissectors/packet-x509sat.h
+EXTERNAL type is handled in asn2wrs now
+private implementations were renamed EXTERNAL -> EXTERNALt
+------------------------------------------------------------------------
+r21663 | kukosa | 2007-05-03 04:42:33 -0700 (Thu, 03 May 2007) | 7 lines
+Changed paths:
+ M /trunk/tools/asn2wrs.py
-From Stig Bjorlykke:
+- REAL type and values are supported
+- if a value of some INTEGER type is defined then it is assigned to this type like a named value
+i.e.
+MyType ::= INTEGER
+mv01 MyType ::= 1
+is equal to
+MyType ::= INTEGER { mv01 (1) }
+------------------------------------------------------------------------
+r21664 | gerald | 2007-05-03 09:11:18 -0700 (Thu, 03 May 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dfilter/dfilter-macro.c
-I have added a new dissector for DMP (STANAG 4406 Direct Message
-Profile) as defined in STANAG 4406 Annex E. The DMP protocol has no
-assigned UDP port number yet, so the default value in this dissector
-is 0 (I suppose this is som sort of "disabled"?) until we get this
-registered.
+Handle cases where our macro doesn't have any arguments. We should
+probably provide feedback to the user, but at least we don't crash now.
+Fixes Coverity CID 232.
-The dissector has been tested on OSX Intel/PowerPC and Solaris SPARC.
+------------------------------------------------------------------------
+r21665 | gerald | 2007-05-03 09:59:13 -0700 (Thu, 03 May 2007) | 4 lines
+Changed paths:
+ M /trunk/docbook/release-notes.xml
+ M /trunk/epan/dissectors/packet-ssl.c
-Changes in this patch:
-* Added DMP dissector
-* Added a new CRC table and functions in crc16.c
-* Made NonDeliveryReasonCode and NonDeliveryDiagnosticCode available
-from X.411
-* Made NonReceiptReasonField and DiscardReasonField available from X.420
+Check for an infinite loop while processing cipher suites. Fixes bug 1582.
+Add release notes for the SSL and display filter macro bugs.
------------------------------------------------------------------------
-r20134 | sfisher | 2006-12-13 19:34:26 -0800 (Wed, 13 Dec 2006) | 5 lines
+r21666 | lego | 2007-05-03 11:32:52 -0700 (Thu, 03 May 2007) | 3 lines
Changed paths:
- M /trunk/colorfilters
- M /trunk/epan/dissectors/packet-cdp.c
+ M /trunk/wiretap/k12text.l
+will this finally get rid of the warnigs?
-Add checksum verification to the CDP dissector and add an entry for this
-in the main colorfilters file.
+------------------------------------------------------------------------
+r21667 | etxrab | 2007-05-03 12:55:22 -0700 (Thu, 03 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/h245/MULTIMEDIA-SYSTEM-CONTROL.asn
+ M /trunk/asn1/h245/h245.cnf
+ M /trunk/asn1/h245/packet-h245-template.c
+ M /trunk/epan/dissectors/packet-h245.c
+
+Dissect returnedFunction.
+------------------------------------------------------------------------
+r21668 | etxrab | 2007-05-03 12:56:13 -0700 (Thu, 03 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-ber.c
+Show internal ber fields for tagged type if pref. set.
------------------------------------------------------------------------
-r20135 | jake | 2006-12-13 23:54:55 -0800 (Wed, 13 Dec 2006) | 2 lines
+r21669 | sahlberg | 2007-05-03 12:58:04 -0700 (Thu, 03 May 2007) | 7 lines
Changed paths:
- M /trunk/epan/dissectors/packet-cdp.c
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+ M /trunk/epan/dissectors/pidl/winreg.cnf
+
+use the latest version of PIDL to regenerate winreg using the new TYPE
+conformance file directive to replace winreg_String with our own code.
+
+PARAM_VALUE does not yet work for this however which needs to looked
+into
-Some source code clean up.
------------------------------------------------------------------------
-r20136 | sahlberg | 2006-12-14 02:11:40 -0800 (Thu, 14 Dec 2006) | 6 lines
+r21670 | etxrab | 2007-05-03 14:52:57 -0700 (Thu, 03 May 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-gssapi.c
+ M /trunk/epan/Makefile.common
+ M /trunk/epan/asn1.h
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-per.c
+ M /trunk/epan/dissectors/packet-per.h
+ M /trunk/tools/asn2wrs.py
-check for whether the blob starts with "NTLMSSP" before any other check if it is not BED/DER encoded and call tha appropriate subdissector if so.
+Split out asn1 common functions. Start of BER EXTERNAL.
+------------------------------------------------------------------------
+r21671 | jmayer | 2007-05-03 14:56:22 -0700 (Thu, 03 May 2007) | 119 lines
+Changed paths:
+ M /trunk/tools/pidl/idl.yp
+ M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /trunk/tools/pidl/pidl
+ M /trunk/tools/pidl/tests/Util.pm
+ M /trunk/tools/pidl/tests/samba-ejs.pl
+ M /trunk/tools/pidl/tests/samba-ndr.pl
+ M /trunk/tools/pidl/tests/samba3-cli.pl
+ M /trunk/tools/pidl/tests/tdr.pl
+ M /trunk/tools/pidl/tests/wireshark-conf.pl
+ M /trunk/tools/pidl/tests/wireshark-ndr.pl
+
+Note: make test for the following update generates 1 error:
+---------
+tests/header..............NOK 14# Failed test 'struct declaration'
+# in tests/header.pl at line 49.
+# '/* header auto-generated by pidl */
+#
+# #include <core.h>
+# #include <stdint.h>
+#
+# #ifndef _HEADER_p
+# #define _HEADER_p
+#
+# struct x#endif /* _HEADER_p */
+# '
+# doesn't match '(?ms-xi:struct x;)'
+# Looks like you failed 1 test of 15.
+tests/header..............dubious
+ Test returned status 1 (wstat 256, 0x100)
+DIED. FAILED test 14
+---------
+
+Update from samba tree revision 22314 to 22657
+============================ Samba log start ============
+------------------------------------------------------------------------
+r22357 | jelmer | 2007-04-19 03:26:15 +0200 (Thu, 19 Apr 2007) | 2 lines
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
-this fixes some issues with some really ancient cifs implementations where the previous tests and statemanagement would cause it to fail othervise.
+Don't use 'our'
+------------------------------------------------------------------------
+r22453 | jelmer | 2007-04-22 12:42:33 +0200 (Sun, 22 Apr 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/tdr.pl
+Fix TDR testsuite without using our.
+------------------------------------------------------------------------
+r22456 | jelmer | 2007-04-22 15:57:07 +0200 (Sun, 22 Apr 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/pidl
+ M /branches/SAMBA_4_0/source/pidl/tests/samba-ejs.pl
+ M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
+Merge wireshark and ejs test improvements.
------------------------------------------------------------------------
-r20137 | martinm | 2006-12-14 03:50:54 -0800 (Thu, 14 Dec 2006) | 1 line
+r22457 | jelmer | 2007-04-22 16:19:22 +0200 (Sun, 22 Apr 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+ M /branches/SAMBA_4_0/source/pidl/pidl
+ M /branches/SAMBA_4_0/source/pidl/tests/samba3-cli.pl
-Fix version check needed for EDCH 'Number of subframes' field
+Fix tests for Samba3 client generator.
------------------------------------------------------------------------
-r20138 | morriss | 2006-12-14 04:46:50 -0800 (Thu, 14 Dec 2006) | 1 line
+r22462 | jelmer | 2007-04-22 17:59:34 +0200 (Sun, 22 Apr 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-k12.c
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+ M /branches/SAMBA_4_0/source/pidl/pidl
+ M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
-From Sebastien Tandel: don't allocate a hash table until a little bit later in the function so memory is not leaked by an early (error) return
+Fix test suite for ndr parser without using 'our'
------------------------------------------------------------------------
-r20139 | ulfl | 2006-12-14 14:32:13 -0800 (Thu, 14 Dec 2006) | 1 line
+r22520 | jelmer | 2007-04-25 18:10:54 +0200 (Wed, 25 Apr 2007) | 1 line
Changed paths:
- M /trunk/airpcap_loader.c
+ M /branches/SAMBA_4_0
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+ M /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl
-remove a warning
+Fix the TYPE command.
------------------------------------------------------------------------
-r20140 | morriss | 2006-12-16 07:17:43 -0800 (Sat, 16 Dec 2006) | 1 line
+r22617 | metze | 2007-05-01 03:57:17 +0200 (Tue, 01 May 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tcp.c
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
-From Sebastien Tandel: if the TCP dissector is dissecting a fragment of a packet in an ICMP message, put the TCP sequence number in the tree.
+assume we have defered elements if the type is just provides via
+'declare' this should fix the problem with the winbind IRPC calls
+
+metze
------------------------------------------------------------------------
-r20141 | sfisher | 2006-12-16 21:37:18 -0800 (Sat, 16 Dec 2006) | 4 lines
+r22618 | metze | 2007-05-01 04:00:57 +0200 (Tue, 01 May 2007) | 8 lines
Changed paths:
- M /trunk/epan/dissectors/packet-aim.c
+ M /branches/SAMBA_4_0/source/pidl/idl.yp
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+handle the properties related to the type
+and not to 'declare' to avoid a pidl warning with:
-Make IPv4 addresses in AIM TLV data human readable.
+declare [switch_type(uint16)] union netr_Validation;
+void foo([in] uint16 level, [in,switch_is(level)] netrValidation info);
+metze
------------------------------------------------------------------------
-r20142 | sfisher | 2006-12-16 21:44:32 -0800 (Sat, 16 Dec 2006) | 5 lines
+r22640 | metze | 2007-05-02 20:00:02 +0200 (Wed, 02 May 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ip.c
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+
+- generate nicer output
+- fix compiler warning about unused ';'
+
+metze
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
+------------------------------------------------------------------------
+r21672 | etxrab | 2007-05-03 23:07:30 -0700 (Thu, 03 May 2007) | 12 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-netflow.c
-Display icmp echo/echo reply sequence numbers in decimal in addition to hex,
-so that it is easier to match it with the output of a ping program.
+From Olivier Montanuy:
+Patch tested against traces obtained from Cisco IOS 12.4 Flexible Netflow,
+IOS-XR 3.3, Huawei VRP 5.30.
+Features:
+- Decodes Netflow v9 option templates
+- Decodes quite a few additional Netflow v9 types
+- Packets and octets counters can be 64-bit
+- Show unknown Netflow v9 fields as hexa, useful when using tshark -V with
+ Netflow v9 implementations that use undocumented proprietary types.
+ Enabled by: "#define SHOW_UNKNOWN_TYPES 1"
------------------------------------------------------------------------
-r20143 | sfisher | 2006-12-17 13:41:19 -0800 (Sun, 17 Dec 2006) | 5 lines
+r21673 | kukosa | 2007-05-03 23:08:17 -0700 (Thu, 03 May 2007) | 1 line
Changed paths:
- M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
+ M /trunk/asn1/h245/MULTIMEDIA-SYSTEM-CONTROL.asn
+revert changes done by mistake - keep original ASN.1 source
+------------------------------------------------------------------------
+r21674 | etxrab | 2007-05-03 23:41:55 -0700 (Thu, 03 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/h245/packet-h245-template.c
+ M /trunk/epan/dissectors/packet-h245.c
-Add sections to the chapter on building and installing for installing under
-Gentoo Linux (thanks to Isbaran Akcayir for the syntax) and under FreeBSD.
+Fix a copy paste error.
+------------------------------------------------------------------------
+r21675 | kukosa | 2007-05-03 23:55:48 -0700 (Thu, 03 May 2007) | 2 lines
+Changed paths:
+ M /trunk/tools/asn2wrs.py
+- fix creating PDU_NEW functions, return the right value
+- allow FN_PARS to be spreaded over more lines
+------------------------------------------------------------------------
+r21676 | kukosa | 2007-05-04 00:10:15 -0700 (Fri, 04 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/Makefile.am
+ M /trunk/asn1/Makefile.nmake
+ A /trunk/asn1/t38
+ A /trunk/asn1/t38/Makefile
+ A /trunk/asn1/t38/Makefile.nmake
+ A /trunk/asn1/t38/T38(1998).asn
+ A /trunk/asn1/t38/T38(2002).asn
+ A /trunk/asn1/t38/packet-t38-template.c
+ A /trunk/asn1/t38/packet-t38-template.h
+ A /trunk/asn1/t38/t38.cnf
+ M /trunk/epan/dissectors/packet-t30.c
+ A /trunk/epan/dissectors/packet-t30.h
+ M /trunk/epan/dissectors/packet-t38.c
+ M /trunk/epan/dissectors/packet-t38.h
+ M /trunk/epan/libwireshark.def
+ M /trunk/gtk/voip_calls.c
+generate T.38 dissector from ASN.1 source
------------------------------------------------------------------------
-r20144 | jake | 2006-12-18 08:23:46 -0800 (Mon, 18 Dec 2006) | 3 lines
+r21677 | kukosa | 2007-05-04 00:51:19 -0700 (Fri, 04 May 2007) | 1 line
Changed paths:
- M /trunk/plugins/mate
- M /trunk/plugins/mate/Makefile.am
- A /trunk/plugins/mate/Makefile.common
- M /trunk/plugins/mate/Makefile.nmake
- D /trunk/plugins/mate/mate_plugin.c
- A /trunk/plugins/mate/moduleinfo.nmake
- A /trunk/plugins/mate/plugin.rc.in
+ M /trunk/asn1/q932/packet-q932-ros-template.c
+ M /trunk/asn1/q932/packet-q932-ros-template.h
+ M /trunk/asn1/q932/packet-q932-template.c
+ M /trunk/asn1/qsig/packet-qsig-template.c
+ M /trunk/epan/dissectors/packet-q932-ros.c
+ M /trunk/epan/dissectors/packet-q932-ros.h
+ M /trunk/epan/dissectors/packet-q932.c
+ M /trunk/epan/dissectors/packet-qsig.c
-Update plugin to the current plugin design.
-Add Windows version info resource.
+fix few warnings in Q.932 and QSIG dissectors
+------------------------------------------------------------------------
+r21678 | kukosa | 2007-05-04 01:24:06 -0700 (Fri, 04 May 2007) | 1 line
+Changed paths:
+ A /trunk/epan/asn1.c
+missing asn1.c file
------------------------------------------------------------------------
-r20145 | jake | 2006-12-18 08:24:42 -0800 (Mon, 18 Dec 2006) | 3 lines
+r21679 | kukosa | 2007-05-04 02:48:06 -0700 (Fri, 04 May 2007) | 1 line
Changed paths:
- M /trunk/plugins/stats_tree/Makefile.am
- A /trunk/plugins/stats_tree/Makefile.common
- M /trunk/plugins/stats_tree/Makefile.nmake
- A /trunk/plugins/stats_tree/moduleinfo.nmake
- A /trunk/plugins/stats_tree/plugin.rc.in
+ M /trunk/epan/dissectors/Makefile.common
+
+missing packet-t30.h file
+------------------------------------------------------------------------
+r21680 | jake | 2007-05-04 04:21:03 -0700 (Fri, 04 May 2007) | 3 lines
+Changed paths:
+ M /trunk/gtk/packet_history.c
+ M /trunk/gtk/packet_list.c
-Update plugin to the current plugin design.
-Add Windows version info resource.
+From Steven Schaeffer:
+Fix for bug 310. Use the frame number to store history i.s.o. row number.
------------------------------------------------------------------------
-r20146 | martinm | 2006-12-18 09:58:52 -0800 (Mon, 18 Dec 2006) | 2 lines
+r21681 | jake | 2007-05-04 04:28:01 -0700 (Fri, 04 May 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/gtk/main.c
-Show generated field when frame has 0 TBs for a channel
+Spare the filter compilation and filter list handling on clear display filter.
------------------------------------------------------------------------
-r20147 | jake | 2006-12-18 13:39:19 -0800 (Mon, 18 Dec 2006) | 2 lines
+r21682 | kukosa | 2007-05-04 06:11:34 -0700 (Fri, 04 May 2007) | 2 lines
Changed paths:
- M /trunk/plugins/mate/Makefile.am
- M /trunk/plugins/mate/Makefile.common
+ M /trunk/tools/asn2wrs.py
-Repair distribution target.
+- new #.OPT directive which allows to use command line options from conformance file (and more options in the future)
+- option -F|CREATE_FIELDS used from conformance file can have type parameter, field functions are created only for its members
+------------------------------------------------------------------------
+r21683 | kukosa | 2007-05-04 06:33:35 -0700 (Fri, 04 May 2007) | 3 lines
+Changed paths:
+ M /trunk/asn1/q932/packet-q932-template.c
+ M /trunk/asn1/rnsap/Makefile
+ M /trunk/asn1/rnsap/Makefile.nmake
+ M /trunk/asn1/rnsap/rnsap.cnf
+ M /trunk/epan/dissectors/packet-q932.c
+ M /trunk/epan/dissectors/packet-qsig.c
+ M /trunk/epan/dissectors/packet-ranap.c
+ M /trunk/epan/dissectors/packet-rnsap.c
+ M /trunk/epan/dissectors/packet-rnsap.h
+- Q.932: fix warnings
+- RNSAP: generate field functions only for necessary types
+- other dissectors regenerated
------------------------------------------------------------------------
-r20148 | sfisher | 2006-12-18 15:12:50 -0800 (Mon, 18 Dec 2006) | 9 lines
+r21684 | guy | 2007-05-04 11:56:59 -0700 (Fri, 04 May 2007) | 5 lines
Changed paths:
- M /trunk/AUTHORS
- M /trunk/epan/dissectors/packet-isis-lsp.c
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/packet-ber.c
+Once is enough. :-)
-From Sebastien Tandel:
+That should get rid of warnings in packet-ber.c; add it to the list of
+clean dissectors, to try to keep it clean.
+
+------------------------------------------------------------------------
+r21685 | etxrab | 2007-05-04 13:27:43 -0700 (Fri, 04 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/acse/acse.cnf
+ M /trunk/asn1/acse/packet-acse-template.c
+ M /trunk/epan/dissectors/packet-acse.c
+ M /trunk/epan/dissectors/packet-ber.c
+
+Show BER internal fields in external type in ACSE, update a comment in packet-ber.c.
+------------------------------------------------------------------------
+r21686 | lego | 2007-05-04 14:10:55 -0700 (Fri, 04 May 2007) | 7 lines
+Changed paths:
+ M /trunk/wiretap
+ M /trunk/wiretap/Makefile.common
+ M /trunk/wiretap/file_access.c
+ M /trunk/wiretap/k12text.l
+ A /trunk/wiretap/wtap-plugins.c
+ M /trunk/wiretap/wtap.c
+ M /trunk/wiretap/wtap.def
+ M /trunk/wiretap/wtap.h
+
+Add a plugin interface to wiretap.
+So far I've done only regression testing (the new functionality and what's in wtap-plugins.c has not yet being tested).
+
+it is a first step in the way to have lua opening files.
- a little patch against revision 20088 in packet-isis-lsp.c for the
-following :
-- hf_isis_lsp_remaining_life declared but unused
-- replacing a proto_tree_add_uint useless with proto_tree_add_item
------------------------------------------------------------------------
-r20149 | ulfl | 2006-12-18 16:51:07 -0800 (Mon, 18 Dec 2006) | 1 line
+r21687 | guy | 2007-05-04 17:24:53 -0700 (Fri, 04 May 2007) | 5 lines
Changed paths:
- M /trunk/epan/prefs.c
+ M /trunk/configure.in
+
+If the user explicitly specified "--enable-wireshark", fail immediately
+if the test for GTK+ fails; that lets the user insist on getting
+Wireshark and gives them immediate feedback if they can't have it, so
+they can either give up and just get TShark or fix the problem.
-change default capturing options to use "show realtime capturing" instead of the "capture summary window"
------------------------------------------------------------------------
-r20150 | jake | 2006-12-18 23:04:59 -0800 (Mon, 18 Dec 2006) | 1 line
+r21688 | ulfl | 2007-05-05 03:11:06 -0700 (Sat, 05 May 2007) | 1 line
Changed paths:
- M /trunk/plugins/stats_tree/plugin.rc.in
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-Set the right properties on the new files
+disable warning 4005 *again*
------------------------------------------------------------------------
-r20151 | jake | 2006-12-18 23:06:25 -0800 (Mon, 18 Dec 2006) | 2 lines
+r21689 | ulfl | 2007-05-05 03:47:35 -0700 (Sat, 05 May 2007) | 1 line
Changed paths:
- M /trunk/plugins/stats_tree/Makefile.common
- M /trunk/plugins/stats_tree/moduleinfo.nmake
+ M /trunk/wiretap/file_access.c
+ M /trunk/wiretap/wtap-int.h
+ M /trunk/wiretap/wtap.def
+ M /trunk/wiretap/wtap.h
-Set the right properties on the new files.
+fix win32 build by using wtap_get_num_file_types() instead of direct variable access
+------------------------------------------------------------------------
+r21690 | ulfl | 2007-05-05 04:33:32 -0700 (Sat, 05 May 2007) | 1 line
+Changed paths:
+ M /trunk/doc/wireshark.pod
+
+add command line option -E for path settings - implemented already weeks ago
+------------------------------------------------------------------------
+r21691 | ulfl | 2007-05-05 05:17:19 -0700 (Sat, 05 May 2007) | 1 line
+Changed paths:
+ M /trunk/doc/wireshark.pod
+
+fix -E path setting doc
+------------------------------------------------------------------------
+r21692 | ulfl | 2007-05-05 05:19:04 -0700 (Sat, 05 May 2007) | 1 line
+Changed paths:
+ M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
+
+-E path setting doc, update wireshark help output
+------------------------------------------------------------------------
+r21693 | ulfl | 2007-05-05 05:20:37 -0700 (Sat, 05 May 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/main.c
+add -P command line option help
------------------------------------------------------------------------
-r20152 | etxrab | 2006-12-19 14:04:22 -0800 (Tue, 19 Dec 2006) | 5 lines
+r21694 | gal | 2007-05-06 01:15:17 -0700 (Sun, 06 May 2007) | 9 lines
+Changed paths:
+ A /trunk/packaging/u3/tools
+ A /trunk/packaging/u3/tools/README.txt
+ A /trunk/packaging/u3/tools/makefile.nmake
+ A /trunk/packaging/u3/tools/sysdep.c
+ A /trunk/packaging/u3/tools/sysdep.h
+ A /trunk/packaging/u3/tools/utest.c
+ A /trunk/packaging/u3/tools/uuid.c
+ A /trunk/packaging/u3/tools/uuid.h
+ M /trunk/packaging/u3/win32/makefile.nmake
+ M /trunk/packaging/u3/win32/manifest.tmpl
+
+New U3 packaging tool to generate a UUID based on the Wireshark version string within the Wireshark namespace. The Wireshark namespace UUID is:
+
+94630be0-e031-11db-974d-0002a5d5c51b
+
+It is based upon the example code from RFC4122 and links against gcrypt.
+
+Using this tool allows the U3 packaging UUID to be automatically changed for new versions as well as giving each buildbot version a different UUID.
+
+
+------------------------------------------------------------------------
+r21695 | gal | 2007-05-06 01:18:44 -0700 (Sun, 06 May 2007) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-ber.c
-From Florent Drouin:
-Introduce the support for "expert info" in the BER decoding module.
-It is usefull if you have to analyze long capture files, containing few malformed messages.
+Separate field for the elements of a constructed OCTET STRING.
-With changes to make it compile with MSVC6.
------------------------------------------------------------------------
-r20153 | etxrab | 2006-12-19 14:07:08 -0800 (Tue, 19 Dec 2006) | 5 lines
+r21696 | ulfl | 2007-05-06 02:17:19 -0700 (Sun, 06 May 2007) | 1 line
Changed paths:
- M /trunk/asn1/camel/camel.asn
- M /trunk/asn1/camel/packet-camel-template.c
- M /trunk/epan/dissectors/packet-camel.c
+ M /trunk/Makefile.nmake
+ M /trunk/epan/Makefile.nmake
+ M /trunk/packaging/nsis/wireshark.nsi
+ M /trunk/wiretap/Makefile.nmake
-From Florent Drouin:
-Update the Camel ASN1 definition to version 3GPP TS
-29.078 7.3.0 Release 7.
-Some definitions for element SIZE have been replaced to use the capSpecificBound variables, and some decoding problemes, like for Establish temporary connection have been solved.
-I did notice that the CalledPartyBCDNumber (ISDN-AddressString (1..9) ) is not inline with the last definition (1..41), but I did not update it.
+instead of copying the MSVC 2005 manifest files around, embed them into the .exe / .dll files - this way is easier to handle while packaging and alike, and probably will solve some problems. We might want to do this for the plugins as well later.
------------------------------------------------------------------------
-r20154 | jake | 2006-12-19 14:16:54 -0800 (Tue, 19 Dec 2006) | 2 lines
+r21697 | ulfl | 2007-05-06 02:24:36 -0700 (Sun, 06 May 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/Makefile.common
- A /trunk/epan/dissectors/packet-roofnet.c
+ M /trunk/epan/Makefile.nmake
-From Sebastien Tandel:
-Here is a patch for the dissector of the new Roofnet protocol.
+embed the manifest files for the unittest exe's as well
------------------------------------------------------------------------
-r20155 | jake | 2006-12-19 14:22:34 -0800 (Tue, 19 Dec 2006) | 1 line
+r21698 | ulfl | 2007-05-06 02:32:51 -0700 (Sun, 06 May 2007) | 1 line
Changed paths:
- M /trunk/plugins/agentx/Makefile.am
- M /trunk/plugins/agentx/Makefile.nmake
- A /trunk/plugins/agentx/moduleinfo.nmake
- A /trunk/plugins/agentx/plugin.rc.in
+ M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
-Add Windows version info resource.
+the default is still python 2.4, as 2.5 currently doesn't work with the buildbot installation.
------------------------------------------------------------------------
-r20156 | jake | 2006-12-19 14:22:55 -0800 (Tue, 19 Dec 2006) | 1 line
+r21699 | ulfl | 2007-05-06 05:07:44 -0700 (Sun, 06 May 2007) | 1 line
Changed paths:
- M /trunk/plugins/artnet/Makefile.am
- M /trunk/plugins/artnet/Makefile.nmake
- A /trunk/plugins/artnet/moduleinfo.nmake
- A /trunk/plugins/artnet/plugin.rc.in
+ M /trunk/epan/dissectors/packet-dcerpc.c
-Add Windows version info resource.
+add CBA_E_INVALIDID
------------------------------------------------------------------------
-r20157 | jake | 2006-12-19 14:23:22 -0800 (Tue, 19 Dec 2006) | 1 line
+r21700 | gal | 2007-05-06 09:38:04 -0700 (Sun, 06 May 2007) | 3 lines
Changed paths:
- M /trunk/plugins/asn1/Makefile.am
- M /trunk/plugins/asn1/Makefile.nmake
- A /trunk/plugins/asn1/moduleinfo.nmake
- A /trunk/plugins/asn1/plugin.rc.in
+ M /trunk/asn1/x411/packet-x411-template.c
+ M /trunk/asn1/x411/x411.asn
+ M /trunk/asn1/x411/x411.cnf
+ M /trunk/epan/dissectors/packet-x411.c
+
+Better column information display for delivery reports.
+
-Add Windows version info resource.
------------------------------------------------------------------------
-r20158 | jake | 2006-12-19 14:23:37 -0800 (Tue, 19 Dec 2006) | 1 line
+r21701 | jake | 2007-05-06 12:25:14 -0700 (Sun, 06 May 2007) | 1 line
Changed paths:
- M /trunk/plugins/ciscosm/Makefile.am
- M /trunk/plugins/ciscosm/Makefile.nmake
- A /trunk/plugins/ciscosm/moduleinfo.nmake
- A /trunk/plugins/ciscosm/plugin.rc.in
+ M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
+ M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
-Add Windows version info resource.
+Improve readability of code samples and program output
------------------------------------------------------------------------
-r20159 | jake | 2006-12-19 14:23:56 -0800 (Tue, 19 Dec 2006) | 1 line
+r21702 | etxrab | 2007-05-06 12:56:01 -0700 (Sun, 06 May 2007) | 1 line
Changed paths:
- M /trunk/plugins/docsis/Makefile.am
- M /trunk/plugins/docsis/Makefile.nmake
- A /trunk/plugins/docsis/moduleinfo.nmake
- A /trunk/plugins/docsis/plugin.rc.in
+ M /trunk/asn1/Makefile.nmake
+ A /trunk/asn1/mpeg/Makefile.nmake
-Add Windows version info resource.
+Add mpeg to the Win makefiles.
------------------------------------------------------------------------
-r20160 | jake | 2006-12-19 14:24:16 -0800 (Tue, 19 Dec 2006) | 1 line
+r21703 | etxrab | 2007-05-06 13:02:26 -0700 (Sun, 06 May 2007) | 1 line
Changed paths:
- M /trunk/plugins/enttec/Makefile.am
- M /trunk/plugins/enttec/Makefile.nmake
- A /trunk/plugins/enttec/moduleinfo.nmake
- A /trunk/plugins/enttec/plugin.rc.in
+ M /trunk/asn1/mpeg/Makefile.nmake
-Add Windows version info resource.
+-p not -b :)
------------------------------------------------------------------------
-r20161 | jake | 2006-12-19 14:24:40 -0800 (Tue, 19 Dec 2006) | 1 line
+r21704 | etxrab | 2007-05-06 14:41:06 -0700 (Sun, 06 May 2007) | 1 line
Changed paths:
- M /trunk/plugins/gryphon/Makefile.am
- M /trunk/plugins/gryphon/Makefile.nmake
- A /trunk/plugins/gryphon/moduleinfo.nmake
- A /trunk/plugins/gryphon/plugin.rc.in
+ M /trunk/asn1/Makefile.nmake
-Add Windows version info resource.
+Ad missing pkcs12.
------------------------------------------------------------------------
-r20162 | jake | 2006-12-19 14:25:09 -0800 (Tue, 19 Dec 2006) | 1 line
+r21705 | etxrab | 2007-05-06 15:34:05 -0700 (Sun, 06 May 2007) | 1 line
Changed paths:
- M /trunk/plugins/irda/Makefile.am
- M /trunk/plugins/irda/Makefile.nmake
- A /trunk/plugins/irda/moduleinfo.nmake
- A /trunk/plugins/irda/plugin.rc.in
+ M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
+ M /trunk/asn1/inap/packet-inap-template.c
+ M /trunk/asn1/mpeg/mpeg-audio-exp.cnf
+ M /trunk/asn1/mpeg/mpeg-pes-exp.cnf
+ M /trunk/asn1/pkcs12/Makefile.nmake
+ M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+ M /trunk/asn1/pkinit/packet-pkinit-template.c
+ M /trunk/asn1/pkinit/packet-pkinit-template.h
+ M /trunk/asn1/spnego/packet-spnego-template.c
+ M /trunk/epan/asn1.h
+ M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+ M /trunk/epan/dissectors/packet-acp133.c
+ M /trunk/epan/dissectors/packet-acse.c
+ M /trunk/epan/dissectors/packet-ansi_map.c
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-ber.h
+ M /trunk/epan/dissectors/packet-camel.c
+ M /trunk/epan/dissectors/packet-cdt.c
+ M /trunk/epan/dissectors/packet-cmip.c
+ M /trunk/epan/dissectors/packet-cmp.c
+ M /trunk/epan/dissectors/packet-cms.c
+ M /trunk/epan/dissectors/packet-crmf.c
+ M /trunk/epan/dissectors/packet-dap.c
+ M /trunk/epan/dissectors/packet-dcerpc-krb5rpc.c
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.h
+ M /trunk/epan/dissectors/packet-disp.c
+ M /trunk/epan/dissectors/packet-dop.c
+ M /trunk/epan/dissectors/packet-dsp.c
+ M /trunk/epan/dissectors/packet-ess.c
+ M /trunk/epan/dissectors/packet-ftam.c
+ M /trunk/epan/dissectors/packet-ftbp.c
+ M /trunk/epan/dissectors/packet-gnm.c
+ M /trunk/epan/dissectors/packet-gsm_a.c
+ M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/epan/dissectors/packet-gsm_ss.c
+ M /trunk/epan/dissectors/packet-inap.c
+ M /trunk/epan/dissectors/packet-kerberos.c
+ M /trunk/epan/dissectors/packet-kerberos.h
+ M /trunk/epan/dissectors/packet-kink.c
+ M /trunk/epan/dissectors/packet-kpasswd.c
+ M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/epan/dissectors/packet-logotypecertextn.c
+ M /trunk/epan/dissectors/packet-mms.c
+ M /trunk/epan/dissectors/packet-mpeg-audio.c
+ M /trunk/epan/dissectors/packet-mpeg-pes.c
+ M /trunk/epan/dissectors/packet-ocsp.c
+ M /trunk/epan/dissectors/packet-pkcs1.c
+ M /trunk/epan/dissectors/packet-pkcs12.c
+ M /trunk/epan/dissectors/packet-pkcs12.h
+ M /trunk/epan/dissectors/packet-pkinit.c
+ M /trunk/epan/dissectors/packet-pkinit.h
+ M /trunk/epan/dissectors/packet-pkix1explicit.c
+ M /trunk/epan/dissectors/packet-pkix1implicit.c
+ M /trunk/epan/dissectors/packet-pkixproxy.c
+ M /trunk/epan/dissectors/packet-pkixqualified.c
+ M /trunk/epan/dissectors/packet-pkixtsp.c
+ M /trunk/epan/dissectors/packet-pktc.c
+ M /trunk/epan/dissectors/packet-pres.c
+ M /trunk/epan/dissectors/packet-q932-ros.c
+ M /trunk/epan/dissectors/packet-q932.c
+ M /trunk/epan/dissectors/packet-qsig.c
+ M /trunk/epan/dissectors/packet-ros.c
+ M /trunk/epan/dissectors/packet-rtse.c
+ M /trunk/epan/dissectors/packet-s4406.c
+ M /trunk/epan/dissectors/packet-smrse.c
+ M /trunk/epan/dissectors/packet-snmp.c
+ M /trunk/epan/dissectors/packet-spnego.c
+ M /trunk/epan/dissectors/packet-tcap.c
+ M /trunk/epan/dissectors/packet-telnet.c
+ M /trunk/epan/dissectors/packet-wlancertextn.c
+ M /trunk/epan/dissectors/packet-x411.c
+ M /trunk/epan/dissectors/packet-x420.c
+ M /trunk/epan/dissectors/packet-x509af.c
+ M /trunk/epan/dissectors/packet-x509ce.c
+ M /trunk/epan/dissectors/packet-x509if.c
+ M /trunk/epan/dissectors/packet-x509sat.c
+ M /trunk/plugins/asn1/asn1.h
+ M /trunk/plugins/asn1/packet-asn1.c
+ M /trunk/tools/asn2wrs.py
-Add Windows version info resource.
+Start introducing actx to ber functions.
------------------------------------------------------------------------
-r20163 | jake | 2006-12-19 14:25:24 -0800 (Tue, 19 Dec 2006) | 1 line
+r21706 | etxrab | 2007-05-06 22:35:45 -0700 (Sun, 06 May 2007) | 1 line
Changed paths:
- M /trunk/plugins/lwres/Makefile.am
- M /trunk/plugins/lwres/Makefile.nmake
- A /trunk/plugins/lwres/moduleinfo.nmake
- A /trunk/plugins/lwres/plugin.rc.in
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-h248.c
-Add Windows version info resource.
+_U_ mark some parameters and a forgotten file.
------------------------------------------------------------------------
-r20164 | jake | 2006-12-19 14:26:06 -0800 (Tue, 19 Dec 2006) | 1 line
+r21707 | sahlberg | 2007-05-06 23:17:58 -0700 (Sun, 06 May 2007) | 7 lines
Changed paths:
- M /trunk/plugins/megaco/Makefile.am
- M /trunk/plugins/megaco/Makefile.nmake
- A /trunk/plugins/megaco/moduleinfo.nmake
- A /trunk/plugins/megaco/plugin.rc.in
+ M /trunk/wiretap/wtap-plugins.c
+
+GTK1 does not have GDir and as such needs to include dirent.h
+
+Since wiretap.h is not autogenerated, just make wtap-plugins.h include
+the top level config.h to pull in the defines for HAVE_DIRENT which was
+checked at top level
+
-Add Windows version info resource.
------------------------------------------------------------------------
-r20165 | jake | 2006-12-19 14:26:27 -0800 (Tue, 19 Dec 2006) | 1 line
+r21708 | sahlberg | 2007-05-06 23:26:39 -0700 (Sun, 06 May 2007) | 6 lines
Changed paths:
- M /trunk/plugins/mgcp/Makefile.am
- M /trunk/plugins/mgcp/Makefile.nmake
- A /trunk/plugins/mgcp/moduleinfo.nmake
- A /trunk/plugins/mgcp/plugin.rc.in
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.h
+
+there were missing #defines in the header file that prevented it from
+compiling properly
+
+update the headerfile from a freshly generated one from pidl
+
-Add Windows version info resource.
------------------------------------------------------------------------
-r20166 | etxrab | 2006-12-19 14:26:41 -0800 (Tue, 19 Dec 2006) | 1 line
+r21709 | sahlberg | 2007-05-07 00:23:38 -0700 (Mon, 07 May 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ip.h
- M /trunk/epan/libwireshark.def
- M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/configure.in
+
+there was a syntax error introduced in this file which made it
+impossible to configure and build wireshark under gtk1
+
-Correct a problem with media parameter dissection and add inforamtion about a number of packages.
------------------------------------------------------------------------
-r20167 | jake | 2006-12-19 14:26:43 -0800 (Tue, 19 Dec 2006) | 1 line
+r21710 | sahlberg | 2007-05-07 00:33:26 -0700 (Mon, 07 May 2007) | 2 lines
Changed paths:
- M /trunk/plugins/opsi/Makefile.am
- M /trunk/plugins/opsi/Makefile.nmake
- A /trunk/plugins/opsi/moduleinfo.nmake
- A /trunk/plugins/opsi/plugin.rc.in
+ M /trunk/wiretap/wtap-plugins.c
+
+new attempt to resolve recent breakage
-Add Windows version info resource.
------------------------------------------------------------------------
-r20168 | jake | 2006-12-19 14:27:01 -0800 (Tue, 19 Dec 2006) | 1 line
+r21711 | sahlberg | 2007-05-07 00:41:35 -0700 (Mon, 07 May 2007) | 4 lines
Changed paths:
- M /trunk/plugins/pcli/Makefile.am
- M /trunk/plugins/pcli/Makefile.nmake
- A /trunk/plugins/pcli/moduleinfo.nmake
- A /trunk/plugins/pcli/plugin.rc.in
+ M /trunk/epan/dissectors/packet-smb.c
+ M /trunk/epan/dissectors/packet-smb2.c
+ M /trunk/epan/dissectors/packet-smb2.h
+
+remove the ioctl function and table from the smb dissector and just use
+the one in smb2 instead since the smb2 one is more developed.
+
-Add Windows version info resource.
------------------------------------------------------------------------
-r20169 | jake | 2006-12-19 14:27:15 -0800 (Tue, 19 Dec 2006) | 1 line
+r21712 | sahlberg | 2007-05-07 01:11:59 -0700 (Mon, 07 May 2007) | 6 lines
Changed paths:
- M /trunk/plugins/profinet/Makefile.am
- M /trunk/plugins/profinet/Makefile.nmake
- A /trunk/plugins/profinet/moduleinfo.nmake
- A /trunk/plugins/profinet/plugin.rc.in
+ M /trunk/epan/dissectors/packet-smb.c
+ M /trunk/epan/dissectors/packet-smb2.c
+ M /trunk/epan/dissectors/packet-smb2.h
+
+change the smb2 ioctl function to take a pointer to a uint32 (ioctl
+function code) instead of a structure
+
+extend the nt trans structure to contain a ioctl function code for smb1
+
-Add Windows version info resource.
------------------------------------------------------------------------
-r20170 | jake | 2006-12-19 14:27:31 -0800 (Tue, 19 Dec 2006) | 1 line
+r21713 | sahlberg | 2007-05-07 02:07:29 -0700 (Mon, 07 May 2007) | 4 lines
Changed paths:
- M /trunk/plugins/rlm/Makefile.am
- M /trunk/plugins/rlm/Makefile.nmake
- A /trunk/plugins/rlm/moduleinfo.nmake
- A /trunk/plugins/rlm/plugin.rc.in
+ M /trunk/epan/dissectors/packet-smb.c
+ M /trunk/epan/dissectors/packet-smb.h
+ M /trunk/epan/dissectors/packet-smb2.c
+ M /trunk/epan/dissectors/packet-smb2.h
+
+add dissection of smb1 ioctl data by tying it into the dissectors for
+ioctl data that already exists for smb2
+
-Add Windows version info resource.
------------------------------------------------------------------------
-r20171 | jake | 2006-12-19 14:27:45 -0800 (Tue, 19 Dec 2006) | 1 line
+r21714 | kukosa | 2007-05-07 04:25:21 -0700 (Mon, 07 May 2007) | 1 line
Changed paths:
- M /trunk/plugins/rtnet/Makefile.am
- M /trunk/plugins/rtnet/Makefile.nmake
- A /trunk/plugins/rtnet/moduleinfo.nmake
- A /trunk/plugins/rtnet/plugin.rc.in
+ M /trunk/epan/asn1.h
+ M /trunk/epan/dissectors/packet-per.c
-Add Windows version info resource.
+changes in external structure of asn1_ctx_t
------------------------------------------------------------------------
-r20172 | jake | 2006-12-19 14:28:03 -0800 (Tue, 19 Dec 2006) | 1 line
+r21715 | kukosa | 2007-05-07 05:59:31 -0700 (Mon, 07 May 2007) | 5 lines
Changed paths:
- M /trunk/plugins/rudp/Makefile.am
- M /trunk/plugins/rudp/Makefile.nmake
- A /trunk/plugins/rudp/moduleinfo.nmake
- A /trunk/plugins/rudp/plugin.rc.in
+ M /trunk/asn1/h235/h235-exp.cnf
+ M /trunk/asn1/h235/h235.cnf
+ M /trunk/asn1/h450/packet-h450-template.c
+ M /trunk/asn1/qsig/qsig-cf.asn
+ M /trunk/asn1/qsig/qsig-gf-ext.asn
+ M /trunk/asn1/qsig/qsig-na.asn
+ M /trunk/asn1/qsig/qsig.cnf
+ M /trunk/epan/dissectors/packet-h225.c
+ M /trunk/epan/dissectors/packet-h235.c
+ M /trunk/epan/dissectors/packet-h235.h
+ M /trunk/epan/dissectors/packet-h450.c
+ M /trunk/epan/dissectors/packet-qsig.c
+ M /trunk/tools/asn2wrs.py
-Add Windows version info resource.
+- simple Information Objects support
+ - all definitions in ASN.1 source are skipped and need not to be commented out
+ - #.CLASS directive can define types for Object Class Fields
+- do not append 'xxx' postfix to parametrized types (changes H.235 and H.450 in accordance with it)
+- change QSIG ASN.1 source to be more identical to original one
------------------------------------------------------------------------
-r20173 | etxrab | 2006-12-19 14:28:20 -0800 (Tue, 19 Dec 2006) | 1 line
+r21716 | gal | 2007-05-07 10:55:42 -0700 (Mon, 07 May 2007) | 6 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/dftest.c
+ M /trunk/epan/epan.c
+ M /trunk/epan/epan.h
+ M /trunk/epan/libwireshark.def
+ M /trunk/epan/proto.c
+ M /trunk/epan/proto.h
+ M /trunk/gtk/about_dlg.c
+ M /trunk/gtk/about_dlg.h
+ M /trunk/gtk/main.c
+ M /trunk/register.h
+ M /trunk/tools/make-dissector-reg
+ M /trunk/tools/make-dissector-reg.py
+ M /trunk/tshark.c
+
+Updated splash screen for Wireshark that shows the initialisation progress.
+The splash screen shows a progress bar and a percentage complete - like the progress dialog.
+As dissectors are initialised and handed off the name is shown. However, the names of plugin dissectors are not shown.
+The update to the make-dissector-reg shell script has been tested, though I think generally the python version is used.
+
-Remove an unused variable.
------------------------------------------------------------------------
-r20174 | jake | 2006-12-19 14:28:22 -0800 (Tue, 19 Dec 2006) | 1 line
+r21717 | sahlberg | 2007-05-07 11:35:28 -0700 (Mon, 07 May 2007) | 6 lines
Changed paths:
- A /trunk/plugins/sbus/COPYING
- M /trunk/plugins/sbus/Makefile.am
- M /trunk/plugins/sbus/Makefile.nmake
- A /trunk/plugins/sbus/moduleinfo.nmake
- A /trunk/plugins/sbus/plugin.rc.in
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+ M /trunk/epan/dissectors/pidl/winreg.cnf
+
+using latest version of pidl, which includes the required pragmas and
+which also handles TYPE and PARAM_VALUE for strings, regenerate winreg
+after using hte conformance file to prettify how and where strings are
+to be used to decorate the summary line and the dissection tree
+
-Add Windows version info resource.
------------------------------------------------------------------------
-r20175 | jake | 2006-12-19 14:28:41 -0800 (Tue, 19 Dec 2006) | 1 line
+r21718 | gal | 2007-05-07 12:02:27 -0700 (Mon, 07 May 2007) | 3 lines
Changed paths:
- M /trunk/plugins/v5ua/Makefile.am
- M /trunk/plugins/v5ua/Makefile.nmake
- A /trunk/plugins/v5ua/moduleinfo.nmake
- A /trunk/plugins/v5ua/plugin.rc.in
+ M /trunk/gtk/about_dlg.c
+
+Missing string.h for strncmp.
+
-Add Windows version info resource.
------------------------------------------------------------------------
-r20176 | jake | 2006-12-19 14:30:38 -0800 (Tue, 19 Dec 2006) | 1 line
+r21719 | sahlberg | 2007-05-07 12:21:37 -0700 (Mon, 07 May 2007) | 11 lines
Changed paths:
- M /trunk/plugins/mate/Makefile.common
- M /trunk/plugins/mate/moduleinfo.nmake
- M /trunk/plugins/mate/plugin.rc.in
+ M /trunk/epan/dissectors/packet-dcerpc-nt.c
+
+when creating a policy handle, use the string stored in dcv if
+available as the name of the handle
+
+This means we can show policy handles like
+OpenKey(/a/b/c/d)
+instead of
+OpenKey(<...>)
+
+
+
-Set the right properties on the files.
------------------------------------------------------------------------
-r20177 | ulfl | 2006-12-19 14:44:35 -0800 (Tue, 19 Dec 2006) | 1 line
+r21720 | sahlberg | 2007-05-07 12:23:59 -0700 (Mon, 07 May 2007) | 8 lines
Changed paths:
- M /trunk/plugins/profinet/ChangeLog
- M /trunk/plugins/profinet/moduleinfo.h
+ M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+ M /trunk/epan/dissectors/pidl/winreg.cnf
+
+update the conformance file for winreg to specify that the string for
+OpenKey keynames should be saved/stored in the dcv structure.
+
+this now makes all policy handles generated by the OpenKey function show
+OpenKey(/path/keyname)
+for all such policyhandles
+
-raise plugin version, as I've done some small but important changes
------------------------------------------------------------------------
-r20178 | jake | 2006-12-20 02:07:20 -0800 (Wed, 20 Dec 2006) | 2 lines
+r21721 | gerald | 2007-05-07 14:57:05 -0700 (Mon, 07 May 2007) | 11 lines
Changed paths:
- M /trunk/plugins/profinet/moduleinfo.nmake
+ M /trunk/epan/dissectors/packet-ieee80211.c
-Bump micro version number, like in moduleinfo.h
+Bug fixes and cleanup from Dustin Johnson and myself:
+
+ - Remove unused hf_block_ack_ssc code.
+ - Fix +HTC detection and frame length calculation.
+ - Fix Channel Width dissection.
+ - Fix Primary Channel dissection.
+ - Tweak the TID field width.
+ - Display the Block Ack Buffer Size as decimal.
+ - Display the SSC fragment and sequence numbers as decimal.
+ - Fix the spelling of "recommended".
------------------------------------------------------------------------
-r20179 | sahlberg | 2006-12-20 03:57:31 -0800 (Wed, 20 Dec 2006) | 8 lines
+r21722 | sahlberg | 2007-05-07 17:04:51 -0700 (Mon, 07 May 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tcp.c
+ M /trunk/epan/dissectors/packet-dcerpc.c
+ M /trunk/epan/dissectors/packet-dcerpc.h
+
+update PIDL_dissect_cvstring so that it can be used in a future pidl to
+prettify strings
-Enhance tcp reassembly of the flavor "reassemble one more segment" work properly
-for the quite unusual case when we need to do this multiple times in a row for the same PDU.
-This fixes the issue reported by Xiaoguang Liu on the mailinglist
-where wireshark did not manage to properly reassemble a big HTTP header spanning several (more than two) tcp segments.
+------------------------------------------------------------------------
+r21723 | sahlberg | 2007-05-07 20:30:14 -0700 (Mon, 07 May 2007) | 4 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
+prettify wkssvc dissection using the conformance file and generate the
+dissector again using a new version of pidl
------------------------------------------------------------------------
-r20180 | jake | 2006-12-20 08:24:19 -0800 (Wed, 20 Dec 2006) | 2 lines
+r21724 | gerald | 2007-05-08 09:18:59 -0700 (Tue, 08 May 2007) | 2 lines
Changed paths:
- M /trunk/doc/README.plugins
+ M /trunk/epan/dissectors/packet-sctp.c
-Updated to describe the current state of plugin development.
+Add NULL dereference checks. Fixes Coverity CID 241.
------------------------------------------------------------------------
-r20181 | jmayer | 2006-12-20 13:41:19 -0800 (Wed, 20 Dec 2006) | 1 line
+r21725 | jmayer | 2007-05-08 10:12:59 -0700 (Tue, 08 May 2007) | 1 line
Changed paths:
- M /trunk/asn1/snmp
+ M /trunk/wiretap/wtap-plugins.c
-Set svn:ignore
+propset...
------------------------------------------------------------------------
-r20182 | sfisher | 2006-12-20 22:41:11 -0800 (Wed, 20 Dec 2006) | 11 lines
+r21726 | martinm | 2007-05-08 10:13:14 -0700 (Tue, 08 May 2007) | 21 lines
Changed paths:
- M /trunk/epan/dissectors/packet-netflow.c
+ M /trunk/epan/dissectors/packet-k12.c
+ M /trunk/epan/dissectors/packet-umts_fp.c
+ M /trunk/epan/dissectors/packet-umts_fp.h
+From Kriang Lerdsuwanakij:
-From Motonori Shindo:
+This patch adds the handling of Spare Extension bytes
+to UMTS Frame Protocol. It also handles the case when
+the presence of CRC in dedicated channels is not known
+(i.e. when FP from a K12/K15 log is dissected).
-As per NetFlow V9 protocol, Template ID is guaranteed to be unique per
-Observation Domain (identified by Source ID) and the Exporter
-(identified by the source IP address of NetFlow PDU).
+The new functionality is placed in the new function
+"dissect_spare_extension_and_crc". The "dch_crc_present"
+field inside "struct fp_info" (file packet-umts_fp.h)
+is also extended to handle the case of unknown CRC presence.
-The former code was ignoring these information for simplicity, but
-noticing such a necessity.
+Much of other changes is to update "offset" variable and
+return it so that the location of Spare Extension and CRC
+is available.
+The patch also include a small tweak to handle Frame
+Protocol information saved from K15. Some fields appear
+8 bytes later compared to K12. The changes are in the file
+packet-k12.c.
------------------------------------------------------------------------
-r20183 | martinm | 2006-12-21 09:05:42 -0800 (Thu, 21 Dec 2006) | 4 lines
+r21727 | martinm | 2007-05-08 10:17:51 -0700 (Tue, 08 May 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-rtcp.c
+ M /trunk/epan/tvbuff.c
-TBCP changes:
-- Fix 'ignored' flag that wasn't wide enough to take result
-- Use FP_UINT_STRING in a couple of places
+Fix proto_tree_add_bits_ret_val() (as now used by FP dissector).
+Note that FP uses this function in a limited way, but this fixes problems seen.
------------------------------------------------------------------------
-r20184 | martinm | 2006-12-21 10:00:07 -0800 (Thu, 21 Dec 2006) | 2 lines
+r21728 | martinm | 2007-05-08 10:19:18 -0700 (Tue, 08 May 2007) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-catapult-dct2000.c
-Add a generated field for how many data bytes are accepted by subdissector
+Use new 'unknown' value for dch_crc_present for EDCH channels.
------------------------------------------------------------------------
-r20185 | guy | 2006-12-21 13:09:39 -0800 (Thu, 21 Dec 2006) | 3 lines
+r21729 | jmayer | 2007-05-08 10:39:28 -0700 (Tue, 08 May 2007) | 26 lines
Changed paths:
- M /trunk/AUTHORS
+ M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
+ M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-Steve Sommars wanted his work e-mail address removed and his home
-address's entry removed.
+Update from samba tree revision 22657 to 22761
+============================ Samba log start ============
+------------------------------------------------------------------------
+r22667 | metze | 2007-05-04 12:44:41 +0200 (Fri, 04 May 2007) | 3 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+
+revert revision 22640 as it breaks nested structs in idl
+metze
------------------------------------------------------------------------
-r20186 | jake | 2006-12-21 14:01:09 -0800 (Thu, 21 Dec 2006) | 3 lines
+r22741 | jelmer | 2007-05-07 14:31:42 +0200 (Mon, 07 May 2007) | 1 line
Changed paths:
- M /trunk/gtk/capture_dlg.c
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-From Florent Drouin:
-Here is a patch for Bug 771.
-It solves the problem of datalink header selection, when the interface has more than one.
+Add MSVC-specific pragma's for Wireshark. Patch from Ronnie.
+------------------------------------------------------------------------
+r22742 | jelmer | 2007-05-07 14:41:23 +0200 (Mon, 07 May 2007) | 1 line
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+
+Fix tests.
+------------------------------------------------------------------------
------------------------------------------------------------------------
-r20187 | jake | 2006-12-21 14:13:30 -0800 (Thu, 21 Dec 2006) | 3 lines
+============================ Samba log end ==============
+
+------------------------------------------------------------------------
+r21730 | sfisher | 2007-05-08 12:11:33 -0700 (Tue, 08 May 2007) | 16 lines
Changed paths:
- M /trunk/epan/dissectors/packet-sflow.c
+ M /trunk/epan/dissectors/packet-fw1.c
+
+
+Fix for bug #1532 -
+
+From Kenneth Golomb:
+
+Fixes two issues:
+1) interface_name is allocated iface_len+1 bytes but a buffer length of iface
+len is passed in when the string is copied. This truncates the string to 9
+characters if the interface_name is 10 characters long.
+
+2) interface_name added to tree with proto_tree_add_string_format and is
+missing the initial value parameter when called. Even if this is added the
+field can not be filtered on. Adding the field with proto_tree_add_item fixes
+both the tree display and the filtering issues.
-From Taisuke SASAKI:
-I found a misdecoding in dissect_sflow_extended_switch() in epan/dissector/packet-sflow.c and fixed it.
------------------------------------------------------------------------
-r20188 | etxrab | 2006-12-21 14:15:34 -0800 (Thu, 21 Dec 2006) | 1 line
+r21731 | sfisher | 2007-05-08 12:33:24 -0700 (Tue, 08 May 2007) | 15 lines
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.nmake
- M /trunk/tools/win32-setup.sh
+ M /trunk/epan/dissectors/packet-pana.c
+
+
+From Victor Fajardo:
+
+The packet-pana.c dissector I have submitted previously [SVN rev 21447]
+had a minor issue. The following are the fixes:
+
+Change packet-pana.c, Line 823:
+
+ { "Ping","pana.flags.e",
+
+to:
+
+ { "Error","pana.flags.e",
+
-Update to use gtk 2.10.6 and friends.
------------------------------------------------------------------------
-r20189 | jake | 2006-12-21 14:24:33 -0800 (Thu, 21 Dec 2006) | 4 lines
+r21732 | jake | 2007-05-08 15:25:03 -0700 (Tue, 08 May 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-q931.c
+ M /trunk/epan/dissectors/packet-ipv6.c
+
+Fix for bug 1103:
+1. in dissect_routing6() if (rt.ip6r_type == 2) set pinfo->dst to the Home Address.
+2. dissect_mipv6_hoa() set the pinfo->src to the Home Address.
+------------------------------------------------------------------------
+r21733 | guy | 2007-05-08 20:50:58 -0700 (Tue, 08 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-umts_fp.c
-From Alfred Alinazar:
-The patch is to dissect unknown information element when an Avaya PBX
-use codeset = 6 to send display.
+Unless I've missed something, the number of subframes can be as many as
+16 (4 bits, 0-origin, so that's 15 + 1 as the maximum).
------------------------------------------------------------------------
-r20190 | wmeier | 2006-12-21 16:38:53 -0800 (Thu, 21 Dec 2006) | 2 lines
+r21734 | ulfl | 2007-05-08 23:32:52 -0700 (Tue, 08 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/Makefile.nmake
+
+fix manifest error: for dll's mt.exe must be given ;2
+------------------------------------------------------------------------
+r21735 | ulfl | 2007-05-08 23:33:22 -0700 (Tue, 08 May 2007) | 1 line
+Changed paths:
+ M /trunk/wiretap/Makefile.nmake
+
+fix manifest error: for dll's mt.exe must be given ;2
+------------------------------------------------------------------------
+r21736 | ulfl | 2007-05-08 23:35:13 -0700 (Tue, 08 May 2007) | 1 line
Changed paths:
M /trunk/Makefile.nmake
-use 'rm -rf' so no error if directory already deleted (by 'clean_setup')
+fix manifest dll error
+------------------------------------------------------------------------
+r21737 | grahamb | 2007-05-09 02:33:44 -0700 (Wed, 09 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-umts_fp.c
+Cast values to correct sizes for number of bits to squelch Win32 warnings
------------------------------------------------------------------------
-r20191 | wmeier | 2006-12-21 20:46:26 -0800 (Thu, 21 Dec 2006) | 4 lines
+r21738 | jake | 2007-05-09 15:27:39 -0700 (Wed, 09 May 2007) | 2 lines
Changed paths:
- M /trunk/test/suite-capture.sh
+ M /trunk/epan/dissectors/packet-ip.c
+
+Fix for bug 1497.
+Set DSCP_VALUE column info without tree to support export operations.
+------------------------------------------------------------------------
+r21739 | sahlberg | 2007-05-09 19:34:06 -0700 (Wed, 09 May 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb-pipe.c
+ M /trunk/epan/dissectors/packet-smb.c
+ M /trunk/epan/dissectors/packet-smb.h
+
+prettify dissection of FIDs,
+put the filename, if known, on the fid expansion line
+
+also place a "generated" fid in failed ntcreateandx so it is easier to
+quickly see which file the ntcreateandx failed for
-Add additional output to try to find out why the "capture 10
-packets" test fails during the run-tests step of the
-buildbot windows build ...
------------------------------------------------------------------------
-r20192 | lego | 2006-12-21 21:48:57 -0800 (Thu, 21 Dec 2006) | 7 lines
+r21740 | martinm | 2007-05-10 03:56:36 -0700 (Thu, 10 May 2007) | 2 lines
Changed paths:
- M /trunk/epan/wslua
- M /trunk/epan/wslua/init_wslua.c
- M /trunk/epan/wslua/make-doc.pl
- M /trunk/epan/wslua/taps
- M /trunk/epan/wslua/wslua_proto.c
- M /trunk/epan/wslua/wslua_tvb.c
+ M /trunk/epan/dissectors/packet-dhcpv6.c
-- Fix the name of the disable_lua variable.
-== improve documentation
- make-doc.pl ( make doc ) generates an almost complete reference manual.
+Make dhcpv6 findable by name.
+------------------------------------------------------------------------
+r21741 | martinm | 2007-05-10 08:29:38 -0700 (Thu, 10 May 2007) | 2 lines
+Changed paths:
+ M /trunk/wiretap/catapult_dct2000.c
+
+mipv6 -> ip
+------------------------------------------------------------------------
+r21742 | martinm | 2007-05-10 09:49:00 -0700 (Thu, 10 May 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-sigcomp.c
+- show NACK summary in info column
+- calculated and show compression ratio achieved
+- show some fields as being generated
------------------------------------------------------------------------
-r20193 | lego | 2006-12-21 21:54:12 -0800 (Thu, 21 Dec 2006) | 3 lines
+r21743 | sahlberg | 2007-05-10 13:53:35 -0700 (Thu, 10 May 2007) | 6 lines
Changed paths:
- M /trunk/epan/wslua/wslua_tvb.c
+ M /trunk/epan/dissectors/packet-smb.c
+ M /trunk/epan/dissectors/packet-smb.h
+
+add more tracking of FID properties
-fix a typo.
+track create_flags, access_mask, file_attributes, share_access and
+create options for all FIDs
------------------------------------------------------------------------
-r20194 | sahlberg | 2006-12-22 00:35:43 -0800 (Fri, 22 Dec 2006) | 15 lines
+r21744 | gerald | 2007-05-10 15:30:29 -0700 (Thu, 10 May 2007) | 6 lines
Changed paths:
- M /trunk/epan/dfilter/dfvm.c
- M /trunk/epan/ftypes/ftype-ipv4.c
- M /trunk/epan/ftypes/ftype-string.c
- M /trunk/epan/ftypes/ftypes.c
- M /trunk/epan/ftypes/ftypes.h
- M /trunk/epan/libwireshark.def
- M /trunk/epan/proto.c
- M /trunk/gtk/dfilter_expr_dlg.c
+ M /trunk/gtk/capture_info_dlg.c
-change some slab allocated memory into ep/emem allocated structures instead.
+On slow displays (such as RDP sessions), it looks like the "update"
+callback routines might get called before we're ready for them.
+Add checks to handle this.
-this primarily removes code and simplifies (==eliminates) the need to track the data that is allocated and should potentially be slightly faster than a slab allocator.
-however these functions are called A LOT so there might be a performance hit when using emem with full debugging canary values and all the bells and whistles activated.
+Fixup whitespace.
+------------------------------------------------------------------------
+r21745 | sahlberg | 2007-05-10 20:02:38 -0700 (Thu, 10 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb.c
-this change also makes any future attempt to parallellize dissection of frames easier if we just make the ep allocator allocate from a threads specific ep pool.
-(something we would have to do anyway to make ep allocations multithreaded)
+make create_options, access_mask and share_access fitlerable
+------------------------------------------------------------------------
+r21746 | etxrab | 2007-05-10 23:21:18 -0700 (Thu, 10 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-netflow.c
-this works in all my tests so far but needs more test coverage.
+From Andrew Feren:
+This patch collapses start and end time for each flow to a single duration item. The duration item can, of course, be expanded to display the start and end time.
+------------------------------------------------------------------------
+r21747 | jake | 2007-05-10 23:31:22 -0700 (Thu, 10 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-bvlc.c
+Fix for bug 1545.
+Add a preference to support BVLC on non standard UDP port.
+------------------------------------------------------------------------
+r21748 | gerald | 2007-05-11 08:52:13 -0700 (Fri, 11 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+Add separate filters for vendor-specific HT items.
------------------------------------------------------------------------
-r20195 | sahlberg | 2006-12-22 01:01:12 -0800 (Fri, 22 Dec 2006) | 10 lines
+r21749 | gerald | 2007-05-11 15:51:48 -0700 (Fri, 11 May 2007) | 2 lines
Changed paths:
- M /trunk/epan/dfilter/dfvm.c
- M /trunk/epan/ftypes/ftype-ipv4.c
- M /trunk/epan/ftypes/ftype-string.c
- M /trunk/epan/ftypes/ftypes.c
- M /trunk/epan/ftypes/ftypes.h
- M /trunk/epan/libwireshark.def
- M /trunk/epan/proto.c
- M /trunk/gtk/dfilter_expr_dlg.c
+ M /trunk/epan/dissectors/packet-ieee80211.c
-hmm
+implented -> implemented.
-best to revert this for a while.
+------------------------------------------------------------------------
+r21750 | sfisher | 2007-05-11 15:54:54 -0700 (Fri, 11 May 2007) | 4 lines
+Changed paths:
+ M /trunk/tools/win32-setup.sh
+Copy environment variable HTTP_PROXY when set to http_proxy so wget can grab it.
+Also add $Id$ tag
-revert all changes from previous patch.
+------------------------------------------------------------------------
+r21751 | gerald | 2007-05-11 17:01:57 -0700 (Fri, 11 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+Fix a bunch of spelling errors.
+
+------------------------------------------------------------------------
+r21752 | jake | 2007-05-12 12:54:55 -0700 (Sat, 12 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-frame.c
+From bug 1492: Fortify layer name presentation.
+Some code cleanups.
------------------------------------------------------------------------
-r20196 | jake | 2006-12-22 04:53:49 -0800 (Fri, 22 Dec 2006) | 4 lines
+r21753 | etxrab | 2007-05-13 13:58:29 -0700 (Sun, 13 May 2007) | 1 line
Changed paths:
- M /trunk/make-version.pl
+ M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
+ M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
+ M /trunk/asn1/acp133/packet-acp133-template.c
+ M /trunk/asn1/acse/acse.cnf
+ M /trunk/asn1/acse/packet-acse-template.c
+ M /trunk/asn1/ansi_map/ansi_map.cnf
+ M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+ M /trunk/asn1/camel/camel.cnf
+ M /trunk/asn1/camel/packet-camel-template.c
+ M /trunk/asn1/cdt/cdt.cnf
+ M /trunk/asn1/cdt/packet-cdt-template.c
+ M /trunk/asn1/cmip/cmip.cnf
+ M /trunk/asn1/cmip/packet-cmip-template.c
+ M /trunk/asn1/cms/cms.cnf
+ M /trunk/asn1/cms/packet-cms-template.c
+ M /trunk/asn1/dap/dap.cnf
+ M /trunk/asn1/dap/packet-dap-template.c
+ M /trunk/asn1/disp/disp.cnf
+ M /trunk/asn1/disp/packet-disp-template.c
+ M /trunk/asn1/dop/dop.cnf
+ M /trunk/asn1/dop/packet-dop-template.c
+ M /trunk/asn1/dsp/packet-dsp-template.c
+ M /trunk/asn1/ess/ess.cnf
+ M /trunk/asn1/ess/packet-ess-template.c
+ M /trunk/asn1/ftam/ftam.cnf
+ M /trunk/asn1/ftam/packet-ftam-template.c
+ M /trunk/asn1/ftbp/packet-ftbp-template.c
+ M /trunk/asn1/gnm/packet-gnm-template.c
+ M /trunk/asn1/gsm_ss/gsm_ss.cnf
+ M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
+ M /trunk/asn1/gsm_ss/packet-gsm_ss-template.h
+ M /trunk/asn1/gsmmap/gsmmap.cnf
+ M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+ M /trunk/asn1/h248/h248.cnf
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/asn1/inap/inap.asn
+ M /trunk/asn1/inap/inap.cnf
+ M /trunk/asn1/inap/packet-inap-template.c
+ M /trunk/asn1/ldap/ldap.cnf
+ M /trunk/asn1/ldap/packet-ldap-template.c
+ M /trunk/asn1/mms/mms.cnf
+ M /trunk/asn1/mms/packet-mms-template.c
+ M /trunk/asn1/ocsp/ocsp.cnf
+ M /trunk/asn1/ocsp/packet-ocsp-template.c
+ M /trunk/asn1/pkcs1/packet-pkcs1-template.c
+ M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+ M /trunk/asn1/pkcs12/pkcs12.cnf
+ M /trunk/asn1/pkinit/packet-pkinit-template.c
+ M /trunk/asn1/pkinit/packet-pkinit-template.h
+ M /trunk/asn1/pkix1explicit/packet-pkix1explicit-template.c
+ M /trunk/asn1/pkix1explicit/packet-pkix1explicit-template.h
+ M /trunk/asn1/pkix1explicit/pkix1explicit.cnf
+ M /trunk/asn1/pkix1implicit/packet-pkix1implicit-template.c
+ M /trunk/asn1/pkix1implicit/packet-pkix1implicit-template.h
+ M /trunk/asn1/pkixcmp/cmp.cnf
+ M /trunk/asn1/pkixcmp/packet-cmp-template.c
+ M /trunk/asn1/pkixcrmf/crmf.cnf
+ M /trunk/asn1/pkixcrmf/packet-crmf-template.c
+ M /trunk/asn1/pkixproxy/packet-pkixproxy-template.c
+ M /trunk/asn1/pkixqualified/packet-pkixqualified-template.c
+ M /trunk/asn1/pkixqualified/pkixqualified.cnf
+ M /trunk/asn1/pkixtsp/packet-pkixtsp-template.c
+ M /trunk/asn1/pres/packet-pres-template.c
+ M /trunk/asn1/pres/pres.cnf
+ M /trunk/asn1/q932/packet-q932-ros-template.c
+ M /trunk/asn1/q932/packet-q932-template.c
+ M /trunk/asn1/q932/q932-ros.cnf
+ M /trunk/asn1/qsig/packet-qsig-template.c
+ M /trunk/asn1/ros/packet-ros-template.c
+ M /trunk/asn1/ros/ros.cnf
+ M /trunk/asn1/rtse/packet-rtse-template.c
+ M /trunk/asn1/rtse/rtse.cnf
+ M /trunk/asn1/s4406/packet-s4406-template.c
+ M /trunk/asn1/s4406/s4406.cnf
+ M /trunk/asn1/smrse/packet-smrse-template.c
+ M /trunk/asn1/smrse/smrse.cnf
+ M /trunk/asn1/snmp/packet-snmp-template.c
+ M /trunk/asn1/snmp/snmp.cnf
+ M /trunk/asn1/spnego/packet-spnego-template.c
+ M /trunk/asn1/spnego/spnego.cnf
+ M /trunk/asn1/tcap/packet-tcap-template.c
+ M /trunk/asn1/tcap/tcap.cnf
+ M /trunk/asn1/wlancertextn/packet-wlancertextn-template.c
+ M /trunk/asn1/x411/packet-x411-template.c
+ M /trunk/asn1/x411/x411.cnf
+ M /trunk/asn1/x420/packet-x420-template.c
+ M /trunk/asn1/x420/x420.cnf
+ M /trunk/asn1/x509af/packet-x509af-template.c
+ M /trunk/asn1/x509af/x509af.cnf
+ M /trunk/asn1/x509ce/packet-x509ce-template.c
+ M /trunk/asn1/x509ce/x509ce.cnf
+ M /trunk/asn1/x509if/packet-x509if-template.c
+ M /trunk/asn1/x509if/x509if.cnf
+ M /trunk/asn1/x509sat/packet-x509sat-template.c
+ M /trunk/epan/asn1.h
+ M /trunk/epan/camel-persistentdata.c
+ M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+ M /trunk/epan/dissectors/packet-acp133.c
+ M /trunk/epan/dissectors/packet-acse.c
+ M /trunk/epan/dissectors/packet-acse.h
+ M /trunk/epan/dissectors/packet-ansi_map.c
+ M /trunk/epan/dissectors/packet-app-pkix-cert.c
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-ber.h
+ M /trunk/epan/dissectors/packet-camel.c
+ M /trunk/epan/dissectors/packet-cdt.c
+ M /trunk/epan/dissectors/packet-cdt.h
+ M /trunk/epan/dissectors/packet-cmip.c
+ M /trunk/epan/dissectors/packet-cmip.h
+ M /trunk/epan/dissectors/packet-cmp.c
+ M /trunk/epan/dissectors/packet-cmp.h
+ M /trunk/epan/dissectors/packet-cms.c
+ M /trunk/epan/dissectors/packet-cms.h
+ M /trunk/epan/dissectors/packet-crmf.c
+ M /trunk/epan/dissectors/packet-crmf.h
+ M /trunk/epan/dissectors/packet-dap.c
+ M /trunk/epan/dissectors/packet-dap.h
+ M /trunk/epan/dissectors/packet-disp.c
+ M /trunk/epan/dissectors/packet-disp.h
+ M /trunk/epan/dissectors/packet-dmp.c
+ M /trunk/epan/dissectors/packet-dop.c
+ M /trunk/epan/dissectors/packet-dop.h
+ M /trunk/epan/dissectors/packet-dsp.c
+ M /trunk/epan/dissectors/packet-dsp.h
+ M /trunk/epan/dissectors/packet-dtls.c
+ M /trunk/epan/dissectors/packet-ess.c
+ M /trunk/epan/dissectors/packet-ftam.c
+ M /trunk/epan/dissectors/packet-ftam.h
+ M /trunk/epan/dissectors/packet-ftbp.c
+ M /trunk/epan/dissectors/packet-gnm.c
+ M /trunk/epan/dissectors/packet-gsm_a.c
+ M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/epan/dissectors/packet-gsm_map.h
+ M /trunk/epan/dissectors/packet-gsm_ss.c
+ M /trunk/epan/dissectors/packet-gsm_ss.h
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-inap.c
+ M /trunk/epan/dissectors/packet-isakmp.c
+ M /trunk/epan/dissectors/packet-kerberos.c
+ M /trunk/epan/dissectors/packet-kerberos.h
+ M /trunk/epan/dissectors/packet-kpasswd.c
+ M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/epan/dissectors/packet-logotypecertextn.c
+ M /trunk/epan/dissectors/packet-mikey.c
+ M /trunk/epan/dissectors/packet-mms.c
+ M /trunk/epan/dissectors/packet-mms.h
+ M /trunk/epan/dissectors/packet-ns_cert_exts.c
+ M /trunk/epan/dissectors/packet-ocsp.c
+ M /trunk/epan/dissectors/packet-p_mul.c
+ M /trunk/epan/dissectors/packet-pkcs1.c
+ M /trunk/epan/dissectors/packet-pkcs1.h
+ M /trunk/epan/dissectors/packet-pkcs12.c
+ M /trunk/epan/dissectors/packet-pkinit.c
+ M /trunk/epan/dissectors/packet-pkinit.h
+ M /trunk/epan/dissectors/packet-pkix1explicit.c
+ M /trunk/epan/dissectors/packet-pkix1explicit.h
+ M /trunk/epan/dissectors/packet-pkix1implicit.c
+ M /trunk/epan/dissectors/packet-pkix1implicit.h
+ M /trunk/epan/dissectors/packet-pkixproxy.c
+ M /trunk/epan/dissectors/packet-pkixqualified.c
+ M /trunk/epan/dissectors/packet-pkixtsp.c
+ M /trunk/epan/dissectors/packet-pres.c
+ M /trunk/epan/dissectors/packet-q932-ros.c
+ M /trunk/epan/dissectors/packet-q932.c
+ M /trunk/epan/dissectors/packet-q932.h
+ M /trunk/epan/dissectors/packet-qsig.c
+ M /trunk/epan/dissectors/packet-qsig.h
+ M /trunk/epan/dissectors/packet-ros.c
+ M /trunk/epan/dissectors/packet-ros.h
+ M /trunk/epan/dissectors/packet-rtse.c
+ M /trunk/epan/dissectors/packet-rtse.h
+ M /trunk/epan/dissectors/packet-s4406.c
+ M /trunk/epan/dissectors/packet-sccp.c
+ M /trunk/epan/dissectors/packet-smrse.c
+ M /trunk/epan/dissectors/packet-snmp.c
+ M /trunk/epan/dissectors/packet-spnego.c
+ M /trunk/epan/dissectors/packet-ssl.c
+ M /trunk/epan/dissectors/packet-tcap.c
+ M /trunk/epan/dissectors/packet-tcap.h
+ M /trunk/epan/dissectors/packet-uma.c
+ M /trunk/epan/dissectors/packet-wlancertextn.c
+ M /trunk/epan/dissectors/packet-x411.c
+ M /trunk/epan/dissectors/packet-x411.h
+ M /trunk/epan/dissectors/packet-x420.c
+ M /trunk/epan/dissectors/packet-x420.h
+ M /trunk/epan/dissectors/packet-x509af.c
+ M /trunk/epan/dissectors/packet-x509af.h
+ M /trunk/epan/dissectors/packet-x509ce.c
+ M /trunk/epan/dissectors/packet-x509ce.h
+ M /trunk/epan/dissectors/packet-x509if.c
+ M /trunk/epan/dissectors/packet-x509if.h
+ M /trunk/epan/dissectors/packet-x509sat.c
+ M /trunk/epan/dissectors/packet-x509sat.h
+ M /trunk/epan/gcp.h
+ M /trunk/epan/tcap-persistentdata.c
+ M /trunk/gtk/camel_counter.c
+ M /trunk/gtk/camel_srt.c
+ M /trunk/gtk/gsm_map_stat.c
+ M /trunk/gtk/gsm_map_summary.c
+ M /trunk/tap-camelcounter.c
+ M /trunk/tap-camelsrt.c
+ M /trunk/tools/asn2wrs.py
-Fix for bug 1195.
-Add preference svn_client to indicate you want to use 'svn info' i.s.o. ugly directory hack.
-version.conf format more relaxed.
+Second step in introducing asn context to BER dissectors just like in PER.
+------------------------------------------------------------------------
+r21754 | etxrab | 2007-05-13 14:54:45 -0700 (Sun, 13 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-ber.c
+Try to make the buildbot happy.
------------------------------------------------------------------------
-r20197 | wmeier | 2006-12-22 05:00:40 -0800 (Fri, 22 Dec 2006) | 3 lines
+r21755 | etxrab | 2007-05-13 15:01:17 -0700 (Sun, 13 May 2007) | 1 line
Changed paths:
- M /trunk/test/config.sh
- M /trunk/test/suite-capture.sh
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-ber.h
+ M /trunk/tools/asn2wrs.py
+
+actx in ber_external
+------------------------------------------------------------------------
+r21756 | sahlberg | 2007-05-13 15:19:04 -0700 (Sun, 13 May 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-ber.h
+
+replace an incorrect '{' with ';' in the ber header file
+
+change the signature for dissect_ber_external_type() to only provide the
+parameter actx once
-Use interface '1' for the capture tests;
-Add additional error output in case any other problems
------------------------------------------------------------------------
-r20198 | jake | 2006-12-22 06:48:51 -0800 (Fri, 22 Dec 2006) | 3 lines
+r21757 | kukosa | 2007-05-14 06:39:31 -0700 (Mon, 14 May 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-giop.c
+ M /trunk/epan/asn1.c
+ M /trunk/epan/asn1.h
+ M /trunk/epan/dissectors/packet-per.c
+ M /trunk/epan/dissectors/packet-per.h
-Fix for bug 1272.
-Check length remaining before aligning.
+- more variants of dissect_per_open_type_*()
+- move asn1_get_real() to asn1.c/.h
+------------------------------------------------------------------------
+r21758 | kukosa | 2007-05-14 06:46:09 -0700 (Mon, 14 May 2007) | 3 lines
+Changed paths:
+ M /trunk/asn1/Makefile.am
+ M /trunk/asn1/pkcs12/pkcs12.asn
+ M /trunk/epan/dissectors/packet-umts_rrc_ies.c
+ M /trunk/tools/asn2wrs.py
+- support of constraint unions
+- support of FN_VARIANT parameter for OpenType
+- many small changes
------------------------------------------------------------------------
-r20199 | morriss | 2006-12-22 09:23:45 -0800 (Fri, 22 Dec 2006) | 1 line
+r21759 | ulfl | 2007-05-14 06:47:03 -0700 (Mon, 14 May 2007) | 6 lines
Changed paths:
- M /trunk/version_info.c
+ M /trunk/epan/to_str.c
+
+fix a bug found while fuzz testing the opcua dissector:
+MSVC 2005 crashes, if localtime is called with very large numbers (in this case 218939827321) - probably due to changes that time_t is now 64bits long as default
-Take out UCD-SNMP message since we no longer use it
+limit the number given to localtime to a reasonable value
+
+while this isn't a nice fix, I don't see a better way to fix it :-(
------------------------------------------------------------------------
-r20200 | wmeier | 2006-12-22 10:16:22 -0800 (Fri, 22 Dec 2006) | 6 lines
+r21760 | ulfl | 2007-05-14 06:58:54 -0700 (Mon, 14 May 2007) | 2 lines
Changed paths:
- M /trunk/test/suite-capture.sh
+ M /trunk/Makefile.am
+ M /trunk/Makefile.nmake
+ M /trunk/configure.in
+ M /trunk/plugins/Makefile.am
+ M /trunk/plugins/Makefile.nmake
+ A /trunk/plugins/opcua
+ A /trunk/plugins/opcua/AUTHORS
+ A /trunk/plugins/opcua/COPYING
+ A /trunk/plugins/opcua/ChangeLog
+ A /trunk/plugins/opcua/Doxyfile
+ A /trunk/plugins/opcua/Makefile.am
+ A /trunk/plugins/opcua/Makefile.common
+ A /trunk/plugins/opcua/Makefile.nmake
+ A /trunk/plugins/opcua/README
+ A /trunk/plugins/opcua/moduleinfo.h
+ A /trunk/plugins/opcua/opcua.c
+ A /trunk/plugins/opcua/opcua_complextypeparser.c
+ A /trunk/plugins/opcua/opcua_complextypeparser.h
+ A /trunk/plugins/opcua/opcua_enumparser.c
+ A /trunk/plugins/opcua/opcua_enumparser.h
+ A /trunk/plugins/opcua/opcua_hfindeces.c
+ A /trunk/plugins/opcua/opcua_hfindeces.h
+ A /trunk/plugins/opcua/opcua_identifiers.h
+ A /trunk/plugins/opcua/opcua_serviceparser.c
+ A /trunk/plugins/opcua/opcua_serviceparser.h
+ A /trunk/plugins/opcua/opcua_servicetable.c
+ A /trunk/plugins/opcua/opcua_simpletypes.c
+ A /trunk/plugins/opcua/opcua_simpletypes.h
+ A /trunk/plugins/opcua/plugin.c
+ A /trunk/plugins/opcua/ua_application_layer.c
+ A /trunk/plugins/opcua/ua_application_layer.h
+ A /trunk/plugins/opcua/ua_security_layer.c
+ A /trunk/plugins/opcua/ua_security_layer.h
+ A /trunk/plugins/opcua/ua_transport_layer.c
+ A /trunk/plugins/opcua/ua_transport_layer.h
+
+from Gerhard Gappmeier (ascolab):
+new dissector for OPCUA protocol
+------------------------------------------------------------------------
+r21761 | kukosa | 2007-05-14 07:11:43 -0700 (Mon, 14 May 2007) | 4 lines
+Changed paths:
+ M /trunk/asn1/Makefile.am
+ M /trunk/asn1/rnsap/Makefile
+ M /trunk/asn1/rnsap/Makefile.nmake
+ A /trunk/asn1/rnsap/RNSAP-CommonDataTypes.asn
+ A /trunk/asn1/rnsap/RNSAP-Constants.asn
+ A /trunk/asn1/rnsap/RNSAP-Containers.asn
+ A /trunk/asn1/rnsap/RNSAP-IEs.asn
+ A /trunk/asn1/rnsap/RNSAP-PDU-Contents.asn
+ A /trunk/asn1/rnsap/RNSAP-PDU-Descriptions.asn
+ M /trunk/asn1/rnsap/packet-rnsap-template.c
+ D /trunk/asn1/rnsap/rnsap.asn
+ M /trunk/asn1/rnsap/rnsap.cnf
+ A /trunk/asn1/rnsap/rnsap_dummy.asn
+ M /trunk/epan/dissectors/packet-rnsap.c
+ D /trunk/epan/dissectors/packet-rnsap.h
-OK: I think I've fixed most of the problems in
- suite-capture.sh which were causing some
- of tests to fail;
- The stdout tests still tend to fail:
- some issue with flushing the stdout pipe ??
+- RNSAP regenerated from the last specification Release 6 V6.13.0 (2007-03)
+ (original unchanged ASN.1 source could be used because asn2wrs has been improved)
+- IE value switch(){} replaced with dissector table
+ (some switch() and dummy CHOICE still remains but will be removed soon)
+------------------------------------------------------------------------
+r21762 | kukosa | 2007-05-14 07:14:32 -0700 (Mon, 14 May 2007) | 1 line
+Changed paths:
+ D /trunk/asn1/rnsap/packet-rnsap-template.h
+packet-rnsap-template.h is not necessary
------------------------------------------------------------------------
-r20201 | jake | 2006-12-22 12:09:09 -0800 (Fri, 22 Dec 2006) | 2 lines
+r21763 | kukosa | 2007-05-14 07:17:42 -0700 (Mon, 14 May 2007) | 1 line
Changed paths:
- M /trunk/gtk/capture_dlg.c
+ M /trunk/epan/dissectors/packet-per.c
-Make fix for bug 771 compatible with GTK1
+fix packet-per.c:155: warning: 'val_tvb' may be used uninitialized in this function
+------------------------------------------------------------------------
+r21764 | martinm | 2007-05-14 07:23:52 -0700 (Mon, 14 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-sigcomp.c
+
+- give NACK reason codes in hex rather than decimal
+- minor prettifications
------------------------------------------------------------------------
-r20202 | gerald | 2006-12-22 13:01:23 -0800 (Fri, 22 Dec 2006) | 2 lines
+r21765 | kukosa | 2007-05-14 07:27:09 -0700 (Mon, 14 May 2007) | 1 line
Changed paths:
- M /trunk/AUTHORS
+ M /trunk/gtk/h225_counter.c
+ M /trunk/gtk/h225_ras_srt.c
-@ -> [AT]
+missing includes
+------------------------------------------------------------------------
+r21766 | kukosa | 2007-05-14 08:00:08 -0700 (Mon, 14 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.common
+remove packet-rnsap.h which was empty
------------------------------------------------------------------------
-r20203 | sfisher | 2006-12-22 14:15:38 -0800 (Fri, 22 Dec 2006) | 5 lines
+r21767 | ulfl | 2007-05-14 08:08:01 -0700 (Mon, 14 May 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-pppoe.c
+ M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+some minor fixes for the Win32 setup guide:
+- command.com -> cmd.exe
+- reverse the calling of vcvars32 and setenv environment setting scripts (to avoid problems with nmake)
+------------------------------------------------------------------------
+r21768 | kukosa | 2007-05-14 09:53:23 -0700 (Mon, 14 May 2007) | 1 line
+Changed paths:
+ M /trunk/tap-h225counter.c
+ M /trunk/tap-h225rassrt.c
-Report inaccurate PPPoE Session payload length when detected to aid in the
-troubleshooting of malformed packets.
+next missing includes
+------------------------------------------------------------------------
+r21769 | gerald | 2007-05-14 10:01:25 -0700 (Mon, 14 May 2007) | 2 lines
+Changed paths:
+ M /trunk/plugins/opcua/Makefile.nmake
+Quote the path to make-dissector-reg.py.
------------------------------------------------------------------------
-r20204 | gerald | 2006-12-22 16:06:16 -0800 (Fri, 22 Dec 2006) | 2 lines
+r21770 | gerald | 2007-05-14 10:07:34 -0700 (Mon, 14 May 2007) | 2 lines
Changed paths:
M /trunk/Makefile.nmake
- M /trunk/config.nmake
- M /trunk/packaging/nsis/wireshark.nsi
M /trunk/tools/win32-setup.sh
-Update to GNUTLS 1.6.0.
+Update to the latest Win32 libraries.
------------------------------------------------------------------------
-r20205 | sahlberg | 2006-12-22 16:10:49 -0800 (Fri, 22 Dec 2006) | 4 lines
+r21771 | gerald | 2007-05-14 11:27:47 -0700 (Mon, 14 May 2007) | 3 lines
Changed paths:
- M /trunk/epan/ftypes/ftype-ipv4.c
+ M /trunk/epan/dissectors/packet-ieee80211.c
-make ipv4 ftype use cheap ep_ memory isntead of slightly less cheap g_ memory
-for the temporary storage while parsing
+From Dustin Johnson: Fix a couple of spelling errors. Normalize the display
+of A-MPDU and A-MSDU trees.
+------------------------------------------------------------------------
+r21772 | jake | 2007-05-14 13:55:11 -0700 (Mon, 14 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-wsp.c
+Attempt to fix bug 1360.
+Remove calls to tvb_free on subsets, since this seems to upset the tvb administration(!?)
------------------------------------------------------------------------
-r20206 | lego | 2006-12-22 19:45:46 -0800 (Fri, 22 Dec 2006) | 4 lines
+r21773 | etxrab | 2007-05-14 22:49:43 -0700 (Mon, 14 May 2007) | 1 line
Changed paths:
- M /trunk/epan/wslua/console.lua
- M /trunk/epan/wslua/wslua_listener.c
+ M /trunk/asn1/Makefile.nmake
+ M /trunk/asn1/acse/acse.cnf
+ M /trunk/asn1/cmip/cmip.cnf
+ M /trunk/asn1/ftam/ftam.cnf
+ M /trunk/asn1/h248/h248.cnf
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/asn1/inap/inap.cnf
+ M /trunk/asn1/ldap/ldap.cnf
+ M /trunk/asn1/pkix1explicit/pkix1explicit.cnf
+ M /trunk/asn1/rtse/rtse.cnf
+ M /trunk/asn1/snmp/packet-snmp-template.c
+ M /trunk/asn1/snmp/snmp.cnf
+ M /trunk/asn1/spnego/packet-spnego-template.c
+ M /trunk/asn1/spnego/spnego.cnf
+ M /trunk/asn1/tcap/packet-tcap-template.c
+ M /trunk/asn1/tcap/tcap.cnf
+ M /trunk/asn1/x411/x411.cnf
+ M /trunk/asn1/x509if/x509if.cnf
+ M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+ M /trunk/epan/dissectors/packet-acp133.c
+ M /trunk/epan/dissectors/packet-acse.c
+ M /trunk/epan/dissectors/packet-ansi_map.c
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-ber.h
+ M /trunk/epan/dissectors/packet-camel.c
+ M /trunk/epan/dissectors/packet-cdt.c
+ M /trunk/epan/dissectors/packet-cmip.c
+ M /trunk/epan/dissectors/packet-cmp.c
+ M /trunk/epan/dissectors/packet-cms.c
+ M /trunk/epan/dissectors/packet-cops.c
+ M /trunk/epan/dissectors/packet-crmf.c
+ M /trunk/epan/dissectors/packet-dap.c
+ M /trunk/epan/dissectors/packet-disp.c
+ M /trunk/epan/dissectors/packet-dop.c
+ M /trunk/epan/dissectors/packet-dsp.c
+ M /trunk/epan/dissectors/packet-ess.c
+ M /trunk/epan/dissectors/packet-ftam.c
+ M /trunk/epan/dissectors/packet-ftbp.c
+ M /trunk/epan/dissectors/packet-gnm.c
+ M /trunk/epan/dissectors/packet-gsm_a.c
+ M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/epan/dissectors/packet-gsm_ss.c
+ M /trunk/epan/dissectors/packet-gssapi.c
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-h248_3gpp.c
+ M /trunk/epan/dissectors/packet-h248_annex_c.c
+ M /trunk/epan/dissectors/packet-h248_q1950.c
+ M /trunk/epan/dissectors/packet-inap.c
+ M /trunk/epan/dissectors/packet-kerberos.c
+ M /trunk/epan/dissectors/packet-kpasswd.c
+ M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/epan/dissectors/packet-logotypecertextn.c
+ M /trunk/epan/dissectors/packet-mms.c
+ M /trunk/epan/dissectors/packet-ns_cert_exts.c
+ M /trunk/epan/dissectors/packet-ocsp.c
+ M /trunk/epan/dissectors/packet-pkcs1.c
+ M /trunk/epan/dissectors/packet-pkcs12.c
+ M /trunk/epan/dissectors/packet-pkinit.c
+ M /trunk/epan/dissectors/packet-pkix1explicit.c
+ M /trunk/epan/dissectors/packet-pkix1implicit.c
+ M /trunk/epan/dissectors/packet-pkixproxy.c
+ M /trunk/epan/dissectors/packet-pkixqualified.c
+ M /trunk/epan/dissectors/packet-pkixtsp.c
+ M /trunk/epan/dissectors/packet-pres.c
+ M /trunk/epan/dissectors/packet-q932-ros.c
+ M /trunk/epan/dissectors/packet-q932.c
+ M /trunk/epan/dissectors/packet-qsig.c
+ M /trunk/epan/dissectors/packet-ros.c
+ M /trunk/epan/dissectors/packet-rtse.c
+ M /trunk/epan/dissectors/packet-s4406.c
+ M /trunk/epan/dissectors/packet-ses.c
+ M /trunk/epan/dissectors/packet-smrse.c
+ M /trunk/epan/dissectors/packet-snmp.c
+ M /trunk/epan/dissectors/packet-spnego.c
+ M /trunk/epan/dissectors/packet-tcap.c
+ M /trunk/epan/dissectors/packet-wlancertextn.c
+ M /trunk/epan/dissectors/packet-x411.c
+ M /trunk/epan/dissectors/packet-x420.c
+ M /trunk/epan/dissectors/packet-x509af.c
+ M /trunk/epan/dissectors/packet-x509ce.c
+ M /trunk/epan/dissectors/packet-x509if.c
+ M /trunk/epan/dissectors/packet-x509sat.c
+ M /trunk/tools/asn2wrs.py
-- Fix an error in the tap listener callback
-- add some comments to console.lua
+actx in the rest of dissect_ber..()l
+------------------------------------------------------------------------
+r21774 | kukosa | 2007-05-14 23:03:27 -0700 (Mon, 14 May 2007) | 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
+remove obsolete -X command line option of asn2wrs
+------------------------------------------------------------------------
+r21775 | jake | 2007-05-15 00:53:37 -0700 (Tue, 15 May 2007) | 2 lines
+Changed paths:
+ M /trunk/ringbuffer.c
+Fix for bug 1591:
+The 5 digit file number should contain the monotonic increasing file number modulo 100000 to fit the alloted space.
------------------------------------------------------------------------
-r20207 | lego | 2006-12-22 19:52:38 -0800 (Fri, 22 Dec 2006) | 3 lines
+r21776 | sahlberg | 2007-05-15 01:12:10 -0700 (Tue, 15 May 2007) | 3 lines
Changed paths:
- M /trunk/tshark.c
+ M /trunk/epan/dissectors/packet-dcerpc-wkssvc.c
+ M /trunk/epan/dissectors/pidl/wkssvc.cnf
-Have -X options defined before epan_init() gets called.
+prettify the server_name component of NetWkstaTransportEnum
------------------------------------------------------------------------
-r20208 | lego | 2006-12-22 19:53:13 -0800 (Fri, 22 Dec 2006) | 3 lines
+r21777 | kukosa | 2007-05-15 01:15:34 -0700 (Tue, 15 May 2007) | 1 line
Changed paths:
- M /trunk/epan/wslua/wslua_listener.c
+ M /trunk/epan/dissectors/packet-h225.c
+ M /trunk/epan/dissectors/packet-h245.c
+ M /trunk/tools/asn2wrs.py
-get rid of an unused variable.
+support for value range and unions in permitted alphabet
+------------------------------------------------------------------------
+r21778 | kukosa | 2007-05-15 01:26:18 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/Makefile.am
+ M /trunk/asn1/ulp/Makefile
+ M /trunk/asn1/ulp/Makefile.nmake
+ A /trunk/asn1/ulp/SUPL.asn
+ A /trunk/asn1/ulp/ULP-Components.asn
+ M /trunk/asn1/ulp/ULP.asn
+ M /trunk/asn1/ulp/packet-ulp-template.c
+ D /trunk/asn1/ulp/packet-ulp-template.h
+ M /trunk/asn1/ulp/ulp.cnf
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/packet-ulp.c
+ D /trunk/epan/dissectors/packet-ulp.h
+ULP regenerated from OMA UserPlane Location Protocol Candidate Version 1.0 ?\226?\128?\147 22 Jan 2007
+------------------------------------------------------------------------
+r21779 | kukosa | 2007-05-15 01:55:12 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+ M /trunk/tools/asn2wrs.py
+command line option -X for "new BER" CHOICE and SEQUENCE table format (type oriented instead of field oriented)
------------------------------------------------------------------------
-r20209 | sahlberg | 2006-12-23 13:17:32 -0800 (Sat, 23 Dec 2006) | 2 lines
+r21780 | ulfl | 2007-05-15 02:05:53 -0700 (Tue, 15 May 2007) | 2 lines
Changed paths:
- M /trunk/epan/ftypes/ftype-pcre.c
+ M /trunk/plugins/opcua
+ M /trunk/plugins/opcua/AUTHORS
+ M /trunk/plugins/opcua/COPYING
+ M /trunk/plugins/opcua/ChangeLog
+ M /trunk/plugins/opcua/Doxyfile
+ M /trunk/plugins/opcua/Makefile.am
+ M /trunk/plugins/opcua/Makefile.common
+ M /trunk/plugins/opcua/Makefile.nmake
+ M /trunk/plugins/opcua/README
+ M /trunk/plugins/opcua/moduleinfo.h
+ M /trunk/plugins/opcua/opcua.c
+ M /trunk/plugins/opcua/opcua_complextypeparser.c
+ M /trunk/plugins/opcua/opcua_complextypeparser.h
+ M /trunk/plugins/opcua/opcua_enumparser.c
+ M /trunk/plugins/opcua/opcua_enumparser.h
+ M /trunk/plugins/opcua/opcua_hfindeces.c
+ M /trunk/plugins/opcua/opcua_hfindeces.h
+ M /trunk/plugins/opcua/opcua_identifiers.h
+ M /trunk/plugins/opcua/opcua_serviceparser.c
+ M /trunk/plugins/opcua/opcua_serviceparser.h
+ M /trunk/plugins/opcua/opcua_servicetable.c
+ M /trunk/plugins/opcua/opcua_simpletypes.c
+ M /trunk/plugins/opcua/opcua_simpletypes.h
+ M /trunk/plugins/opcua/plugin.c
+ M /trunk/plugins/opcua/ua_application_layer.c
+ M /trunk/plugins/opcua/ua_application_layer.h
+ M /trunk/plugins/opcua/ua_security_layer.c
+ M /trunk/plugins/opcua/ua_security_layer.h
+ M /trunk/plugins/opcua/ua_transport_layer.c
+ M /trunk/plugins/opcua/ua_transport_layer.h
-make the PCRE ftype use ep allocated memory instead of g_malloced memory
+add svn properties for dir and files
------------------------------------------------------------------------
-r20210 | jake | 2006-12-24 08:12:04 -0800 (Sun, 24 Dec 2006) | 1 line
+r21781 | ulfl | 2007-05-15 02:10:16 -0700 (Tue, 15 May 2007) | 1 line
Changed paths:
- M /trunk/epan/ftypes/ftype-pcre.c
+ M /trunk/plugins/opcua/Makefile.common
-Reverse commit 20209, breaking the build across the board.
+add the list of DISSECTOR_INCLUDES
------------------------------------------------------------------------
-r20211 | guy | 2006-12-24 12:40:19 -0800 (Sun, 24 Dec 2006) | 5 lines
+r21782 | ulfl | 2007-05-15 02:12:39 -0700 (Tue, 15 May 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-roofnet.c
+ D /trunk/plugins/opcua/plugin.c
+
+remove generated file
+------------------------------------------------------------------------
+r21783 | sahlberg | 2007-05-15 02:48:02 -0700 (Tue, 15 May 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb-pipe.c
-dissect_roofnet_link() returns no value and nothing expects it to;
-declare it to return void, not int.
+since the fid dissector helper now adds a lot of extra info to the tree
+we must now pass it a (semi-)valid tvb.
-Get rid of an unused variable.
------------------------------------------------------------------------
-r20212 | sfisher | 2006-12-24 20:01:22 -0800 (Sun, 24 Dec 2006) | 16 lines
+r21784 | ulfl | 2007-05-15 02:53:26 -0700 (Tue, 15 May 2007) | 3 lines
Changed paths:
- M /trunk/AUTHORS
- M /trunk/epan/dissectors/packet-ssl.c
+ M /trunk/plugins/opcua/Makefile.common
+ M /trunk/plugins/opcua/opcua.c
+ A /trunk/plugins/opcua/opcua_application_layer.c (from /trunk/plugins/opcua/ua_application_layer.c:21780)
+ A /trunk/plugins/opcua/opcua_application_layer.h (from /trunk/plugins/opcua/ua_application_layer.h:21780)
+ A /trunk/plugins/opcua/opcua_security_layer.c (from /trunk/plugins/opcua/ua_security_layer.c:21780)
+ A /trunk/plugins/opcua/opcua_security_layer.h (from /trunk/plugins/opcua/ua_security_layer.h:21780)
+ M /trunk/plugins/opcua/opcua_simpletypes.c
+ A /trunk/plugins/opcua/opcua_transport_layer.c (from /trunk/plugins/opcua/ua_transport_layer.c:21780)
+ A /trunk/plugins/opcua/opcua_transport_layer.h (from /trunk/plugins/opcua/ua_transport_layer.h:21780)
+ D /trunk/plugins/opcua/ua_application_layer.c
+ D /trunk/plugins/opcua/ua_application_layer.h
+ D /trunk/plugins/opcua/ua_security_layer.c
+ D /trunk/plugins/opcua/ua_security_layer.h
+ D /trunk/plugins/opcua/ua_transport_layer.c
+ D /trunk/plugins/opcua/ua_transport_layer.h
+from Gerhard Gappmeier:
+renamed prefix ua_ -> opcua_
+remove unused code
+------------------------------------------------------------------------
+r21785 | kukosa | 2007-05-15 04:41:45 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+ M /trunk/tools/asn2wrs.py
-From Sake Blok:
+fix bug - compiler crashes if already imported value or class is defined
+------------------------------------------------------------------------
+r21786 | kukosa | 2007-05-15 05:50:13 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+ M /trunk/tools/asn2wrs.py
+
+fix crash if C enum for ENUMERATED type is created
+------------------------------------------------------------------------
+r21787 | kukosa | 2007-05-15 05:53:04 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/Makefile.am
+ M /trunk/asn1/rnsap/Makefile.nmake
+ M /trunk/asn1/rnsap/packet-rnsap-template.c
+ M /trunk/asn1/rnsap/rnsap.cnf
+ D /trunk/asn1/rnsap/rnsap_dummy.asn
+ M /trunk/epan/dissectors/packet-rnsap.c
+
+get rid of the rest of dummy ASN.1 code and switch()
+------------------------------------------------------------------------
+r21788 | kukosa | 2007-05-15 06:10:49 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/Makefile.am
-The attached patch changes the way the ssl-session-id is displayed.
-Currently it is not shown, only the length is shown like this:
+typo SULP.asn -> SUPL.asn
+------------------------------------------------------------------------
+r21789 | martinm | 2007-05-15 07:49:26 -0700 (Tue, 15 May 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rtcp.c
- Session ID Length: 32
- Session ID (32 bytes)
+TBCP fixes:
+- more careful checking of packet length
+- skip padding at end of SDES items block
+- formatting
-To me, it is not useful to repeat the length and omit the ID itself.
-With this patch the ssl-session-id is shown like this:
+------------------------------------------------------------------------
+r21790 | martinm | 2007-05-15 08:26:13 -0700 (Tue, 15 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rtcp.c
- Session ID Length: 32
- Session ID: A4B2FB0EE6D8F58DEFF68E38B1E5B4C25F1869D4BC86A96E...
+Fix problem from previous commit (confused myself with FT_UINT_STRING needing length of 1 when adding to tree...), and show display-name in info column.
+------------------------------------------------------------------------
+r21791 | wmeier | 2007-05-15 09:12:46 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+ M /trunk/test/suite-capture.sh
+Capture tests using Wireshark seem to be causing a problem; disable them for now.
------------------------------------------------------------------------
-r20213 | guy | 2006-12-25 13:34:11 -0800 (Mon, 25 Dec 2006) | 2 lines
+r21792 | sahlberg | 2007-05-15 13:07:58 -0700 (Tue, 15 May 2007) | 7 lines
Changed paths:
- M /trunk/wiretap/wtap-int.h
+ M /trunk/epan/dissectors/packet-smb2.c
+
+from metze
+
+add support for smb2 chaining
+
+rename sessionsetupandz to sessionsetup
-Fix indentation.
------------------------------------------------------------------------
-r20214 | jake | 2006-12-26 01:13:05 -0800 (Tue, 26 Dec 2006) | 7 lines
+r21793 | sahlberg | 2007-05-15 13:13:30 -0700 (Tue, 15 May 2007) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-isis-lsp.c
+ M /trunk/epan/dissectors/packet-smb2.c
+ M /trunk/epan/dissectors/packet-smb2.h
+
+from metze
+
+patch to find and enhancement of extra_info handling
-From Sebastien Tandel:
-Here is a patch for the management of the bad/good checksum for ISIS (like TCP/UDP/IP).
-support added for:
-- booleans hf_isis_lsp_checksum_good, hf_isis_lsp_checksum_bad in the tree,
-- information in the info column if bad checksum,
-- expert info for bad checksum,
------------------------------------------------------------------------
-r20215 | ulfl | 2006-12-26 04:40:37 -0800 (Tue, 26 Dec 2006) | 1 line
+r21794 | sahlberg | 2007-05-15 13:33:44 -0700 (Tue, 15 May 2007) | 3 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/epan/dissectors/packet-smb2.c
+ M /trunk/epan/dissectors/packet-smb2.h
+
+add dissection of the end_of_chain bit in the header flags
+
-convert line endings (using dos2unix) of the win32_setup.sh file before using it
------------------------------------------------------------------------
-r20216 | ulfl | 2006-12-26 12:00:45 -0800 (Tue, 26 Dec 2006) | 1 line
+r21795 | sahlberg | 2007-05-15 13:46:45 -0700 (Tue, 15 May 2007) | 8 lines
Changed paths:
- M /trunk/epan/dissectors/packet-stun2.c
+ M /trunk/epan/dissectors/packet-smb2.c
+
+when spawning off to the next smb2 pdu in a chain we need to create a
+new tvb for it or else the offset/length calculations for where blobs
+a next_tvb=tvb_new_subset(tvb, chain_offset, MIN((int)len,
+tvb_length_remaining(tvb, off)), len);
+re in the packets are wrong.
+
+
-use prefix to prevent redefinition warning from wingdi.h
------------------------------------------------------------------------
-r20217 | ulfl | 2006-12-26 12:04:54 -0800 (Tue, 26 Dec 2006) | 1 line
+r21796 | gerald | 2007-05-15 16:06:48 -0700 (Tue, 15 May 2007) | 4 lines
Changed paths:
- M /trunk/gtk/proto_draw.c
+ M /trunk/gtk/about_dlg.c
+
+Instead of updating the splash screen every time we load or hand off
+a dissector, update it every 250 ms. This drastically reduces the
+startup time on remote displays (for me, at least).
-fix unused warnings
------------------------------------------------------------------------
-r20218 | ulfl | 2006-12-26 12:20:52 -0800 (Tue, 26 Dec 2006) | 3 lines
+r21797 | sahlberg | 2007-05-15 16:30:03 -0700 (Tue, 15 May 2007) | 4 lines
Changed paths:
- M /trunk/config.nmake
+ M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
+ M /trunk/epan/dissectors/pidl/srvsvc.cnf
+
+we must provide a hfinfo field when dissecting a dcerpc integer or else
+we might get a dissector bug assert and fail to dissect the blob
-cygwins python doesn't work on a lot of machines, make the native python the default (until we know what the cause of the problems are)
-set VERSION_EXTRA back to empty - I guess this was checked in by mistake
------------------------------------------------------------------------
-r20219 | ulfl | 2006-12-26 14:01:09 -0800 (Tue, 26 Dec 2006) | 1 line
+r21798 | sahlberg | 2007-05-15 17:55:47 -0700 (Tue, 15 May 2007) | 3 lines
Changed paths:
- M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
+ M /trunk/gtk/about_dlg.c
+
+dont use g_time_add_val() since it is not available in gtk1
+
-the default python version used changed from cygwin to native Win32 version
------------------------------------------------------------------------
-r20220 | morriss | 2006-12-26 14:27:46 -0800 (Tue, 26 Dec 2006) | 1 line
+r21799 | sahlberg | 2007-05-15 18:06:30 -0700 (Tue, 15 May 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-sccp.c
+ M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
+ M /trunk/epan/dissectors/pidl/srvsvc.cnf
+
+start prettifying SRVSVC
+
-If p2p_dir isn't set (no message direction is configured) or no association is found, try to find a subdissector on both the called and calling SSNs instead of just trying the called SSN. Also clean up some indenting and fix the capitalization when showing what dissector the TCAP SSN is linked to.
------------------------------------------------------------------------
-r20221 | wmeier | 2006-12-26 14:40:49 -0800 (Tue, 26 Dec 2006) | 6 lines
+r21800 | kukosa | 2007-05-15 23:30:45 -0700 (Tue, 15 May 2007) | 2 lines
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.nmake
+ M /trunk/asn1/rnsap/packet-rnsap-template.c
+ M /trunk/asn1/rnsap/rnsap.cnf
+ M /trunk/epan/dissectors/packet-rnsap.c
+
+use some by mistake unused types
+remove unused variables and types
+------------------------------------------------------------------------
+r21801 | sahlberg | 2007-05-15 23:50:19 -0700 (Tue, 15 May 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb2.c
-Uh Oh: Fix to properly set SH_FLAGS with 'igncr' if required as part of the nmake;
-I violated Murphy's nth law: thou shalt test fixes in an
-'out of the box' configuration *not* in one's customized configuration.
-:(
+from metze
+prettify dissection of multiple chained smb2 pdus in one frame
------------------------------------------------------------------------
-r20222 | guy | 2006-12-26 14:56:35 -0800 (Tue, 26 Dec 2006) | 6 lines
+r21802 | ulfl | 2007-05-16 01:13:11 -0700 (Wed, 16 May 2007) | 15 lines
+Changed paths:
+ M /trunk/plugins/opcua/Makefile.am
+ M /trunk/plugins/opcua/Makefile.common
+ M /trunk/plugins/opcua/Makefile.nmake
+ A /trunk/plugins/opcua/moduleinfo.nmake
+ M /trunk/plugins/opcua/opcua.c
+ M /trunk/plugins/opcua/opcua_application_layer.c
+ M /trunk/plugins/opcua/opcua_complextypeparser.c
+ M /trunk/plugins/opcua/opcua_security_layer.c
+ A /trunk/plugins/opcua/plugin.rc.in
+
+from Gerhard Gappmeier (ULFL: only slightly changed the unused prevention):
+I updated the files for the build process to fit the current wireshark
+version.
+I don't know much about it so a just copied the missing parts from
+another module.
+I'm not sure of it's right, so please have a look at it.
+
+Modifications:
+* added plugin.rc.in
+* added moduleinfo.nmake
+* updated Makefile.am/nmake/common
+* removed unused variable from opcua_application_layer.c
+* fixed unused parameter warning in opcua.c
+
+I tested it on Windows with VC6 and on Gentoo linux with gcc 3.4.6.
+------------------------------------------------------------------------
+r21803 | kukosa | 2007-05-16 06:41:54 -0700 (Wed, 16 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/rnsap/RNSAP-CommonDataTypes.asn
+ M /trunk/asn1/rnsap/RNSAP-Constants.asn
+ M /trunk/asn1/rnsap/RNSAP-Containers.asn
+ M /trunk/asn1/rnsap/RNSAP-IEs.asn
+ M /trunk/asn1/rnsap/RNSAP-PDU-Contents.asn
+ M /trunk/asn1/rnsap/RNSAP-PDU-Descriptions.asn
+ M /trunk/asn1/rnsap/rnsap.cnf
+ M /trunk/epan/dissectors/packet-rnsap.c
+
+RNSAP updated to V7.4.0 (2007-03)
+------------------------------------------------------------------------
+r21804 | martinm | 2007-05-16 07:24:13 -0700 (Wed, 16 May 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-catapult-dct2000.c
- M /trunk/epan/dissectors/packet-exec.c
M /trunk/epan/dissectors/packet-sip.c
- M /trunk/epan/dissectors/packet-slimp3.c
-From Sebastien Tandel: fix places where a signed character was being
-passed to ctype.h macros.
+Allow Via sigcomp-id parameter name to be matched properly.
+
+------------------------------------------------------------------------
+r21805 | lego | 2007-05-16 10:35:07 -0700 (Wed, 16 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dfilter/dfilter-macro.c
+
+Terminate the strings of the various parts and advance the write pointer.
-Make some routines in packet-exec.c not used outside that file static,
-and fix a typo.
------------------------------------------------------------------------
-r20223 | lego | 2006-12-26 17:46:42 -0800 (Tue, 26 Dec 2006) | 5 lines
+r21806 | gerald | 2007-05-16 11:46:29 -0700 (Wed, 16 May 2007) | 2 lines
Changed paths:
- M /trunk/epan/funnel.h
- M /trunk/epan/wslua/console.lua
- M /trunk/epan/wslua/wslua_gui.c
- M /trunk/gtk/funnel_stat.c
- M /trunk/tap-funnel.c
+ M /trunk/COPYING
+
+Update the summary at the top of the license text.
+
+------------------------------------------------------------------------
+r21807 | sfisher | 2007-05-16 13:19:30 -0700 (Wed, 16 May 2007) | 5 lines
+Changed paths:
+ M /trunk/gtk/capture_file_dlg.c
-+ browser_open_url()
-+ browser_open_data_file()
+Fix bug #1600: Merge feature from File menu does'nt do what it should
+(append vs prepend)
------------------------------------------------------------------------
-r20224 | jake | 2006-12-27 04:21:30 -0800 (Wed, 27 Dec 2006) | 1 line
+r21808 | sfisher | 2007-05-16 14:45:02 -0700 (Wed, 16 May 2007) | 5 lines
Changed paths:
- M /trunk/plugins/mate/Makefile.am
+ M /trunk/gtk/prefs_dlg.c
+
+
+Fix bug #1548: call of "Protocol Preferences" results in GTK error msg
+at the command line
+
-Adding moduleinfo.nmake to the distribution
------------------------------------------------------------------------
-r20225 | etxrab | 2006-12-27 14:21:46 -0800 (Wed, 27 Dec 2006) | 1 line
+r21809 | sahlberg | 2007-05-16 18:19:26 -0700 (Wed, 16 May 2007) | 3 lines
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.nmake
+ M /trunk/epan/dissectors/packet-windows-common.c
+ M /trunk/epan/dissectors/packet-windows-common.h
+
+add a new dos error code
+
-Use portaudio v19.
------------------------------------------------------------------------
-r20226 | etxrab | 2006-12-27 14:24:22 -0800 (Wed, 27 Dec 2006) | 1 line
+r21810 | wmeier | 2007-05-16 18:41:47 -0700 (Wed, 16 May 2007) | 2 lines
Changed paths:
- M /trunk/plugins/megaco/packet-megaco.c
+ M /trunk/capture.c
+
+Minor fix: For "wireshark -Q ..." show "no packets captured" popup only when valid.
-Use the correct function to translate to hex.
------------------------------------------------------------------------
-r20227 | gerald | 2006-12-27 15:05:55 -0800 (Wed, 27 Dec 2006) | 7 lines
+r21811 | wmeier | 2007-05-16 19:43:38 -0700 (Wed, 16 May 2007) | 2 lines
+Changed paths:
+ M /trunk/test/config.sh
+ M /trunk/test/suite-capture.sh
+
+Try this again (with a longer timeout and more diagnostic info)
+
+------------------------------------------------------------------------
+r21812 | standel | 2007-05-17 07:36:32 -0700 (Thu, 17 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/asn1.c
+
+include string.h to import memcpy and memset functions signatures
+
+------------------------------------------------------------------------
+r21813 | standel | 2007-05-17 10:08:11 -0700 (Thu, 17 May 2007) | 6 lines
Changed paths:
- M /trunk/Makefile.am
- M /trunk/airpcap.h
- M /trunk/airpcap_loader.c
- M /trunk/airpcap_loader.h
- M /trunk/airpdcap/Makefile.am
- M /trunk/airpdcap/Makefile.nmake
- M /trunk/airpdcap/airpdcap.c
- M /trunk/airpdcap/airpdcap_ccmp.c
- M /trunk/airpdcap/airpdcap_ccmp.h
- M /trunk/airpdcap/airpdcap_debug.c
- M /trunk/airpdcap/airpdcap_debug.h
- M /trunk/airpdcap/airpdcap_int.h
- M /trunk/airpdcap/airpdcap_interop.h
- M /trunk/airpdcap/airpdcap_md5.c
- M /trunk/airpdcap/airpdcap_md5.h
- M /trunk/airpdcap/airpdcap_rijndael.c
- M /trunk/airpdcap/airpdcap_rijndael.h
- M /trunk/airpdcap/airpdcap_sha1.c
- M /trunk/airpdcap/airpdcap_sha1.h
- M /trunk/airpdcap/airpdcap_system.h
- M /trunk/airpdcap/airpdcap_tkip.c
- M /trunk/airpdcap/airpdcap_tkip.h
- M /trunk/airpdcap/airpdcap_user.h
- M /trunk/airpdcap/airpdcap_wep.c
- M /trunk/airpdcap/airpdcap_wep.h
- M /trunk/airpdcap/airpdcap_ws.h
- M /trunk/configure.in
M /trunk/epan/Makefile.am
- M /trunk/epan/dissectors/packet-ieee80211.c
- M /trunk/gtk/main.c
+ M /trunk/epan/Makefile.common
+ M /trunk/epan/Makefile.nmake
+
+Since code generated by lex may trigger gcc warnings, we are now generating two
+libraries. A single library is generated with the lex code without the barrier
+"stop on warning". Another library is generated from the remaining source
+files with the "stop on warning" barrier.
-Prepare to move the airpdcap code to epan/crypt (SVN won't let me actually
-move the files until these changes are checked in). Add an AC_DEFINE
-for airpdcap (which will be removed once the changes have settled).
-Update the airpdcap code to compile on non-Windows systems. Fix up
-comments and whitespace to conform more closely to the rest of the
-code base. Verified to compile under Windows and OS X.
------------------------------------------------------------------------
-r20228 | gerald | 2006-12-27 15:19:45 -0800 (Wed, 27 Dec 2006) | 2 lines
+r21814 | gerald | 2007-05-17 10:14:39 -0700 (Thu, 17 May 2007) | 3 lines
Changed paths:
- A /trunk/airpdcap/Makefile.common
- A /trunk/epan/crypt
- A /trunk/epan/crypt/wep-wpadefs.h
+ M /trunk/epan/crypt/airpdcap.c
-Add missing files.
+Try WEP decryption before WPA. This keeps us from returning
+prematurely if we have an IBSS frame.
------------------------------------------------------------------------
-r20229 | wmeier | 2006-12-27 19:17:28 -0800 (Wed, 27 Dec 2006) | 4 lines
+r21815 | gerald | 2007-05-17 10:15:51 -0700 (Thu, 17 May 2007) | 4 lines
Changed paths:
- M /trunk/test/test.sh
+ M /trunk/gtk/about_dlg.c
-Hack so test.sh will work with bash 3.1.6 or greater
-which requires 'igncr' to be able to process files in
-'dos format' (\r\n line endings)
+Decrease the refresh time to 100ms. This seems to make the splash
+screen updates a little more smooth without affecting the startup
+time for remote sessions.
------------------------------------------------------------------------
-r20230 | kukosa | 2006-12-28 04:30:53 -0800 (Thu, 28 Dec 2006) | 1 line
+r21816 | gerald | 2007-05-17 10:38:11 -0700 (Thu, 17 May 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ssl-utils.c
- M /trunk/epan/dissectors/packet-ssl.c
+ M /trunk/gtk/packet_list.c
+
+Queue a redraw event in packet_list_clear(). This seems to fix the
+incorrect redraw behavior when the packet list length is less than the
+widget height.
-debug improvements
------------------------------------------------------------------------
-r20231 | gerald | 2006-12-28 09:22:12 -0800 (Thu, 28 Dec 2006) | 4 lines
+r21817 | standel | 2007-05-17 11:02:22 -0700 (Thu, 17 May 2007) | 6 lines
Changed paths:
- M /trunk/Makefile.am
+ M /trunk/wiretap/Makefile.am
+ M /trunk/wiretap/Makefile.common
+
+Since code generated by lex may trigger gcc warnings, we are now generating two
+libraries. A single library is generated with the lex code without the barrier
+"stop on warning". An other library is generated from the remaining source
+files with the "stop on warning" barrier.
+
+
+------------------------------------------------------------------------
+r21818 | gerald | 2007-05-17 11:41:07 -0700 (Thu, 17 May 2007) | 6 lines
+Changed paths:
+ M /trunk/docbook/release-notes.xml
+ M /trunk/gtk/rtp_analysis.c
+
+When saving an RTP stream, don't insert silence if our packet has a
+wrong timestamp. Place a cap on the amount of silence that we do
+insert. This should fix bug 1580.
+
+Update the release notes.
+
+------------------------------------------------------------------------
+r21819 | standel | 2007-05-17 13:03:23 -0700 (Thu, 17 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/Makefile.common
+
+uat_load.c is moved to generated files
+
+------------------------------------------------------------------------
+r21820 | standel | 2007-05-17 17:00:10 -0700 (Thu, 17 May 2007) | 2 lines
+Changed paths:
+ M /trunk/wiretap/Makefile.am
+ M /trunk/wiretap/Makefile.common
+
+include generator sources in EXTRA_DIST
+
+------------------------------------------------------------------------
+r21821 | standel | 2007-05-17 17:04:58 -0700 (Thu, 17 May 2007) | 2 lines
+Changed paths:
+ M /trunk/configure.in
+ M /trunk/wiretap/configure.in
+
+temporarily disable cast-align warnings
+
+------------------------------------------------------------------------
+r21822 | standel | 2007-05-17 17:15:31 -0700 (Thu, 17 May 2007) | 2 lines
+Changed paths:
+ M /trunk/configure.in
+
+typo fix
+
+------------------------------------------------------------------------
+r21823 | sahlberg | 2007-05-17 22:25:31 -0700 (Thu, 17 May 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-windows-common.c
+ M /trunk/epan/dissectors/packet-windows-common.h
+
+this error is returned in srvsvc when a SessDel fails because no matching session can be
+found
+
+
+------------------------------------------------------------------------
+r21824 | kukosa | 2007-05-18 05:48:28 -0700 (Fri, 18 May 2007) | 3 lines
+Changed paths:
+ M /trunk/tools/asn2wrs.py
+
+- fix asn2wrs crash if typereference assignment has non-default body
+- mode directives for assignments omitting
+ (#.NO_OMIT_ASSGN, #.OMIT_ALL_ASSIGNMENTS, #.OMIT_ASSIGNMENTS_EXCEPT, #.OMIT_ALL_TYPE_ASSIGNMENTS, #.OMIT_TYPE_ASSIGNMENTS_EXCEPT, #.OMIT_ALL_VALUE_ASSIGNMENTS, #.OMIT_VALUE_ASSIGNMENTS_EXCEPT)
+------------------------------------------------------------------------
+r21825 | kukosa | 2007-05-18 05:53:55 -0700 (Fri, 18 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/Makefile.am
+ A /trunk/asn1/gsmmap/MAP-ExtensionDataTypes.asn
+ A /trunk/asn1/gsmmap/MAP-LCS-DataTypes.asn
+ M /trunk/asn1/rrlp/Makefile
+ M /trunk/asn1/rrlp/Makefile.nmake
+ A /trunk/asn1/rrlp/RRLP-Components.asn
+ A /trunk/asn1/rrlp/RRLP-Messages.asn
+ M /trunk/asn1/rrlp/packet-rrlp-template.c
+ D /trunk/asn1/rrlp/packet-rrlp-template.h
+ D /trunk/asn1/rrlp/rrlp.asn
+ M /trunk/asn1/rrlp/rrlp.cnf
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/packet-rrlp.c
+ D /trunk/epan/dissectors/packet-rrlp.h
+
+RRLP updated to 3GPP TS 44.031 V7.4.0 (2007-03)
+------------------------------------------------------------------------
+r21826 | standel | 2007-05-18 06:14:03 -0700 (Fri, 18 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/Makefile.common
+
+include dtd_parse.h in the distribution
+
+------------------------------------------------------------------------
+r21827 | etxrab | 2007-05-18 08:11:48 -0700 (Fri, 18 May 2007) | 2 lines
+Changed paths:
+ A /trunk/asn1/ranap/RANAP-CommonDataTypes.asn
+ A /trunk/asn1/ranap/RANAP-Constants.asn
+ A /trunk/asn1/ranap/RANAP-Containers.asn
+ A /trunk/asn1/ranap/RANAP-IEs.asn
+ A /trunk/asn1/ranap/RANAP-PDU-Contents.asn
+ A /trunk/asn1/ranap/RANAP-PDU-Descriptions.asn
+
+Latest ASN1 files to be used later when the RANAP dissector is regenerated with
+the latest asn2wrs facillities.
+------------------------------------------------------------------------
+r21828 | etxrab | 2007-05-18 09:46:35 -0700 (Fri, 18 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-bssgp.c
+ M /trunk/epan/proto.c
+ M /trunk/epan/proto.h
+ M /trunk/epan/tvbuff.c
+ M /trunk/epan/tvbuff.h
+
+Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb_get_bits64
+and use them in proto_tree_add_bits_ret_val().
+------------------------------------------------------------------------
+r21829 | martinm | 2007-05-18 10:25:26 -0700 (Fri, 18 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ymsg.c
+
+- show service val in protocol tree label (there can be multiple of them)
+- use fences so that multiple summaries can appear together in the info column
+
+------------------------------------------------------------------------
+r21830 | etxrab | 2007-05-18 11:14:09 -0700 (Fri, 18 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-h263.c
+
+Use proto_tree_add_bits_ret_val and proto_tree_add_bits_item().
+------------------------------------------------------------------------
+r21831 | gerald | 2007-05-18 14:06:20 -0700 (Fri, 18 May 2007) | 12 lines
+Changed paths:
+ M /trunk/Makefile.common
M /trunk/Makefile.nmake
+ D /trunk/airpcap.h
M /trunk/airpcap_loader.c
- D /trunk/airpdcap
- M /trunk/configure.in
- M /trunk/epan/Makefile.am
- M /trunk/epan/Makefile.nmake
- A /trunk/epan/crypt/Makefile.am (from /trunk/airpdcap/Makefile.am:20228)
- A /trunk/epan/crypt/Makefile.common (from /trunk/airpdcap/Makefile.common:20228)
- A /trunk/epan/crypt/Makefile.nmake (from /trunk/airpdcap/Makefile.nmake:20228)
- A /trunk/epan/crypt/airpdcap.c (from /trunk/airpdcap/airpdcap.c:20228)
- A /trunk/epan/crypt/airpdcap_ccmp.c (from /trunk/airpdcap/airpdcap_ccmp.c:20228)
- A /trunk/epan/crypt/airpdcap_ccmp.h (from /trunk/airpdcap/airpdcap_ccmp.h:20228)
- A /trunk/epan/crypt/airpdcap_debug.c (from /trunk/airpdcap/airpdcap_debug.c:20228)
- A /trunk/epan/crypt/airpdcap_debug.h (from /trunk/airpdcap/airpdcap_debug.h:20228)
- A /trunk/epan/crypt/airpdcap_int.h (from /trunk/airpdcap/airpdcap_int.h:20228)
- A /trunk/epan/crypt/airpdcap_interop.h (from /trunk/airpdcap/airpdcap_interop.h:20228)
- A /trunk/epan/crypt/airpdcap_md5.c (from /trunk/airpdcap/airpdcap_md5.c:20228)
- A /trunk/epan/crypt/airpdcap_md5.h (from /trunk/airpdcap/airpdcap_md5.h:20228)
- A /trunk/epan/crypt/airpdcap_rijndael.c (from /trunk/airpdcap/airpdcap_rijndael.c:20228)
- A /trunk/epan/crypt/airpdcap_rijndael.h (from /trunk/airpdcap/airpdcap_rijndael.h:20228)
- A /trunk/epan/crypt/airpdcap_sha1.c (from /trunk/airpdcap/airpdcap_sha1.c:20228)
- A /trunk/epan/crypt/airpdcap_sha1.h (from /trunk/airpdcap/airpdcap_sha1.h:20228)
- A /trunk/epan/crypt/airpdcap_system.h (from /trunk/airpdcap/airpdcap_system.h:20228)
- A /trunk/epan/crypt/airpdcap_tkip.c (from /trunk/airpdcap/airpdcap_tkip.c:20228)
- A /trunk/epan/crypt/airpdcap_tkip.h (from /trunk/airpdcap/airpdcap_tkip.h:20228)
- A /trunk/epan/crypt/airpdcap_user.h (from /trunk/airpdcap/airpdcap_user.h:20228)
- A /trunk/epan/crypt/airpdcap_wep.c (from /trunk/airpdcap/airpdcap_wep.c:20228)
- A /trunk/epan/crypt/airpdcap_wep.h (from /trunk/airpdcap/airpdcap_wep.h:20228)
- A /trunk/epan/crypt/airpdcap_ws.h (from /trunk/airpdcap/airpdcap_ws.h:20228)
+ M /trunk/airpcap_loader.h
+ M /trunk/config.nmake
M /trunk/epan/dissectors/Makefile.nmake
M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/epan/dissectors/packet-ieee80211.h
+ M /trunk/epan/dissectors/packet-radiotap.c
M /trunk/gtk/Makefile.nmake
+ M /trunk/gtk/airpcap_dlg.c
+ M /trunk/gtk/airpcap_dlg.h
M /trunk/gtk/airpcap_gui_utils.c
+ M /trunk/gtk/airpcap_gui_utils.h
+ M /trunk/gtk/capture_dlg.c
+ M /trunk/gtk/capture_if_dlg.c
+ M /trunk/gtk/keys.h
M /trunk/gtk/main.c
-Move the contents of airpdcap to epan/crypt. Try to fix the current
-distcheck failure. Move the nmake build targets for airpdcap from
-epan/dissectors to epan. This will probably break the Windows build.
+From Dustin Johnson:
+
+ - Update the wireless/AirPcap GUI code to support 802.11n as well as
+ some related upcoming code changes.
+ - Remove airpcap.h from the repository, since it exists in the AirPcap
+ devpack (and will be superseded Real Soon Now).
+ - Show the individual channel flag bits in radiotap.
+
+Fix the 802.11n MCS set display.
+
+This is a partial checkin, so hopefully nothing is broken.
------------------------------------------------------------------------
-r20232 | gerald | 2006-12-28 09:28:29 -0800 (Thu, 28 Dec 2006) | 2 lines
+r21832 | guy | 2007-05-18 20:45:39 -0700 (Fri, 18 May 2007) | 5 lines
Changed paths:
- M /trunk/epan/crypt/Makefile.nmake
- M /trunk/epan/wslua/Makefile.nmake
+ M /trunk/epan/tvbuff.c
+
+Get rid of unused variables.
-Add clean targets to wslua. Fix the config.nmake include in crypt.
+Wrap 64-bit constants in G_GINT64_CONSTANT(), so they get the
+appropriate suffix appended so the compiler knows they're 64 bits.
------------------------------------------------------------------------
-r20233 | sahlberg | 2006-12-29 13:57:19 -0800 (Fri, 29 Dec 2006) | 3 lines
+r21833 | jake | 2007-05-19 03:59:44 -0700 (Sat, 19 May 2007) | 2 lines
Changed paths:
- M /trunk/epan/strutil.h
+ M /trunk/gtk/capture_if_dlg.c
-gtk1 does not provide g_ascii_isxdigit so provide it through strutil.h instead
+Get the build going.
+
+------------------------------------------------------------------------
+r21834 | standel | 2007-05-19 11:33:44 -0700 (Sat, 19 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/Makefile.am
+distclean fix (delete dtd_grammar.h)
------------------------------------------------------------------------
-r20234 | sfisher | 2006-12-29 14:22:54 -0800 (Fri, 29 Dec 2006) | 15 lines
+r21835 | standel | 2007-05-19 11:38:45 -0700 (Sat, 19 May 2007) | 4 lines
Changed paths:
- M /trunk/gtk/conversations_table.c
- M /trunk/gtk/conversations_wlan.c
- M /trunk/gtk/hostlist_table.c
- M /trunk/gtk/hostlist_wlan.c
- M /trunk/gtk/sat.h
+ M /trunk/configure.in
+ M /trunk/wiretap/configure.in
+temporarily put cast-align in extra-gcc-warnings while compilation on Solaris
+slave generates 'cast increases required alignment of target type' warnings.
-Fix for bug #1278:
-"When analysing a trace with 802.11 packages (made by airpcap) and selecting
-Statistics->Conversation List->WLAN all wlan conversations are listed. When
-after this selecting Apply as filter->Selected->A<->B a display filter is
-created as
+------------------------------------------------------------------------
+r21836 | standel | 2007-05-19 11:42:58 -0700 (Sat, 19 May 2007) | 2 lines
+Changed paths:
+ M /trunk/wiretap/configure.in
-eth.addr==<A> && eth.addr==<B>
+typo fix
-when if should be
+------------------------------------------------------------------------
+r21837 | guy | 2007-05-19 14:22:05 -0700 (Sat, 19 May 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-bssgp.c
-wlan.addr==<A> && wlan.addr==<B>"
+There's more than one IE table; instead of fixing up all the IE tables
+with default IE names, have bssgp_proto_tree_add_ie() use val_to_str()
+if the IE table doesn't have an IE name.
+Don't use the IE name as a format; use "%s" as the format, and the IE
+name as the argument. (That more clearly states what's being done.)
------------------------------------------------------------------------
-r20235 | guy | 2006-12-29 14:48:09 -0800 (Fri, 29 Dec 2006) | 6 lines
+r21838 | guy | 2007-05-19 15:00:09 -0700 (Sat, 19 May 2007) | 8 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ipmi.c
+ M /trunk/gtk/capture_if_dlg.c
-Give dissect_cmd_Get_Channel_Auth_Capabilities() a return type (it
-returns nothing, so it should be void), and make it static like the
-other functions.
+Convert the arguments to if_list_comparator_alph() to if_info_t *'s
+early on, and use the converted versions.
-Make the ipmi_cmd_array[] table static - and const, while we're at it.
+#if 0 out the error dialog for CANT_GET_AIRPCAP_INTERFACE_LIST, rather
+than commenting it out - it's a bit easier to un-out the code, and you
+don't have to worry about whether there's a comment in the stuff being
+xxx-outed.
------------------------------------------------------------------------
-r20236 | guy | 2006-12-29 14:48:52 -0800 (Fri, 29 Dec 2006) | 2 lines
+r21839 | guy | 2007-05-19 15:33:42 -0700 (Sat, 19 May 2007) | 4 lines
Changed paths:
- M /trunk/epan/crypt/airpdcap.c
+ M /trunk/epan/dissectors/packet-slimp3.c
-Add some parentheses, as the suggestion of Mr. GCC.
+Make the SliMP3 dissector a "new-style" dissector, so it rejects packets
+that don't look like SliMP3 packets. This fixes bug 1259 (at least for
+the packet in the bug).
------------------------------------------------------------------------
-r20237 | guy | 2006-12-29 14:53:44 -0800 (Fri, 29 Dec 2006) | 10 lines
+r21840 | jmayer | 2007-05-20 07:40:45 -0700 (Sun, 20 May 2007) | 3 lines
Changed paths:
- M /trunk/epan/Makefile.am
- M /trunk/epan/crypt/Makefile.am
+ M /trunk/wiretap/configure.in
+
+Fix a typo to make compiling with extra-gcc flags disable compiling with
+errors.
-Make the crypt library the same way other sublibraries of libwireshark
-are made, so that if libwireshark is shared, the crypt library is built
-appropriately. (This squelches a build warning, at least in OS X, that
-linking a shared library with a static library is non-portable; it
-should also arrange that the crypt library is built as
-position-independent code if necessary.)
+------------------------------------------------------------------------
+r21841 | etxrab | 2007-05-20 12:55:34 -0700 (Sun, 20 May 2007) | 1 line
+Changed paths:
+ M /trunk/airpcap_loader.c
+ M /trunk/config.nmake
-DISTCLEANFILES subsumes CLEANFILES, so it doesn't need to list files
-already in CLEANFILES.
+Undefine AIRPCAP_DIR to get the Windows build going again.
+------------------------------------------------------------------------
+r21842 | etxrab | 2007-05-20 12:56:44 -0700 (Sun, 20 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/gsmmap/MAP-ExtensionDataTypes.asn
+ M /trunk/asn1/gsmmap/MAP-LCS-DataTypes.asn
+Add Id.
------------------------------------------------------------------------
-r20238 | guy | 2006-12-29 14:54:43 -0800 (Fri, 29 Dec 2006) | 2 lines
+r21843 | jmayer | 2007-05-20 13:26:17 -0700 (Sun, 20 May 2007) | 16 lines
Changed paths:
- M /trunk/epan/crypt
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-gdsdb.c (from /trunk/epan/dissectors/packet-ib.c:21840)
+ D /trunk/epan/dissectors/packet-ib.c
+
+M?\195?\180she van der Sterre:
+ Replace the Interbase dissector by a Firebird/Interbase
+ dissector.
-Set svn:ignore appropriately.
+Me:
+ Fix warnings about unused parameters
+ Fix warnings about unused variables
+ Fix warning about unused function
+ Fix warning about mixed code and declaration
+ Declare all dissection functions static
+ Remove function declarations and move the switching
+ function down instead.
+ Update AUTHORS file
+ Add $Id$ and email address to file header
+ Fix filename in first comment line
------------------------------------------------------------------------
-r20239 | sahlberg | 2006-12-29 14:55:13 -0800 (Fri, 29 Dec 2006) | 4 lines
+r21844 | jmayer | 2007-05-20 13:41:48 -0700 (Sun, 20 May 2007) | 5 lines
Changed paths:
- M /trunk/epan/dfilter/dfunctions.c
+ M /trunk/epan/dissectors/packet-gdsdb.c
-use an ep allocated temporary string when creating the string for a FT_STRING value and call fvalue_set with already_copied==FALSE so the string gets allocated in ftype-string.c instead
+Remove cvs2svn:cvs-rev property
+Remove forward declaration of proto_reg_handoff_gdsdb
+ (this is just a hack to suppress a warning that needs
+ a proper solution for many many more files)
+------------------------------------------------------------------------
+r21845 | etxrab | 2007-05-20 14:19:48 -0700 (Sun, 20 May 2007) | 4 lines
+Changed paths:
+ A /trunk/asn1/MAP_Dialogue/MAP-DialogueInformation.asn
+ D /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.asn
+ M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
+ M /trunk/asn1/MAP_Dialogue/Makefile
+ M /trunk/asn1/MAP_Dialogue/Makefile.nmake
+ M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
+ M /trunk/asn1/tcap/Makefile
+ M /trunk/asn1/tcap/Makefile.nmake
+ M /trunk/asn1/tcap/tcap.asn
+ M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+ M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h
+Update MAP_DialoguePDU to 3GPP TS 29.002 V8.1.0 (2007-03) update makefiles and
+rename the asn file.
+TCAP ad Id and update makefiles.
------------------------------------------------------------------------
-r20240 | sahlberg | 2006-12-29 15:05:55 -0800 (Fri, 29 Dec 2006) | 4 lines
+r21846 | gerald | 2007-05-20 15:32:14 -0700 (Sun, 20 May 2007) | 3 lines
Changed paths:
- M /trunk/epan/proto.c
+ A /trunk/airpcap.h
+ M /trunk/config.nmake
- use ep allocated memory for the string in proto_item_append_string and let ftype-string.c handle the allocation/freeing of storage by setting already_copied to FALSE
+Revert back to having a local copy of airpcap.h. This should fix building
+with AirPcap. Re-define AIRPCAP_DIR.
+------------------------------------------------------------------------
+r21847 | gerald | 2007-05-20 15:40:35 -0700 (Sun, 20 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/crypt/airpdcap.c
+ M /trunk/epan/crypt/airpdcap_int.h
+ M /trunk/epan/crypt/airpdcap_wep.c
+The fix for ad-hoc WEP decryption in r21814 broke WPA. Replace it with
+a better fix. Clean up whitespace while we're at it.
------------------------------------------------------------------------
-r20241 | guy | 2006-12-29 16:13:00 -0800 (Fri, 29 Dec 2006) | 7 lines
+r21848 | wmeier | 2007-05-20 17:41:58 -0700 (Sun, 20 May 2007) | 2 lines
Changed paths:
- M /trunk/configure.in
+ M /trunk/airpcap_loader.c
-When building for Darwin, link with -search_paths_first, so that
---with-pcap=/usr/local will, if there's only a static libpcap in
-/usr/local/lib, link with that rather than the system's dynamic version.
+Alter slightly so compile/link with airpcap works again....
+
+------------------------------------------------------------------------
+r21849 | guy | 2007-05-20 18:51:38 -0700 (Sun, 20 May 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/Makefile.am
-Move the check for Cygwin that adds -no-undefined to LDFLAGS to the
-section checking for linker flags to add.
+Reflect the name change of the .asn file.
------------------------------------------------------------------------
-r20242 | guy | 2006-12-29 16:14:25 -0800 (Fri, 29 Dec 2006) | 2 lines
+r21850 | sahlberg | 2007-05-20 19:12:19 -0700 (Sun, 20 May 2007) | 3 lines
Changed paths:
- M /trunk/Makefile.am
+ M /trunk/wiretap/wtap-plugins.c
+
+workaroung a warning for const that prevents gtk1 builds
-Regularize the setting of variables for various executable targets.
------------------------------------------------------------------------
-r20243 | sahlberg | 2006-12-29 16:27:33 -0800 (Fri, 29 Dec 2006) | 4 lines
+r21851 | sahlberg | 2007-05-20 19:13:21 -0700 (Sun, 20 May 2007) | 3 lines
Changed paths:
- M /trunk/epan/proto.c
+ M /trunk/wiretap/wtap-plugins.c
+
+make the workaround use static so it wont dissapear when the frame ends
-make proto_tree_set_string_tvb use ep allocated memory and thus push the memory allocation/free for this field down into ftype-string.c
+------------------------------------------------------------------------
+r21852 | sahlberg | 2007-05-20 19:32:54 -0700 (Sun, 20 May 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/prefs.c
+
+add workaround so that gtk1 compiles again thanks to stupid const mismatch between
+gtk versions and warnings treaded as errors
------------------------------------------------------------------------
-r20244 | sahlberg | 2006-12-29 16:36:29 -0800 (Fri, 29 Dec 2006) | 3 lines
+r21853 | sahlberg | 2007-05-20 19:36:33 -0700 (Sun, 20 May 2007) | 3 lines
Changed paths:
M /trunk/epan/proto.c
-make the FT_STRINGZ case in proto_tree_new_item() use ep allocated memory
+make proto.c compile again after the recent changes
------------------------------------------------------------------------
-r20245 | sahlberg | 2006-12-29 16:41:41 -0800 (Fri, 29 Dec 2006) | 8 lines
+r21854 | sahlberg | 2007-05-20 19:38:19 -0700 (Sun, 20 May 2007) | 3 lines
Changed paths:
- M /trunk/epan/proto.c
+ M /trunk/epan/strutil.c
-proto_tree_set_string() no longer needs an already_allocated parameter since it is now always FALSE.
+make gtk1 compile again
-This should mean that all fvalue_set() for FT_STRING[Z] are always with already_copied==FALSE
-(funny that we never saw someone trying to g_free("[ Null ]") which might have happened before)
+------------------------------------------------------------------------
+r21855 | sahlberg | 2007-05-20 20:07:25 -0700 (Sun, 20 May 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb.c
+there wre two fields in smb for filenames with the same display filer string.
+rename one of them to a different name so filtering works reliably
------------------------------------------------------------------------
-r20246 | sahlberg | 2006-12-29 16:57:46 -0800 (Fri, 29 Dec 2006) | 4 lines
+r21856 | sahlberg | 2007-05-20 20:44:49 -0700 (Sun, 20 May 2007) | 9 lines
Changed paths:
- M /trunk/epan/ftypes/ftype-string.c
+ M /trunk/epan/dissectors/packet-smb.c
+ M /trunk/epan/dissectors/packet-smb.h
+
+track FIDs on a per transaction (request+response) basis and make sure the FID is printed
+in both packets of a transaction.
-since all callers to fvalue_set for FT_STRING[Z] use already_copied==FALSE we now assert that this is the case in ftype-string.c and no longer have a conditional whetehr to create a local copy or not.
+this makes filters such as "smb.file==foo.txt" work much better since they now show both
+the read/write request and also the response packets.
+this is similar to what we already do in nfs for filehandles
------------------------------------------------------------------------
-r20247 | sfisher | 2006-12-29 17:06:46 -0800 (Fri, 29 Dec 2006) | 8 lines
+r21857 | sahlberg | 2007-05-20 23:49:18 -0700 (Sun, 20 May 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ssl.c
+ M /trunk/epan/dissectors/packet-smb.c
+since we now have a generic "track fid for transactions" we no longer need to do this
+explicitely in the read/write functions
-Fix for bug #1132:
-Stop displaying the application data (in this case, HTML) in the tree and
-and "Decrypted SSL data" tab twice since each already includes both of the
-application data record layers combined.
+------------------------------------------------------------------------
+r21858 | sahlberg | 2007-05-21 00:17:36 -0700 (Mon, 21 May 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb.c
+ M /trunk/epan/dissectors/packet-smb.h
+
+add tracking of OFFSET/LENGTH to reads/writes so we can easily see in a failed read/write
+what offset/length was requested
------------------------------------------------------------------------
-r20248 | guy | 2006-12-29 17:15:05 -0800 (Fri, 29 Dec 2006) | 9 lines
+r21859 | sahlberg | 2007-05-21 03:16:21 -0700 (Mon, 21 May 2007) | 4 lines
Changed paths:
- M /trunk/Makefile.am
+ M /trunk/epan/dissectors/packet-smb2.c
-Bring all the {programname}_* macros together into one section.
+from metze
+improved handling of smb2 errors
-Split bin_PROGRAMS and man1_MANS into multiple lines, and put them in
-the same order as the corresponding {programname}_* macro sections.
-Get rid of the separate {programname}_DEPENDENCIES macros in cases where
-they can be constructed from the corresponding {programname}_LDADD
-macro, and explain why they're different in cases where they can't be.
+------------------------------------------------------------------------
+r21860 | sahlberg | 2007-05-21 03:19:29 -0700 (Mon, 21 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb2.c
+
+additional smb2 fixes from metze
+
------------------------------------------------------------------------
-r20249 | guy | 2006-12-29 20:40:59 -0800 (Fri, 29 Dec 2006) | 5 lines
+r21861 | jmayer | 2007-05-21 09:02:31 -0700 (Mon, 21 May 2007) | 1 line
Changed paths:
- M /trunk/Makefile.am
+ M /trunk/epan/wslua/Makefile.am
-The stuff we were doing with {programname}_DEPENDENCIES macros was to
-work around a deficiency in older versions of automake; we now require
-automake 1.6, which doesn't have that deficiency, so we get rid of that
-stuff and simplify things.
+Hack to fix out of tree builds
+------------------------------------------------------------------------
+r21862 | jmayer | 2007-05-21 09:16:18 -0700 (Mon, 21 May 2007) | 3 lines
+Changed paths:
+ M /trunk/wiretap/airopeek9.c
+ M /trunk/wiretap/catapult_dct2000.c
+
+Fix some (incorrect but unforseeable)
+"might be used uninitialized" warnings.
------------------------------------------------------------------------
-r20250 | jake | 2006-12-30 16:00:06 -0800 (Sat, 30 Dec 2006) | 2 lines
+r21863 | jmayer | 2007-05-21 09:36:21 -0700 (Mon, 21 May 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-dns.c
+ M /trunk/epan/wslua/make-taps.pl
+
+Fix warning about unused parameter
+------------------------------------------------------------------------
+r21864 | jake | 2007-05-21 11:08:47 -0700 (Mon, 21 May 2007) | 1 line
+Changed paths:
+ M /trunk/plugins/opcua/Makefile.nmake
+ M /trunk/plugins/opcua/opcua.c
+ M /trunk/plugins/opcua/opcua_application_layer.c
+ M /trunk/plugins/opcua/opcua_complextypeparser.c
+ M /trunk/plugins/opcua/opcua_complextypeparser.h
+ M /trunk/plugins/opcua/opcua_enumparser.c
+ M /trunk/plugins/opcua/opcua_enumparser.h
+ M /trunk/plugins/opcua/opcua_hfindeces.c
+ M /trunk/plugins/opcua/opcua_hfindeces.h
+ M /trunk/plugins/opcua/opcua_identifiers.h
+ M /trunk/plugins/opcua/opcua_security_layer.c
+ M /trunk/plugins/opcua/opcua_serviceparser.c
+ M /trunk/plugins/opcua/opcua_serviceparser.h
+ M /trunk/plugins/opcua/opcua_servicetable.c
+ M /trunk/plugins/opcua/opcua_simpletypes.c
+ M /trunk/plugins/opcua/opcua_transport_layer.c
-From Paul Erkkila:
-parse NAPTR records in dns dissector (rfc 3403)
+Make files more generic.
------------------------------------------------------------------------
-r20251 | sahlberg | 2007-01-01 02:23:37 -0800 (Mon, 01 Jan 2007) | 6 lines
+r21865 | jmayer | 2007-05-21 12:43:17 -0700 (Mon, 21 May 2007) | 1 line
Changed paths:
- M /trunk/cfile.c
- M /trunk/cfile.h
+ M /trunk/epan/follow.c
+
+put fwrite and fread into DISSECTOR_ASSERT in order to use the result
+------------------------------------------------------------------------
+r21866 | guy | 2007-05-21 13:31:45 -0700 (Mon, 21 May 2007) | 13 lines
+Changed paths:
+ M /trunk/dftest.c
+ M /trunk/epan/filesystem.c
+ M /trunk/gtk/main.c
+ M /trunk/tshark.c
+
+Have init_progfile_dir() also check whether
+WIRESHARK_RUN_FROM_BUILD_DIRECTORY is set and, if so and we weren't run
+with special privileges, set the running_in_build_directory_flag. Have
+it do the same if it finds ".libs" in the pathname of the program and we
+weren't run with special privileges, as that means it was probably run
+from the libtool wrapper script and presumably thus isn't an installed
+binary.
+
+This means that get_credential_info() has to be called before
+init_progfile_dir().
+
+Clean up some indentation.
+
+------------------------------------------------------------------------
+r21867 | sfisher | 2007-05-21 13:41:05 -0700 (Mon, 21 May 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/nstime.c
+ M /trunk/epan/nstime.h
M /trunk/file.c
+ M /trunk/tshark.c
-break out dfcode from the capture file structure and declare it locally where it is needed.
-allocate and release the dfcode program as needed instead of having it hang around in the capture file structure.
-this will ensure that dfcode will not have longer than se scope lifetime in case we need that property of it later
+From Sake Blok:
+
+Fix for bug #1056
------------------------------------------------------------------------
-r20252 | jake | 2007-01-01 06:43:15 -0800 (Mon, 01 Jan 2007) | 2 lines
+r21868 | gerald | 2007-05-21 15:40:13 -0700 (Mon, 21 May 2007) | 2 lines
Changed paths:
- M /trunk/wiretap/nettl.c
+ M /trunk/epan/dissectors
+
+Add jEdit mark files svn:ignore.
-From Mark C. Brown:
-Fix some nettl encap types and size checks
------------------------------------------------------------------------
-r20253 | jake | 2007-01-01 06:48:18 -0800 (Mon, 01 Jan 2007) | 5 lines
+r21869 | sahlberg | 2007-05-21 16:50:18 -0700 (Mon, 21 May 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-nettl.c
- M /trunk/wiretap/nettl.c
- M /trunk/wiretap/nettl.h
- M /trunk/wiretap/wtap.c
- M /trunk/wiretap/wtap.h
+ M /trunk/AUTHORS
+ M /trunk/epan/dissectors/Makefile.common
+ A /trunk/epan/dissectors/packet-kingfisher.c
+
+From Rob Casey a dissector for the KingFisher protocol
+
-From Mark C. Brown:
-HP-UX 11.31 will add a new nettl trace subsystem, NS_LS_TELNET (ID=267).
-NS_LS_TELNET is just raw telnet data. There is no layer 2/3/4 headers, so
-there's just the HP-UX nettl record header followed directly by the TCP payload
-for a telnet connection. Thus the need for a new wiretap encapsulation type...
------------------------------------------------------------------------
-r20254 | wmeier | 2007-01-01 08:58:03 -0800 (Mon, 01 Jan 2007) | 2 lines
+r21870 | guy | 2007-05-21 17:00:09 -0700 (Mon, 21 May 2007) | 4 lines
Changed paths:
- M /trunk/capture_opts.c
+ M /trunk/epan/follow.c
+ M /trunk/epan/follow.h
+ M /trunk/gtk/follow_dlg.c
-From Pierre Juhen: patch to correct the bug 1220
+Have the follow code keep track of whether there's any data in the TCP
+stream, and, if there isn't, pop up a dialog indicating that there isn't
+any data in the stream. This fixes bug 1604.
------------------------------------------------------------------------
-r20255 | wmeier | 2007-01-01 09:04:38 -0800 (Mon, 01 Jan 2007) | 5 lines
+r21871 | sfisher | 2007-05-21 17:14:39 -0700 (Mon, 21 May 2007) | 1 line
Changed paths:
- M /trunk/capture_loop.c
+ M /trunk/epan/libwireshark.def
-Fix "dumpcap -w -" to use binmode on stdout if Windows;
-(The related tests in suite-capture.sh should now work correctly).
-(Also: Print error message if attempting to use ring-buffers
- with a named pipe).
+Add new functions from SVN revision 21867 to libwireshark.def to get Windows builds going again
+------------------------------------------------------------------------
+r21872 | sfisher | 2007-05-21 17:33:46 -0700 (Mon, 21 May 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/win32-file-dlg.c
+Fix bug #1600 in the Win32 file dialog (it was fixed for the GTK file dialog in SVN revision 21807).
------------------------------------------------------------------------
-r20256 | gerald | 2007-01-01 12:07:23 -0800 (Mon, 01 Jan 2007) | 4 lines
+r21873 | sahlberg | 2007-05-21 18:26:32 -0700 (Mon, 21 May 2007) | 3 lines
Changed paths:
- M /trunk/epan/crypt/airpdcap.c
- M /trunk/epan/crypt/airpdcap_ccmp.c
- M /trunk/epan/crypt/airpdcap_int.h
+ M /trunk/epan/dissectors/packet-smb.c
+ M /trunk/epan/dissectors/packet-smb.h
+
+add the disposition to the data we store for how a fid is opened
-Fix a compiler warning. Surround an MSVC-specific #pragma with an
-#ifdef, and add a link to a -dev mailing list thread pointing out that
-it may not be necessary. Fixup whitespace and comments.
------------------------------------------------------------------------
-r20257 | etxrab | 2007-01-01 14:03:01 -0800 (Mon, 01 Jan 2007) | 2 lines
+r21874 | sahlberg | 2007-05-21 18:42:56 -0700 (Mon, 21 May 2007) | 4 lines
Changed paths:
- M /trunk/asn1/ansi_map/ansi_map.asn
- M /trunk/asn1/ansi_map/ansi_map.cnf
- M /trunk/asn1/ansi_map/packet-ansi_map-template.c
- M /trunk/asn1/tcap/packet-tcap-template.h
+ M /trunk/epan/dissectors/packet-smb.c
+
+add the level of interest to the dissection of QUERY_PATH_INFO/QUERY_FILE_INFO responses
+as a generated item
+
+
+------------------------------------------------------------------------
+r21875 | sahlberg | 2007-05-21 19:14:35 -0700 (Mon, 21 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb.c
+
+show the QUERY_FS_INFO level as a generated item in the response packet
+
+
+------------------------------------------------------------------------
+r21876 | guy | 2007-05-21 19:21:01 -0700 (Mon, 21 May 2007) | 15 lines
+Changed paths:
+ M /trunk/gtk/gui_utils.c
+ M /trunk/gtk/layout_prefs.c
+ M /trunk/ui_util.h
+
+Don't explicitly set the main window name unless you're changing the
+state to "no packets", "file open", or "live capture in progress".
+
+Instead, to update the main window title when the user-specified prefix
+for the title changes:
+
+ save the un-decorated title as a data value attached to the main
+ window in set_main_window_name();
+
+ have a new routine to update the title, which fetches the
+ un-decorated title, decorates it, and sets the title to the
+ decorated value.
+
+This fixes bug 1608.
+
+------------------------------------------------------------------------
+r21877 | wmeier | 2007-05-21 19:25:37 -0700 (Mon, 21 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/libwireshark.def
+
+add empty_tcp_stream
+
+------------------------------------------------------------------------
+r21878 | sahlberg | 2007-05-21 19:55:14 -0700 (Mon, 21 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-kingfisher.c
+
+fix an incorrect shift
+
+
+------------------------------------------------------------------------
+r21879 | standel | 2007-05-21 20:30:28 -0700 (Mon, 21 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ip.c
+ M /trunk/epan/dissectors/packet-quakeworld.c
+
+fix gcc 4.2 warnings (qualifier type)
+
+------------------------------------------------------------------------
+r21880 | sahlberg | 2007-05-21 20:33:51 -0700 (Mon, 21 May 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb.c
+ M /trunk/epan/dissectors/packet-smb.h
+
+remember the object name from a QUERY_PATH_INFO and show it as a
+generated item in the response.
+
+also show the infolevel in the response as a generated item
+
+
+------------------------------------------------------------------------
+r21881 | sahlberg | 2007-05-21 20:55:54 -0700 (Mon, 21 May 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb.c
+
+improve FIND_FIRST2 useability in the same way as in the previous
+patches
+
+
+------------------------------------------------------------------------
+r21882 | guy | 2007-05-22 00:21:12 -0700 (Tue, 22 May 2007) | 15 lines
+Changed paths:
+ M /trunk/epan/Makefile.am
+ M /trunk/epan/Makefile.common
+ M /trunk/epan/Makefile.nmake
+ M /trunk/epan/dfilter/Makefile.am
+ M /trunk/plugins/mate/Makefile.am
+
+"make maintainer-clean" cleans up everything that "make distclean" does;
+there's no need for files in DISTCLEANFILES to be in
+MAINTAINERCLEANFILES as well.
+
+In epan, split the generated source files into those that should be
+cleaned by "make distclean" and those that shouldn't, and have
+DISTCLEANFILES include only the ones that should be cleaned by "make
+distclean" and have MAINTAINERCLEANFILES include the ones that shouldn't
+be cleaned by "make distclean". This should fix bug 1595.
+
+The generated source files don't need to be in EXTRA_DIST.
+
+Use LIBWIRESHARK_DISTCLEAN_GENERATED_SRC and
+LIBWIRESHARK_NODISTCLEAN_GENERATED_SRC in epan/Makefile.nmake.
+
+------------------------------------------------------------------------
+r21883 | guy | 2007-05-22 00:52:11 -0700 (Tue, 22 May 2007) | 11 lines
+Changed paths:
+ M /trunk/configure.in
+
+If GTK+ isn't available, fail unless the user explicitly specified
+"--disable-wireshark"; if they haven't explicitly said that they don't
+want Wireshark, assume they do, and that they won't be happy if, when
+the build finishes, they don't have Wireshark and weren't made
+sufficiently aware that they wouldn't get it.
+
+People who want to build TShark for machines that don't have GTK+
+installed, but don't want to build Wireshark because they can't install
+GTK+ on the build/target machine, can still do that; they just have to
+explicitly specify "--disable-wireshark" to do it.
+
+------------------------------------------------------------------------
+r21884 | jmayer | 2007-05-22 06:16:36 -0700 (Tue, 22 May 2007) | 3 lines
+Changed paths:
+ M /trunk/packaging/svr4/checkinstall.in
+
+Make sure we compare against something ("") in case
+GTK_CONFIG is empty.
+
+------------------------------------------------------------------------
+r21885 | jmayer | 2007-05-22 06:17:24 -0700 (Tue, 22 May 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-per.c
+ M /trunk/epan/dissectors/packet-smb2.h
+ M /trunk/plugins/opcua/opcua_complextypeparser.c
+ M /trunk/plugins/opcua/opcua_complextypeparser.h
+ M /trunk/plugins/opcua/opcua_serviceparser.c
+ M /trunk/plugins/opcua/opcua_serviceparser.h
+
+Trivial warning fixes:
+
+opcua: warning: function declaration isn't a prototype
+rest: comma at end of enumerator
+
+------------------------------------------------------------------------
+r21886 | standel | 2007-05-22 06:47:45 -0700 (Tue, 22 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ip.c
+
+revert changes of r21879 which fix gcc bugs. These changes was from mipv4
+improvements patch.
+
+------------------------------------------------------------------------
+r21887 | grahamb | 2007-05-22 09:01:25 -0700 (Tue, 22 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-dnp.c
+
+Code cleanups, some parsing errors fixed, added more object types
+------------------------------------------------------------------------
+r21888 | jmayer | 2007-05-22 09:14:28 -0700 (Tue, 22 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rnsap.c
+ M /trunk/tools/asn2wrs.py
+
+Don't generate enums that end in a comma
+
+------------------------------------------------------------------------
+r21889 | etxrab | 2007-05-22 09:17:54 -0700 (Tue, 22 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/Makefile.nmake
+ M /trunk/asn1/acse/acse.cnf
+ M /trunk/asn1/ftam/ftam.cnf
+ M /trunk/asn1/gsmmap/GSMMAP.asn
+ M /trunk/asn1/ldap/ldap.cnf
+ M /trunk/asn1/mms/mms.cnf
+ M /trunk/asn1/rtse/rtse.cnf
+ M /trunk/asn1/tcap/packet-tcap-template.c
M /trunk/asn1/tcap/tcap.cnf
+ M /trunk/asn1/x411/x411.cnf
+ M /trunk/epan/asn1.h
+ M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+ M /trunk/epan/dissectors/packet-acp133.c
+ M /trunk/epan/dissectors/packet-acse.c
+ M /trunk/epan/dissectors/packet-ansi_map.c
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-ber.h
+ M /trunk/epan/dissectors/packet-camel.c
+ M /trunk/epan/dissectors/packet-cdt.c
+ M /trunk/epan/dissectors/packet-cmip.c
+ M /trunk/epan/dissectors/packet-cmp.c
+ M /trunk/epan/dissectors/packet-cms.c
+ M /trunk/epan/dissectors/packet-crmf.c
+ M /trunk/epan/dissectors/packet-dap.c
+ M /trunk/epan/dissectors/packet-disp.c
+ M /trunk/epan/dissectors/packet-dop.c
+ M /trunk/epan/dissectors/packet-dsp.c
+ M /trunk/epan/dissectors/packet-ess.c
+ M /trunk/epan/dissectors/packet-ftam.c
+ M /trunk/epan/dissectors/packet-ftbp.c
+ M /trunk/epan/dissectors/packet-gnm.c
+ M /trunk/epan/dissectors/packet-gsm_a.c
+ M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/epan/dissectors/packet-gsm_ss.c
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-inap.c
+ M /trunk/epan/dissectors/packet-kerberos.c
+ M /trunk/epan/dissectors/packet-kpasswd.c
+ M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/epan/dissectors/packet-logotypecertextn.c
+ M /trunk/epan/dissectors/packet-mms.c
+ M /trunk/epan/dissectors/packet-ocsp.c
+ M /trunk/epan/dissectors/packet-pkcs1.c
+ M /trunk/epan/dissectors/packet-pkcs12.c
+ M /trunk/epan/dissectors/packet-pkinit.c
+ M /trunk/epan/dissectors/packet-pkix1explicit.c
+ M /trunk/epan/dissectors/packet-pkix1implicit.c
+ M /trunk/epan/dissectors/packet-pkixproxy.c
+ M /trunk/epan/dissectors/packet-pkixqualified.c
+ M /trunk/epan/dissectors/packet-pkixtsp.c
+ M /trunk/epan/dissectors/packet-pres.c
+ M /trunk/epan/dissectors/packet-q932-ros.c
+ M /trunk/epan/dissectors/packet-q932.c
+ M /trunk/epan/dissectors/packet-qsig.c
+ M /trunk/epan/dissectors/packet-ros.c
+ M /trunk/epan/dissectors/packet-rtse.c
+ M /trunk/epan/dissectors/packet-s4406.c
+ M /trunk/epan/dissectors/packet-smrse.c
+ M /trunk/epan/dissectors/packet-snmp.c
+ M /trunk/epan/dissectors/packet-spnego.c
M /trunk/epan/dissectors/packet-tcap.c
- M /trunk/epan/dissectors/packet-tcap.h
+ M /trunk/epan/dissectors/packet-wlancertextn.c
+ M /trunk/epan/dissectors/packet-x411.c
+ M /trunk/epan/dissectors/packet-x420.c
+ M /trunk/epan/dissectors/packet-x509af.c
+ M /trunk/epan/dissectors/packet-x509ce.c
+ M /trunk/epan/dissectors/packet-x509if.c
+ M /trunk/epan/dissectors/packet-x509sat.c
+ M /trunk/tools/asn2wrs.py
-Use TransactionId to match ansi map responses to requests and fix
-some bugs in the asn2wrs generated ansi map dissector.
+Prepare for the use of the new -X parameter for BER encoded protocols.
------------------------------------------------------------------------
-r20258 | ulfl | 2007-01-01 17:19:40 -0800 (Mon, 01 Jan 2007) | 4 lines
+r21890 | guy | 2007-05-22 10:32:39 -0700 (Tue, 22 May 2007) | 10 lines
Changed paths:
- M /trunk/config.nmake
+ M /trunk/epan/dissectors/packet-dnp.c
+
+With at least some compilers, "enum QUALITY_TYPE" is unsigned, and the
+compiler warns about checking whether it's >= 0, as it always is.
+
+Don't do that check - we don't use "type" until the switch statement,
+and GCC should issue a warning if not all valid "enum QUALITY_TYPE"
+values are handled in the switch statement.
+
+Sort the items in the switch statement in the order in which they appear
+in the enum definition, so it's clearer that it covers all values.
-first MSVC 2005 changes:
-- add some lines to set the desired MSVC_VARIANT
-- set some defines (to prevent tons of "deprecated" warnings)
-- set some linker flags (currently don't know if these are the right ones - still experimenting)
------------------------------------------------------------------------
-r20259 | ulfl | 2007-01-01 17:52:47 -0800 (Mon, 01 Jan 2007) | 3 lines
+r21891 | gerald | 2007-05-22 12:05:27 -0700 (Tue, 22 May 2007) | 5 lines
Changed paths:
- M /trunk/capture_wpcap_packet.c
- M /trunk/gtk/capture_if_details_dlg.c
+ M /trunk/doc/README.packaging
+ M /trunk/docbook/release-notes.xml
+
+Add a note about the recent change in "--disable-wireshark" behavior to
+the release notes.
-MSVC2006 defines sockaddr_storage, so we shouldn't define this on our own for MSVC2006
+Add a couple of updates to the packaging doc.
-this might be depending on the Platform SDK and not on MSVC version - I don't really know
------------------------------------------------------------------------
-r20260 | guy | 2007-01-01 22:39:22 -0800 (Mon, 01 Jan 2007) | 2 lines
+r21892 | etxrab | 2007-05-22 14:13:55 -0700 (Tue, 22 May 2007) | 1 line
Changed paths:
- M /trunk/epan/radius_dict.l
+ M /trunk/tools/asn2wrs.py
-Use G_DIR_SEPARATOR_S as the path separator.
+Copy paste error, actx duplicated.
+------------------------------------------------------------------------
+r21893 | etxrab | 2007-05-22 14:15:00 -0700 (Tue, 22 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-ber.c
+Update the EXTERNAL dissection code(still unfinished).
------------------------------------------------------------------------
-r20261 | guy | 2007-01-01 22:49:40 -0800 (Mon, 01 Jan 2007) | 19 lines
+r21894 | tuexen | 2007-05-22 14:16:30 -0700 (Tue, 22 May 2007) | 2 lines
+Changed paths:
+ M /trunk/gtk/sctp_assoc_analyse.c
+ M /trunk/gtk/sctp_byte_graph_dlg.c
+ M /trunk/gtk/sctp_graph_dlg.c
+ M /trunk/gtk/sctp_stat.c
+ M /trunk/gtk/sctp_stat.h
+ M /trunk/gtk/sctp_stat_dlg.c
+
+From Irene Ruengeler: Fix TSN handling in graphs.
+
+------------------------------------------------------------------------
+r21895 | etxrab | 2007-05-22 14:17:08 -0700 (Tue, 22 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/ftam/Makefile
+ M /trunk/asn1/ftam/Makefile.nmake
+ M /trunk/asn1/ftam/ftam-exp.cnf
+ M /trunk/asn1/ftam/ftam.cnf
+ M /trunk/epan/dissectors/packet-ftam.c
+ M /trunk/epan/dissectors/packet-ftam.h
+
+Regenerate dissector with -X and -T directives.
+------------------------------------------------------------------------
+r21896 | sfisher | 2007-05-22 15:55:09 -0700 (Tue, 22 May 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rsvp.c
+
+
+Fix for bug #1598 - add support for PRSVP (RSVP encapsulated in UDP port 3455)
+
+
+------------------------------------------------------------------------
+r21897 | sahlberg | 2007-05-22 16:05:25 -0700 (Tue, 22 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb.c
+ M /trunk/epan/dissectors/packet-smb.h
+
+show the filename that was to be deleted in the Delete reply
+
+
+------------------------------------------------------------------------
+r21898 | gerald | 2007-05-22 16:06:22 -0700 (Tue, 22 May 2007) | 5 lines
Changed paths:
- M /trunk/dftest.c
- M /trunk/doc/Makefile.am
- M /trunk/epan/epan.c
- M /trunk/epan/epan.h
- M /trunk/epan/filesystem.c
- M /trunk/epan/filesystem.h
- M /trunk/epan/libwireshark.def
- M /trunk/epan/plugins.c
- M /trunk/epan/plugins.h
- M /trunk/epan/proto.c
- M /trunk/epan/proto.h
- M /trunk/gtk/about_dlg.c
M /trunk/gtk/main.c
- M /trunk/tshark.c
-Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;
-if set, and if the program isn't running with additional privileges,
-it'll treat the directory in which the program is found as the data
-directory.
+Don't set the focus on the display filter entry when we're passed a
+contorl- or alt-modified character. Fixes bug 1610.
-If, on Windows, the version-number subdirectory of {data
-directory}\plugins doesn't exist (which is assumed to mean that the
-program is being run from the build directory), or if, on UN*X,
-WIRESHARK_RUN_FROM_BUILD_DIRECTORY is set, the plugin directory is the
-"plugins" subdirectory of the data directory, and all subdirectories of
-that directory are scanned for plugins, as the "plugins" subdirectory of
-the build directory contains subdirectories for the plugins; this means
-that if we're running from the build directory, we'll find the plugins
-we built in the build tree.
+Fixup whitespace.
+
+------------------------------------------------------------------------
+r21899 | sahlberg | 2007-05-22 16:12:58 -0700 (Tue, 22 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb.c
+
+show the directory name in replies to CreateDir/Checkdir and DeleteDir
-When generating the wireshark-filter man page, run tshark with
-WIRESHARK_RUN_FROM_BUILD_DIRECTORY set, so it uses the plugins from the
-build to generate the list of filters.
------------------------------------------------------------------------
-r20262 | guy | 2007-01-02 01:20:27 -0800 (Tue, 02 Jan 2007) | 5 lines
+r21900 | guy | 2007-05-22 16:56:52 -0700 (Tue, 22 May 2007) | 3 lines
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/gtk/sctp_graph_dlg.c
-Ehtereal[sic] -> Wireshark. :-)
+Put back some casts, and don't use rint() on Windows, in the hopes of
+clearing up at least some buildbot errors on Windows.
-Give a little more detail in the comment in the H.248 dissector about
-"MEGACO" vs. "H.248".
+------------------------------------------------------------------------
+r21901 | guy | 2007-05-22 17:28:59 -0700 (Tue, 22 May 2007) | 2 lines
+Changed paths:
+ M /trunk/gtk/sctp_graph_dlg.c
+
+Put back some more missing casts.
------------------------------------------------------------------------
-r20263 | jake | 2007-01-02 02:13:38 -0800 (Tue, 02 Jan 2007) | 2 lines
+r21902 | guy | 2007-05-22 18:27:57 -0700 (Tue, 22 May 2007) | 2 lines
Changed paths:
- M /trunk/epan/enterprise-numbers
+ M /trunk/gtk/ssl-dlg.c
-Adding all enterprise numbers for 2006.
+Handle characters with the 8th bit set.
------------------------------------------------------------------------
-r20264 | martinm | 2007-01-02 03:46:30 -0800 (Tue, 02 Jan 2007) | 10 lines
+r21903 | etxrab | 2007-05-22 22:27:17 -0700 (Tue, 22 May 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-rtcp.c
- M /trunk/epan/dissectors/packet-rtcp.h
+ M /trunk/gtk/sctp_graph_dlg.c
-Fix for bug 1279 (Negative values for RTCP round trip delay
-cannot be stored in guint32).
-- Makes the threshold preference value an absolute value.
-- There is now a separate expert info item for -ve roundtrips
+Put in some more, hopfully correct casts.
+------------------------------------------------------------------------
+r21904 | jake | 2007-05-22 23:03:48 -0700 (Tue, 22 May 2007) | 1 line
+Changed paths:
+ M /trunk/wiretap/pppdump.c
-N.B. There is still a problem with filtering -ve values on this
-FT_INT32 field, i.e. rtcp.roundtrip-delay < 0 never matches with
-frames that it should (even if rtcp.roundtrip-delay == -3 can
-be used to match specific frames...).
+Fix for bug 1601: handle zero length packets.
+------------------------------------------------------------------------
+r21905 | kukosa | 2007-05-23 06:36:25 -0700 (Wed, 23 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-per.c
+ M /trunk/epan/dissectors/packet-per.h
+support of CONTAINING constraint in OCTET STRING and BIT STRING
------------------------------------------------------------------------
-r20265 | ulfl | 2007-01-02 05:05:04 -0800 (Tue, 02 Jan 2007) | 1 line
+r21906 | kukosa | 2007-05-23 06:42:05 -0700 (Wed, 23 May 2007) | 3 lines
Changed paths:
- M /trunk/config.nmake
+ M /trunk/asn1/nbap/packet-nbap-template.c
+ M /trunk/epan/dissectors/packet-nbap.c
+ M /trunk/tools/asn2wrs.py
-make MSVC6 the default for MSVC_VARIANT, not MSVC2005
+- support of CONTAINING constraint in OCTET STRING and BIT STRING
+- fix handling of tag for EXTERNAL type
+- change automatic postfix for duplicate names from '...%d' to '..._%02d'
------------------------------------------------------------------------
-r20266 | martinm | 2007-01-02 05:25:36 -0800 (Tue, 02 Jan 2007) | 3 lines
+r21907 | kukosa | 2007-05-23 07:31:12 -0700 (Wed, 23 May 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-ajp13.c
- M /trunk/epan/dissectors/packet-catapult-dct2000.c
+ M /trunk/epan/dissectors/packet-per.c
+
+fix warning
+------------------------------------------------------------------------
+r21908 | jmayer | 2007-05-23 08:42:48 -0700 (Wed, 23 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-bacapp.c
-"an wireshark" -> "a wireshark".
-Presumably "an ethereal" was search replaced...
+warning fix: passing argument 2 of 'iconv' from incompatible pointer type
+------------------------------------------------------------------------
+r21909 | grahamb | 2007-05-23 09:35:42 -0700 (Wed, 23 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-dnp.c
+Corrected dissection of read requests when no object indexes are supplied, i.e. index field is 0
------------------------------------------------------------------------
-r20267 | jake | 2007-01-02 05:34:05 -0800 (Tue, 02 Jan 2007) | 2 lines
+r21910 | gerald | 2007-05-23 10:12:01 -0700 (Wed, 23 May 2007) | 2 lines
Changed paths:
- M /trunk/plugins/giop/README
+ M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+ M /trunk/gtk/menu.c
-More Ethereal -> Wireshark renaming
+Add shortcuts for expanding/collapsing the packet detail.
------------------------------------------------------------------------
-r20268 | jake | 2007-01-02 05:36:45 -0800 (Tue, 02 Jan 2007) | 2 lines
+r21911 | kukosa | 2007-05-23 12:35:29 -0700 (Wed, 23 May 2007) | 1 line
Changed paths:
- M /trunk/plugins/giop/packet-cosnaming.c
+ M /trunk/tools/asn2wrs.py
-More Ethereal -> Wireshark renaming.
+small fix in duplicate type warning
+------------------------------------------------------------------------
+r21912 | etxrab | 2007-05-23 13:49:53 -0700 (Wed, 23 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
+ M /trunk/epan/dissectors/packet-gsm_ss.c
+Put in some forgotten actx.
------------------------------------------------------------------------
-r20269 | jake | 2007-01-02 05:46:06 -0800 (Tue, 02 Jan 2007) | 2 lines
+r21913 | wmeier | 2007-05-23 18:05:08 -0700 (Wed, 23 May 2007) | 2 lines
Changed paths:
- M /trunk/plugins/giop/Makefile.nmake
+ M /trunk/gtk/proto_dlg.c
-Align build target names.
+Fix 'Analyze ! Enabled_Protocols' search to search on correct column.
------------------------------------------------------------------------
-r20270 | wmeier | 2007-01-02 06:11:35 -0800 (Tue, 02 Jan 2007) | 2 lines
+r21914 | guy | 2007-05-23 19:08:49 -0700 (Wed, 23 May 2007) | 4 lines
Changed paths:
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/asn1/h248/packet-h248-template.h
- M /trunk/asn1/umts_rrc/packet-umts_rrc-template.c
- M /trunk/asn1/umts_rrc/packet-umts_rrc-template.h
- M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.c
- M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.h
- M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.c
- M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.h
- M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
- M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.h
- M /trunk/epan/dissectors/packet-dtls.c
- M /trunk/epan/dissectors/packet-exec.c
- M /trunk/epan/dissectors/packet-h248_3gpp.c
- M /trunk/epan/dissectors/packet-h248_annex_c.c
- M /trunk/epan/dissectors/packet-h248_annex_e.c
- M /trunk/epan/dissectors/packet-h248_q1950.c
- M /trunk/epan/dissectors/packet-image-png.c
- M /trunk/epan/dissectors/packet-jpeg.c
- M /trunk/epan/dissectors/packet-lsc.c
- M /trunk/epan/dissectors/packet-ssl.c
- M /trunk/gtk/camel_counter.c
+ M /trunk/docbook/release-notes.xml
-More ethereal --> wireshark
+Emphasize that if you try to build on a system without GTK+ installed,
+the configure script will fail unless you explicitly say you don't want
+Wireshark built.
------------------------------------------------------------------------
-r20271 | martinm | 2007-01-02 09:06:00 -0800 (Tue, 02 Jan 2007) | 2 lines
+r21915 | guy | 2007-05-23 19:10:49 -0700 (Wed, 23 May 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-sip.c
+ M /trunk/gtk/sctp_graph_dlg.c
-Dissect details of RAck header, and change RSeq to a numerical field.
+Use the same workaround for the absence of rint() in MSVC++ that's used
+by the TCP graph code.
------------------------------------------------------------------------
-r20272 | wmeier | 2007-01-02 09:19:25 -0800 (Tue, 02 Jan 2007) | 3 lines
+r21916 | kukosa | 2007-05-24 00:19:21 -0700 (Thu, 24 May 2007) | 2 lines
Changed paths:
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/asn1/h248/packet-h248-template.h
- M /trunk/asn1/umts_rrc/packet-umts_rrc-template.c
- M /trunk/asn1/umts_rrc/packet-umts_rrc-template.h
- M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.c
- M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.h
- M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.c
- M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.h
- M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
- M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.h
- M /trunk/docbook/dfilter2xml.pl
- M /trunk/epan/dissectors/packet-exec.c
- M /trunk/epan/dissectors/packet-h248_3gpp.c
- M /trunk/epan/dissectors/packet-h248_annex_c.c
- M /trunk/epan/dissectors/packet-h248_annex_e.c
- M /trunk/epan/dissectors/packet-h248_q1950.c
- M /trunk/epan/dissectors/packet-image-png.c
- M /trunk/epan/dissectors/packet-jpeg.c
- M /trunk/epan/dissectors/packet-lsc.c
- M /trunk/plugins/tpg/Makefile.am
+ M /trunk/tools/asn2wrs.py
+
+- improvements in registering dissectors to OID table (value defined in ASN.1 can be used)
+- new #.END_OF_CNF directive
+------------------------------------------------------------------------
+r21917 | guy | 2007-05-24 04:43:53 -0700 (Thu, 24 May 2007) | 6 lines
+Changed paths:
+ M /trunk/configure.in
+ M /trunk/wiretap/configure.in
-Oops: wireshark.com --> wireshark.org
-Also: 1 additional Ethereal --> Wireshark
+Temporarily turn on a bunch of warnings and turn off -Werror, to see
+what the complete set of warnings we should either try to fix or, for
+cases where it can't be fixed, turn off or or avoid -Werror for. I'll
+revert this change as soon as a complete set of buildbot builds start
+with it.
------------------------------------------------------------------------
-r20273 | sfisher | 2007-01-02 11:55:55 -0800 (Tue, 02 Jan 2007) | 4 lines
+r21918 | guy | 2007-05-24 05:00:55 -0700 (Thu, 24 May 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/configure.in
+ M /trunk/wiretap/configure.in
+Back out the previous change.
-Add a good/bad tree to the FCS item.
+------------------------------------------------------------------------
+r21919 | kukosa | 2007-05-24 05:30:38 -0700 (Thu, 24 May 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/rnsap/packet-rnsap-template.c
+ M /trunk/asn1/rnsap/rnsap.cnf
+ M /trunk/epan/dissectors/packet-mpeg-pes.c
+ M /trunk/epan/dissectors/packet-nbap.c
+ M /trunk/epan/dissectors/packet-rnsap.c
+ M /trunk/epan/dissectors/packet-rrlp.c
+ M /trunk/epan/dissectors/packet-ulp.c
+- RNSAP calls RRC through dissector handle instead of direct function call
+- PER dissectors regenerated
+------------------------------------------------------------------------
+r21920 | kukosa | 2007-05-24 05:36:41 -0700 (Thu, 24 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-cmip.c
+ M /trunk/epan/dissectors/packet-cmp.c
+ M /trunk/epan/dissectors/packet-ftam.c
+ M /trunk/epan/dissectors/packet-gnm.c
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-inap.c
+ M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/epan/dissectors/packet-mms.c
+ M /trunk/epan/dissectors/packet-pkix1explicit.c
+few BER dissectors regenerated
------------------------------------------------------------------------
-r20274 | gerald | 2007-01-02 11:56:59 -0800 (Tue, 02 Jan 2007) | 13 lines
+r21921 | kukosa | 2007-05-24 06:30:45 -0700 (Thu, 24 May 2007) | 1 line
Changed paths:
- M /trunk/airpcap.h
- M /trunk/airpcap_loader.h
- M /trunk/epan/crypt/airpdcap_interop.h
+ M /trunk/asn1/ulp/packet-ulp-template.c
+ M /trunk/asn1/ulp/ulp.cnf
+ M /trunk/epan/dissectors/packet-ulp.c
-From Gisle Vanem:
+fix rrlp subdissector calling
+------------------------------------------------------------------------
+r21922 | wmeier | 2007-05-24 09:18:33 -0700 (Thu, 24 May 2007) | 2 lines
+Changed paths:
+ M /trunk/gtk/ansi_map_stat.c
-Here are some patches needed to build using HAVE_AIRPCAP
-on MingW:
+When computing average: use 0 as avg if divisor=0
-* airpcap.h needs 'WEP_KEY_MAX_SIZE' from <epan/crypt/wep-wpadefs.h>.
+------------------------------------------------------------------------
+r21923 | guy | 2007-05-24 10:02:06 -0700 (Thu, 24 May 2007) | 4 lines
+Changed paths:
+ M /trunk/wiretap/k12text.l
-* airpcap_loader.h needs <epan/crypt/airpdcap_user.h> and definition of
- 'decryption_key_t'.
+Get rid of CR's, and add a newline at the end.
-* epan/crypt/airpdcap_interop.h defines 'ntohs()' before <winsock2.h>
- gets included. Thus creating a parse error later on.
+Set svn:keywords and svn:eol-style appropriately.
------------------------------------------------------------------------
-r20275 | jake | 2007-01-02 12:53:04 -0800 (Tue, 02 Jan 2007) | 1 line
+r21924 | gerald | 2007-05-24 10:36:07 -0700 (Thu, 24 May 2007) | 3 lines
Changed paths:
- M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
- M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
+ M /trunk/epan/dissectors/packet-bootp.c
+
+Fix a crash bug found through fuzz testing. The bug was introduced
+after the 0.99.5 release.
-Update supported Win32 versions and NSIS version.
------------------------------------------------------------------------
-r20276 | ulfl | 2007-01-02 14:19:48 -0800 (Tue, 02 Jan 2007) | 1 line
+r21925 | etxrab | 2007-05-24 12:11:04 -0700 (Thu, 24 May 2007) | 1 line
Changed paths:
- M /trunk/packaging/nsis/wireshark.nsi
+ D /trunk/asn1/ulp/ulp-exp.cnf
+
+No longer needed as nothing is exported.
+------------------------------------------------------------------------
+r21926 | lego | 2007-05-24 13:40:42 -0700 (Thu, 24 May 2007) | 3 lines
+Changed paths:
+ M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
+
+Help for the SCTP Users Table
+
+
+------------------------------------------------------------------------
+r21927 | etxrab | 2007-05-24 13:42:55 -0700 (Thu, 24 May 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/nbap/packet-nbap-template.c
+ M /trunk/epan/dissectors/packet-nbap.c
+ M /trunk/epan/dissectors/packet-sctp.c
+ M /trunk/epan/sctpppids.h
+
+Make it possible to "decode as" NBAP over SCTP, update IANA registered PPID's
+for SCTP.
+------------------------------------------------------------------------
+r21928 | lego | 2007-05-24 15:26:51 -0700 (Thu, 24 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/libwireshark.def
+ M /trunk/epan/plugins.c
+ M /trunk/epan/plugins.h
+ M /trunk/gtk/main.c
+ M /trunk/gtk/plugins_dlg.c
+ M /trunk/tshark.c
+
+Prepare wireshark and tshark for wiretap plugins
+
+
+------------------------------------------------------------------------
+r21929 | jake | 2007-05-24 23:35:21 -0700 (Thu, 24 May 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ssl-utils.c
+
+From Brian Vandenberg:
+I ran into a problem trying to debug some of my stuff yesterday that depends on the http dissector, and the server I'm working with defaults to ssl traffic; whenever I try to debug it, it always gets hung up on the lines I mentioned in the email quoted below (within the ssl dissector).
+
+It seems the culprit is in the use of g_malloc within ssl_data_alloc, and free (instead of g_free) in tls_prf.
+
+I've attached the diff for the fixes I made.
+------------------------------------------------------------------------
+r21930 | jake | 2007-05-24 23:46:47 -0700 (Thu, 24 May 2007) | 2 lines
+Changed paths:
+ M /trunk/tshark.c
-define SecMIBs only if NET_SNMP_DIR is defined - to prevent a NSIS warning
+Fix for bug 1614:
+Output preamble and finale on live capture.
------------------------------------------------------------------------
-r20277 | gerald | 2007-01-02 14:49:57 -0800 (Tue, 02 Jan 2007) | 3 lines
+r21931 | kukosa | 2007-05-24 23:54:39 -0700 (Thu, 24 May 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/Makefile.am
+ M /trunk/asn1/Makefile.nmake
+ A /trunk/asn1/rrc
+ A /trunk/asn1/rrc/Class-definitions.asn
+ A /trunk/asn1/rrc/Constant-definitions.asn
+ A /trunk/asn1/rrc/InformationElements.asn
+ A /trunk/asn1/rrc/Internode-definitions.asn
+ A /trunk/asn1/rrc/Makefile
+ A /trunk/asn1/rrc/Makefile.nmake
+ A /trunk/asn1/rrc/PDU-definitions.asn
+ A /trunk/asn1/rrc/packet-rrc-template.c
+ A /trunk/asn1/rrc/rrc.cnf
+ D /trunk/asn1/umts_rrc
+ D /trunk/asn1/umts_rrc_Internode-defs
+ D /trunk/asn1/umts_rrc_ies
+ D /trunk/asn1/umts_rrc_pdu_def
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/Makefile.nmake
+ A /trunk/epan/dissectors/packet-rrc.c
+ D /trunk/epan/dissectors/packet-umts_rrc.c
+ D /trunk/epan/dissectors/packet-umts_rrc.h
+ D /trunk/epan/dissectors/packet-umts_rrc_ies.c
+ D /trunk/epan/dissectors/packet-umts_rrc_ies.h
+ D /trunk/epan/dissectors/packet-umts_rrc_pdu_def.c
+ D /trunk/epan/dissectors/packet-umts_rrc_pdu_def.h
+
+UMTS RRC updated to 3GPP TS 25.331 V7.4.0 (2007-03) and moved to one directory
+
+------------------------------------------------------------------------
+r21932 | jmayer | 2007-05-25 01:34:15 -0700 (Fri, 25 May 2007) | 22 lines
+Changed paths:
+ M /trunk/tools/pidl/tests/Util.pm
+
+Update from samba tree revision 23054 to 23135
+============================ Samba log start ============
+------------------------------------------------------------------------
+r23069 | metze | 2007-05-22 13:23:36 +0200 (Tue, 22 May 2007) | 3 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+
+print out the command, to find out the problem on host 'tridge'
+
+metze
+------------------------------------------------------------------------
+r23071 | metze | 2007-05-22 14:45:58 +0200 (Tue, 22 May 2007) | 3 lines
+Changed paths:
+ M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+
+print the command on failure only
+
+metze
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
+
+------------------------------------------------------------------------
+r21933 | kukosa | 2007-05-25 04:40:32 -0700 (Fri, 25 May 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/Makefile.nmake
+ M /trunk/asn1/h225/h225.cnf
+ M /trunk/asn1/h235/h235.cnf
+ M /trunk/asn1/rrlp/rrlp.cnf
+ M /trunk/asn1/ulp/ulp.cnf
+ M /trunk/epan/dissectors/packet-h225.c
+ M /trunk/epan/dissectors/packet-h235.c
+ M /trunk/epan/dissectors/packet-rrlp.c
+ M /trunk/epan/dissectors/packet-ulp.c
+
+get rid of few warnings
+------------------------------------------------------------------------
+r21934 | lego | 2007-05-25 09:47:22 -0700 (Fri, 25 May 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-user_encap.c
+ M /trunk/epan/uat.h
+ M /trunk/gtk/uat_gui.c
+
+- epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the dissector and the handle
+- packet-user_encap.c: use the new UAT_PROTO_DEF
+- gtk/uat_gui.c: change the order of "containment" of the widgets to have the clist fields sized to the scrolledwindow instead of the whole window
+
+
+------------------------------------------------------------------------
+r21935 | lego | 2007-05-25 10:22:32 -0700 (Fri, 25 May 2007) | 23 lines
Changed paths:
M /trunk/Makefile.common
M /trunk/Makefile.nmake
- M /trunk/asn1/cms/packet-cms-template.c
- M /trunk/asn1/spnego/packet-spnego-template.c
- M /trunk/debian/copyright
+ M /trunk/capinfos.c
M /trunk/editcap.c
M /trunk/epan/Makefile.common
- M /trunk/epan/crypt/Makefile.common
- M /trunk/epan/crypt/airpdcap.c
- D /trunk/epan/crypt/airpdcap_md5.c
- D /trunk/epan/crypt/airpdcap_md5.h
- M /trunk/epan/crypt/airpdcap_system.h
- A /trunk/epan/crypt/crypt-md5.c (from /trunk/epan/crypt-md5.c:20274)
- A /trunk/epan/crypt/crypt-md5.h (from /trunk/epan/crypt-md5.h:20274)
- D /trunk/epan/crypt-md5.c
- D /trunk/epan/crypt-md5.h
- M /trunk/epan/dissectors/packet-3com-njack.c
- M /trunk/epan/dissectors/packet-cms.c
- M /trunk/epan/dissectors/packet-kerberos.c
- M /trunk/epan/dissectors/packet-radius.c
- M /trunk/epan/dissectors/packet-spnego.c
- M /trunk/epan/dissectors/packet-tacacs.c
+ M /trunk/epan/epan.c
+ M /trunk/epan/filesystem.c
+ M /trunk/epan/plugins.c
+ M /trunk/epan/plugins.h
+ M /trunk/epan/proto.c
+ A /trunk/epan/report_err.c
+ M /trunk/epan/report_err.h
+ M /trunk/gtk/main.c
+ M /trunk/tshark.c
+
+Have editcap and capinfos loading the wiretap plugins.
+
+epan/filesystem.c
+ have get_plugin_dir() calling init_plugin_dir() if necessary
+
+epan/epan.c and epan/report_err.c
+ move the report_failure family into the new report_err.c file, have epan_init() calling the initializer
+
+epan/plugins.h and epan/proto.c
+ do not have init_plugins() calling the proto_reg functions instead do it in init_proto()
+
+gtk/main.c and tshark.c
+ init_plugin_dir() has become suprefluous
+
+capinfos.c and editcap.c
+ load the wiretap plugins
+
+Makefiles
+ do what's needed to build withe the above changes.
+
+
-Move epan/crypt-md5.[ch] to epan/crypt. Remove
-epan/crypt/airpdcap_md5.[ch]. Fix up whitespace.
------------------------------------------------------------------------
-r20278 | ulfl | 2007-01-02 15:55:47 -0800 (Tue, 02 Jan 2007) | 3 lines
+r21936 | lego | 2007-05-25 10:23:46 -0700 (Fri, 25 May 2007) | 3 lines
Changed paths:
- M /trunk/packaging/nsis/AdditionalTasksPage.ini
+ M /trunk/wiretap/Makefile.common
+ D /trunk/wiretap/wtap-plugins.c
+ M /trunk/wiretap/wtap.h
-following the Microsoft installer guidelines: as default, an installer should not put an icon on the desktop
+ remove the never used wiretap/wtap-plugins.c
------------------------------------------------------------------------
-r20279 | gerald | 2007-01-02 16:07:07 -0800 (Tue, 02 Jan 2007) | 2 lines
+r21937 | gerald | 2007-05-25 10:24:35 -0700 (Fri, 25 May 2007) | 3 lines
Changed paths:
- D /trunk/epan/crypt/airpdcap_ccmp.h
- D /trunk/epan/crypt/airpdcap_tkip.h
+ M /trunk/gtk/main.c
-Remove empty files (which should have been removed with r20231).
+As Martin pointed out, we were comparing the wrong variable against our
+modifier mask (and using the wrong bitwise operator to boot).
------------------------------------------------------------------------
-r20280 | ulfl | 2007-01-02 16:10:57 -0800 (Tue, 02 Jan 2007) | 1 line
+r21938 | guy | 2007-05-25 12:13:49 -0700 (Fri, 25 May 2007) | 2 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/gtk/about_dlg.c
+ M /trunk/gtk/about_dlg.h
+ M /trunk/gtk/export_object.c
+ M /trunk/gtk/export_object.h
+ M /trunk/gtk/gui_utils.c
+ M /trunk/gtk/hostlist_table.c
+ M /trunk/gtk/hostlist_table.h
+ M /trunk/gtk/main.c
+ M /trunk/gtk/summary_dlg.c
+ M /trunk/register.h
+ M /trunk/statusbar.h
+ M /trunk/ui_util.h
+
+Squelch some qualifier (const vs. non-const) warnings.
-if exist, the install targets should copy pdb and manifest files along with the exe and dll ones
------------------------------------------------------------------------
-r20281 | ulfl | 2007-01-02 16:23:22 -0800 (Tue, 02 Jan 2007) | 3 lines
+r21939 | guy | 2007-05-25 12:26:45 -0700 (Fri, 25 May 2007) | 5 lines
Changed paths:
- M /trunk/epan/crypt/Makefile.nmake
+ M /trunk/capture_loop.c
-fix windows build
+The libpcap callback "user" argument *should* have been a "void *", as
+it's a pointer to an arbitrary object, assumed to be correctly aligned,
+not a pointer to a not-necessarily-properly-aligned array of bytes.
+Cast it, so we won't get alignment warnings.
-maybe the definitions from Makefile.common should better be used - the current Makefile.nmake looks a bit strange compared to others ;-)
------------------------------------------------------------------------
-r20282 | ulfl | 2007-01-02 18:50:22 -0800 (Tue, 02 Jan 2007) | 2 lines
+r21940 | guy | 2007-05-25 12:31:13 -0700 (Fri, 25 May 2007) | 5 lines
Changed paths:
- M /trunk/capture_opts.c
+ M /trunk/tshark.c
+
+The libpcap callback "user" argument *should* have been a "void *", as
+it's a pointer to an arbitrary object, assumed to be correctly aligned,
+not a pointer to a not-necessarily-properly-aligned array of bytes.
+Cast it, so we won't get alignment warnings.
+
+------------------------------------------------------------------------
+r21941 | guy | 2007-05-25 12:39:35 -0700 (Fri, 25 May 2007) | 4 lines
+Changed paths:
+ M /trunk/asn1/spnego/packet-spnego-template.c
+ M /trunk/epan/dissectors/packet-spnego.c
+
+Make SND_SEQ an array of 2 guint32's, rather than an array of 8
+guint8's, to squelch some compiler warnings (and clean up some
+comparisons).
+
+------------------------------------------------------------------------
+r21942 | guy | 2007-05-25 13:03:26 -0700 (Fri, 25 May 2007) | 5 lines
+Changed paths:
+ M /trunk/dftest.c
M /trunk/epan/filesystem.c
- M /trunk/gtk/main.c
- M /trunk/tempfile.c
- M /trunk/wiretap/file_util.h
+ M /trunk/epan/filesystem.h
+
+No need to call init_plugin_dir() - it gets called, if necessary, by
+get_plugin_dir().
+
+Add checks for the success or failure of init_progfile_dir() in dftest.
-from Laurent Rabret:
-I posted a patch about 1.5 years ago for the formerly Ethereal to successfully compiled with Visual > 6. I have always successfully used this patched Ethereal/Wireshark compiled with VS 2003 and have just checked when compiled with Visual C++ 2005 Express
------------------------------------------------------------------------
-r20283 | ulfl | 2007-01-02 18:53:30 -0800 (Tue, 02 Jan 2007) | 2 lines
+r21943 | gerald | 2007-05-25 14:32:32 -0700 (Fri, 25 May 2007) | 2 lines
Changed paths:
- M /trunk/config.nmake
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+Throw an exception instead of trying to add a 4GB fragment.
-move the MSVC "block" towards the top of the file
-don't use GNUTLS and ZLIB when compiling with MSVC != Version 6 - it currently doesn't work
------------------------------------------------------------------------
-r20284 | ulfl | 2007-01-02 19:42:33 -0800 (Tue, 02 Jan 2007) | 1 line
+r21944 | guy | 2007-05-25 14:50:12 -0700 (Fri, 25 May 2007) | 2 lines
Changed paths:
- M /trunk/packaging/nsis/wireshark.nsi
+ M /trunk/asn1/spnego/packet-spnego-template.c
+ M /trunk/epan/dissectors/packet-spnego.c
+
+Add a cast to squelch an MSVC warning.
-delete GTK 2.10 files and dirs while uninstalling
------------------------------------------------------------------------
-r20285 | ulfl | 2007-01-02 19:46:48 -0800 (Tue, 02 Jan 2007) | 4 lines
+r21945 | gerald | 2007-05-25 16:40:42 -0700 (Fri, 25 May 2007) | 5 lines
Changed paths:
+ M /trunk/Makefile.am
+ M /trunk/Makefile.nmake
+ M /trunk/configure.in
+ M /trunk/epan/Makefile.am
+ 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
+ A /trunk/plugins/m2m
+ A /trunk/plugins/m2m/AUTHORS
+ A /trunk/plugins/m2m/COPYING
+ A /trunk/plugins/m2m/ChangeLog
+ A /trunk/plugins/m2m/Makefile.am
+ A /trunk/plugins/m2m/Makefile.nmake
+ A /trunk/plugins/m2m/moduleinfo.h
+ A /trunk/plugins/m2m/packet-m2m.c
+ A /trunk/plugins/m2m/wimax_tlv.c
+ A /trunk/plugins/m2m/wmxtypes.h
+ A /trunk/plugins/wimax
+ A /trunk/plugins/wimax/AUTHORS
+ A /trunk/plugins/wimax/COPYING
+ A /trunk/plugins/wimax/ChangeLog
+ A /trunk/plugins/wimax/Makefile.am
+ A /trunk/plugins/wimax/Makefile.nmake
+ A /trunk/plugins/wimax/README.wimax
+ A /trunk/plugins/wimax/crc.c
+ A /trunk/plugins/wimax/crc.h
+ A /trunk/plugins/wimax/crc_data.c
+ A /trunk/plugins/wimax/mac_hd_generic_decoder.c
+ A /trunk/plugins/wimax/mac_hd_type1_decoder.c
+ A /trunk/plugins/wimax/mac_hd_type2_decoder.c
+ A /trunk/plugins/wimax/mac_mgmt_msg_decoder.c
+ A /trunk/plugins/wimax/moduleinfo.h
+ A /trunk/plugins/wimax/msg_aas_beam.c
+ A /trunk/plugins/wimax/msg_aas_fbck.c
+ A /trunk/plugins/wimax/msg_arq.c
+ A /trunk/plugins/wimax/msg_clk_cmp.c
+ A /trunk/plugins/wimax/msg_dcd.c
+ A /trunk/plugins/wimax/msg_dlmap.c
+ A /trunk/plugins/wimax/msg_dreg.c
+ A /trunk/plugins/wimax/msg_dsa.c
+ A /trunk/plugins/wimax/msg_dsc.c
+ A /trunk/plugins/wimax/msg_dsd.c
+ A /trunk/plugins/wimax/msg_dsx_rvd.c
+ A /trunk/plugins/wimax/msg_fpc.c
+ A /trunk/plugins/wimax/msg_pkm.c
+ A /trunk/plugins/wimax/msg_pmc.c
+ A /trunk/plugins/wimax/msg_prc_lt_ctrl.c
+ A /trunk/plugins/wimax/msg_reg_req.c
+ A /trunk/plugins/wimax/msg_reg_rsp.c
+ A /trunk/plugins/wimax/msg_rep.c
+ A /trunk/plugins/wimax/msg_res_cmd.c
+ A /trunk/plugins/wimax/msg_rng_req.c
+ A /trunk/plugins/wimax/msg_rng_rsp.c
+ A /trunk/plugins/wimax/msg_sbc.c
+ A /trunk/plugins/wimax/msg_ucd.c
+ A /trunk/plugins/wimax/msg_ulmap.c
+ A /trunk/plugins/wimax/packet-wmx.c
+ A /trunk/plugins/wimax/wimax_bits.h
+ A /trunk/plugins/wimax/wimax_cdma_code_decoder.c
+ A /trunk/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
+ A /trunk/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
+ A /trunk/plugins/wimax/wimax_fch_decoder.c
+ A /trunk/plugins/wimax/wimax_ffb_decoder.c
+ A /trunk/plugins/wimax/wimax_hack_decoder.c
+ A /trunk/plugins/wimax/wimax_harq_map_decoder.c
+ A /trunk/plugins/wimax/wimax_mac.h
+ A /trunk/plugins/wimax/wimax_pdu_decoder.c
+ A /trunk/plugins/wimax/wimax_phy_attributes_decoder.c
+ A /trunk/plugins/wimax/wimax_tlv.c
+ A /trunk/plugins/wimax/wimax_tlv.h
+ A /trunk/plugins/wimax/wimax_utils.c
+ A /trunk/plugins/wimax/wimax_utils.h
+ M /trunk/randpkt.c
+
+From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.
+
+Add support for WiMAX and M2M to various makefiles and installer files. Add
+basic support for M2M to randpkt.
+
+------------------------------------------------------------------------
+r21946 | guy | 2007-05-25 17:12:28 -0700 (Fri, 25 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/libwireshark.def
-from Laurent Rabret:
-"Apply the ugly attached patch to the installer"
+init_plugin_dir() is now just internal to epan/filesystem.c.
-... it's not that ugly at all - and installs (deletes) the manifest files if available
------------------------------------------------------------------------
-r20286 | ulfl | 2007-01-02 20:15:18 -0800 (Tue, 02 Jan 2007) | 3 lines
+r21947 | sfisher | 2007-05-25 17:38:53 -0700 (Fri, 25 May 2007) | 4 lines
Changed paths:
- M /trunk/packaging/nsis/wireshark.nsi
+ M /trunk/epan/dissectors/packet-bootp.c
+
+
+Fix bug #1416: crash (stack smashing) on single DHCP packet
-fix packaging (for now): copy the manifest files with the /nonfatal switch, so they only issue a warning if none existing (e.g. MSVC6).
-This copying should be controlled by the MSVC_VARIANT setting in config.nmake instead (just like all the other alike settings).
------------------------------------------------------------------------
-r20287 | ulfl | 2007-01-02 20:18:55 -0800 (Tue, 02 Jan 2007) | 1 line
+r21948 | standel | 2007-05-25 18:01:27 -0700 (Fri, 25 May 2007) | 11 lines
Changed paths:
- M /trunk/epan/crypt/Makefile.common
+ M /trunk/epan/dissectors/packet-ip.c
+ M /trunk/epan/dissectors/packet-mip.c
+
+From Ville Nuorvala :
+
+adds support for the following RFCs (and RFC-to-be):
+ - RFC 3519 Mobile IP Traversal of Network Address Translation (NAT) Devices
+ - RFC 3543 Registration Revocation in Mobile IPv4
+ - RFC 4433 Mobile IPv4 Dynamic Home Agent (HA) Assignment (including the not
+ yet published errata about the message extension using the short message
+ extension format)
+ - draft-ietf-mip4-message-string-ext Mobile IPv4 Message String Extension
+
-an attempt to fix the distcheck
------------------------------------------------------------------------
-r20288 | ulfl | 2007-01-02 20:28:28 -0800 (Tue, 02 Jan 2007) | 1 line
+r21949 | guy | 2007-05-25 20:12:25 -0700 (Fri, 25 May 2007) | 7 lines
Changed paths:
- M /trunk/config.nmake
+ M /trunk/plugins/m2m/Makefile.am
+ A /trunk/plugins/m2m/Makefile.common
+ M /trunk/plugins/m2m/Makefile.nmake
+
+Go with a Makefile.common as other plugins have, and tweak the
+Makefile.nmake and Makefile.am files to more closely resemble the ones
+for other plugins.
+
+(This should fix at least one of the distcheck problems, namely that
+wmxtypes.h apparently wasn't getting put into the distribution.)
-Instead of hard coding "C:/program files", use the corresponding environment variable %ProgramFiles% (hopefully this is available on all supported platforms). This makes it possible to use the same unchanged setting even for internationalised Windows versions (e.g. in the german version this is: "C:\Programme")
------------------------------------------------------------------------
-r20289 | ulfl | 2007-01-02 21:08:20 -0800 (Tue, 02 Jan 2007) | 1 line
+r21950 | guy | 2007-05-25 20:15:51 -0700 (Fri, 25 May 2007) | 2 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/plugins/m2m/packet-m2m.c
+
+Get rid of the old-style plugin registration stuff.
-fix epan\crypt\crypt-md5.obj
------------------------------------------------------------------------
-r20290 | ulfl | 2007-01-02 21:41:11 -0800 (Tue, 02 Jan 2007) | 3 lines
+r21951 | guy | 2007-05-25 20:26:20 -0700 (Fri, 25 May 2007) | 2 lines
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.nmake
- M /trunk/epan/Makefile.nmake
- M /trunk/wiretap/Makefile.nmake
+ M /trunk/plugins/m2m/packet-m2m.c
+
+Get rid of another item that's now handled automatically.
+
+------------------------------------------------------------------------
+r21952 | gal | 2007-05-26 03:17:08 -0700 (Sat, 26 May 2007) | 3 lines
+Changed paths:
+ A /trunk/plugins/m2m/moduleinfo.nmake
+ M /trunk/plugins/m2m/packet-m2m.c
+ A /trunk/plugins/m2m/plugin.rc.in
+
+Missing bits and fixes to get the buildbot green again.
+
+
+------------------------------------------------------------------------
+r21953 | guy | 2007-05-26 11:26:46 -0700 (Sat, 26 May 2007) | 3 lines
+Changed paths:
+ M /trunk/plugins/wimax/Makefile.am
+ A /trunk/plugins/wimax/Makefile.common
+ M /trunk/plugins/wimax/Makefile.nmake
+ A /trunk/plugins/wimax/moduleinfo.nmake
+ M /trunk/plugins/wimax/packet-wmx.c
+ A /trunk/plugins/wimax/plugin.rc.in
+
+Convert to the new style of building plugins; hopefully this'll fix the
+rest of the distcheck issues.
+
+------------------------------------------------------------------------
+r21954 | guy | 2007-05-26 11:59:56 -0700 (Sat, 26 May 2007) | 2 lines
+Changed paths:
+ M /trunk/plugins/wimax/msg_dreg.c
-remove the PDB_FILE setting from config.nmake - there's no real need for this info
+Get rid of unused parameter.
-add some missing files to the clean targets
------------------------------------------------------------------------
-r20291 | ulfl | 2007-01-02 22:06:53 -0800 (Tue, 02 Jan 2007) | 1 line
+r21955 | guy | 2007-05-26 12:31:50 -0700 (Sat, 26 May 2007) | 2 lines
+Changed paths:
+ M /trunk/plugins/wimax/msg_arq.c
+
+Flag some parameters as unused.
+
+------------------------------------------------------------------------
+r21956 | guy | 2007-05-26 13:07:53 -0700 (Sat, 26 May 2007) | 2 lines
+Changed paths:
+ M /trunk/plugins/wimax/msg_aas_beam.c
+ M /trunk/plugins/wimax/msg_aas_fbck.c
+ M /trunk/plugins/wimax/msg_clk_cmp.c
+ M /trunk/plugins/wimax/msg_dsx_rvd.c
+ M /trunk/plugins/wimax/msg_fpc.c
+ M /trunk/plugins/wimax/msg_prc_lt_ctrl.c
+ M /trunk/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
+
+Squelch some unused parameter warnings.
+
+------------------------------------------------------------------------
+r21957 | guy | 2007-05-26 19:01:00 -0700 (Sat, 26 May 2007) | 2 lines
+Changed paths:
+ M /trunk/plugins/wimax/Makefile.common
+
+wmxtypes.h is part of the m2m plugin, not the wimax plugin.
+
+------------------------------------------------------------------------
+r21958 | guy | 2007-05-26 22:27:44 -0700 (Sat, 26 May 2007) | 2 lines
+Changed paths:
+ M /trunk/plugins/m2m/wimax_tlv.c
+
+Include wimax_tlv.h the same way packet-m2m.c does.
+
+------------------------------------------------------------------------
+r21959 | guy | 2007-05-27 11:30:03 -0700 (Sun, 27 May 2007) | 2 lines
+Changed paths:
+ M /trunk/plugins/profinet/Makefile.am
+ M /trunk/plugins/profinet/Makefile.nmake
+
+Clean up white space.
+
+------------------------------------------------------------------------
+r21960 | guy | 2007-05-27 11:33:13 -0700 (Sun, 27 May 2007) | 9 lines
+Changed paths:
+ M /trunk/plugins/m2m/moduleinfo.nmake
+ M /trunk/plugins/m2m/packet-m2m.c
+ M /trunk/plugins/wimax/crc_data.c
+ M /trunk/plugins/wimax/mac_hd_generic_decoder.c
+ M /trunk/plugins/wimax/mac_hd_type1_decoder.c
+ M /trunk/plugins/wimax/mac_hd_type2_decoder.c
+ M /trunk/plugins/wimax/mac_mgmt_msg_decoder.c
+ M /trunk/plugins/wimax/moduleinfo.nmake
+ M /trunk/plugins/wimax/msg_aas_beam.c
+ M /trunk/plugins/wimax/msg_aas_fbck.c
+ M /trunk/plugins/wimax/msg_arq.c
+ M /trunk/plugins/wimax/msg_clk_cmp.c
+ M /trunk/plugins/wimax/msg_dcd.c
+ M /trunk/plugins/wimax/msg_dlmap.c
+ M /trunk/plugins/wimax/msg_dreg.c
+ M /trunk/plugins/wimax/msg_dsa.c
+ M /trunk/plugins/wimax/msg_dsc.c
+ M /trunk/plugins/wimax/msg_dsd.c
+ M /trunk/plugins/wimax/msg_dsx_rvd.c
+ M /trunk/plugins/wimax/msg_fpc.c
+ M /trunk/plugins/wimax/msg_pkm.c
+ M /trunk/plugins/wimax/msg_pmc.c
+ M /trunk/plugins/wimax/msg_prc_lt_ctrl.c
+ M /trunk/plugins/wimax/msg_reg_req.c
+ M /trunk/plugins/wimax/msg_reg_rsp.c
+ M /trunk/plugins/wimax/msg_rep.c
+ M /trunk/plugins/wimax/msg_res_cmd.c
+ M /trunk/plugins/wimax/msg_rng_req.c
+ M /trunk/plugins/wimax/msg_rng_rsp.c
+ M /trunk/plugins/wimax/msg_sbc.c
+ M /trunk/plugins/wimax/msg_ucd.c
+ M /trunk/plugins/wimax/msg_ulmap.c
+ M /trunk/plugins/wimax/packet-wmx.c
+ M /trunk/plugins/wimax/wimax_cdma_code_decoder.c
+ M /trunk/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
+ M /trunk/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
+ M /trunk/plugins/wimax/wimax_fch_decoder.c
+ M /trunk/plugins/wimax/wimax_ffb_decoder.c
+ M /trunk/plugins/wimax/wimax_hack_decoder.c
+ M /trunk/plugins/wimax/wimax_harq_map_decoder.c
+ M /trunk/plugins/wimax/wimax_pdu_decoder.c
+ M /trunk/plugins/wimax/wimax_phy_attributes_decoder.c
+ M /trunk/plugins/wimax/wimax_tlv.h
+ M /trunk/plugins/wimax/wimax_utils.c
+ M /trunk/plugins/wimax/wimax_utils.h
+
+Use tvb_reported_length() to get the amount of data we should look at;
+the number of bytes in the packet or subset of the packet is the
+reported length, tvb_length() just gives you the amount of that data
+that was actually captured.
+
+Include <glib.h>, not <gmodule.h>, even in plugins.
+
+Fix the version numbers in the rc files.
+
+------------------------------------------------------------------------
+r21961 | guy | 2007-05-27 11:35:55 -0700 (Sun, 27 May 2007) | 2 lines
+Changed paths:
+ M /trunk/plugins/agentx/Makefile.am
+ M /trunk/plugins/artnet/Makefile.am
+ M /trunk/plugins/asn1/Makefile.am
+ M /trunk/plugins/ciscosm/Makefile.am
+ M /trunk/plugins/enttec/Makefile.am
+ M /trunk/plugins/gryphon/Makefile.am
+ M /trunk/plugins/h223/Makefile.am
+ M /trunk/plugins/irda/Makefile.am
+ M /trunk/plugins/lwres/Makefile.am
+ M /trunk/plugins/mate/Makefile.am
+ M /trunk/plugins/mgcp/Makefile.am
+ M /trunk/plugins/opsi/Makefile.am
+ M /trunk/plugins/pcli/Makefile.am
+ M /trunk/plugins/rlm/Makefile.am
+ M /trunk/plugins/rtnet/Makefile.am
+ M /trunk/plugins/rudp/Makefile.am
+ M /trunk/plugins/sbus/Makefile.am
+ M /trunk/plugins/tpg/Makefile.am
+ M /trunk/plugins/v5ua/Makefile.am
+
+Get rid of trailing blank lines.
+
+------------------------------------------------------------------------
+r21962 | guy | 2007-05-27 11:44:22 -0700 (Sun, 27 May 2007) | 2 lines
Changed paths:
M /trunk/plugins/agentx/Makefile.nmake
M /trunk/plugins/artnet/Makefile.nmake
@@ -6760,14 +17066,37 @@ Changed paths:
M /trunk/plugins/ciscosm/Makefile.nmake
M /trunk/plugins/docsis/Makefile.nmake
M /trunk/plugins/enttec/Makefile.nmake
- M /trunk/plugins/giop/Makefile.nmake
M /trunk/plugins/gryphon/Makefile.nmake
M /trunk/plugins/h223/Makefile.nmake
M /trunk/plugins/irda/Makefile.nmake
M /trunk/plugins/lwres/Makefile.nmake
M /trunk/plugins/mate/Makefile.nmake
- M /trunk/plugins/megaco/Makefile.nmake
M /trunk/plugins/mgcp/Makefile.nmake
+ M /trunk/plugins/opcua/Makefile.nmake
+ M /trunk/plugins/opsi/Makefile.nmake
+ M /trunk/plugins/pcli/Makefile.nmake
+ M /trunk/plugins/rlm/Makefile.nmake
+ M /trunk/plugins/rtnet/Makefile.nmake
+ M /trunk/plugins/rudp/Makefile.nmake
+ M /trunk/plugins/sbus/Makefile.nmake
+ M /trunk/plugins/v5ua/Makefile.nmake
+ M /trunk/plugins/wimax/Makefile.nmake
+
+Clean up white space.
+
+------------------------------------------------------------------------
+r21963 | guy | 2007-05-27 11:56:39 -0700 (Sun, 27 May 2007) | 2 lines
+Changed paths:
+ M /trunk/plugins/agentx/Makefile.nmake
+ M /trunk/plugins/artnet/Makefile.nmake
+ M /trunk/plugins/ciscosm/Makefile.nmake
+ M /trunk/plugins/docsis/Makefile.nmake
+ M /trunk/plugins/enttec/Makefile.nmake
+ M /trunk/plugins/gryphon/Makefile.nmake
+ M /trunk/plugins/h223/Makefile.nmake
+ M /trunk/plugins/irda/Makefile.nmake
+ M /trunk/plugins/lwres/Makefile.nmake
+ M /trunk/plugins/m2m/Makefile.nmake
M /trunk/plugins/opsi/Makefile.nmake
M /trunk/plugins/pcli/Makefile.nmake
M /trunk/plugins/profinet/Makefile.nmake
@@ -6777,520 +17106,1589 @@ Changed paths:
M /trunk/plugins/sbus/Makefile.nmake
M /trunk/plugins/stats_tree/Makefile.nmake
M /trunk/plugins/v5ua/Makefile.nmake
+ M /trunk/plugins/wimax/Makefile.nmake
+
+Use $(PLUGIN_LDFLAGS) for LDFLAGS.
-clean should also remove generated plugin.c and manifest files
------------------------------------------------------------------------
-r20292 | ulfl | 2007-01-02 22:41:17 -0800 (Tue, 02 Jan 2007) | 1 line
+r21964 | sfisher | 2007-05-27 16:34:55 -0700 (Sun, 27 May 2007) | 9 lines
Changed paths:
- M /trunk/config.nmake
+ M /trunk/epan/dissectors/packet-drda.c
+
+
+From Metatech:
+
+Here is a small patch of a dozen lines that extracts SQL statements from
+the packet.
+This allows to use the field "drda.sqlstatement" in coloring rules or in a
+packet filter so that only SQL statements are dumped from a connection
+
-hmmm, maybe he don't like mixing slashes and backslashes ...
------------------------------------------------------------------------
-r20293 | etxrab | 2007-01-02 23:55:40 -0800 (Tue, 02 Jan 2007) | 2 lines
+r21965 | sfisher | 2007-05-27 19:33:43 -0700 (Sun, 27 May 2007) | 5 lines
Changed paths:
- M /trunk/asn1/ansi_map/ansi_map.asn
- M /trunk/asn1/ansi_map/ansi_map.cnf
- M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+ D /trunk/asn1/snmp/README.txt
+
+
+Remove old readme file from snmp asn1 directory that says it isn't ready
+for use because it is already in use as the packet-snmp.c dissector.
+
-Add call to the Teleservice dissector add a bunch of missing Return signals and
-fix up some cut and paste errors.
------------------------------------------------------------------------
-r20294 | gerald | 2007-01-03 10:10:13 -0800 (Wed, 03 Jan 2007) | 2 lines
+r21966 | etxrab | 2007-05-27 23:13:03 -0700 (Sun, 27 May 2007) | 16 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/epan/dissectors/packet-isup.c
+ M /trunk/epan/dissectors/packet-isup.h
-Fix a typo.
+From Neil Ostroff:
+The enclosed patch updates the ansi isup dissector to support the following parameters:
+
+
+
+1. Generic Name
+
+2. Originating Line Info
+3. Jurisdiction
+
+4. Charge Number
+
+5. Forward Call Indicator (bits M and N are now being decoded)
+
+6. Cause Code (all values are now being decoded)
------------------------------------------------------------------------
-r20295 | etxrab | 2007-01-03 11:25:28 -0800 (Wed, 03 Jan 2007) | 4 lines
+r21967 | etxrab | 2007-05-27 23:38:30 -0700 (Sun, 27 May 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-iuup.c
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/packet-ethertype.c
+ A /trunk/epan/dissectors/packet-fcoe.c
+ M /trunk/epan/etypes.h
-From Peter Vestman:
-The number of rfci's in rate control messages is read in the wrong place.
-We have created a patch for this, in the patch we have also added CRC checks
-for header and payload.
+From Joe Eykholt:
+Attached is a patch file and a new dissector for FCoE. This protocol
+is described at http://fcoe.com and has been submitted to T11. It is an encapsulation protocol that can be used to transport FC frames over raw Ethernet when the link is loss-free due to pause. The Ethertype 0x8906 has been reserved through IEEE for this protocol.
------------------------------------------------------------------------
-r20296 | jake | 2007-01-03 12:17:17 -0800 (Wed, 03 Jan 2007) | 1 line
+r21968 | guy | 2007-05-27 23:47:50 -0700 (Sun, 27 May 2007) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-iuup.c
+ M /trunk/wiretap/configure.in
+ M /trunk/wiretap/csids.c
+ M /trunk/wiretap/libpcap.c
+ M /trunk/wiretap/wtap-int.h
+
+Change the Wiretap code so that it doesn't dereference
+possibly-unaligned pointers, and turn on -Wcast-align so at least some
+future code that does that will fail to compile.
-Some cleanup of the source.
------------------------------------------------------------------------
-r20297 | ulfl | 2007-01-03 14:09:15 -0800 (Wed, 03 Jan 2007) | 1 line
+r21969 | kukosa | 2007-05-28 00:10:09 -0700 (Mon, 28 May 2007) | 1 line
Changed paths:
- M /trunk/config.nmake
+ M /trunk/tools/asn2wrs.py
-another attempt to fix the "Program Files" setting. Unfortunately, using the environment setting doesn't seem to work ...
+small improvements in value handling, defined INTEGER value can be used in OID value
------------------------------------------------------------------------
-r20298 | ulfl | 2007-01-03 15:12:37 -0800 (Wed, 03 Jan 2007) | 1 line
+r21970 | guy | 2007-05-28 00:26:59 -0700 (Mon, 28 May 2007) | 2 lines
Changed paths:
- M /trunk/packaging/nsis/wireshark.nsi
+ M /trunk/asn1/Makefile.am
+
+asn1/snmp/README.txt is gone.
-add wiretap manifest file to packaging
------------------------------------------------------------------------
-r20299 | etxrab | 2007-01-03 23:51:26 -0800 (Wed, 03 Jan 2007) | 1 line
+r21971 | guy | 2007-05-28 01:31:18 -0700 (Mon, 28 May 2007) | 2 lines
Changed paths:
- M /trunk/asn1/ansi_map/ansi_map.cnf
- M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+ M /trunk/wiretap/libpcap.c
+ M /trunk/wiretap/wtap-int.h
+
+Throw in some casts to suppress warnings.
-Add dissection of SystemCapabilities.
------------------------------------------------------------------------
-r20300 | kukosa | 2007-01-04 01:20:18 -0800 (Thu, 04 Jan 2007) | 2 lines
+r21972 | kukosa | 2007-05-28 03:55:03 -0700 (Mon, 28 May 2007) | 8 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/libwireshark.def
+ M /trunk/tools/asn2wrs.py
+
+support of SelectionType
+
+e.g. in TCAP
+Component{...} ::= CHOICE {
+ basicROS ROS{...},
+ returnResultNotLast [7] returnResult < ROS{..}
+}
-- new ssl_set_master_secret() which can set master secret (and optionally other parameters) into SSL dissector from external source, e.g. private 'trace protocol' dissector
-- call 'data' subdissector for decrypted data in real dissector is not found
------------------------------------------------------------------------
-r20301 | guy | 2007-01-04 03:50:41 -0800 (Thu, 04 Jan 2007) | 25 lines
+r21973 | kukosa | 2007-05-28 04:10:41 -0700 (Mon, 28 May 2007) | 1 line
Changed paths:
- M /trunk/configure.in
+ M /trunk/tools/asn2wrs.py
+
+fix SelectionType creation for export (if the type is only exported but not used in module)
+------------------------------------------------------------------------
+r21974 | standel | 2007-05-28 19:29:38 -0700 (Mon, 28 May 2007) | 2 lines
+Changed paths:
+ M /trunk/gtk/voip_calls.c
+
+fix warnings for gcc 4.2
+
+------------------------------------------------------------------------
+r21975 | standel | 2007-05-28 19:43:18 -0700 (Mon, 28 May 2007) | 14 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ansi_801.c
+ M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/epan/emem.c
+ M /trunk/epan/packet.c
+ M /trunk/epan/proto.c
+ M /trunk/epan/stream.c
+ M /trunk/gtk/ansi_a_stat.c
+ M /trunk/gtk/ansi_map_stat.c
+ M /trunk/gtk/column_prefs.c
+ M /trunk/gtk/conversations_table.c
+ M /trunk/gtk/dcerpc_stat.c
+ M /trunk/gtk/expert_comp_table.c
+ M /trunk/gtk/expert_dlg.c
+ M /trunk/gtk/gsm_a_stat.c
+ M /trunk/gtk/gsm_map_stat.c
+ M /trunk/gtk/gsm_map_summary.c
+ M /trunk/gtk/hostlist_table.c
+ M /trunk/gtk/io_stat.c
+ M /trunk/gtk/main.c
+ M /trunk/gtk/mtp3_summary.c
+ M /trunk/gtk/rpc_stat.c
+ M /trunk/gtk/rtp_analysis.c
+ M /trunk/gtk/scsi_stat.c
+ M /trunk/gtk/service_response_time_table.c
+ M /trunk/gtk/ssl-dlg.c
+ M /trunk/gtk/summary_dlg.c
+ M /trunk/gtk/tcp_graph.c
+ M /trunk/plugins/h223/packet-h223.c
+ M /trunk/wiretap/catapult_dct2000.c
-Add -Wl,-single_module to the linker flags in Darwin. The page at
+From David Howells :
- http://developer.apple.com/releasenotes/DeveloperTools/RN-dyld/index.html
+ Fix compilation failures when building wireshark-0.99.6-SVN-21916 on an
+x86_64-unknown-linux-gnu target with gcc version 4.1.2 20070403 (Red Hat
+4.1.2-8).
-says
+The failures fall into two categories:
+ (1) Casts between pointers and 32-bit integers without an intermediary cast
+via 'long' or 'unsigned long'. This results in a compiler warning complaining
+about casts between a pointer and an integer of a different size.
+ (2) Passing values to "%lld" or similar printf-style format options that the
+compiler thinks are a different size. Such values need to be cast to 'long
+long' or 'unsigned long long'.
- The static linker ld(1) supports building dylibs as either
- -multi_module or -single_module. Conceptually, a multi-module
- dylib is like a group of smaller dylibs - one per source file.
- The extra meta-data in a multi-module dylib allowed (pre-10.4)
- dyld to delay binding and running initializers on the individual
- modules. In Mac OS X 10.4 dyld ignores all multi-module
- meta-data and completely binds and runs all initializers the
- same as if it were built single-module. In general, building
- dylibs -single_module is preferred. The one case where
- multi-module is still useful is it allows internal functions of
- a dylib to be interposable. For instance, libSystem.dylib is
- built multi_module so that malloc() can be overridden and all
- uses of malloc in libSystem (e.g. strdup) would be redirected
- to use the overridden version.
+------------------------------------------------------------------------
+r21976 | guy | 2007-05-28 23:16:24 -0700 (Mon, 28 May 2007) | 2 lines
+Changed paths:
+ M /trunk/wiretap/catapult_dct2000.c
-and we don't need the interposability for our dylibs, and Andreas Fink
-indicates that it's necessary for the packaged Wireshark builds he's
-doing.
+Print a gint64 the right way.
------------------------------------------------------------------------
-r20302 | guy | 2007-01-04 03:55:05 -0800 (Thu, 04 Jan 2007) | 2 lines
+r21977 | guy | 2007-05-28 23:20:03 -0700 (Mon, 28 May 2007) | 2 lines
Changed paths:
+ M /trunk/doc/tshark.pod
+
+Document "-T fields".
+
+------------------------------------------------------------------------
+r21978 | guy | 2007-05-28 23:56:07 -0700 (Mon, 28 May 2007) | 15 lines
+Changed paths:
+ M /trunk/acinclude.m4
M /trunk/configure.in
+ M /trunk/epan/dissectors/packet-ansi_801.c
+ M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/epan/emem.c
+ M /trunk/epan/proto.c
+ M /trunk/gtk/gsm_map_summary.c
+ M /trunk/gtk/main.c
+ M /trunk/gtk/mtp3_summary.c
+ M /trunk/gtk/summary_dlg.c
+
+Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.
+
+In all the places where a cast to "long long" or "unsigned long long"
+was done, use G_GINT64_MODIFIER and get rid of the cast, as
--Wl,-single_module breaks the configure script.
+ 1) there's no guarantee that "%ll" works
+
+and
+
+ 2) there's no guarantee that "long long" works
+
+(the latter definitely does *NOT* work with MSVC++; the former doesn't
+work with regular printf in MSVC++, but it might work with the GLib
+printf-based functions).
------------------------------------------------------------------------
-r20303 | guy | 2007-01-04 04:05:17 -0800 (Thu, 04 Jan 2007) | 5 lines
+r21979 | jmayer | 2007-05-29 02:23:36 -0700 (Tue, 29 May 2007) | 2 lines
Changed paths:
- M /trunk/plugins/irda/packet-sir.c
+ M /trunk/FAQ
+ M /trunk/epan/enterprise-numbers
+ M /trunk/help/faq.txt
+ M /trunk/manuf
-Call the handoff registration routine proto_reg_handoff_irsir() to avoid
-collisions with the WSP dissector's proto_reg_handoff_sir() - and don't
-call it in the proto_register_irsir(); handoff registration routines are
-supposed to be called after *all* registration routines are called.
+Update before new release
------------------------------------------------------------------------
-r20304 | martinm | 2007-01-04 05:25:25 -0800 (Thu, 04 Jan 2007) | 1 line
+r21980 | martinm | 2007-05-29 05:12:12 -0700 (Tue, 29 May 2007) | 3 lines
+Changed paths:
+ M /trunk/plugins/wimax/wimax_bits.h
+
+Add some casts to fix my build.
+I'm not sure why no-one else saw those warnings and failed with -Werror...
+
+------------------------------------------------------------------------
+r21981 | kukosa | 2007-05-29 07:13:33 -0700 (Tue, 29 May 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/libwireshark.def
+
+export dissect_ber_old_... functions
+can be removed when migration to new BER is finished
+------------------------------------------------------------------------
+r21982 | wmeier | 2007-05-29 07:20:54 -0700 (Tue, 29 May 2007) | 3 lines
+Changed paths:
+ M /trunk/wiretap/netxray.c
+ M /trunk/wiretap/wtap-int.h
+
+Another sniffer timestamp display fix; addresses bug 866 and other reports.
+(Also: change variable name to correctly reflect usage).
+
+------------------------------------------------------------------------
+r21983 | wmeier | 2007-05-29 07:27:42 -0700 (Tue, 29 May 2007) | 2 lines
+Changed paths:
+ M /trunk/wiretap/netxray.c
+
+(fix comment)
+
+------------------------------------------------------------------------
+r21984 | kukosa | 2007-05-29 07:32:46 -0700 (Tue, 29 May 2007) | 5 lines
+Changed paths:
+ M /trunk/tools/asn2wrs.py
+
+- COMPONENTS OF implementation (can be used only inside one module or more modules compiled together, can not be done across exported/imported types)
+- if protocol name contains dot '.' it is replaced with dash '-' for default output filename
+- fix bug in more modules output handling if they are not merged together but output is done one by one
+- new #.OPT option EXTERNAL_TYPE_CB for default EXTERNAL type callback
+- start of X.880 support implementation
+------------------------------------------------------------------------
+r21985 | martinm | 2007-05-29 07:37:34 -0700 (Tue, 29 May 2007) | 2 lines
Changed paths:
- M /trunk/diameter/imscxdx.xml
- M /trunk/epan/dissectors/packet-inap.c
M /trunk/epan/dissectors/packet-rtcp.c
- M /trunk/epan/dissectors/packet-sigcomp.c
- M /trunk/epan/dissectors/packet-umts_fp.c
+
+When reporting roundtrip delay, show delay since timestamp of LSR frame.
+
+------------------------------------------------------------------------
+r21986 | martinm | 2007-05-29 07:38:40 -0700 (Tue, 29 May 2007) | 2 lines
+Changed paths:
M /trunk/wiretap/catapult_dct2000.c
-Check in trivial changes before generating a big diff...
+Work with isdn_l2.
+
------------------------------------------------------------------------
-r20305 | kukosa | 2007-01-04 05:26:45 -0800 (Thu, 04 Jan 2007) | 1 line
+r21987 | grahamb | 2007-05-29 07:41:49 -0700 (Tue, 29 May 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-ssl-utils.c
- M /trunk/epan/dissectors/packet-ssl-utils.h
+ M /trunk/plugins/wimax
-fix compilation without GnuTLS
+Added standard ignore list to directory
------------------------------------------------------------------------
-r20306 | jake | 2007-01-04 05:44:09 -0800 (Thu, 04 Jan 2007) | 2 lines
+r21988 | grahamb | 2007-05-29 07:43:31 -0700 (Tue, 29 May 2007) | 1 line
Changed paths:
- M /trunk/docbook/developer-guide.xml
- M /trunk/docbook/user-guide.xml
+ M /trunk/plugins/m2m
-Bump date and version number
+Added standard ignore list to directory
+------------------------------------------------------------------------
+r21989 | guy | 2007-05-29 10:27:59 -0700 (Tue, 29 May 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rtcp.h
+
+Add missing calculated_delay_report_gap field to _rtcp_conversation_info
+structure.
------------------------------------------------------------------------
-r20307 | jake | 2007-01-04 05:46:29 -0800 (Thu, 04 Jan 2007) | 2 lines
+r21990 | guy | 2007-05-29 11:52:42 -0700 (Tue, 29 May 2007) | 4 lines
Changed paths:
- M /trunk/version_info.c
+ M /trunk/asn1/h248/packet-h248-template.c
+ M /trunk/epan/dissectors/packet-9p.c
+ M /trunk/epan/dissectors/packet-bacapp.c
+ M /trunk/epan/dissectors/packet-bootp.c
+ M /trunk/epan/dissectors/packet-daap.c
+ M /trunk/epan/dissectors/packet-dcerpc-ndr.c
+ M /trunk/epan/dissectors/packet-dcom.c
+ M /trunk/epan/dissectors/packet-dcp.c
+ M /trunk/epan/dissectors/packet-dis-fields.c
+ M /trunk/epan/dissectors/packet-dmp.c
+ M /trunk/epan/dissectors/packet-edonkey.c
+ M /trunk/epan/dissectors/packet-frame.c
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/epan/dissectors/packet-lldp.c
+ M /trunk/epan/dissectors/packet-mp2t.c
+ M /trunk/epan/dissectors/packet-nbd.c
+ M /trunk/epan/dissectors/packet-nfs.c
+ M /trunk/epan/dissectors/packet-radius.c
+ M /trunk/epan/dissectors/packet-redback.c
+ M /trunk/epan/dissectors/packet-rmt-lct.c
+ M /trunk/epan/dissectors/packet-rsvp.c
+ M /trunk/epan/dissectors/packet-scsi-sbc.c
+ M /trunk/epan/dissectors/packet-scsi-ssc.c
+ M /trunk/epan/dissectors/packet-scsi.c
+ M /trunk/epan/dissectors/packet-smb2.c
+ M /trunk/epan/proto.c
+ M /trunk/file.c
+ M /trunk/gtk/capture_file_dlg.c
+ M /trunk/gtk/conversations_table.c
+ M /trunk/gtk/hostlist_table.c
+ M /trunk/gtk/service_response_time_table.c
+ M /trunk/gtk/summary_dlg.c
+ M /trunk/plugins/giop/packet-parlay.c
+ M /trunk/plugins/profinet/packet-pn-ptcp.c
+ M /trunk/plugins/rtnet/packet-rtnet.c
+ M /trunk/tools/wireshark_gen.py
-Bump date
+Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib
+routines and routines using those routines. GLib might use different
+modifiers for 64-bit quantities than the platform's C library does.
------------------------------------------------------------------------
-r20308 | jake | 2007-01-04 06:23:56 -0800 (Thu, 04 Jan 2007) | 2 lines
+r21991 | guy | 2007-05-29 11:59:50 -0700 (Tue, 29 May 2007) | 3 lines
Changed paths:
- M /trunk/plugins/irda/packet-sir.c
+ M /trunk/doc/README.developer
-Serious source code cleanup.
+Update to reflect the use of G_GINT64_MODIFIER, rather than PRI[douxX],
+with GLib routines and the routines that love them.
------------------------------------------------------------------------
-r20309 | martinm | 2007-01-04 09:56:17 -0800 (Thu, 04 Jan 2007) | 1 line
+r21992 | etxrab | 2007-05-29 12:08:26 -0700 (Tue, 29 May 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-sip.c
+ M /trunk/asn1/ldap/Makefile
+ M /trunk/asn1/ldap/Makefile.nmake
+ M /trunk/asn1/ldap/ldap.cnf
+ M /trunk/epan/dissectors/packet-ldap.c
-Make Expires header value a numeric field
+Clean up the .cnf file a bit.
------------------------------------------------------------------------
-r20310 | guy | 2007-01-04 10:35:33 -0800 (Thu, 04 Jan 2007) | 3 lines
+r21993 | guy | 2007-05-29 15:52:42 -0700 (Tue, 29 May 2007) | 7 lines
Changed paths:
- M /trunk/epan/wslua/Makefile.am
+ M /trunk/wiretap/netxray.c
-Rename pkgdata_DATA to dist_pkgdata_DATA, to make sure it's in the
-distribution. That means we don't have to include it in EXTRA_DIST.
+Update the big time unit comment to reflect Bill Meier's recent changes.
+
+Fix some other comments.
+
+Add a suggestion for why the realtick values might correlate with
+packets having an FCS.
------------------------------------------------------------------------
-r20311 | etxrab | 2007-01-04 12:15:22 -0800 (Thu, 04 Jan 2007) | 1 line
+r21994 | sfisher | 2007-05-29 16:09:09 -0700 (Tue, 29 May 2007) | 9 lines
Changed paths:
+ M /trunk/gtk/flow_graph.c
+ M /trunk/gtk/graph_analysis.c
+ M /trunk/gtk/graph_analysis.h
+
+
+Fix for bug #1530: Graph Analysis window misbehaves if Flow Window that
+created it is closed.
+
+The fix is to close the graph analysis window when the flow graph setup
+window is closed since closing the flow graph window first destroys all
+of the data structures.
+
+
+------------------------------------------------------------------------
+r21995 | sahlberg | 2007-05-29 16:29:20 -0700 (Tue, 29 May 2007) | 4 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+we dont link with g_snprintf in the configure for gtk1-2 so fall back to
+snprintf instead
+
+
+------------------------------------------------------------------------
+r21996 | guy | 2007-05-29 16:31:03 -0700 (Tue, 29 May 2007) | 8 lines
+Changed paths:
+ M /trunk/wiretap/netxray.c
+
+It's pretty clear that hdr.captype's interpretation depends on the
+network type; there's no "presumably" about it.
+
+Suggest that "realtick" might have the right time stamp in other cases
+(if not, a comment should explicitly indicate that, so that in all cases
+where we either know that realtick is wrong or have a lot of evidence to
+show that it's right, we note that fact).
+
+------------------------------------------------------------------------
+r21997 | guy | 2007-05-29 16:35:45 -0700 (Tue, 29 May 2007) | 2 lines
+Changed paths:
+ M /trunk/wiretap/netxray.c
+
+Give more detail on a captype of 6 for an Ethernet capture.
+
+------------------------------------------------------------------------
+r21998 | guy | 2007-05-29 17:36:32 -0700 (Tue, 29 May 2007) | 2 lines
+Changed paths:
+ M /trunk/wiretap/netxray.c
+
+Update a comment.
+
+------------------------------------------------------------------------
+r21999 | guy | 2007-05-29 18:50:08 -0700 (Tue, 29 May 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/Makefile.am
+
+Add some missing files.
+
+------------------------------------------------------------------------
+r22000 | sfisher | 2007-05-29 19:37:37 -0700 (Tue, 29 May 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/graph_analysis.c
+
+Wrap call to gtk_window_set_destroy_with_parent() within check for GTK_MAJOR_VERSION > 2 to get the Windows build-bot going again. This means that bug #1530 has to be reopened awaiting a fix that covers GTK1 also.
+------------------------------------------------------------------------
+r22001 | sfisher | 2007-05-29 20:28:12 -0700 (Tue, 29 May 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/graph_analysis.c
+
+Update to revision 22000: change #if GTK_MAJOR_VERSION > 2 to >= 2
+------------------------------------------------------------------------
+r22002 | kukosa | 2007-05-30 07:13:26 -0700 (Wed, 30 May 2007) | 3 lines
+Changed paths:
+ M /trunk/tools/asn2wrs.py
+
+- better support if more modules are compiled together
+- BSTRING support
+- bug fix which sometimes duplicates items in SEQ/CHOICE extension
+------------------------------------------------------------------------
+r22003 | kukosa | 2007-05-30 07:22:26 -0700 (Wed, 30 May 2007) | 1 line
+Changed paths:
+ M /trunk/tools/asn2wrs.py
+
+- fix bug in TaggedType support
+------------------------------------------------------------------------
+r22004 | kukosa | 2007-05-30 07:31:05 -0700 (Wed, 30 May 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/rnsap/packet-rnsap-template.c
+ M /trunk/epan/dissectors/packet-acse.c
+ M /trunk/epan/dissectors/packet-h248.c
+ M /trunk/epan/dissectors/packet-rnsap.c
+ M /trunk/epan/dissectors/packet-x411.c
+
+- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAP
+- dissectors regenerated with fixed asn2wrs
+------------------------------------------------------------------------
+r22005 | wmeier | 2007-05-30 08:32:31 -0700 (Wed, 30 May 2007) | 2 lines
+Changed paths:
+ M /trunk/wiretap/netxray.c
+
+Update Comments
+
+------------------------------------------------------------------------
+r22006 | etxrab | 2007-05-30 12:00:50 -0700 (Wed, 30 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-ber.c
+
+Change implicit tag handling for SEQUENCE OF and fix a cut'n paste error.
+------------------------------------------------------------------------
+r22007 | etxrab | 2007-05-30 12:02:14 -0700 (Wed, 30 May 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-gtp.c
+
+Update value strings.
+------------------------------------------------------------------------
+r22008 | etxrab | 2007-05-30 12:03:13 -0700 (Wed, 30 May 2007) | 1 line
+Changed paths:
+ A /trunk/asn1/gsmmap/MAP-ApplicationContexts.asn
+ A /trunk/asn1/gsmmap/MAP-BS-Code.asn
+ A /trunk/asn1/gsmmap/MAP-CH-DataTypes.asn
+ A /trunk/asn1/gsmmap/MAP-CommonDataTypes.asn
+ A /trunk/asn1/gsmmap/MAP-ER-DataTypes.asn
+ A /trunk/asn1/gsmmap/MAP-GR-DataTypes.asn
+ A /trunk/asn1/gsmmap/MAP-MS-DataTypes.asn
+ A /trunk/asn1/gsmmap/MAP-OM-DataTypes.asn
+ A /trunk/asn1/gsmmap/MAP-SM-DataTypes.asn
+ A /trunk/asn1/gsmmap/MAP-SS-Code.asn
+ A /trunk/asn1/gsmmap/MAP-SS-DataTypes.asn
+ A /trunk/asn1/gsmmap/MAP-SS-DataTypes.txt
+ A /trunk/asn1/gsmmap/MAP-TS-Code.asn
+ A /trunk/asn1/gsmmap/MobileDomainDefinitions.asn
+
+Add separate asn1 files that may be used later.
+------------------------------------------------------------------------
+r22009 | sfisher | 2007-05-30 12:43:33 -0700 (Wed, 30 May 2007) | 4 lines
+Changed paths:
+ M /trunk/gtk/flow_graph.c
+ M /trunk/gtk/graph_analysis.c
+
+
+Fix bug #1530 this time for GTK1 builds.
+
+
+------------------------------------------------------------------------
+r22010 | etxrab | 2007-05-30 14:50:31 -0700 (Wed, 30 May 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/ldap/Makefile
+ M /trunk/asn1/ldap/Makefile.nmake
+ M /trunk/asn1/ldap/packet-ldap-template.c
+ M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/epan/dissectors/packet-ldap.h
+
+- LDAP generated with -X option
+- a minor update to MobileDomainDefinitions.asn adding ID and a document reference.
+------------------------------------------------------------------------
+r22011 | gerald | 2007-05-30 16:33:26 -0700 (Wed, 30 May 2007) | 2 lines
+Changed paths:
+ M /trunk/docbook/release-notes.xml
+
+Add an item for bug 1416 (an off-by-one error in DHCP/BOOTP).
+
+------------------------------------------------------------------------
+r22012 | gerald | 2007-05-30 17:11:27 -0700 (Wed, 30 May 2007) | 2 lines
+Changed paths:
+ M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
+
+Fix a couple of TCP filter typos.
+
+------------------------------------------------------------------------
+r22013 | gerald | 2007-05-30 17:15:28 -0700 (Wed, 30 May 2007) | 4 lines
+Changed paths:
+ M /trunk/docbook/release-notes.xml
+
+Display filter macros weren't in 0.99.5, so it didn't crash for macros
+with no arguments. Add macros as a new feature, and add an item about
+named pipes under Windows.
+
+------------------------------------------------------------------------
+r22014 | sfisher | 2007-05-30 18:29:16 -0700 (Wed, 30 May 2007) | 8 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-gtp.c
+
+
+Wrap newly added (svn rev 22007) but unused "Required MBMS bearer
+capabilities 7.7.76" function called decode_gtp_mbms_bearer_cap in
+an #if 0 block to get the Unix buildbots going again. Left code
+intact on the asumption that it is about to be used since it was
+recently added.
+
+
+------------------------------------------------------------------------
+r22015 | guy | 2007-05-30 22:46:45 -0700 (Wed, 30 May 2007) | 2 lines
+Changed paths:
+ M /trunk/wiretap/netxray.c
+
+My comment is redundant with Bill's more-detailed comment; remove it.
+
+------------------------------------------------------------------------
+r22016 | guy | 2007-05-30 22:51:15 -0700 (Wed, 30 May 2007) | 4 lines
+Changed paths:
+ M /trunk/wiretap/netxray.c
+
+Note realtick's invalidity for ETH_CAPTYPE_OTHERPOD in the comment for
+TpS_otherpod[]. Ask about its validity for ETH_CAPTYPE_OTHERPOD2 and
+ETH_CAPTYPE_GIGPOD2.
+
+------------------------------------------------------------------------
+r22017 | sfisher | 2007-05-31 11:41:25 -0700 (Thu, 31 May 2007) | 9 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-rtcp.c
+ M /trunk/epan/dissectors/packet-rtp.c
+ M /trunk/gtk/rtp_analysis.c
+ M /trunk/gtk/rtp_stream_dlg.c
+ M /trunk/gtk/voip_calls.c
+
+
+From Lars Ruoff:
+
+find attached several trivial diffs for viewing RTP SSRC values in Hex
+rather than Dec at various places in the UI.
+Also includes change from BASE_DEC to BASE_HEX_DEC for corresponding RTP
+and RTCP dissector header fields.
+
+
+------------------------------------------------------------------------
+r22018 | sfisher | 2007-05-31 12:29:29 -0700 (Thu, 31 May 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-redback.c
+
+
+From Florian Lohoff:
+
+Updates to the redback dissector
+
+
+------------------------------------------------------------------------
+r22019 | sfisher | 2007-05-31 16:53:39 -0700 (Thu, 31 May 2007) | 15 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-stun.c
+
+
+From Zach Chadwick:
+
+TR-111, from the DSL-Forum adds two options to STUN (RFC 3489) to help
+with TR-069 enabled devices traverse firewalls. TR-111 can be read here:
+http://www.dslforum.org/techwork/tr/*TR-111*.pdf
+
+This patch adds support for decoding the two optional STUN attributes
+used by TR-111. One is simply a zero-length attribute, and the other a
+string attribute.
+
+Me: Changed stun.att.connection.request.binding to
+stun.att.connection_request_binding
+
+
+------------------------------------------------------------------------
+r22020 | martinm | 2007-06-01 11:29:23 -0700 (Fri, 01 Jun 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-sigcomp.c
+
+- Check NACK version is 1 before dissecting as NACK
+- Add expert item when NACK found
+- Give a couple of subtrees items to make them more filterable
+
+------------------------------------------------------------------------
+r22021 | etxrab | 2007-06-01 12:52:26 -0700 (Fri, 01 Jun 2007) | 2 lines
+Changed paths:
+ A /trunk/asn1/inap/IN-CS-1-Datatypes-appendix.asn
+ A /trunk/asn1/inap/IN-CS-1-Datatypes.asn
+ M /trunk/asn1/inap/Makefile
+ M /trunk/asn1/inap/Makefile.nmake
+ M /trunk/asn1/inap/inap.asn
+ M /trunk/asn1/inap/inap.cnf
M /trunk/asn1/inap/packet-inap-template.c
M /trunk/epan/dissectors/packet-inap.c
M /trunk/epan/dissectors/packet-inap.h
-Make the recent INAP change in the template file as well.
+Regenerate the INAP dissector with the -X option using the original asn1 files
+(with small modifications).
------------------------------------------------------------------------
-r20312 | guy | 2007-01-04 12:47:43 -0800 (Thu, 04 Jan 2007) | 4 lines
+r22022 | etxrab | 2007-06-01 12:53:46 -0700 (Fri, 01 Jun 2007) | 1 line
Changed paths:
- M /trunk/configure.in
- M /trunk/epan/Makefile.am
- M /trunk/wiretap/Makefile.am
+ D /trunk/asn1/gsmmap/MAP-SS-DataTypes.txt
+
+Delete file added by misstake.
+------------------------------------------------------------------------
+r22023 | sahlberg | 2007-06-02 01:20:58 -0700 (Sat, 02 Jun 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ctdb.c
+
+update the ctdb controls to match the current version of the protocol
+
-On Darwin, build shared libraries with -Wl,-single_module to the LDFLAGS
-used with shared libraries, to fix some error that shows up in some
-cases; some Apple documentation recommends it for most shared libraries.
------------------------------------------------------------------------
-r20313 | ulfl | 2007-01-04 12:51:18 -0800 (Thu, 04 Jan 2007) | 3 lines
+r22024 | etxrab | 2007-06-02 02:36:26 -0700 (Sat, 02 Jun 2007) | 1 line
Changed paths:
- M /trunk/config.nmake
+ M /trunk/asn1/camel/Makefile
+ M /trunk/asn1/camel/Makefile.nmake
+ M /trunk/epan/dissectors/packet-camel.c
+ M /trunk/epan/dissectors/packet-camel.h
-add the "Microsoft .Net Framework SDK Version 1.1" as a compiler option (this is the one described in the corresponding Wiki page)
+Camel regenerated with the -X option
+------------------------------------------------------------------------
+r22025 | etxrab | 2007-06-02 05:26:13 -0700 (Sat, 02 Jun 2007) | 1 line
+Changed paths:
+ M /trunk/tools/asn2wrs.py
-mark "Visual Studio 2005" (without Express) as EXPERIMENTAL too, seems to be working just like the Express Edition :-)
+Syntax suport for Embedded pdv.
------------------------------------------------------------------------
-r20314 | lego | 2007-01-04 14:44:17 -0800 (Thu, 04 Jan 2007) | 3 lines
+r22026 | etxrab | 2007-06-02 05:29:18 -0700 (Sat, 02 Jun 2007) | 1 line
Changed paths:
- M /trunk/asn1/h248/packet-h248-template.c
- M /trunk/epan/dissectors/packet-h248.c
- M /trunk/epan/dissectors/packet-h248.h
+ A /trunk/asn1/ros/Remote-Operations-Information-Objects.asn
-the widcards: Choose and All were inverted (again?)
+Check in original asn1, to be referenced.
+------------------------------------------------------------------------
+r22027 | sahlberg | 2007-06-02 15:31:12 -0700 (Sat, 02 Jun 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ctdb.c
+
+show the database name for ctdb.dbid fields
------------------------------------------------------------------------
-r20315 | lego | 2007-01-04 14:45:43 -0800 (Thu, 04 Jan 2007) | 3 lines
+r22028 | sahlberg | 2007-06-02 15:50:31 -0700 (Sat, 02 Jun 2007) | 5 lines
Changed paths:
- M /trunk/acinclude.m4
+ M /trunk/epan/dissectors/packet-ctdb.c
-the -lm flag might be needed to link lua
+add a new field to one of the pdus
+
+rsn in dmaster request/response is aligned to a 64 bit bundary
------------------------------------------------------------------------
-r20316 | lego | 2007-01-04 14:47:23 -0800 (Thu, 04 Jan 2007) | 3 lines
+r22029 | sahlberg | 2007-06-02 16:08:21 -0700 (Sat, 02 Jun 2007) | 3 lines
Changed paths:
- M /trunk/radius/dictionary.3gpp
+ M /trunk/epan/dissectors/packet-ctdb.c
-fix some entries with wrong spaces
+srvid is also aligned to an 8 byte boundary
------------------------------------------------------------------------
-r20317 | lego | 2007-01-04 14:58:33 -0800 (Thu, 04 Jan 2007) | 3 lines
+r22030 | wmeier | 2007-06-03 09:07:07 -0700 (Sun, 03 Jun 2007) | 2 lines
Changed paths:
- A /trunk/epan/wslua/doc
- A /trunk/epan/wslua/doc/Makefile
+ M /trunk/epan/addr_resolv.c
+ M /trunk/epan/crypt/airpdcap_interop.h
+ M /trunk/epan/filesystem.c
+ M /trunk/gtk/sctp_stat.h
+ M /trunk/plugins/mate/mate.h
-Add the documentation directory
+(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark
+
+------------------------------------------------------------------------
+r22031 | etxrab | 2007-06-03 12:58:59 -0700 (Sun, 03 Jun 2007) | 5 lines
+Changed paths:
+ M /trunk/asn1/gsmmap/MobileDomainDefinitions.asn
+ A /trunk/asn1/inap/IN-SCF-SRF-Classes.asn
+ A /trunk/asn1/inap/IN-SCF-SRF-datatypes.asn
+ A /trunk/asn1/inap/IN-SCF-SRF-ops-args.asn
+ A /trunk/asn1/inap/IN-SSF-SCF-Classes.asn
+ A /trunk/asn1/inap/IN-SSF-SCF-datatypes.asn
+ A /trunk/asn1/inap/IN-SSF-SCF-ops-args.asn
+ A /trunk/asn1/inap/IN-common-classes.asn
+ A /trunk/asn1/inap/IN-common-datatypes.asn
+ A /trunk/asn1/inap/IN-object-identifiers.asn
+ M /trunk/asn1/inap/Makefile
+ M /trunk/asn1/inap/Makefile.nmake
+ M /trunk/asn1/inap/inap.asn
+ M /trunk/asn1/inap/inap.cnf
+ M /trunk/asn1/inap/packet-inap-template.c
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-ber.h
+ M /trunk/epan/dissectors/packet-inap.c
+ M /trunk/epan/dissectors/packet-inap.h
+ M /trunk/tools/asn2wrs.py
+INAP:
+- Use (some) IN CS4 asn1 files Q.1248.1 Q.1248.2 Q.1248.3
+BER/asn2wrs:
+- Add basic support for EmbeddedPDVType
------------------------------------------------------------------------
-r20318 | gerald | 2007-01-04 15:21:37 -0800 (Thu, 04 Jan 2007) | 3 lines
+r22032 | etxrab | 2007-06-03 14:10:29 -0700 (Sun, 03 Jun 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/asn1/inap/packet-inap-template.c
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-inap.c
-Don't lower-case our SSID and passphrase, otherwise we'll create an
-incorrect PSK hash.
+Add some opcodes and mark func as _U_ in packet-ber.c
+------------------------------------------------------------------------
+r22033 | etxrab | 2007-06-03 15:06:19 -0700 (Sun, 03 Jun 2007) | 1 line
+Changed paths:
+ M /trunk/epan/libwireshark.def
+Add dissect_per_enumerated
------------------------------------------------------------------------
-r20319 | gerald | 2007-01-04 15:54:00 -0800 (Thu, 04 Jan 2007) | 2 lines
+r22034 | sahlberg | 2007-06-04 00:24:55 -0700 (Mon, 04 Jun 2007) | 3 lines
Changed paths:
- M /trunk/epan/wslua/Makefile.nmake
+ M /trunk/epan/dissectors/packet-ctdb.c
+
+there is no longer a FINISHED pdu in the protocol
-Remove duplicate targets.
------------------------------------------------------------------------
-r20320 | sfisher | 2007-01-04 16:33:23 -0800 (Thu, 04 Jan 2007) | 5 lines
+r22035 | sahlberg | 2007-06-04 00:35:05 -0700 (Mon, 04 Jun 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-per.h
+ M /trunk/epan/dissectors/packet-ctdb.c
+add the name for the keeaplive pdu
-Remove stderr output of an error condition per bug #998. The error is already
-displayed in the packet tree.
+------------------------------------------------------------------------
+r22036 | kukosa | 2007-06-04 07:41:38 -0700 (Mon, 04 Jun 2007) | 10 lines
+Changed paths:
+ M /trunk/asn1/inap/inap.cnf
+ M /trunk/asn1/qsig/qsig.cnf
+ M /trunk/asn1/rnsap/rnsap.cnf
+ M /trunk/asn1/rrlp/rrlp.cnf
+ M /trunk/epan/dissectors/packet-inap.c
+ M /trunk/epan/dissectors/packet-qsig.c
+ M /trunk/epan/dissectors/packet-rnsap.c
+ M /trunk/epan/dissectors/packet-rrlp.c
+ M /trunk/epan/dissectors/packet-spnego.c
+ M /trunk/tools/asn2wrs.py
+
+- CLASS definitions support including exports through the *-exp.cnf file
+- support of extension in middle of SEQUENCE root elements
+- new option EMBEDDED_PDV_CB to set default callback
+- ChoiceValue support at syntax level
+- ValueSet support at syntax level
+- exception identifier support
+- ValueFromObject support at syntax level
+- next minor changes (to compile X.880 and INAP)
+- dissectors using classes regenerated
------------------------------------------------------------------------
-r20321 | gerald | 2007-01-04 17:35:23 -0800 (Thu, 04 Jan 2007) | 3 lines
+r22037 | etxrab | 2007-06-04 08:55:20 -0700 (Mon, 04 Jun 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/inap/IN-SCF-SRF-Classes.asn
+ M /trunk/asn1/inap/IN-SCF-SRF-ops-args.asn
+ M /trunk/asn1/inap/IN-SSF-SCF-Classes.asn
+ M /trunk/asn1/inap/IN-common-classes.asn
+ M /trunk/asn1/inap/IN-common-datatypes.asn
+ M /trunk/asn1/inap/IN-object-identifiers.asn
+
+Use the unmodified files.
+------------------------------------------------------------------------
+r22038 | sfisher | 2007-06-04 13:15:10 -0700 (Mon, 04 Jun 2007) | 8 lines
+Changed paths:
+ M /trunk/epan/column.c
+ M /trunk/epan/column.h
+ M /trunk/epan/column_info.h
+ M /trunk/epan/prefs.c
+ M /trunk/file.c
+ M /trunk/gtk/column_prefs.c
+ M /trunk/gtk/gui_prefs.c
+ M /trunk/gtk/main.c
+ M /trunk/gtk/main.h
+ M /trunk/gtk/packet_list.c
+ M /trunk/gtk/packet_list.h
+
+
+Fix for bug #93: changes to the columns has no effect until restart
+
+These changes allow the packet list clist to be destroyed and recreated
+with the new column titles/values/order that the user changed in the
+preferences without restarting Wireshark.
+
+
+------------------------------------------------------------------------
+r22039 | sfisher | 2007-06-04 14:18:19 -0700 (Mon, 04 Jun 2007) | 4 lines
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.nmake
M /trunk/epan/libwireshark.def
- M /trunk/tools/win32-setup.sh
-Update to the latest Win32 libs: Net-SNMP 5.4 and GNUTLS 1.6.1. Enable
-AirPcap.
+
+Get the Windows builds going again after my last check-in
+
------------------------------------------------------------------------
-r20322 | ulfl | 2007-01-04 20:58:52 -0800 (Thu, 04 Jan 2007) | 1 line
+r22040 | tuexen | 2007-06-04 15:51:16 -0700 (Mon, 04 Jun 2007) | 2 lines
Changed paths:
- M /trunk/config.nmake
+ M /trunk/epan/dissectors/packet-bssap.c
+
+Register as heuristic dissector for SUA.
-move the directory settings more to the top, add an optional platform SDK setting
------------------------------------------------------------------------
-r20323 | ulfl | 2007-01-04 21:03:15 -0800 (Thu, 04 Jan 2007) | 3 lines
+r22041 | tuexen | 2007-06-04 16:27:12 -0700 (Mon, 04 Jun 2007) | 3 lines
Changed paths:
- M /trunk/config.nmake
+ M /trunk/epan/dissectors/packet-ip.c
+ M /trunk/epan/dissectors/packet-tcp.c
+
+From Michael Scharf: Add support for TCP Quickstart.
-compile error in openssl.h depends on the Platform SDK, not the MSVC variant used
-change the !IFDEF around GNUTLS accordingly
------------------------------------------------------------------------
-r20324 | ulfl | 2007-01-04 21:23:02 -0800 (Thu, 04 Jan 2007) | 1 line
+r22042 | kukosa | 2007-06-05 01:33:39 -0700 (Tue, 05 Jun 2007) | 1 line
Changed paths:
- M /trunk/Makefile.nmake
- M /trunk/config.nmake
+ M /trunk/tools/asn2wrs.py
-don't spread the AirPcap DevPack files over the libs dir, unzip files into: AirPcap_Devpack_1_0_0_594
+few small changes to compile INAP (Q.1248.x) from original ASN.1 source
------------------------------------------------------------------------
-r20325 | etxrab | 2007-01-04 23:32:39 -0800 (Thu, 04 Jan 2007) | 5 lines
+r22043 | kukosa | 2007-06-05 05:00:57 -0700 (Tue, 05 Jun 2007) | 3 lines
Changed paths:
- M /trunk/asn1/ansi_map/ansi_map.asn
- M /trunk/asn1/ansi_map/ansi_map.cnf
- M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+ M /trunk/asn1/cdt/cdt.cnf
+ M /trunk/asn1/cms/cms.cnf
+ M /trunk/asn1/dap/dap.cnf
+ M /trunk/asn1/disp/disp.cnf
+ M /trunk/asn1/ftbp/ftbp.cnf
+ M /trunk/asn1/gsmmap/gsmmap.cnf
+ M /trunk/asn1/ldap/ldap.cnf
+ M /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf
+ M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+ M /trunk/asn1/pkcs12/pkcs12.cnf
+ M /trunk/asn1/rtse/rtse.cnf
+ M /trunk/asn1/s4406/s4406.cnf
+ M /trunk/asn1/x411/x411.cnf
+ M /trunk/asn1/x420/x420.cnf
+ M /trunk/asn1/x509ce/x509ce.cnf
+ M /trunk/epan/dissectors/packet-cdt.c
+ M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/epan/dissectors/packet-logotypecertextn.c
+ M /trunk/epan/dissectors/packet-pkcs12.c
+ M /trunk/epan/dissectors/packet-x411.c
+ M /trunk/epan/dissectors/packet-x509ce.c
+ M /trunk/tools/asn2wrs.py
-- Dissect IA5 digits
-- Update info column
-- Call subdissectors
-- fix some asn1 bugs
-- clean up .cnf file.
+not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 types
+it makes interconnection between .cnf file and ASN.1 source more readable
+(changes for #.FN_BODY will follow)
------------------------------------------------------------------------
-r20326 | guy | 2007-01-04 23:36:30 -0800 (Thu, 04 Jan 2007) | 4 lines
+r22044 | kukosa | 2007-06-05 05:15:52 -0700 (Tue, 05 Jun 2007) | 1 line
Changed paths:
- M /trunk/wiretap/configure.in
+ M /trunk/asn1/q932/Makefile
+ M /trunk/asn1/q932/Makefile.nmake
+ M /trunk/asn1/q932/q932-exp.cnf
+ M /trunk/asn1/qsig/Makefile
+ M /trunk/asn1/qsig/Makefile.nmake
+ M /trunk/asn1/qsig/qsig-exp.cnf
+ M /trunk/epan/dissectors/packet-q932-ros.c
+ M /trunk/epan/dissectors/packet-q932-ros.h
+ M /trunk/epan/dissectors/packet-q932.c
+ M /trunk/epan/dissectors/packet-q932.h
+ M /trunk/epan/dissectors/packet-qsig.c
+ M /trunk/epan/dissectors/packet-qsig.h
-When Mr. Genius added the SHAREDLIB_LDFLAGS stuff, he forgot that
-Wiretap has its own configuration file. Do to its configuration file
-what was done to the top-level configuration file.
+Q.932 and QSIG regenerated with -X (new BER) option
+------------------------------------------------------------------------
+r22045 | kukosa | 2007-06-05 06:34:18 -0700 (Tue, 05 Jun 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/dop/dop.cnf
+ M /trunk/asn1/dop/packet-dop-template.c
+ M /trunk/epan/dissectors/packet-dop.c
+use ASN.1 type names in conformance file instead of Wireshak types
------------------------------------------------------------------------
-r20327 | lego | 2007-01-05 04:11:05 -0800 (Fri, 05 Jan 2007) | 3 lines
+r22046 | kukosa | 2007-06-05 06:43:45 -0700 (Tue, 05 Jun 2007) | 1 line
Changed paths:
- M /trunk/epan/wslua/wslua_util.c
+ M /trunk/tools/asn2wrs.py
- + register_stat_cmd_arg()
- * use '/' as directory separator on both plattforms
+replace '&' with '_' in asn2c() function
+------------------------------------------------------------------------
+r22047 | etxrab | 2007-06-05 07:47:11 -0700 (Tue, 05 Jun 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/mms/Makefile
+ M /trunk/asn1/mms/Makefile.nmake
+ M /trunk/asn1/mms/mms-exp.cnf
+ M /trunk/epan/dissectors/packet-mms.c
+ M /trunk/epan/dissectors/packet-mms.h
+Regenerate the MMS dissector with -T and -X options.
------------------------------------------------------------------------
-r20328 | lego | 2007-01-05 04:14:42 -0800 (Fri, 05 Jan 2007) | 3 lines
+r22048 | etxrab | 2007-06-05 07:53:37 -0700 (Tue, 05 Jun 2007) | 1 line
Changed paths:
- M /trunk/epan/wslua/wslua_gui.c
+ M /trunk/asn1/inap/IN-SCF-SRF-datatypes.asn
+ M /trunk/epan/dissectors/packet-inap.c
- * rename url->file in browser_open_data_file()
+Regenerate the INAP dissector with thelatest asn2wrs and theunmodified asn files.
+------------------------------------------------------------------------
+r22049 | guy | 2007-06-05 10:15:21 -0700 (Tue, 05 Jun 2007) | 5 lines
+Changed paths:
+ M /trunk/asn1/inap/packet-inap-template.c
+ M /trunk/epan/dissectors/packet-inap.c
+Squelch some warnings - including some that appear legitimate; the name
+of the function was missing from the call for monitorRouteRequest. It
+also appears that the wrong function was being called for
+monitorRouteReport.
------------------------------------------------------------------------
-r20329 | jake | 2007-01-05 05:42:08 -0800 (Fri, 05 Jan 2007) | 3 lines
+r22050 | guy | 2007-06-05 10:17:22 -0700 (Tue, 05 Jun 2007) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ntp.c
- M /trunk/epan/dissectors/packet-ntp.h
+ M /trunk/wiretap/netmon.c
-Added functionality proposed in bug 1233.
-Clean up of source code.
+Note the version numbers in NetMon 3.0 files.
------------------------------------------------------------------------
-r20330 | lego | 2007-01-05 07:09:33 -0800 (Fri, 05 Jan 2007) | 5 lines
+r22051 | jake | 2007-06-05 13:26:03 -0700 (Tue, 05 Jun 2007) | 2 lines
Changed paths:
- M /trunk/epan/wslua/wslua_dumper.c
- M /trunk/epan/wslua/wslua_util.c
+ M /trunk/epan/dissectors/packet-smpp.c
+
+Fix for bug 1642:
+Added hf_smpp_sms_signal to hf_array.
+------------------------------------------------------------------------
+r22052 | jake | 2007-06-05 13:36:23 -0700 (Tue, 05 Jun 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smpp.c
+
+Fix for bug 1512:
+Present user with the invalid time string.
+------------------------------------------------------------------------
+r22053 | guy | 2007-06-05 14:23:49 -0700 (Tue, 05 Jun 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-smb.c
-* have the Dumper using either '\' or '/' as directory separator in all plattforms.
-* use the directory separator not a pointer to it.
+For various routines used by dissect_smb_fid() to dissect various FID
+attributes specified at open time, have them take a length value, and
+pass 4 if the values are extracted from the current packet and 0 if they
+come from values saved when the FID was opened (as they're generated
+values not found in the packet) - that fixes bug 1638.
+------------------------------------------------------------------------
+r22054 | kukosa | 2007-06-06 01:12:27 -0700 (Wed, 06 Jun 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/dap/dap.cnf
+ M /trunk/asn1/disp/disp.cnf
+ M /trunk/asn1/dop/dop.cnf
+ M /trunk/asn1/h245/h245.cnf
+ M /trunk/asn1/ldap/ldap.cnf
+ M /trunk/asn1/pres/pres.cnf
+ M /trunk/asn1/ranap/ranap.cnf
+ M /trunk/asn1/ros/ros.cnf
+ M /trunk/asn1/rtse/rtse.cnf
+ M /trunk/asn1/tcap/tcap.cnf
+ M /trunk/asn1/x411/x411.cnf
+ M /trunk/asn1/x420/x420.cnf
+ M /trunk/epan/dissectors/packet-dap.c
+ M /trunk/epan/dissectors/packet-ldap.c
+ M /trunk/epan/dissectors/packet-ros.c
+ M /trunk/epan/dissectors/packet-rtse.c
+ M /trunk/epan/dissectors/packet-x411.c
+ M /trunk/tools/asn2wrs.py
+use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)
+------------------------------------------------------------------------
+r22055 | kukosa | 2007-06-06 02:43:45 -0700 (Wed, 06 Jun 2007) | 1 line
+Changed paths:
+ A /trunk/asn1/q932/Facility-Information-Element-Components.asn
+ M /trunk/asn1/q932/Makefile
+ M /trunk/asn1/q932/Makefile.nmake
+ M /trunk/asn1/q932/packet-q932-ros-template.c
+ D /trunk/asn1/q932/q932-ros.asn
+ M /trunk/asn1/q932/q932-ros.cnf
+ M /trunk/epan/dissectors/packet-q932-ros.c
+ M /trunk/epan/dissectors/packet-q932-ros.h
+Q.932 ROS regenerated from original ASN.1 source
------------------------------------------------------------------------
-r20331 | ulfl | 2007-01-05 16:48:11 -0800 (Fri, 05 Jan 2007) | 1 line
+r22056 | kukosa | 2007-06-06 02:46:35 -0700 (Wed, 06 Jun 2007) | 1 line
Changed paths:
- M /trunk/capture_wpcap_packet.c
- M /trunk/gtk/capture_if_details_dlg.c
+ M /trunk/tools/asn2wrs.py
-fix sockaddr_storage problem for MSVC 7.1 (hmmm, maybe it's a platform SDK issue - time will tell)
+build-in OPERATION and ERROR classes definition
------------------------------------------------------------------------
-r20332 | ulfl | 2007-01-05 17:05:59 -0800 (Fri, 05 Jan 2007) | 8 lines
+r22057 | kukosa | 2007-06-06 04:52:48 -0700 (Wed, 06 Jun 2007) | 1 line
Changed paths:
- M /trunk/config.nmake
- M /trunk/plugins/asn1/Makefile.nmake
- M /trunk/plugins/mate/Makefile.nmake
- M /trunk/plugins/megaco/Makefile.nmake
- M /trunk/plugins/mgcp/Makefile.nmake
+ M /trunk/asn1/Makefile.am
-add experimental support for some more of the MSVC_VARIANTs:
-- Microsoft .Net Framework SDK Version 1.1
-- Microsoft .Net Framework 2.0 SDK
-... which seems to work fine now (except for the open problems like zlib) :-)
+fix dist failed
+------------------------------------------------------------------------
+r22058 | jake | 2007-06-06 12:50:28 -0700 (Wed, 06 Jun 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-radius_packetcable.c
-Some of the plugins need different linker flags depending on the MSVC. I've set a "define" in config.nmake (PLUGIN_LDFLAGS) and used it in the affected plugins/.../Makefile.nmake. Maybe we should generally change the plugins that way.
+Fix for bug 1644.
+Get the DST from the right offset in the tvb.
-btw: The "Microsoft Visual C++ Toolkit 2003" (mentioned some time ago on the list) doesn't work as some important files are missing - and we have much easier alternatives now :-)
------------------------------------------------------------------------
-r20333 | etxrab | 2007-01-06 12:21:30 -0800 (Sat, 06 Jan 2007) | 1 line
+r22059 | jake | 2007-06-06 12:58:26 -0700 (Wed, 06 Jun 2007) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-radius_packetcable.c
+
+Fix for bug 1643.
+Add element type Policy Server.
-Fix tag > 0x1f
------------------------------------------------------------------------
-r20334 | etxrab | 2007-01-06 12:51:03 -0800 (Sat, 06 Jan 2007) | 1 line
+r22060 | lego | 2007-06-06 13:56:38 -0700 (Wed, 06 Jun 2007) | 5 lines
Changed paths:
- M /trunk/asn1/ansi_map/ansi_map.asn
- M /trunk/asn1/ansi_map/ansi_map.cnf
- M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+ M /trunk/wiretap/file_access.c
+ M /trunk/wiretap/wtap.def
+ M /trunk/wiretap/wtap.h
+
+Actually implement wtap_register_file_type() and have it returning the ID of the new file type.
+Add few functions to wiretap's exported API.
+
+
+
+------------------------------------------------------------------------
+r22061 | wmeier | 2007-06-06 14:04:22 -0700 (Wed, 06 Jun 2007) | 5 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-epl.c
+ M /trunk/epan/dissectors/packet-epl.h
+
+Fwom David Buechi: Powerlink dissector enhancement:
+The attached patch adds a small enhancement for the ETHERNET Powerlink
+dissector (some well-known CANopen device profiles are decoded in human
+readable plaintext in the IdentResponse frame).
+
+------------------------------------------------------------------------
+r22062 | lego | 2007-06-06 15:02:56 -0700 (Wed, 06 Jun 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-epl.c
+
+Unconditionally initialize profile (avoid a warning causing the distcheck buildbot to fail).
+
+
+------------------------------------------------------------------------
+r22063 | kukosa | 2007-06-06 23:05:36 -0700 (Wed, 06 Jun 2007) | 2 lines
+Changed paths:
+ M /trunk/tools/asn2wrs.py
+
+- improve compilation (passing type information) if modules are not merged with -p option
+- start "module grouping" compilation feature
+------------------------------------------------------------------------
+r22064 | gerald | 2007-06-07 10:40:23 -0700 (Thu, 07 Jun 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+Add an option to ignore vendor-specific HT elements.
+
+------------------------------------------------------------------------
+r22065 | guy | 2007-06-07 19:45:30 -0700 (Thu, 07 Jun 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-nfs.c
+
+Better hash function for file handles, as suggested by Brent Callaghan
+(the old one was mapping file handles that differed only by one bit to
+the same hash value; the new one mapped them to different hash values).
+
+------------------------------------------------------------------------
+r22066 | etxrab | 2007-06-07 22:04:54 -0700 (Thu, 07 Jun 2007) | 6 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-amr.c
+
+From Stefan Wenk:
+Following items are changed:
+*) Bandwidth efficient decoding re-implemented with expert-info support.
+ The old implementation supported a single frame only.
+*) Support for AMR-WB added
+*) Fixes for IF1 and IF2 decoding
+------------------------------------------------------------------------
+r22067 | guy | 2007-06-08 10:06:13 -0700 (Fri, 08 Jun 2007) | 44 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-frame.c
+ M /trunk/epan/packet_info.h
+ M /trunk/wiretap/erf.c
+ M /trunk/wiretap/erf.h
+ M /trunk/wiretap/file_access.c
+ M /trunk/wiretap/wtap-int.h
+ M /trunk/wiretap/wtap.h
+
+From Stephen Donnelly of Endace:
+
+ The code for reading ERF files has not been significantly
+ updated since 2004. This patch brings it up to date with a
+ number of changes.
+
+ 1) Increase number of decodable ERF types from 7 to 12. This
+ covers newer DAG card models and firmware updates.
+
+ 2) Fix timestamp conversion. Was calculating only microsecond
+ precision, now displaying with nanosecond resolution. Hardware
+ precision is 7.5 to 30 ns depending on model.
+
+ 3) Allow the user to specify HDLC encapsulation as 'chdlc',
+ 'ppp_serial', 'frelay' or 'mtp2'. This is needed because the
+ ERF HDLC capture formats do not include information on what
+ protocol is used at the next level. This is currently done via
+ an environment variable 'ERF_HDLC_ENCAP' and is analagous to the
+ existing 'ERF_ATM_ENCAP' variable.
+
+ If the user does not specify an HDLC encapsulation it tries to
+ guess, and falls back to MTP2 for backwards compatibility with
+ Florent's existing behaviour.
+
+ I know environment variables are ugly, suggestions are welcome.
+
+ 4) When reading HDLC captures as MTP2, use
+ WTAP_ENCAP_MTP2_WITH_PHDR rather than WTAP_ENCAP_MTP2. This
+ allows us to put the 'Multi-Channel ERF' record 'channel
+ number' field into the MTP2 pseudo header > 'link_number'
+ field. This is then displayed in Frame information, and can
+ be filtered on. (Would be nice if it could be made a display
+ column?)
+
+ Because the ERF record does not specify whether Annex A is used
+ or not, we pass MTP2_ANNEX_A_USED_UNKNOWN and allow the existing
+ user preference to decide.
+
+Move the MTP2_ANNEX_A_ definitions into Wiretap, make the annex_a_used
+field a guint8, and change MTP2_ANNEX_A_USED_UNKNOWN to 2 so it fits in
+a guint8. (This means that if you can save an ERF MTP2 file as a
+libpcap file, the pseudo-header will have MTP2_ANNEX_A_USED_UNKNOWN in
+it.)
+
+------------------------------------------------------------------------
+r22068 | etxrab | 2007-06-09 07:58:51 -0700 (Sat, 09 Jun 2007) | 1 line
+Changed paths:
+ A /trunk/asn1/gsmmap/MAP-CallHandlingOperations.asn
+ A /trunk/asn1/gsmmap/MAP-DialogueInformation.asn
+ A /trunk/asn1/gsmmap/MAP-Errors.asn
+ A /trunk/asn1/gsmmap/MAP-Group-Call-Operations.asn
+ A /trunk/asn1/gsmmap/MAP-LocationServiceOperations.asn
+ A /trunk/asn1/gsmmap/MAP-MobileServiceOperations.asn
+ A /trunk/asn1/gsmmap/MAP-OperationAndMaintenanceOperations.asn
+ A /trunk/asn1/gsmmap/MAP-Protocol.asn
+ A /trunk/asn1/gsmmap/MAP-ShortMessageServiceOperations.asn
+ A /trunk/asn1/gsmmap/MAP-SupplementaryServiceOperations.asn
+ A /trunk/asn1/gsmmap/SS-DataTypes.asn
+ A /trunk/asn1/gsmmap/SS-Errors.asn
+ A /trunk/asn1/gsmmap/SS-Operations.asn
+ A /trunk/asn1/gsmmap/SS-Protocol.asn
+
+Add more ofthe needed splited ASN1 files.
+------------------------------------------------------------------------
+r22069 | etxrab | 2007-06-10 12:04:12 -0700 (Sun, 10 Jun 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/gsmmap/GSMMAP.asn
+ M /trunk/asn1/gsmmap/MAP-MS-DataTypes.asn
+ M /trunk/asn1/gsmmap/MAP-MobileServiceOperations.asn
+ M /trunk/asn1/gsmmap/Makefile.nmake
+ M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+ M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/packet-camel.c
+ M /trunk/epan/dissectors/packet-gsm_a.c
+ M /trunk/epan/dissectors/packet-gsm_map.c
+ M /trunk/epan/dissectors/packet-gsm_map.h
+ M /trunk/epan/dissectors/packet-gtp.c
+
+Updated GSM MAP to use the latest asn1 original files.
+MAP-dalouge and gsm_ss is included in this dissector.
+------------------------------------------------------------------------
+r22070 | etxrab | 2007-06-10 14:31:10 -0700 (Sun, 10 Jun 2007) | 1 line
+Changed paths:
+ M /trunk/epan/dissectors/packet-gsm_a.c
+
+Remove an unused variable.
+------------------------------------------------------------------------
+r22071 | gerald | 2007-06-10 20:58:58 -0700 (Sun, 10 Jun 2007) | 11 lines
+Changed paths:
+ M /trunk/capture-pcap-util.h
+ M /trunk/capture.c
+ M /trunk/capture.h
+ M /trunk/capture_opts.c
+ M /trunk/capture_opts.h
+ M /trunk/capture_sync.c
+ M /trunk/capture_sync.h
+ M /trunk/doc/dumpcap.pod
+ M /trunk/dumpcap.c
+ M /trunk/gtk/capture_dlg.c
+ M /trunk/gtk/capture_if_dlg.c
+ M /trunk/gtk/capture_prefs.c
+ M /trunk/gtk/main.c
+ M /trunk/tshark.c
+
+One more step in privilege separation.
+
+Add a capture_interface_list(), which works similar to
+get_interface_list() except that it forks dumpcap instead of calling
+the pcap routines directly. Use it in the GUI.
+
+Add a "-I" flag to dumpcap, which prints out verbose interface
+information.
+
+Tested under Windows and Linux.
+
+------------------------------------------------------------------------
+r22072 | etxrab | 2007-06-10 22:28:18 -0700 (Sun, 10 Jun 2007) | 1 line
+Changed paths:
+ M /trunk/asn1/ansi_map/Makefile
+ M /trunk/asn1/ansi_map/Makefile.nmake
M /trunk/epan/dissectors/packet-ansi_map.c
M /trunk/epan/dissectors/packet-ansi_map.h
-Check in the asn2wrs generated ANSI map dissector.
+Generate ANSI MAP with the -X option.
------------------------------------------------------------------------
-r20335 | etxrab | 2007-01-07 07:38:29 -0800 (Sun, 07 Jan 2007) | 1 line
+r22073 | jake | 2007-06-10 23:40:56 -0700 (Sun, 10 Jun 2007) | 1 line
Changed paths:
- M /trunk/asn1/ansi_map/ansi_map.cnf
- M /trunk/asn1/ansi_map/packet-ansi_map-template.c
- M /trunk/epan/dissectors/packet-ansi_map.c
+ M /trunk/capture.c
-Show return signal in info col. also if no data.
+Fix segmentation fault when NULL err_msg pointer passed to capture_interface_list() and sync_list_interface_open() fails.
------------------------------------------------------------------------
-r20336 | ulfl | 2007-01-07 11:50:16 -0800 (Sun, 07 Jan 2007) | 1 line
+r22074 | wmeier | 2007-06-11 08:50:03 -0700 (Mon, 11 Jun 2007) | 5 lines
Changed paths:
- M /trunk/config.nmake
+ M /trunk/wiretap/netxray.c
+
+Note invalidity of realtick for
+captypes ETH_CAPTYPE_OTHERPOD2 and
+ETH_CAPTYPE_GIGPOD2 in comments for
+the associated TpS tables.
-fix GNUTLS compiling issue on recent MSVC versions by switching off Wincrypt.h, see: http://www.mail-archive.com/openssl-dev@openssl.org/msg03802.html for details
------------------------------------------------------------------------
-r20337 | ulfl | 2007-01-07 18:40:06 -0800 (Sun, 07 Jan 2007) | 1 line
+r22075 | gerald | 2007-06-11 11:26:09 -0700 (Mon, 11 Jun 2007) | 7 lines
Changed paths:
+ M /trunk/Makefile.am
+ M /trunk/Makefile.common
M /trunk/Makefile.nmake
- M /trunk/config.nmake
- M /trunk/tools/win32-setup.sh
+ M /trunk/capture.c
+ M /trunk/capture_opts.c
+ M /trunk/epan/Makefile.nmake
+ D /trunk/epan/inet_ntop.c
+ D /trunk/epan/inet_pton.c
+ D /trunk/epan/inet_v6defs.h
+ A /trunk/inet_ntop.c (from /trunk/epan/inet_ntop.c:22074)
+ A /trunk/inet_pton.c (from /trunk/epan/inet_pton.c:22074)
+ A /trunk/inet_v6defs.h (from /trunk/epan/inet_v6defs.h:22074)
+
+Fix compilation under VS6 (hopefully without breaking compilation
+anywhere else). Instead of using getaddrinfo() and getnameinfo(),
+promote inet_pton.c and inet_ntop.c to the top level and use those
+routines instead.
+
+(It's 2007, for crying out loud. Why is this even an issue?)
-if we don't have MSVC6, download (using the setup target) the zlib source package instead of the dll one, and compile it in a temp dir before continuing with wiretap
------------------------------------------------------------------------
-r20338 | guy | 2007-01-07 18:55:41 -0800 (Sun, 07 Jan 2007) | 3 lines
+r22076 | gerald | 2007-06-11 12:03:20 -0700 (Mon, 11 Jun 2007) | 2 lines
Changed paths:
- M /trunk/wiretap/libpcap.c
+ M /trunk/epan/dissectors/packet-dtls.c
+ M /trunk/epan/dissectors/packet-ssl.c
-We support nanosecond resolution in Wiretap; use that with AIX libpcap
-files.
+Fix include paths.
------------------------------------------------------------------------
-r20339 | ulfl | 2007-01-07 19:31:28 -0800 (Sun, 07 Jan 2007) | 3 lines
+r22077 | etxrab | 2007-06-11 15:17:28 -0700 (Mon, 11 Jun 2007) | 1 line
Changed paths:
- M /trunk/config.nmake
+ A /trunk/asn1/cmip/CMIP-1.asn
+ A /trunk/asn1/cmip/CMIP-A-ABORT-Information.asn
+ A /trunk/asn1/cmip/CMIP-A-ASSOCIATE-Information.asn
+ A /trunk/asn1/gnm/ASN1DefinedTypesModule.asn
+ A /trunk/asn1/ros/Remote-Operations-Generic-ROS-PDUs.asn
+ A /trunk/asn1/ros/Remote-Operations-Useful-Definitions.asn
-Oops, I did it again ;-)
+Add some more asn1 modules.
+------------------------------------------------------------------------
+r22078 | gerald | 2007-06-11 15:40:38 -0700 (Mon, 11 Jun 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/Makefile.am
+
+Fix dist.
-C:\Programme -> C:\Program Files
------------------------------------------------------------------------
-r20340 | ulfl | 2007-01-07 21:03:17 -0800 (Sun, 07 Jan 2007) | 6 lines
+r22079 | martinm | 2007-06-12 04:09:22 -0700 (Tue, 12 Jun 2007) | 4 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/Makefile.am
+ M /trunk/diameter/TGPPSh.xml
+ M /trunk/diameter/dictionary.xml
+ A /trunk/diameter/gqpolicy.xml
+ M /trunk/epan/dissectors/packet-diameter-defs.h
-fix general compilation:
-- compile wiretap unconditionally
+Diameter update:
+- add IMS Gq interface (same AVPs seem to be used by IMS Rx and ETSI Gq' interfaces)
+- other small corrections
-fix .NET1.1 + PSDK compilation:
-- lib.exe tool not available, build dll only (that's just enough)
-- copy zlib1.dll.manifest file only if it's available, MSVC2003 doesn't generate it
------------------------------------------------------------------------
-r20341 | sfisher | 2007-01-07 23:19:31 -0800 (Sun, 07 Jan 2007) | 4 lines
+r22080 | martinm | 2007-06-12 08:29:23 -0700 (Tue, 12 Jun 2007) | 2 lines
Changed paths:
- M /trunk/epan/dfilter/dfunctions.c
- M /trunk/epan/dfilter/dfunctions.h
- M /trunk/epan/dfilter/sttype-function.c
+ M /trunk/packaging/nsis/wireshark.nsi
+Add gqpolicy.xml to installed diameter XML files
-Add "svn:keywords Id" and "svn:eol-style native"
+------------------------------------------------------------------------
+r22081 | jake | 2007-06-12 11:43:24 -0700 (Tue, 12 Jun 2007) | 1 line
+Changed paths:
+ M /trunk/gtk/about_dlg.c
+Just keep it simple.
+------------------------------------------------------------------------
+r22082 | etxrab | 2007-06-12 14:26:29 -0700 (Tue, 12 Jun 2007) | 1 line
+Changed paths:
+ A /trunk/asn1/x721
+ A /trunk/asn1/x721/Attribute-ASN1Module.asn
+ A /trunk/asn1/x721/ManagedObjectClassesDefinitions.asn
+ A /trunk/asn1/x721/Notification-ASN1Module.asn
+ A /trunk/asn1/x721/Parameter-ASN1Module.asn
+Add some more asn1 modules.
------------------------------------------------------------------------
-r20342 | ulfl | 2007-01-07 23:42:26 -0800 (Sun, 07 Jan 2007) | 1 line
+r22083 | etxrab | 2007-06-12 14:29:27 -0700 (Tue, 12 Jun 2007) | 3 lines
Changed paths:
- M /trunk/Makefile.nmake
+ M /trunk/asn1/acse/acse-exp.cnf
+ M /trunk/asn1/acse/acse.cnf
+ M /trunk/epan/dissectors/packet-acse.c
+ M /trunk/epan/dissectors/packet-acse.h
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-ber.h
-the makefile dependencies are just killing me ;-) Maybe this is the right way to go ...
+Preparations for updated CMIP dissector:
+- Export AE-title from ACSE
+- Start REAL dissection(unfinished).
------------------------------------------------------------------------
-r20343 | jmayer | 2007-01-08 02:36:28 -0800 (Mon, 08 Jan 2007) | 3 lines
+r22084 | lego | 2007-06-12 16:53:58 -0700 (Tue, 12 Jun 2007) | 3 lines
Changed paths:
- M /trunk/make-version.pl
+ M /trunk/epan/dissectors/packet-k12.c
+
+This should fix Coverity's CID: 240 (Bug 1648)
-Adapt the svn info hack to work out of the box for people who
-are using svn 1.4 or newer to automatically switch to svn info.
------------------------------------------------------------------------
-r20344 | jmayer | 2007-01-08 03:51:04 -0800 (Mon, 08 Jan 2007) | 2 lines
+r22085 | jake | 2007-06-12 22:27:32 -0700 (Tue, 12 Jun 2007) | 1 line
Changed paths:
- M /trunk/manuf
+ M /trunk/acinclude.m4
+ M /trunk/docbook/GPL_appendix.xml
+
+YAE2W
+------------------------------------------------------------------------
+r22086 | sfisher | 2007-06-12 23:22:43 -0700 (Tue, 12 Jun 2007) | 4 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ber.c
+
+
+Get the Unix buildbots going again
-Update manuf
------------------------------------------------------------------------
-r20345 | jmayer | 2007-01-08 06:25:35 -0800 (Mon, 08 Jan 2007) | 2 lines
+r22087 | jake | 2007-06-12 23:52:23 -0700 (Tue, 12 Jun 2007) | 2 lines
Changed paths:
- M /trunk/FAQ
- M /trunk/help/faq.txt
+ M /trunk/epan/dissectors/packet-fc.c
+ M /trunk/epan/dissectors/packet-fc.h
-Update FAQ
+Fix for bug 1633:
+Adding BLS ABTS handling.
+------------------------------------------------------------------------
+r22088 | jake | 2007-06-12 23:54:49 -0700 (Tue, 12 Jun 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-fcels.c
+Fix for bug 1632:
+Fix bitmask for FCP "retry requested/reply".
------------------------------------------------------------------------
-r20346 | jmayer | 2007-01-08 06:32:10 -0800 (Mon, 08 Jan 2007) | 2 lines
+r22089 | grahamb | 2007-06-13 03:15:31 -0700 (Wed, 13 Jun 2007) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
- M /trunk/epan/dissectors/packet-usb.h
- M /trunk/epan/to_str.c
+ M /trunk/epan/dissectors/packet-dnp.c
+
+Fixed crash with missing conversation fragment, improved presentation, minor typos corrected
+------------------------------------------------------------------------
+r22090 | morriss | 2007-06-13 06:39:05 -0700 (Wed, 13 Jun 2007) | 7 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-sccp.c
+
+Stop using switch statements on the GTI when decoding GT's: the values are
+not unique between ANSI and ITU so we end up with incorrect behavior. In
+particular:
+ - In non-ANSI if GTI==0x1, don't try to decode TT, NP, and ES.
+ - In ANSI don't decode the O/E indicator on GTI==0x1.
+ - In non-ANSI don't decode NAI on GTI==0x1 or 0x4.
+
+------------------------------------------------------------------------
+r22091 | lego | 2007-06-13 12:05:03 -0700 (Wed, 13 Jun 2007) | 3 lines
+Changed paths:
+ M /trunk/wiretap/k12.c
+
+Fix coverity bug 244, [WS Bug 1649]
+
+
+------------------------------------------------------------------------
+r22092 | lego | 2007-06-13 12:06:19 -0700 (Wed, 13 Jun 2007) | 3 lines
+Changed paths:
+ M /trunk/wiretap/wtap.def
+
+Export all that's exportable from libwiretap.dll
+
+
+------------------------------------------------------------------------
+r22093 | lego | 2007-06-13 12:43:26 -0700 (Wed, 13 Jun 2007) | 4 lines
+Changed paths:
+ M /trunk/wiretap/wtap.def
+
+turns out that wtap_pkthdr was not exportable!
+nm on my mac says it is there...
+
+
+------------------------------------------------------------------------
+r22094 | gerald | 2007-06-13 15:36:58 -0700 (Wed, 13 Jun 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/Makefile.common
+ M /trunk/epan/dissectors/packet-frame.c
+ M /trunk/epan/dissectors/packet-frame.h
+ A /trunk/epan/dissectors/packet-ppi.c
+ M /trunk/wiretap/libpcap.c
+ M /trunk/wiretap/wtap.c
+ M /trunk/wiretap/wtap.h
+
+Add support for PPI (the Per-Packet Information header), described at
+http://www.cacetech.com/documents/PPI_Header_format_1.0.pdf .
+
+------------------------------------------------------------------------
+r22095 | guy | 2007-06-13 16:43:07 -0700 (Wed, 13 Jun 2007) | 3 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-afp.c
+
+Include a link to the AFP reference, as well as to the programming
+guide.
+
+------------------------------------------------------------------------
+r22096 | gerald | 2007-06-13 18:13:04 -0700 (Wed, 13 Jun 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ppi.c
+
+Fix a bunch of errors found by gcc.
+
+------------------------------------------------------------------------
+r22097 | etxrab | 2007-06-13 22:17:07 -0700 (Wed, 13 Jun 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/asn1.h
+ M /trunk/epan/dissectors/packet-ber.c
+ M /trunk/epan/dissectors/packet-per.c
+
+Change actx->external.direct_reference to be the OID string.
+Use it in BER direct reference to call the OID dissector.
+------------------------------------------------------------------------
+r22098 | jake | 2007-06-14 00:09:07 -0700 (Thu, 14 Jun 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-pana.c
+
+From Victor Fajardo:
+Attached is a patch file for the PANA protocol dissector. The changes updates the packet-pana.c dissector to support draft-ietf-pana-pana-15.txt.
+------------------------------------------------------------------------
+r22099 | martinm | 2007-06-14 04:24:37 -0700 (Thu, 14 Jun 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Improve parsing of sctpprim header (variant 1)
+
+------------------------------------------------------------------------
+r22100 | martinm | 2007-06-14 05:43:15 -0700 (Thu, 14 Jun 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Try again!
+
+------------------------------------------------------------------------
+r22101 | martinm | 2007-06-14 08:17:49 -0700 (Thu, 14 Jun 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Try to fix warning/error.
+
+------------------------------------------------------------------------
+r22102 | gerald | 2007-06-14 09:44:36 -0700 (Thu, 14 Jun 2007) | 2 lines
+Changed paths:
+ M /trunk/epan/dissectors/packet-ieee80211.c
+
+Add a hint for using wlan.fc.type_subtype.
-Commit my USB changes (change address handling)
+------------------------------------------------------------------------
+r22103 | etxrab | 2007-06-14 12:05:20 -0700 (Thu, 14 Jun 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/ftbp/Makefile
+ M /trunk/asn1/ftbp/Makefile.nmake
+ M /trunk/asn1/ftbp/ftbp.asn
+ M /trunk/epan/dissectors/packet-ftbp.c
+ M /trunk/epan/dissectors/packet-ftbp.h
+From Stig Bj?\195?\184rlykke.
+ContentsTypeParameter and Relationship are OPTIONAL as they are defined with a DEFAULT.
------------------------------------------------------------------------
-r20347 | gerald | 2007-01-08 13:19:46 -0800 (Mon, 08 Jan 2007) | 2 lines
+r22104 | gerald | 2007-06-14 15:09:14 -0700 (Thu, 14 Jun 2007) | 10 lines
Changed paths:
+ M /trunk/docbook/release-notes.xml
M /trunk/epan/crypt/airpdcap.c
- M /trunk/epan/crypt/airpdcap_tkip.c
- M /trunk/epan/crypt/airpdcap_wep.c
- D /trunk/epan/crypt/airpdcap_wep.h
+ M /trunk/epan/crypt/airpdcap_ccmp.c
+ M /trunk/epan/crypt/airpdcap_int.h
+ M /trunk/epan/crypt/airpdcap_system.h
+ M /trunk/epan/dissectors/packet-ieee80211.c
-Remove duplicate crc32 code.
+The 802.11 dissector calculates the header size, so pass that value to
+the WEP/WPA decryption code instead of re-calculating it. Fixes bug
+1639.
+
+Remove fcsPresent, radiotapPresent, and associated code from airpdcap.c
+since they were always FALSE. Glib-ize some data types. Fixup white
+space.
+
+Update the release notes.
------------------------------------------------------------------------
-r20348 | ulfl | 2007-01-08 14:11:56 -0800 (Mon, 08 Jan 2007) | 1 line
+r22105 | etxrab | 2007-06-15 09:20:35 -0700 (Fri, 15 Jun 2007) | 1 line
Changed paths:
- M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+ M /trunk/asn1/gsmmap/Makefile
+ M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+ M /trunk/epan/dissectors/packet-gsm_map.c
-PropagationDelayFactor -> LineDelay
+Update the makefile and a comment in the template file.
------------------------------------------------------------------------
-r20349 | ulfl | 2007-01-08 14:29:18 -0800 (Mon, 08 Jan 2007) | 3 lines
+r22106 | etxrab | 2007-06-15 09:26:08 -0700 (Fri, 15 Jun 2007) | 1 line
Changed paths:
- M /trunk/capture_wpcap_packet.c
- M /trunk/config.nmake
- M /trunk/gtk/capture_if_details_dlg.c
+ M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+ M /trunk/epan/dissectors/packet-gsm_map.c
-fix compilation for:
-- Visual Studio .NET (2002)
-- Visual Studio .NET 2003
+Correct some typos.
------------------------------------------------------------------------
-r20350 | ulfl | 2007-01-08 14:50:49 -0800 (Mon, 08 Jan 2007) | 1 line
+r22107 | martinm | 2007-06-15 10:21:13 -0700 (Fri, 15 Jun 2007) | 2 lines
Changed paths:
- M /trunk/epan/crypt/Makefile.common
+ M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+For IPPRIM, try to set UDP/TCP address info so conversation tracking will work.
+
+------------------------------------------------------------------------
+r22108 | etxrab | 2007-06-15 10:58:23 -0700 (Fri, 15 Jun 2007) | 2 lines
+Changed paths:
+ M /trunk/asn1/gsmmap/GSMMAP.asn
+ M /trunk/epan/dissectors/packet-gsm_map.c
-airpdcap_wep.h was removed
+Change Alcatel Specific extension container
+PlmnContainer asn1 code to mach tracing info.
------------------------------------------------------------------------