From Grame Lunt:
[obnox/wireshark/wip.git] / ChangeLog
index b5a0bf83b25a9b6209b0b89e656965052488da71..8700833dd1d5b682ebae06cfcdfd06ea860aeda8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-$Id: ChangeLog,v 1.34 2004/02/19 02:26:48 gerald Exp $
+------------------------------------------------------------------------
+r16192 | gerald | 2005-10-11 12:55:40 -0500 (Tue, 11 Oct 2005) | 159 lines
+Changed paths:
+   M /releases/ethereal-0.10.13/capture.c
+   M /releases/ethereal-0.10.13/capture_loop.c
+   M /releases/ethereal-0.10.13/capture_opts.c
+   M /releases/ethereal-0.10.13/capture_sync.c
+   A /releases/ethereal-0.10.13/doc/README.malloc
+   M /releases/ethereal-0.10.13/doc/editcap.pod
+   M /releases/ethereal-0.10.13/doc/ethereal.pod
+   M /releases/ethereal-0.10.13/doc/tethereal.pod
+   M /releases/ethereal-0.10.13/docbook/Makefile
+   M /releases/ethereal-0.10.13/epan/Makefile.am
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-cops.c
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-h225.c
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-h225.h
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-h235.c
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-h245.c
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-h450.c
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-h450.h
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-per.c
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-per.h
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-xml.c
+   M /releases/ethereal-0.10.13/epan/dtd.h
+   M /releases/ethereal-0.10.13/epan/dtd_grammar.lemon
+   M /releases/ethereal-0.10.13/epan/dtd_parse.l
+   M /releases/ethereal-0.10.13/epan/dtd_preparse.l
+   M /releases/ethereal-0.10.13/epan/emem.c
+   M /releases/ethereal-0.10.13/epan/enterprise-numbers
+   M /releases/ethereal-0.10.13/file.c
+   M /releases/ethereal-0.10.13/gtk/capture_dlg.c
+   M /releases/ethereal-0.10.13/gtk/gui_utils.c
+   M /releases/ethereal-0.10.13/gtk/help_dlg.c
+   M /releases/ethereal-0.10.13/gtk/main.c
+   M /releases/ethereal-0.10.13/log.h
+   M /releases/ethereal-0.10.13/plugins/h223/packet-h223.c
+   M /releases/ethereal-0.10.13/tethereal.c
+   M /releases/ethereal-0.10.13/tools/asn2eth.py
+
+Copy over a bunch of fixes and updates from the trunk:
+
+cat !$
+cat ../sandboxes/svn.log
+r16132:
+   M /trunk/epan/dissectors/packet-cops.c
 
+Don't try to strip the last byte from a zero-byte OID.  Fixes bug 503.
 
-2003-12-13 01:08  guy
+r16134:
+   M /trunk/gtk/main.c
 
-       * packet-ipmi.c:
+fix 369: we must do some more GUI stuff in capture_update_started(),
+as GUI state get's cleared while switching to the next "multiple file" because of a call to cf_close()
 
-         Fix a typo.
+r16135:
+   M /trunk/capture_loop.c
 
-2003-12-13 01:08  guy
+bugfix: reset the packet counter to zero, if switching to the next "multiple file". This fixes the live update of the packet output after switching to another capture file
 
-       * packet-afp.c:
+r16136:
+   M /trunk/file.c
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/main.c
+   M /trunk/log.h
 
-         Put in URLs for the AFP 3.1 spec.
+fix a packet_list_freeze / thaw pair, if a return comes in it's way
+add a g_warning() call if an error occured while reading from capture file (while doing a live update), usually shouldn't happen but is difficult to debug *if* it happens
+add a new log domain LOG_DOMAIN_MAIN and the standard log handler for it
+add some (partly commented out) g_log() calls, useful for GUI sequence debugging
 
-         Update some references to refer to the 3.1 spec.
+r16137:
+   M /trunk/tethereal.c
 
-         Fix up the handling of the request bitmap in CatSearch and
-         CatSearchExt.
+add missing #include "capture_errs.h"
 
-2003-12-13 01:57  guy
+r16138:
+   M /trunk/doc/editcap.pod
 
-       * packet-bssap.c:
+add missing -E parameter to the Options section
 
-         Widen formal parameters rather than narrowing actual parameters.
+r16141:
+   M /trunk/epan/dissectors/packet-per.c
 
-2003-12-13 02:10  guy
+Octest string of (size 2) does not dissplay correctly.
 
-       * packet-cops.c:
+Handle multiple messages in a TCP segment, reassembly  still needed.
 
-         Make some variables that hold unsigned 16-bit quantities
-         "guint16", which lets us get rid of some casts.
+r16143:
+   M /trunk/epan/enterprise-numbers
 
-2003-12-13 02:17  guy
+Update enterprise-numbers from http://www.iana.org/assignments/enterprise-numbers
 
-       * packet-esis.c:
+r16144:
+   M /trunk/epan/emem.c
 
-         Check that the length in the ESIS header is sane, i.e. >= the
-         length of the fixed-length part of the header.
+ep_strndup and se_strndup do not have to expect strings to be null terminated.
 
-         Make "variable_len" a "guint8", as the above check ensures it
-         fits, make the length arguments to dissect routines "guint8"
-         (same type as "guchar", but it makes it clearer that it's an
-         integral value not a text character), and get rid of the casts of
-         "variable_len".
+r16145:
+   M /trunk/epan/dtd_preparse.l
 
-2003-12-13 02:24  guy
+remove file inclusion code altoghether and few other changes
 
-       * packet-isakmp.c:
+r16147:
+   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/dtd.h
+   M /trunk/epan/dtd_grammar.lemon
+   M /trunk/epan/dtd_parse.l
 
-         Widen the "value" parameter to "value2str()", rather than
-         narrowing the values passed via that parameter.
+remove location from dtd_build_data_t avoiding to (double) free it.
 
-         Fix indentation.
+r16148:
+   M /trunk/capture.c
 
-2003-12-13 02:30  guy
+minor fix: fix the sequence while finishing a live capture, so the statusbar information about the file size is correct
 
-       * packet-osi-options.c:
+r16149:
+   M /trunk/capture_loop.c
+   M /trunk/capture_opts.c
+   M /trunk/capture_sync.c
+   M /trunk/doc/ethereal.pod
+   M /trunk/doc/tethereal.pod
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/tethereal.c
 
-         Use ints, not guchars, as packet offsets.
+fix Ethereal so command line capture parameter will work with kilobytes (again)
+remove Byte(s) from the dropdown list of filesizes, this doesn't make sense
+replace 1000 with 1024, as all (modern?) file managers are based on 1024 bytes for a kilobyte (the old KB vs. KiB controversy)
 
-2003-12-13 02:38  guy
+r16150:
+   M /trunk/gtk/main.c
 
-       * plugins/docsis/packet-tlv.c:
+minor bugfix: while closing a capture file, update the packets statusbar *after* closing the file
 
-         Use "int"s, not "guint16"s, as packet offsets (using values
-         shorter than 32 bits risks overflow problems).
+r16151:
+   M /trunk/plugins/h223/packet-h223.c
 
-2003-12-13 02:42  ulfl
+Don't call "g_assert()" in dissectors - call "DISSECTOR_ASSERT()".
 
-       * gtk/print_dlg.c:
+r16153:
+   M /trunk/epan/dtd_parse.l
 
-         sensitivity of packet range options fine tuning: don't let the
-         user choose "selected packets", when no packets displayed
+"./dtd_parse.l", line 167: warning, rule cannot be matched
 
-2003-12-13 02:45  guy
+the . matches one char as {special_char} does so {special_char} won't have been matched. change that for a non ">"
 
-       * plugins/docsis/packet-vendor.c:
+r16154:
+   M /trunk/epan/dissectors/packet-xml.c
 
-         Use "int"s, not "guint16"s, as packet offsets (using values
-         shorter than32 bits risks overflow problems).
+do not free the element name, as its been passed to the hf array.
 
-         Use a "gint" as the length of the vsif TLV, as that's what
-         "tvb_length_remaining()" returns.
+r16157:
+   A /trunk/doc/README.malloc
 
-2003-12-13 03:18  guy
+add initial  better than nothing   ep/se allocation documentation
 
-       * plugins/docsis/: packet-bpkmattr.c, packet-bpkmreq.c,
-         packet-bpkmrsp.c, packet-docsis.c, packet-dsaack.c,
-         packet-dsareq.c, packet-dsarsp.c, packet-dscack.c,
-         packet-dscreq.c, packet-dscrsp.c, packet-dsdreq.c,
-         packet-dsdrsp.c, packet-map.c, packet-regack.c, packet-regreq.c,
-         packet-regrsp.c, packet-rngreq.c, packet-rngrsp.c, packet-tlv.c,
-         packet-uccreq.c, packet-uccrsp.c, packet-ucd.c, packet-vendor.c:
+r16165:
+   M /trunk/doc/README.malloc
 
-         Use "int"s, not "guint16"s, as packet offsets (using values
-         shorter than32 bits risks overflow problems).
+Add some missing descriptions
 
-         Use "gint" for tvbuff lengths.
+r16167:
+   M /trunk/epan/emem.c
 
-         Use -1 for uses of "tvb_length_remaining()" that mean "the rest
-         of the tvbuff"; use "tvb_reported_length_remaining()" for "the
-         rest of the packet.
+make .._strndup() not to call strndup.
 
-         Clean up the handling of the DOCSIS payload.
+r16168:
+   M /trunk/doc/README.malloc
 
-2003-12-13 03:30  guy
+set Id and eol-style
 
-       * gtk/dcerpc_stat.c:
+r16169:
+   M /trunk/gtk/help_dlg.c
 
-         Add some sanity checking of arguments.
+fix the link to the online users-guide
 
-2003-12-13 03:36  guy
+r16172:
+   M /trunk/epan/Makefile.am
 
-       * gtk/dlg_utils.c:
+Add sminmpec.c to maintainer-clean
 
-         Put in a comment about some issues with the way we do "Update
-         list of packets in real time" captures.
+r16181:
+   M /trunk/asn1/h245/h245.cnf
+   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-h450.c
+   M /trunk/epan/dissectors/packet-h450.h
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
+   M /trunk/tools/asn2eth.py
 
-2003-12-13 11:00  ulfl
+Fix problems with bitstring:
+- dissect_per_bitstring needs to know if extention exists or not.
+- Fixes for bitstring sizes up to 16 ( where max = min ).
+tinkle FC3:~/devel/ethereal$
 
-       * gtk/capture_dlg.c:
 
-         set link layer type sensitive only, if the user has to choose
-         between at least two choices
+------------------------------------------------------------------------
+r16131 | gerald | 2005-10-05 14:19:04 -0500 (Wed, 05 Oct 2005) | 3 lines
+Changed paths:
+   A /releases/ethereal-0.10.13 (from /trunk:16130)
 
-2003-12-13 13:27  obiot
+Carpe Buildbot.  Copy off the 0.10.13 release directory while the builds are
+stable, more or less.
 
-       * packet-wbxml.c:
+------------------------------------------------------------------------
+r16130 | jmayer | 2005-10-05 10:44:04 -0500 (Wed, 05 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/epan/dissectors/packet-csm-encaps.c
 
-         Add an equal sign to WBXML Attribute Start items that didn't have
-         it.
+Don't reinvent the wheel, use val_to_str/match_strval
+------------------------------------------------------------------------
+r16129 | jmayer | 2005-10-05 10:43:07 -0500 (Wed, 05 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/manuf
+   M /trunk/wka.tmpl
 
-2003-12-13 16:30  ulfl
+Add two Enterasys STP multicast MACs
+------------------------------------------------------------------------
+r16128 | sahlberg | 2005-10-05 08:39:44 -0500 (Wed, 05 Oct 2005) | 3 lines
+Changed paths:
+   A /trunk/epan/dissectors/pidl/IDL_LICENSE.txt
 
-       * gtk/main.c:
+add the licence file for the samba4 copied files
 
-         mention the GPL license in the Help->About dialog
 
-2003-12-13 17:10  ulfl
+------------------------------------------------------------------------
+r16127 | sahlberg | 2005-10-05 08:25:18 -0500 (Wed, 05 Oct 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcels.c
 
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         dcerpc_stat.c, gsm_a_stat.c, http_stat.c, isup_stat.c,
-         rpc_progs.c, rpc_stat.c, wsp_stat.c:
+dissect one more bitfield
+get rid of some strcpy()
+get rid of a temporary string
 
-         removed unused #include "menu.h" from the stats.c files
 
-2003-12-13 17:24  ulfl
+------------------------------------------------------------------------
+r16126 | sahlberg | 2005-10-05 07:42:34 -0500 (Wed, 05 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcels.c
 
-       * prefs-int.h, prefs.c:
+add dissection of another bitfield and remove some strcpy()
 
-         changed read_prefs_file(): read in a generic config file and do a
-         callback to pref_set_pair_fct() for every key/value pair found
 
-2003-12-13 18:01  ulfl
+------------------------------------------------------------------------
+r16125 | sahlberg | 2005-10-05 06:55:49 -0500 (Wed, 05 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcels.c
 
-       * file.c, menu.h, gtk/main.c, gtk/main.h, gtk/menu.c, gtk/menu.h:
+rewrite dissection of service options flags to proper booleans and get rid of some strcpy() calls.
 
-         added "most recently used" lists for "opened capture files" and
-         "display filter used", the settings will be saved in the file
-         "recent" in the users config path
 
-2003-12-13 18:05  gerald
+------------------------------------------------------------------------
+r16124 | ulfl | 2005-10-05 01:37:35 -0500 (Wed, 05 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-bittorrent.c
 
-       * Makefile.am, configure.in, epan/configure.in, help/Makefile.am:
+bugfix: don't crash, if not enough bytes of the header available
+------------------------------------------------------------------------
+r16123 | ulfl | 2005-10-05 01:05:35 -0500 (Wed, 05 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/capture_errs.h
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
 
-         Add the help directory to the build.  Bump the release version to
-         0.10.0a
+fix cant_load_winpcap_err() parameter
+------------------------------------------------------------------------
+r16122 | guy | 2005-10-04 17:08:20 -0500 (Tue, 04 Oct 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
 
-2003-12-13 22:05  guy
+Get rid of an unused variable.
 
-       * gtk/main.c:
+------------------------------------------------------------------------
+r16121 | etxrab | 2005-10-04 15:21:18 -0500 (Tue, 04 Oct 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
 
-         Squelch some compiler warnings.
+From Richard van der Hoff
+
+I've spotted a bug in the new desegmentation in iax2, which 
+means that higher-level PDUs aren't dissected when they ought to be, but 
+tend to be grouped together in later packets - I've attached a patch 
+against svn r16110 to fix this; it also makes the code a bit clearer...
 
-         Clean up white space.
+------------------------------------------------------------------------
+r16120 | etxrab | 2005-10-04 14:54:50 -0500 (Tue, 04 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/golay.h
 
-2003-12-13 22:23  guy
+Grr.. yet another missing file
+------------------------------------------------------------------------
+r16119 | etxrab | 2005-10-04 14:51:31 -0500 (Tue, 04 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/packet-srp.c
+   A /trunk/plugins/h223/packet-srp.h
 
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         dcerpc_stat.c, gsm_a_stat.c, http_stat.c, isup_stat.c,
-         rpc_progs.c, rpc_stat.c, wsp_stat.c:
+Add two missing files.
+------------------------------------------------------------------------
+r16118 | guy | 2005-10-04 13:21:04 -0500 (Tue, 04 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
 
-         Put back "menu.h" - it's needed to declare
-         "register_tap_menu_item()".
+Even a null object has a non-zero length (for the BER identifier and
+length); update the offset when dissecting one.
 
-2003-12-13 23:55  guy
+------------------------------------------------------------------------
+r16117 | sahlberg | 2005-10-04 09:41:39 -0500 (Tue, 04 Oct 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-t38.c
 
-       * packet-gsm_sms.c:
+the t38 tap would only initialize the t38_info structure when called from UDP
+and when called from TCP this pointer would be uninitialized and thus dump core when dereferenced.
 
-         "wctomb()" doesn't necessarily accept Unicode as input, and may
-         produce more than one character as output.  Use
-         "tvb_fake_unicode()" to handle Unicode strings, instead.
+at the same time remove the rotating buffers
 
-         Don't hand strings to "proto_tree_add_text()" - it expects a
-         printf-style formatting operator, which means it'd treat "%"
-         specially.  Use "%s", or "%.*s", instead; use "%.*s" when we
-         don't know that the string is null-terminated.
 
-2003-12-14 00:04  guy
+this fixes bugs 498 and 501
 
-       * packet-gsm_sms.c:
+------------------------------------------------------------------------
+r16116 | sahlberg | 2005-10-04 08:34:52 -0500 (Tue, 04 Oct 2005) | 13 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/libethereal.def
+
+in svn 15335   the tcp analysis was changed to do its stuff and to populate (prepend to) COL_INFO before callking the subdissectors
+instead of calling the tcp analysis (and prepend colingo) eitehr after the subdissector returned normally  or if an exception caused by a subdissector was rised.
+
+this as a sideffect caused tcp analysis data to be overwritten if the subdissector caused any output to the info column. (and made tcp analysis suboptimal)
+
+
+this change adds a new function   col_prepend_fence_fstr()  that will prepend
+the info column with the string and also, if there was no fence already defined, create a fence and set it after the prepended col info text.
+
+This way, even if the subdissectors generate and rewrite col info, the tcp analysis data will still be displayed on the info column.
+
+
+
+------------------------------------------------------------------------
+r16115 | guy | 2005-10-04 05:26:44 -0500 (Tue, 04 Oct 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-edonkey.c
+
+Fix a typo.
+
+------------------------------------------------------------------------
+r16114 | guy | 2005-10-04 05:26:17 -0500 (Tue, 04 Oct 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-edonkey.c
+
+Get rid of // comments - not all C compilers like them.
+
+------------------------------------------------------------------------
+r16113 | guy | 2005-10-04 05:23:40 -0500 (Tue, 04 Oct 2005) | 23 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/epan/dissectors/packet-windows-common.h
+
+Don't ensure all the bytes of a security descriptor exist before calling
+"dissect_nt_sec_desc()".  Add a Boolean argument to
+"dissect_nt_sec_desc()" to indicate whether a length was passed to it
+(so we don't treat -1 as a special value; we want to stop treating -1 as
+a special length value, and, in fact, want to stop treating *any*
+negative length values specially, so that we don't have to worry about
+passing arbitrary 32-bit values from packets as lengths), and have
+"dissect_nt_sec_desc()" initially create the protocol tree item for the
+security descriptor with a length of "go to the end of the tvbuff", and
+set the length once we're done dissecting it - and, if the length was
+specified, check at *that* point, *after* we've dissected the security
+descriptor, whether we have the entire security descriptor in the
+tvbuff.
+
+That means that we don't have to worry about overflows after
+"dissect_nt_sec_desc()" returns - if the length was so large that we
+would have gotten an overflow, we'd have thrown an exception in the
+"tvb_ensure_bytes_exist()" call at the end of "dissect_nt_sec_desc()".
+
+Do sanity checks on offsets within the security descriptor, so we know
+the item referred to by the offset is after the fixed-length portion of
+the descriptor.
+
+------------------------------------------------------------------------
+r16112 | guy | 2005-10-04 05:17:45 -0500 (Tue, 04 Oct 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
+
+We can just use "get_ber_identifier()" and "get_ber_length()" to fetch
+BER identifier and length information; calling
+"dissect_ber_identifier()" and "dissect_ber_length()" with a null tree
+argument doesn't have any advantages over that.
+
+Don't put an octet string into the protocol tree twice, once with
+"dissect_ber_octet_string()" and once with the real value; once is enough.
+
+------------------------------------------------------------------------
+r16111 | guy | 2005-10-04 05:13:15 -0500 (Tue, 04 Oct 2005) | 6 lines
+Changed paths:
+   M /trunk/wiretap/atm.c
+
+A heuristic that only treats packets that appear to be LANE-encapsulated
+Ethernet packets with a length field as LANE packets, and doesn't do so
+for packets that appear to be LANE-encapsulated Ethernet packets with a
+type field, is too weak.  Back out that part of the heuristics added in
+the previous checkin.
+
+------------------------------------------------------------------------
+r16110 | guy | 2005-10-04 02:07:15 -0500 (Tue, 04 Oct 2005) | 4 lines
+Changed paths:
+   M /trunk/capture_errs.c
+   M /trunk/capture_errs.h
+
+Include <glib.h> to declare "g_strdup_printf()".
+
+Properly declare "cant_load_winpcap_err()".
+
+------------------------------------------------------------------------
+r16109 | guy | 2005-10-04 01:25:01 -0500 (Tue, 04 Oct 2005) | 6 lines
+Changed paths:
+   M /trunk/Makefile.common
+   A /trunk/capture_errs.c
+   A /trunk/capture_errs.h
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/tethereal.c
+
+Add a "capture_errs.c" routine to cough up error messages for capture
+problems, and use the first routine in it in multiple places.
+
+Get rid of DISSECTOR_SUPPORT_INCLUDES - just add its contents to
+ETHEREAL_COMMON_INCLUDES.
+
+------------------------------------------------------------------------
+r16108 | etxrab | 2005-10-04 00:42:18 -0500 (Tue, 04 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/wiretap/atm.c
+
+From Rene Piltz:
+Due to the fact that 3G Signaling appears at an undefined VPI/VCI I added a heuristics (very simple) which should take care of this fact.
+
+------------------------------------------------------------------------
+r16107 | etxrab | 2005-10-04 00:36:31 -0500 (Tue, 04 Oct 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-edonkey.h
+
+From John Sullivan:
+The current ethereal eDonkey dissector fails to handle a number of valid packet types - in particular the normal server<->client communication between current eserver and eMule versions (from both
+sides) produces packets which ethereal incorrectly claims to be malformed.
+
+This patch fills in these holes.
+
+------------------------------------------------------------------------
+r16106 | etxrab | 2005-10-04 00:29:40 -0500 (Tue, 04 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/libethereal.def
+
+Add some requested items.
+------------------------------------------------------------------------
+r16105 | etxrab | 2005-10-04 00:16:26 -0500 (Tue, 04 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/address.h
+   M /trunk/epan/libethereal.def
+
+Preparations for h223
+------------------------------------------------------------------------
+r16104 | etxrab | 2005-10-04 00:15:23 -0500 (Tue, 04 Oct 2005) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+From Dave Richards
+
+1) Fixes context-tagged BACnet errors.
+2) Fixes indeterminate tag data.  If the tag length/value/type variable 
+was 6 or 7 you could not tell whether it was an open/close tag or had 
+length 6/7.
+3) Don't make assumptions about property types for proprietary BACnet 
+object types.
+
+
+
+------------------------------------------------------------------------
+r16103 | guy | 2005-10-03 23:23:09 -0500 (Mon, 03 Oct 2005) | 4 lines
+Changed paths:
+   M /trunk/capture_loop.c
+   M /trunk/tethereal.c
+
+Add a note about 64-bit support in WinPcap to the capture errors on
+Windows, and add the URL for the CaptureSetup page to the Tethereal
+error.
+
+------------------------------------------------------------------------
+r16102 | guy | 2005-10-03 23:12:34 -0500 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/version_info.c
+
+Grr.  Without the right version of the SDK, we can't even compile code
+to *use* the shiny new features.
+
+------------------------------------------------------------------------
+r16101 | guy | 2005-10-03 22:58:40 -0500 (Mon, 03 Oct 2005) | 2 lines
+Changed paths:
+   M /trunk/capture-wpcap.c
+
+Remove an extra " from a command, and fix indentation.
+
+------------------------------------------------------------------------
+r16100 | guy | 2005-10-03 22:15:12 -0500 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/version_info.c
+
+Cope with NT 6.0, and with the x86-64 version of XP being NT 5.2 rather
+than NT 5.1.
+
+------------------------------------------------------------------------
+r16099 | guy | 2005-10-03 20:16:06 -0500 (Mon, 03 Oct 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+
+Don't assume that every packet has a non-null "call_data" value.  Fixes
+bug 497 (as well as a crash on an *unfuzzed* IAX2 capture!).
+
+Set "pinfo->can_desegment" before calling dissectors; that's expected
+for dissectors that do TCP-style desegmentation.
+
+------------------------------------------------------------------------
+r16098 | guy | 2005-10-03 17:26:32 -0500 (Mon, 03 Oct 2005) | 2 lines
+Changed paths:
+   M /trunk/gtk/t38_analysis.c
+
+Properly terminate some value_string tables.
+
+------------------------------------------------------------------------
+r16097 | guy | 2005-10-03 17:23:04 -0500 (Mon, 03 Oct 2005) | 5 lines
+Changed paths:
+   M /trunk/gtk/t38_analysis.c
+
+Include "gui_stat_menu.h" to declare "register_stat_menu_item()".
+
+Fix the type of "t38_analysis_init()" to match what
+"register_stat_cmd_arg()" expects.
+
+------------------------------------------------------------------------
+r16096 | guy | 2005-10-03 17:17:32 -0500 (Mon, 03 Oct 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/stream.c
+
+A hash table doesn't *have* to have a value destroy function - and, in
+fact, in GLib 1.2, it *can't* have one.  As the value destroy function
+for this hash table does nothing, don't bother with it - and create the
+hash table with "g_hash_table_new(), rather than
+"g_hash_table_new_full()", so it works with GLib 1.2[.x].
+
+------------------------------------------------------------------------
+r16095 | guy | 2005-10-03 17:04:58 -0500 (Mon, 03 Oct 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/stream.c
+
+It's "svn:keywords", not "svn:Keywords".
+
+------------------------------------------------------------------------
+r16094 | guy | 2005-10-03 17:02:47 -0500 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/stream.h
+
+The "extern" in "struct _fragment_items" doesn't do anything, as data
+types aren't objects and don't have storage classes, etc..
+
+------------------------------------------------------------------------
+r16093 | ulfl | 2005-10-03 15:04:06 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/capture_dlg.c
+
+Win32: don't crash if Capture/Start is clicked and WinPcap is not installed.
+------------------------------------------------------------------------
+r16092 | ulfl | 2005-10-03 14:37:17 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/expert_dlg.c
+
+move the list down to the latest message while new messages rush in. We might want to have a checkbox or alike to en/disable this (as discussed for the Statistics) lately.
+------------------------------------------------------------------------
+r16091 | ulfl | 2005-10-03 14:34:58 -0500 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/gui_utils.c
+
+major Win32 bugfix: when getting messages from the capture slave, only one message was processed every 200ms (UNIX handles this differently). If more messages were initiated from the slave, they stacked up. This slowed down the display update and slowed down stopping the capture as a lot of messages had to be processed before the close really finished ...
+
+Now the timer callback function will call the pipe read function up to 5 times to avoid this, but won't do this more often to prevent "endless blocking".
+------------------------------------------------------------------------
+r16090 | ulfl | 2005-10-03 14:11:57 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+minor bugfix: hide main widgets, if command line file couldn't be loaded
+------------------------------------------------------------------------
+r16089 | etxrab | 2005-10-03 14:00:52 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/Makefile.nmake
+
+First check in of yhe h223 plugin, not part of the build script yet.
+------------------------------------------------------------------------
+r16088 | etxrab | 2005-10-03 13:59:41 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/moduleinfo.h
+   A /trunk/plugins/h223/packet-h223.c
+   A /trunk/plugins/h223/packet-h223.h
+   A /trunk/plugins/h223/plugin.c
+
+First check in of yhe h223 plugin, not part of the build script yet.
+------------------------------------------------------------------------
+r16087 | etxrab | 2005-10-03 13:54:41 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/Makefile.am
+
+First check in of yhe h223 plugin, not part of the build script yet.
+------------------------------------------------------------------------
+r16086 | etxrab | 2005-10-03 13:54:13 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/golay.c
+
+First check in of yhe h223 plugin, not part of the build script yet.
+------------------------------------------------------------------------
+r16085 | etxrab | 2005-10-03 13:53:52 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/COPYING
+
+First check in of yhe h223 plugin, not part of the build script yet.
+------------------------------------------------------------------------
+r16084 | etxrab | 2005-10-03 13:53:28 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/ChangeLog
+
+First check in of yhe h223 plugin, not part of the build script yet.
+------------------------------------------------------------------------
+r16083 | etxrab | 2005-10-03 13:51:54 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223
+   A /trunk/plugins/h223/AUTHORS
+
+First check in of yhe h223 plugin, not part of the build script yet.
+------------------------------------------------------------------------
+r16082 | etxrab | 2005-10-03 13:34:21 -0500 (Mon, 03 Oct 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/packet.c
+   A /trunk/epan/stream.c
+   A /trunk/epan/stream.h
+
+From Jeff Snyder:
+
+04-stream.diff
+ A simplified packet reassembly API built on top of  fragment_add_seq_next for 
+reassembling fragments that are delivered in-order, where fragments are 
+identified by a framenum and an offset into that frame. Streams are attached 
+to a conversation or a circuit and are unidirectional.
+------------------------------------------------------------------------
+r16081 | etxrab | 2005-10-03 13:18:38 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/gnm/gnm.cnf
+   M /trunk/asn1/gnm/packet-gnm-template.c
+   M /trunk/epan/dissectors/packet-gnm.c
+
+Add dissection of some more OID's and use the #.REGISTER function.
+------------------------------------------------------------------------
+r16080 | ulfl | 2005-10-03 11:24:43 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+from Yaniv Kaul: add a Preference setting for IP checksum validation
+------------------------------------------------------------------------
+r16079 | ulfl | 2005-10-03 10:52:14 -0500 (Mon, 03 Oct 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+
+from Peter Johansson:
+The supplied patch resolves an issue with the use of the not yet initialized variable "fid".
+
+/ Regards, Peter 
+------------------------------------------------------------------------
+r16078 | lego | 2005-10-03 08:10:28 -0500 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtse.c
+
+dissect_rtse_EXTERNAL is already declared in the header as extern.
+
+
+------------------------------------------------------------------------
+r16077 | lego | 2005-10-03 06:36:24 -0500 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   A /trunk/gtk/t38_analysis.c
+
+This one was missing from the checkin...
+
+
+------------------------------------------------------------------------
+r16076 | sahlberg | 2005-10-03 04:30:10 -0500 (Mon, 03 Oct 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mount.c
+
+prettify mount,
+
+if MNT fails with an error,   put the error string in the INFO column
+
+
+------------------------------------------------------------------------
+r16075 | guy | 2005-10-03 02:30:49 -0500 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/simple_dialog.h
+
+C89 doesn't allow a comma after the end of the last value in an
+enumerator list, and some compilers don't allow it as an extension.
+
+------------------------------------------------------------------------
+r16074 | etxrab | 2005-10-03 00:59:17 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sigcomp.c
+
+Fix a typo.
+------------------------------------------------------------------------
+r16073 | etxrab | 2005-10-03 00:55:26 -0500 (Mon, 03 Oct 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-t38.h
+   M /trunk/epan/libethereal.def
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/graph_analysis.h
+   M /trunk/gtk/voip_calls.c
+
+From Alejandro Vaquero:
+
+ New "Fax T38 Analysis" added to the "Statistics" menu to:
+
+- Reassemble the HDLC t30 frames and dissect the header.
+- Analyze the UPDTLPacket seq num for packet lost
+- Stats of V.x Data:
+    - Count the Data bytes
+    - Duration
+    - Wrong seq num
+    - Max Burst of packet lost
+
+------------------------------------------------------------------------
+r16072 | etxrab | 2005-10-03 00:17:51 -0500 (Mon, 03 Oct 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-acse.h
+   M /trunk/epan/dissectors/packet-cms.c
+   M /trunk/epan/dissectors/packet-cms.h
+   M /trunk/epan/dissectors/packet-ess.c
+   M /trunk/epan/dissectors/packet-ess.h
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-rtse.h
+   M /trunk/epan/dissectors/packet-x420.c
+
+From Graeme Lunt
+X420 - incorrect ExtendedBodyPart handling
+ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS  - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS  - support for ESSSecurityLabel and EquivalentLabels attributes
+
+
+------------------------------------------------------------------------
+r16071 | etxrab | 2005-10-03 00:16:57 -0500 (Mon, 03 Oct 2005) | 5 lines
+Changed paths:
+   M /trunk/asn1/cms/CryptographicMessageSyntax.asn
+   M /trunk/asn1/cms/cms.cnf
+   M /trunk/asn1/ess/ExtendedSecurityServices.asn
+   M /trunk/asn1/ess/ess.cnf
+   M /trunk/asn1/rtse/rtse-exp.cnf
+   M /trunk/asn1/rtse/rtse.cnf
+   M /trunk/asn1/x420/x420.asn
+   M /trunk/asn1/x420/x420.cnf
+
+From Graeme Lunt
+X420 - incorrect ExtendedBodyPart handling
+ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS  - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS  - support for ESSSecurityLabel and EquivalentLabels attributes
+
+
+------------------------------------------------------------------------
+r16070 | etxrab | 2005-10-03 00:14:39 -0500 (Mon, 03 Oct 2005) | 5 lines
+Changed paths:
+   M /trunk/asn1/acse/acse.cnf
+
+From Graeme Lunt
+X420 - incorrect ExtendedBodyPart handling
+ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS  - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS  - support for ESSSecurityLabel and EquivalentLabels attributes
+
+
+------------------------------------------------------------------------
+r16069 | etxrab | 2005-10-02 16:14:35 -0500 (Sun, 02 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/cms/cms.cnf
+   M /trunk/epan/dissectors/packet-cms.c
+
+From Graeme Lunt
+allows the dissection of ContentInfo based upon it's OID - something that is used for a secure X.400 messages (Protecting Content Type (PCT)).
+
+------------------------------------------------------------------------
+r16068 | etxrab | 2005-10-02 15:59:54 -0500 (Sun, 02 Oct 2005) | 20 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/epan/dissectors/packet-h261.c
+   M /trunk/epan/dissectors/packet-h263.c
+   M /trunk/epan/dissectors/packet-iax2.c
+
+From Jeff Snyder
+
+00-iax.diff
+ Modifications to the IAX2 dissector so that it offers desegmentation to 
+subdissectors using the same API as TCP offers (pinfo->desegment_len etc)
+
+01-amr.diff
+ Modifications to the AMR dissector to allow AMR IF2 data to be dissected via 
+call_dissector() from packet-h223.c. This patch also causes the AMR dissector 
+to append the frame type string to the info column, so that the info column 
+shows what protocols an H.223 frame contains.
+
+02-h263-data.diff
+ Modifications to packet-h263.c to separate the dissection of h.263 RTP 
+encpasulation from the dissection of the actual h.263 data. The data 
+dissection functions are added as a second dissector. This data-only 
+dissector is used to dissect the video channel in our h.223 streams. As with 
+the AMR modification, this makes the H.263 dissector append to the info 
+column.
+
+------------------------------------------------------------------------
+r16067 | ulfl | 2005-10-02 10:41:11 -0500 (Sun, 02 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-bittorrent.c
+
+enhancements COL_INFO output and make bittorrent protocol filterable
+------------------------------------------------------------------------
+r16066 | ulfl | 2005-10-02 09:56:27 -0500 (Sun, 02 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/epan.c
+
+add doxygen comments to column-utils.h and do a slight code cleanup
+------------------------------------------------------------------------
+r16065 | lego | 2005-10-01 10:19:36 -0500 (Sat, 01 Oct 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/tpg.c
+   M /trunk/epan/tpg.h
+   M /trunk/epan/tvbparse.c
+   M /trunk/plugins/tpg/http.tpg
+   M /trunk/plugins/tpg/packet-http.c
+   M /trunk/tools/tpg/tpg.yp
+
+one step further... 
+ TPG now uses the ignore feature of tvbparse
+ named sub_rules can have cardinality
 
-         Use "tvb_format_text()" to format 8-bit strings, so we don't have
-         problems with non-printable characters.
+epan/tvbparse.c:
+   do not crash on zero cardinality
 
-         Don't un-constify "tvb_get_ptr()".
 
-2003-12-14 00:05  guy
+------------------------------------------------------------------------
+r16064 | lego | 2005-10-01 06:16:17 -0500 (Sat, 01 Oct 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
 
-       * help/.cvsignore:
+propperly initialize vendor->ett if the vendor is not found while radius_register_avp_dissector().
 
-         Provide a .cvsignore file.
+fixes bug 488.
 
-2003-12-14 10:24  guy
 
-       * gtk/io_stat.c:
+------------------------------------------------------------------------
+r16063 | lego | 2005-10-01 05:41:00 -0500 (Sat, 01 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/plugins/tpg/http.tpg
+   M /trunk/plugins/tpg/packet-http.c
 
-         From Ronnie Sahlberg: support iostat graphs with 1ms resolution.
+match changes to tpg infrastructure.
 
-2003-12-14 10:28  guy
 
-       * gtk/endpoint_talkers_table.c:
+------------------------------------------------------------------------
+r16062 | lego | 2005-10-01 05:39:38 -0500 (Sat, 01 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/tools/tpg/tpg.yp
 
-         From Ronnie Sahlberg: fix a crash on Win32 when we resort a
-         column in the conversation list and then create/apply a filter
-         from the conversation list popup.
+Some changes in tpg's grammar to avoid constructing elements that cannot be dereferenced
 
-2003-12-15 00:08  guy
 
-       * packet-tzsp.c:
+------------------------------------------------------------------------
+r16061 | lego | 2005-10-01 05:36:57 -0500 (Sat, 01 Oct 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/emem.c
+   M /trunk/epan/emem.h
+   M /trunk/epan/tpg.c
+   M /trunk/epan/tpg.h
 
-         From Chris Waters: use "proto_tree_add_uint()" for an FT_UINT*
-         field.
+emem.[ch]:
+Add a simple stack implememtation that uses ep_alloc
+Add ep_new() ep_new0() macros
+
+tpg.[ch]:
+use the stack in tpg helpers
+
+
+------------------------------------------------------------------------
+r16060 | obiot | 2005-09-30 14:29:21 -0500 (Fri, 30 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wsp.c
+
+Fix bug 492 - the MMSE dissector calls add_content_type() defined in WSP, which
+uses proto_item_append_string(). The visibility hack must be present, otherwise
+a dissector assert is generated within the MMSE dissector.
+
+------------------------------------------------------------------------
+r16059 | etxrab | 2005-09-30 13:20:44 -0500 (Fri, 30 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/diameter/dictionary.xml
+
+Update AVP:s and error codes.
+------------------------------------------------------------------------
+r16058 | lego | 2005-09-29 15:38:41 -0500 (Thu, 29 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/plugins/tpg/packet-http.c
+
+this struct moved to tvbparse.c
+
+
+------------------------------------------------------------------------
+r16057 | lego | 2005-09-29 15:37:05 -0500 (Thu, 29 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/tvbparse.c
+
+I needed to cut'n'paste something more...
+
+I did not even try to compile it before check it in, sorry!
+
+
+------------------------------------------------------------------------
+r16056 | etxrab | 2005-09-29 15:24:02 -0500 (Thu, 29 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-uma.c
+
+Update to the latest version of the standard.
+------------------------------------------------------------------------
+r16055 | etxrab | 2005-09-29 15:22:55 -0500 (Thu, 29 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/sigcomp_state_hdlr.c
+
+make n a guint32 to not wrap around at 65536
+------------------------------------------------------------------------
+r16054 | lego | 2005-09-29 15:07:29 -0500 (Thu, 29 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/tvbparse.c
+   M /trunk/epan/tvbparse.h
+
+add a debugging function that creates a tree exploding the parsed elements
+
+
+------------------------------------------------------------------------
+r16053 | lego | 2005-09-29 15:05:24 -0500 (Thu, 29 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/plugins/tpg/http.tpg
+   M /trunk/plugins/tpg/packet-http.c
+
+at this point this makes a good parser for http headers...
+
+
+------------------------------------------------------------------------
+r16052 | lego | 2005-09-29 14:56:21 -0500 (Thu, 29 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/tools/tpg/tpg.pl
+   M /trunk/tools/tpg/tpg.yp
+
+another step closer
+
+
+------------------------------------------------------------------------
+r16051 | etxrab | 2005-09-29 00:37:27 -0500 (Thu, 29 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-jxta.c
+
+From Mike Duigou
+A patch to allow the JXTA dissector to pass fuzz testing. It 
+also removes a couple of unused things and optimizes handling of the raw 
+data dissector.
+
+------------------------------------------------------------------------
+r16050 | guy | 2005-09-28 21:20:29 -0500 (Wed, 28 Sep 2005) | 13 lines
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/diameter
+   A /trunk/diameter/dictionary.dtd (from /trunk/dictionary.dtd:16044)
+   A /trunk/diameter/dictionary.xml (from /trunk/dictionary.xml:16044)
+   A /trunk/diameter/imscxdx.xml (from /trunk/imscxdx.xml:16044)
+   A /trunk/diameter/mobileipv4.xml (from /trunk/mobileipv4.xml:16044)
+   A /trunk/diameter/nasreq.xml (from /trunk/nasreq.xml:16044)
+   A /trunk/diameter/sunping.xml (from /trunk/sunping.xml:16044)
+   D /trunk/dictionary.dtd
+   D /trunk/dictionary.xml
+   M /trunk/epan/dissectors/packet-cops.c
+   D /trunk/imscxdx.xml
+   D /trunk/mobileipv4.xml
+   D /trunk/nasreq.xml
+   M /trunk/packaging/nsis/ethereal.nsi
+   D /trunk/sunping.xml
+
+Move the Diameter dictionary files to a "diameter" subdirectory, along
+the lines of what's done for RADIUS.  That keeps them together (and
+separate from other files), and makes the layout of the top-level source
+directory closer to the layout of the installation directory, so that if
+you run Ethereal or Tethereal from the top-level directory on Windows
+it'll pick up the Diameter dictionary files (if it supports loading
+them), and can do so on UN*X if we support a mechanism to let it find
+its control files in the directory in which the binary resides.
+
+Use the diameter_DATA, dtds_DATA, and radius_DATA macros in the
+EXTRA_DIST macro, so you only have to change the lists of Diameter, DTD,
+and RADIUS files in one place if you add or remove a file.
+
+------------------------------------------------------------------------
+r16049 | guy | 2005-09-28 20:31:19 -0500 (Wed, 28 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-smb.c
+
+Make "top_tree" static; nobody else uses it, and if they're both not
+static, they collide with one another in builds on at least some
+platforms.
+
+------------------------------------------------------------------------
+r16048 | ulfl | 2005-09-28 17:15:38 -0500 (Wed, 28 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-ldp.c
+   M /trunk/epan/dissectors/packet-mq.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smpp.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-x25.c
+   M /trunk/plugins/opsi/packet-opsi.c
+
+fix #480: Change defaults for all reassembling settings to ON
+
+I've changed all settings I could find to TRUE. It might be reasonable to change some protocol settings back to FALSE, if reassembling fails very often.
+------------------------------------------------------------------------
+r16047 | lego | 2005-09-28 16:35:14 -0500 (Wed, 28 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dtd_preparse.l
+
+be more flexible in what's a name
+
+
+------------------------------------------------------------------------
+r16046 | lego | 2005-09-28 16:33:44 -0500 (Wed, 28 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/stats_tree.c
+
+one leak less...
+
+
+------------------------------------------------------------------------
+r16045 | lego | 2005-09-28 16:32:47 -0500 (Wed, 28 Sep 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/tvbparse.c
+   M /trunk/epan/tvbparse.h
+
+tvbparse.[ch]:
+- add a tvbparse_handle() (for recursion)
+- change tvbparse_until() to allow more control when parsing
+- make the wanted control an union so that different types of data can be used
+
+packet-xml.c:
+- change the parser definition to match changes to tvbparse_until()
+
+
+------------------------------------------------------------------------
+r16044 | etxrab | 2005-09-28 15:06:58 -0500 (Wed, 28 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+Add radius/dictionary.ericsson  \
+------------------------------------------------------------------------
+r16043 | etxrab | 2005-09-28 14:57:45 -0500 (Wed, 28 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sigcomp.c
+
+Handle sigcomp over TCP.
+------------------------------------------------------------------------
+r16042 | jmayer | 2005-09-28 12:16:30 -0500 (Wed, 28 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/etypes.h
+   M /trunk/manuf
+   M /trunk/wka.tmpl
+
+Updates for foundry addresses/protocols
+------------------------------------------------------------------------
+r16041 | etxrab | 2005-09-28 11:39:20 -0500 (Wed, 28 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/packaging/nsis/ethereal.nsi
+
+Add disctionary.ericsson
+------------------------------------------------------------------------
+r16040 | etxrab | 2005-09-28 11:38:40 -0500 (Wed, 28 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/sigcomp_state_hdlr.c
+
+It's the UDVM_MEMORY_SIZE that should be checked.
+------------------------------------------------------------------------
+r16039 | guy | 2005-09-28 11:16:37 -0500 (Wed, 28 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-esis.c
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-frame.h
+   M /trunk/epan/dissectors/packet-gsm_sms_ud.c
+   M /trunk/epan/dissectors/packet-msdp.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pppoe.c
+   M /trunk/epan/dissectors/packet-smb-pipe.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-udp.c
+   M /trunk/epan/ftypes/ftype-string.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+
+Have show_exception() take a "const char *" as its exception message,
+and not free the string to which it points.  Pass to
+REPORT_DISSECTOR_BUG() strings allocated with ep_strdup_printf(), so
+that they're freed automatically.
+
+------------------------------------------------------------------------
+r16038 | guy | 2005-09-28 04:31:37 -0500 (Wed, 28 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-hsrp.c
+
+Don't change the Info column if we have an unknown opcode; we've already
+set it to a value that should indicate that the opcode is unknown, and
+also indicates what the value is.  (Especially don't do it without
+calling check_col() to check whether we *should* change the info column,
+as we'll dereference a null pointer if we shouldn't; this change should
+fix bug 489.)
+
+------------------------------------------------------------------------
+r16037 | jmayer | 2005-09-28 03:14:54 -0500 (Wed, 28 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/tools/fuzz-test.sh
+
+In case the paths to the tools are wrong, inform the
+user about it instead of complaining that no capture files
+could be found.
+
+
+------------------------------------------------------------------------
+r16036 | guy | 2005-09-28 03:01:54 -0500 (Wed, 28 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Note that we should redo the handling of OIDs when
+"dissect_ber_object_identifier()" can return the OID in a binary form.
+
+------------------------------------------------------------------------
+r16035 | obiot | 2005-09-28 02:08:57 -0500 (Wed, 28 Sep 2005) | 11 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+The TRY_TO_FAKE_THIS_ITEM() speed optimization has a side effect in that it
+will only process FT_PROTOCOL fields. As a result, proto_item_append_string()
+calls may throw a dissector exception, as only a FT_STRING or FT_STRINGZ can be
+appended to with this call.
+
+In order to prevent these dissector assertions, silently return from the append
+call if the field is a FT_PROTOCOL.
+
+Note that when the tree is visible, the updates of the fields occur normally,
+as expected.
+
+------------------------------------------------------------------------
+r16034 | etxrab | 2005-09-28 00:16:51 -0500 (Wed, 28 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+Add dictionarry.ericsson
+------------------------------------------------------------------------
+r16033 | lego | 2005-09-27 20:17:45 -0500 (Tue, 27 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+
+make sure we tell tvbparse_until() to include the last token.
+
+
+------------------------------------------------------------------------
+r16032 | lego | 2005-09-27 20:06:39 -0500 (Tue, 27 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/tpg.h
+   M /trunk/epan/tvbparse.c
+   M /trunk/plugins/tpg/http.tpg
+   M /trunk/tools/tpg/tpg.pl
+   M /trunk/tools/tpg/tpg.yp
+
+update tpg
+
+tvbparse:
+     - for tvbparse_until spend the target token even if it isn't included
+
+
+------------------------------------------------------------------------
+r16031 | lego | 2005-09-27 17:57:07 -0500 (Tue, 27 Sep 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/tvbparse.c
+   M /trunk/epan/tvbparse.h
+
+in tvbparse:
+  - tvbparse_some now handles 0 items.
+  - added accessors for a tt's offset and remaining length.
+
+in packet-xml:
+  - min_len=0 for tvbparse_chars() is soon going to mean zero instead of 1 change the 0s to 1s.
+  - attribute names can have ':' even if it's namespaces isn't managed yet.
+  - split the xml grammar in more elements so It can be actually read by a human being.
+
+
+------------------------------------------------------------------------
+r16030 | lego | 2005-09-27 17:06:36 -0500 (Tue, 27 Sep 2005) | 3 lines
+Changed paths:
+   A /trunk/plugins/tpg
+   A /trunk/plugins/tpg/Makefile.am
+   A /trunk/plugins/tpg/Makefile.nmake
+   A /trunk/plugins/tpg/http.tpg
+   A /trunk/plugins/tpg/packet-http.c
+
+A "working" example of TPG...
+
+
+------------------------------------------------------------------------
+r16029 | lego | 2005-09-27 16:56:14 -0500 (Tue, 27 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/tpg.c
+
+http_dissector_add doesn't belong here!
+
+
+------------------------------------------------------------------------
+r16028 | lego | 2005-09-27 16:54:45 -0500 (Tue, 27 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/tools/tpg/tpg.pl
+
+now it starts to work...
+
+
+------------------------------------------------------------------------
+r16027 | ulfl | 2005-09-27 16:51:08 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/font_utils.c
+   M /trunk/gtk/gui_prefs.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/packet_list.h
+   M /trunk/gtk/stream_prefs.c
+
+code cleanup: use the prefix packet_list_ for every function mentioned in packet_list.h
+------------------------------------------------------------------------
+r16026 | jmayer | 2005-09-27 16:50:50 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-hsrp.c
+
+Op Code 3 (Advertisement) dissection
+------------------------------------------------------------------------
+r16025 | ulfl | 2005-09-27 16:48:17 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/capture_loop.c
+
+mention "http://wiki.ethereal.com/CaptureSetup" in the error dialog, when the capture interface couldn't be opened
+------------------------------------------------------------------------
+r16024 | ulfl | 2005-09-27 16:46:39 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/file.c
+
+minor bugfix: call cf_callback_invoke() from cf_close() even if the file is already closed. Otherwise the GUI will remain in the wrong state if a capture couldn't be started (e.g. wrong interface).
+------------------------------------------------------------------------
+r16023 | ulfl | 2005-09-27 16:44:46 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/docbook/edg_src/EDG_chapter_sources.xml
+
+add a new subsection "Code Requirements" and mention fuzz testing there
+------------------------------------------------------------------------
+r16022 | etxrab | 2005-09-27 16:04:59 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/radius/dictionary
+   A /trunk/radius/dictionary.ericsson
+
+Add a miniscule ericsson radius dictionary.
+------------------------------------------------------------------------
+r16021 | lego | 2005-09-27 15:48:48 -0500 (Tue, 27 Sep 2005) | 9 lines
+Changed paths:
+   A /trunk/epan/tpg.c
+   A /trunk/epan/tpg.h
+   A /trunk/tools/tpg
+   A /trunk/tools/tpg/Makefile.am
+   A /trunk/tools/tpg/Makefile.nmake
+   A /trunk/tools/tpg/V2P.pm
+   A /trunk/tools/tpg/tpg.pl
+   A /trunk/tools/tpg/tpg.yp
+
+TPG TVB Parser Generator
+
+Given a bnf-like grammar generate a set of helpers for a dissector
+
+It's not working yet, however I need this checkin as a cheeckpoint
+
+(I'll write the doc when it starts to be ready)
+
+
+------------------------------------------------------------------------
+r16020 | kukosa | 2005-09-27 05:05:42 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/epan/dissectors/packet-h225.c
+
+new option whether tunnelled H.245 and tunnelled protocol are displayed inside H.225 tree or outside
+------------------------------------------------------------------------
+r16019 | sahlberg | 2005-09-27 03:03:13 -0500 (Tue, 27 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcels.c
+
+remove all strcpy from fcels
+ito make it easier to read use doublespace to separate the items on the expansion line instead of ',' since so many of the strings contain spaces.
+
+cleanup fc slightly and remove a redundant parameter
+
+
+------------------------------------------------------------------------
+r16018 | kukosa | 2005-09-27 02:14:07 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+bug in dissect_per_object_identifier_str() fixed, wrong pointer was passed to oid_to_str()
+------------------------------------------------------------------------
+r16017 | kukosa | 2005-09-27 01:09:14 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/except.c
+   M /trunk/epan/except.h
+
+get rid of warnings about qualifier discarding
+------------------------------------------------------------------------
+r16016 | etxrab | 2005-09-27 00:39:58 -0500 (Tue, 27 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-tpkt.c
+
+- Make the reassemble TCP preference default TRUE.
+- in dissect_tpkt_encap() only check the desegment flag passed in the function.
 
-2003-12-15 04:22  guy
 
-       * Makefile.nmake:
+------------------------------------------------------------------------
+r16015 | guy | 2005-09-26 19:03:45 -0500 (Mon, 26 Sep 2005) | 17 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
 
-         From Lars Roland: build the documentation at the end of the make
-         process.
+Give more details about too-short AVPs, give up immediately for AVPs
+shorter than 2 bytes, and make the item for an AVP with a length < 2 a
+generated item.
 
-2003-12-15 04:23  guy
+Put the top-level item for an AVP into the tree the same way regardless
+of whether it's Vendor-Specific or not, and skip past the type and
+length right after that, before we check for Vendor-Specific.  (This
+means we no longer treat "vendor ID = 0" as an indication that this
+isn't Vendor-Specific - nothing prevents a packet from getting onto the
+wire with a vendor ID of 0; this fixes bug 485.)
 
-       * packet-h225.c, packet-h225.h, tap-h225counter.c,
-         gtk/h225_counter.c:
+Don't require a Vendor-Specific AVP to be at least 6 bytes long; it
+might not be particularly useful to have one that has a vendor ID and
+nothing else, but we might as well dissect the vendor ID portion.
 
-         From Lars Roland: export the value_string tables from
-         packet-h225.c and use them in the H.225 taps.
+Do some other cleanups.
 
-2003-12-15 04:28  guy
+------------------------------------------------------------------------
+r16014 | obiot | 2005-09-26 15:49:33 -0500 (Mon, 26 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wsp.c
 
-       * packaging/nsis/: Makefile.nmake, ethereal.nsi:
+Part 2 of the fix: also add the correct offset for non-WSP address records.
 
-         From Lars Roland: get rid of NSIS support for glib 1.3, as we
-         don't support that any more.
+------------------------------------------------------------------------
+r16013 | guy | 2005-09-26 15:34:13 -0500 (Mon, 26 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/proto.h
 
-2003-12-15 06:38  ulfl
+Make "REPORT_DISSECTOR_BUG()" (and the macros that use it) call
+"abort()" if the ETHEREAL_ABORT_ON_DISSECTOR_BUG environment variable is
+set; this is for debugging purposes, to make it easier to get a stack
+trace of the offending call.
 
-       * gtk/menu.c:
+------------------------------------------------------------------------
+r16012 | obiot | 2005-09-26 15:00:37 -0500 (Mon, 26 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wsp.c
 
-         if user clicks recent capture file item, and this file no longer
-         exists, remove the menu item
+Fix WSP redirect and SIR address parsing:
 
-2003-12-15 20:15  guy
+ - The incorrect number of octets were highlighted (bearer type and port number
+   were disregarded).
 
-       * tap-dcerpcstat.c, gtk/dcerpc_stat.c:
+ - In SIR version 1 content, correct the parsing (full WSP address length was
+   not added to the offset for parsing the non-WSP contact points).
 
-         DCE RPC version numbers are unsigned - print them with "%u".
+------------------------------------------------------------------------
+r16011 | ulfl | 2005-09-26 14:24:06 -0500 (Mon, 26 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/prefs_dlg.c
 
-         Do the same checks for negative and >255 version numbers in the
-         Tethereal DCE RPC statistics tap that are done in the Ethereal
-         tap.
+fix #322, 2nd try: don't pass NULL to gtk_tree_iter_free(), this seems to cause an assert on some GTK versions
+------------------------------------------------------------------------
+r16010 | etxrab | 2005-09-26 13:18:06 -0500 (Mon, 26 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/format-oid.h
+   M /trunk/epan/dissectors/packet-cops.c
 
-         In the Ethereal tap, do those checks before looking up the
-         protocol name.
+Remove dependencies on asn1.c, stil endes to be included to define subid_t.
+------------------------------------------------------------------------
+r16009 | sahlberg | 2005-09-26 05:11:38 -0500 (Mon, 26 Sep 2005) | 13 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
 
-2003-12-15 22:38  obiot
+remove all strcpy() from packet-fc.c
 
-       * packet-wbxml.c, packet-wsp.c, packet-wtls.c, packet-wtp.c:
+rewrite the functions to do proto_item_append_text() instead of building a string and then printing it.
 
-         Remove unused dissector handles from the WAP dissectors.
+The new function is functionally equivalent to the previous function except it does not print the values of the multi-bit fields to the expansion
+(the expansion line is already a km wide as it is)
 
-         Rename the WAP protocols so that they reflect the protocol name
-         and not the protocol stack name.
 
-         Fix the WSP content-type header.
 
-         Rename the WSP header fields from 'hdr' to 'header'.
+there are now only 202 strcpy() left in epan/dissectors  down from 300+ instances some weeks ago.
 
-         Rename the WSP Openwave header fields from header code page
-         'x-up-1': replace 'openwave' with 'x_up_1' (is more intuitive).
 
-         Remove unused WSP header fields.
 
-         Rename the WTLS header fields so they do not contain 'wsp'
-         anymore.
+------------------------------------------------------------------------
+r16008 | guy | 2005-09-26 03:48:19 -0500 (Mon, 26 Sep 2005) | 13 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-radius.h
+   M /trunk/epan/radius_dict.l
 
-         Correct the WBXML code page switches in the token parsers.
+Add a new "ipxnet" type for the RADIUS dictionary, for IPX network
+numbers.  (Currently, we don't have any dictionary entries with that
+type, although we have an attribute with special code to handle it that
+uses that type.)
 
-         Fix the code page support of multi-codepage content.
+Specially handle Framed-IP-Address, Login-IP-Host, and
+Framed-IPX-Network, so that the special values are displayed specially.
 
-         Update the PROV WBXML content (and find bugs in the new OMA Prov
-         spec :).
+Clean up indentation.
 
-2003-12-16 05:04  guy
+Don't specify a number base for IPv4 or IPv6 addresses; the number base
+is ignored.
 
-       * gtk/endpoint_talkers_table.c:
+------------------------------------------------------------------------
+r16007 | guy | 2005-09-26 03:44:31 -0500 (Mon, 26 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
 
-         From Ronnie Sahlberg: when the user selects a filter from the
-         popup dialog, make the main window come to the front.
+Use VENDOR_THE3GPP, rather than a hardcoded 10415, for the vendor ID for
+the 3GPP.
 
-2003-12-16 05:07  guy
+------------------------------------------------------------------------
+r16006 | ulfl | 2005-09-26 02:08:42 -0500 (Mon, 26 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list.c
 
-       * Makefile.am, Makefile.nmake, packet-dcerpc-trksvr.c:
+compiler warning removed
+------------------------------------------------------------------------
+r16005 | etxrab | 2005-09-26 00:43:25 -0500 (Mon, 26 Sep 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-stun.c
+   M /trunk/epan/dissectors/packet-ymsg.c
 
-         From Ronnie Sahlberg: stub dissector for the Microsoft
-         Distributed Link Tracking Server Service (uuid and finction name
-         from Jean-Baptiste Marchand).
+From Martin Mathieson:
 
-2003-12-16 06:25  ulfl
+stun -  add support for 3 extra Message Attributes as described in draft-ietf-behave-rfc3489bis-00
 
-       * packaging/nsis/ethereal.nsi:
+ymsg 
+ - avoid looking beyond the tvb while looking for content item delimiters (causing most frames to be shown as malformed packet)
+- makes content items (and their keys and values) filterable  (includes fix to bug 415)
 
-         minor change in the uninstaller "Publisher" string
 
-2003-12-16 06:46  ulfl
+------------------------------------------------------------------------
+r16004 | ulfl | 2005-09-25 17:46:49 -0500 (Sun, 25 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/prefs_dlg.c
 
-       * help/convert-include.sh:
+fix #322: packet detail window -> Protocol Preferences: tree not expanded
 
-         From Jeff Morris: using named tempfiles preventing errors on
-         multiprocessor machines
+also removed global notebook value
+------------------------------------------------------------------------
+r16003 | gerald | 2005-09-25 17:19:57 -0500 (Sun, 25 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/plugins/agentx/packet-agentx.c
 
-2003-12-16 18:43  oabad
+Don't write before the beginning of a buffer.  Add an item to the
+release notes.
 
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         capture_info_dlg.c, compat_macros.h, dcerpc_stat.c, fc_stat.c,
-         gsm_a_stat.c, h225_counter.c, h225_ras_srt.c, http_stat.c,
-         io_stat.c, isup_stat.c, ldap_stat.c, main.c, menu.c, mgcp_stat.c,
-         proto_draw.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c,
-         smb_stat.c, wsp_stat.c:
+------------------------------------------------------------------------
+r16002 | guy | 2005-09-25 04:32:01 -0500 (Sun, 25 Sep 2005) | 17 lines
+Changed paths:
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
 
-         Use gtk compatibility macros (from compat_macros.h) instead of
-         some gtk+ v1.2 functions which are deprecated in gtk+ v2.
+A loop processing all the bytes in a tvbuff from a given offset to the
+end of the data in the tvbuff should stop when the offset is >= the
+total amount of data in the tvbuff, not when it's > the total amount in
+the tvbuff following the starting offset.
 
-         Update OBJECT_SET_DATA macros to cast "data" to (gpointer).
+In "unpack_digits()", return a null string, not a null pointer, if
+there's nothing left in the tvbuff starting at the starting offset, so
+that the caller doesn't have to check for a null pointer, and return an
+ep_alloc()ed buffer, so the caller doesn't have to worry about freeing
+the result.
 
-2003-12-16 19:31  guy
+If we see a filler digit, don't advance the offset in the string buffer;
+we want to put the terminating '\0' right after the character we just
+put into the string.
 
-       * packet-mip6.h:
+Fuzzed against some GSM captures.
 
-         From Martti Kuparinen: fixes, and more values, for Mobile IPv6
-         Binding Acknowledgment status.
+------------------------------------------------------------------------
+r16001 | guy | 2005-09-25 04:07:41 -0500 (Sun, 25 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
 
-2003-12-16 19:58  guy
+Show unsigned quantities as such.
 
-       * packet-lwapp.c:
+------------------------------------------------------------------------
+r16000 | guy | 2005-09-25 04:06:48 -0500 (Sun, 25 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
 
-         From David Frascone: support LWAPP on port 12223 (for control
-         traffic) and, for packets sent to that port, handle the MAC
-         address that's at the beginning of the packet.
+If "dissect_dcerpc_cn()" throws an exception when called by
+"dissect_dcerpc_cn_bs_body()", it's because it recognized the packet as
+a DCE RPC packet, but it ran out of data dissecting it as such;
+increment the count of DCE RPC PDUs, so "dissect_dcerpc_cn_bs_body()"
+returns TRUE, and its caller doesn't think nothing was dissected.
 
-2003-12-16 21:02  ulfl
+Fuzzed with some DCE RPC captures.
 
-       * plugins/asn1/packet-asn1.c:
+------------------------------------------------------------------------
+r15999 | lego | 2005-09-24 21:50:03 -0500 (Sat, 24 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
 
-         using G_DIR_SEPARATOR_S instead of hardcoded slash (not suitable
-         on win32 platforms)
+test the avp_vsa_len not the avp_lenght!
 
-2003-12-16 22:21  guy
 
-       * Makefile.am:
+------------------------------------------------------------------------
+r15998 | lego | 2005-09-24 21:48:53 -0500 (Sat, 24 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
 
-         From Jeff Morriss: don't spew out the entire "if" statement as
-         output when doing "make svr4-package".
+Don't ASSERT if a VSA is too short, add an item reporting the error and leave.
 
-2003-12-16 22:39  obiot
 
-       * packet-wbxml.c, packet-wsp.c:
+------------------------------------------------------------------------
+r15997 | lego | 2005-09-24 21:44:37 -0500 (Sat, 24 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/dtds/rss.dtd
 
-         WBXML dissector: Move summary update code outside of if (tree)
-         construct.
+rating was defined twice
 
-         WSP dissector: clean up redirect dissection, add generic address
-         field dissection, add Session Initiation Request dissection,
-         rewrite capability dissection, and various small updates.
+------------------------------------------------------------------------
+r15996 | sahlberg | 2005-09-24 20:44:23 -0500 (Sat, 24 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ospf.c
 
-2003-12-16 22:55  guy
+remove some redundant code that would always evaluate to true anyway.
 
-       * acinclude.m4:
 
-         Fix some typoes in variable names.
 
-2003-12-16 23:00  guy
+------------------------------------------------------------------------
+r15995 | sahlberg | 2005-09-24 18:25:38 -0500 (Sat, 24 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcp.c
 
-       * AUTHORS, configure.in, doc/ethereal.pod:
+prettify the previous patch
 
-         From D. Manzella: run $NETSNMPCONFIG, not "net-snmp-config" (as
-         long as we've gone through the trouble of finding the path, we
-         should use it, and if the user explicitly said where it is, we
-         should *definitely* use it), and add the output of
-         "$NETSNMPCONFIG --cflags" to CFLAGS and CPPFLAGS before searching
-         for Net-SNMP headers, so we check the appropriate directory for
-         them.
+remove the remaining strcpy() from this dissector and make it decode the bitmap PROPERLY.
 
-2003-12-17 00:41  guy
 
-       * packet-radius.c:
+------------------------------------------------------------------------
+r15994 | sahlberg | 2005-09-24 17:43:15 -0500 (Sat, 24 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcp.c
 
-         Instead of having a whole pile of RADIUS value types, each of
-         which has a value_string table associated with it, just have them
-         all be RADIUS_INTEGER4 or RADIUS_INTEGER4_TAGGED, and add to the
-         table of value tags/value types/value names a pointer to a
-         value_string table - if it's null, just show the value, otherwise
-         use the table.
+refactor the "dissector" for task management flags to dissect the bits properly
+and get rid of the silly  strcpy() stuff.
 
-         Use that for the 3GPP protocol type field as well, with a
-         value_string table, rather than doing a switch.
 
-         Constify a bunch of tables.
+there is a HUGE number of these kinds of very ugly bitmap dissection in all the fibre channel related dissectors and all need to be converted to proer dissection.
 
-         Replace "get_vsa_table()" with "get_attr_info_table()", which
-         returns the attribute information table for the vendor in
-         question, or NULL.
 
-         Fix the handling of IPX addresses.
 
-2003-12-17 00:50  guy
+------------------------------------------------------------------------
+r15993 | sahlberg | 2005-09-24 16:22:24 -0500 (Sat, 24 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ospf.c
 
-       * gtk/supported_protos_dlg.c:
+remove an array from the stack,   remove some strcpy() and strcat() calls
 
-         From Albert Chin: get rid of C++ comments.
 
-2003-12-17 01:57  guy
+------------------------------------------------------------------------
+r15992 | sahlberg | 2005-09-24 16:14:47 -0500 (Sat, 24 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-quakeworld.c
 
-       * packet-radius.c:
+get rid of one array from the stack and convert all strcpy() to pointers to literal strings.
 
-         Put in more information about the attribute type enum.
 
-         Get rid of "rd_value_to_str()", pulling its code up into the one
-         place it's called, and rename "rd_value_to_str_2()" to
-         "rd_value_to_str()" (and get rid of its return value - it just
-         returns its first argument).
+------------------------------------------------------------------------
+r15991 | guy | 2005-09-24 14:09:40 -0500 (Sat, 24 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
 
-         Make "textbuffer" and "vsabuffer" local variables in
-         "dissect_attribute_value_pairs()".
+Squelch some compiler warnings.
 
-         Get rid of "rd_match_strval_attrib()" - just fetch the full
-         radius_attr_info entry and use its "str" member.
+------------------------------------------------------------------------
+r15990 | lego | 2005-09-24 14:03:35 -0500 (Sat, 24 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/dtd_grammar.lemon
+   M /trunk/epan/dtd_parse.l
 
-2003-12-17 02:17  guy
+get rid of most dtd leaks.
+There's just one left I'm aware of (the doctype name).
 
-       * packet-radius.c:
 
-         Call the "type" member of a "radius_attr_info" structure
-         "value_type" (as it's the type of the value for that attribute,
-         e.g. integer, string, binary string, time, ...), and call "val1"
-         "attr_type" (as it's the "type" field value for that attribute in
-         RADIUS packets).
+------------------------------------------------------------------------
+r15989 | lego | 2005-09-24 11:37:48 -0500 (Sat, 24 Sep 2005) | 2 lines
+Changed paths:
+   D /trunk/plugins/xml
 
-         Add a type for EAP messages, and check for EAP messages using the
-         value type.
+delete the xml plugin
 
-         For tagged integers, fetch the tag and value separately.
+------------------------------------------------------------------------
+r15988 | jmayer | 2005-09-24 10:52:42 -0500 (Sat, 24 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
 
-         Fix the tagged-integer code to overwrite the buffer rather than
-         appending to it.
+That code was never even compiled for testing
+------------------------------------------------------------------------
+r15987 | jmayer | 2005-09-24 10:42:37 -0500 (Sat, 24 Sep 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
 
-2003-12-17 02:24  guy
+Shoichi Sakane:
+Hi, I fixed some bugs to decoding IKEv2 payloads.  the following things
+have been checked at the IPsec bake off in Toronto this week.
 
-       * packet-radius.c:
+        - fixed decoding IP address in TS payload
+        - fixed decoding IPv6 address in ID payload
+        - fixed decoding IKEv2 Delete payload
+        - SPI printing
 
-         According to RFC 2868, a tag value of 0 is not valid for a string
-         - we just treat a 0 tag byte as the first byte of the string.
 
-2003-12-17 02:36  guy
+------------------------------------------------------------------------
+r15986 | lego | 2005-09-24 10:07:38 -0500 (Sat, 24 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/radius_dict.l
 
-       * acinclude.m4, epan/acinclude.m4:
+- There can be '/' in attribute names as well
+- 140Kb of leaks less.
 
-         From Albert Chin: fix for the following:
 
-                 The PCRE test in acinclude.m4 and epan/acinclude.m4 don't
-         work
-                 if PCRE exists in a non-system directory.  The problem is
-         that
-                 LDFLAGS and LIBS are set incorrectly.  LIBS shouldn't
-         contain -L
-                 arguments.
+------------------------------------------------------------------------
+r15985 | sahlberg | 2005-09-23 16:33:02 -0500 (Fri, 23 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-irc.c
 
-2003-12-17 02:41  guy
+From MartinM
 
-       * epan/acinclude.m4, wiretap/acinclude.m4:
+IRC update and fix for bug 218
 
-         Fix more "CPPLAGS" typoes.
 
-2003-12-17 05:16  guy
+------------------------------------------------------------------------
+r15984 | jmayer | 2005-09-23 16:27:03 -0500 (Fri, 23 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/tools/Makefile.am
 
-       * AUTHORS, Makefile.am, configure.in, doc/ethereal.pod,
-         packaging/nsis/Makefile.nmake, packaging/nsis/ethereal.nsi,
-         plugins/Makefile.am, plugins/Makefile.nmake,
-         plugins/v5ua/.cvsignore, plugins/v5ua/AUTHORS,
-         plugins/v5ua/COPYING, plugins/v5ua/ChangeLog,
-         plugins/v5ua/Makefile.am, plugins/v5ua/Makefile.nmake,
-         plugins/v5ua/moduleinfo.h, plugins/v5ua/packet-v5ua.c:
+Add MANIFEST
+------------------------------------------------------------------------
+r15983 | sahlberg | 2005-09-23 16:26:09 -0500 (Fri, 23 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
 
-         From Christoph Neusch: V5UA support.
+From Kaul
 
-         From Anders Broman: patches to various makefiles and configure
-         scripts to build the V5UA dissector, and patches to make it
-         compile.
+One of the "unknown" fields are actually a digest.
 
-         From me: .cvsignore file, and NSIS patches.
 
-2003-12-17 07:02  guy
+------------------------------------------------------------------------
+r15982 | sahlberg | 2005-09-23 15:51:09 -0500 (Fri, 23 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
 
-       * plugins/v5ua/: Makefile.am, Makefile.nmake:
+Dont decrement the length by 2 if it is already less than two
+since then the length will wrap and become +4G or so.
 
-         Make Makefile.am and Makefile.nmake match those for other
-         plugins.
+This fixes bug 479
 
-2003-12-17 07:05  guy
 
-       * packet-radius.c:
+------------------------------------------------------------------------
+r15981 | ulfl | 2005-09-23 13:50:07 -0500 (Fri, 23 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/file_dlg.c
 
-         Pass "attr_info" to "rd_value_to_str()" - don't look it up again
-         in "rd_value_to_str()".
+disable gzip output compression for now, as it won't work in some cases (see source commment for details)
+------------------------------------------------------------------------
+r15980 | ulfl | 2005-09-23 13:27:30 -0500 (Fri, 23 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/tvbuff.c
 
-         Handle a null return from "find_radius_attr_info()".
+as tvb functions are frequently used by a lot of dissectors, use DISSECTOR_ASSERT() like instead of g_assert throughout tvbuff, so a malicious dissector won't crash Ethereal (at least at the ways we can detect it)
 
-         We don't have to reserve a value type of 0 for "not found in the
-         table" - a null return from "find_radius_attr_info()" indicates
-         that.
+of course this won't catch e.g. NULL pointers, but far better than nothing ...
+------------------------------------------------------------------------
+r15979 | ulfl | 2005-09-23 13:05:36 -0500 (Fri, 23 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+
+show the same [Packet size limited during capture] message in the column info, instead of the former (unintuitive) [Short Frame]
+------------------------------------------------------------------------
+r15978 | ulfl | 2005-09-23 12:53:37 -0500 (Fri, 23 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/docbook/developer-guide.xml
+
+The Ethereal version is 0.10.12 for some time now ...
+------------------------------------------------------------------------
+r15977 | ulfl | 2005-09-23 12:26:59 -0500 (Fri, 23 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/edg_src/EDG_chapter_tools.xml
+
+from Jaap Keuter: fixed the package names for yacc and lexx (being bison and flex)
+
+and from myself: add a section about GNU unzip and add it to the optional tools
+------------------------------------------------------------------------
+r15976 | ulfl | 2005-09-23 12:01:19 -0500 (Fri, 23 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-pn-rt.c
+
+when I've done the last change here, I wasn't expecting to get an fcs_len value of -1, fixed now
+------------------------------------------------------------------------
+r15975 | sahlberg | 2005-09-23 05:39:58 -0500 (Fri, 23 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+
+remove some compiler warnings
+
+
+------------------------------------------------------------------------
+r15974 | sahlberg | 2005-09-23 05:31:39 -0500 (Fri, 23 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+remove some compiler warnings
+
+
+------------------------------------------------------------------------
+r15973 | etxrab | 2005-09-23 00:38:10 -0500 (Fri, 23 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/radius/dictionary.3gpp
+
+Add som 3GPP AVP:s
+------------------------------------------------------------------------
+r15972 | ulfl | 2005-09-22 18:18:34 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/tools/win32-setup.sh
+
+replace WinPcap devel pack 3.0 with current 3.1 version
+------------------------------------------------------------------------
+r15971 | gerald | 2005-09-22 17:00:06 -0500 (Thu, 22 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/tools/Makefile.am
+
+Remove pidl.1.xml from the distribution.
+
+------------------------------------------------------------------------
+r15970 | ulfl | 2005-09-22 16:24:28 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-pn-rt.c
+
+fix offset calculation of DataStatus fields if Ethernet FCS (or a similar trailer) is present
+------------------------------------------------------------------------
+r15969 | ulfl | 2005-09-22 16:21:29 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-media.c
+
+bugfix: don't crash, if pinfo->match_string == NULL
+------------------------------------------------------------------------
+r15968 | ulfl | 2005-09-22 16:19:23 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-wbxml.c
+
+bugfix: don't crash, if tag_save_literal == NULL
+------------------------------------------------------------------------
+r15967 | ulfl | 2005-09-22 16:18:19 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+
+bugfix: don't crash, if current_frame->ns == NULL
+------------------------------------------------------------------------
+r15966 | ulfl | 2005-09-22 16:16:54 -0500 (Thu, 22 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ses.c
+
+enhance heuristics:
+some Siemens SIMATIC protocols also use COTP, and shouldn't be 
+misinterpreted as SES.
+the starter in this case is fixed to 0x32 (SES_MINOR_SYNC_ACK for SES), 
+so if the following parameter type is unknown, it's probably SIMATIC and not SES
+------------------------------------------------------------------------
+r15965 | ulfl | 2005-09-22 16:14:39 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list.c
+
+do freeze/thaw in packet_list_set_selected_row only, if the list must be moved. This avoids some screen flickering.
+------------------------------------------------------------------------
+r15964 | ulfl | 2005-09-22 16:12:51 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+
+change ConnectCR flag item sequence, so the "most significant" bit will come first (as done in the other req/responses)
+------------------------------------------------------------------------
+r15963 | ulfl | 2005-09-22 16:09:02 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
+
+bugfix: don't simply use length field value from packet data, ensure the bytes really exist
+------------------------------------------------------------------------
+r15962 | ulfl | 2005-09-22 16:07:25 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+add two more bind reject reasons from the specs
+------------------------------------------------------------------------
+r15961 | guy | 2005-09-22 13:39:25 -0500 (Thu, 22 Sep 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dtd_parse.l
+   M /trunk/epan/dtd_preparse.l
+   M /trunk/plugins/mate/mate_parser.l
+
+Make the private variables for various lexical analyzers static, so
+that we don't have all the lexical analyzers in libethereal share them
+(note that they're already static in radius_dict.l, so they weren't
+sharing with any other lexical analyzer), and so that OS X 10.3.9's
+run-time linker doesn't get upset at finding them defined in libethereal
+and the MATE plugin.
+
+Fix up indentation.
+
+------------------------------------------------------------------------
+r15960 | lego | 2005-09-22 12:01:06 -0500 (Thu, 22 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/stats_tree.c
+   M /trunk/epan/stats_tree_priv.h
+   M /trunk/gtk/stats_tree_stat.c
+
+Instead of checking if this is a new packet at every call to avoid recounting the packets at every rerun remove the tap listener of this stats tree.
+
+fixes bug 474
+
+------------------------------------------------------------------------
+r15959 | lego | 2005-09-22 11:41:53 -0500 (Thu, 22 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+
+in register_dtd() do not  leak the elements hash
+
+
+------------------------------------------------------------------------
+r15958 | kukosa | 2005-09-22 09:40:26 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/epan/dissectors/packet-h225.c
+
+Call H245 decoding and tunelled protocols decoding at the end of H225 dissector. I makes less confusion in info column.
+------------------------------------------------------------------------
+r15957 | jmayer | 2005-09-22 05:07:26 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-hsrp.c
+
+Add the cisco url as well
+------------------------------------------------------------------------
+r15956 | jmayer | 2005-09-22 05:00:40 -0500 (Thu, 22 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-hsrp.c
+
+Add a comment on packets with opcode 3
+
+------------------------------------------------------------------------
+r15955 | jmayer | 2005-09-22 04:13:33 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   A /trunk/tools/pidl/MANIFEST
+   M /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Header.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Proxy.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Stub.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJS.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJSHeader.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/Header.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/SWIG.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/Template.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Test.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
+
+Update from samba + new file MANIFEST
+------------------------------------------------------------------------
+r15954 | ulfl | 2005-09-21 21:18:19 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-netsync.c
+
+replace match_strval with val_to_str, where the output was used by string output, but not expecting NULL
+------------------------------------------------------------------------
+r15953 | guy | 2005-09-21 21:08:03 -0500 (Wed, 21 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/epan/dissectors/packet-x411.c
+
+Squelch some compiler warnings.
+
+------------------------------------------------------------------------
+r15952 | guy | 2005-09-21 21:00:38 -0500 (Wed, 21 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/capture_loop.c
+   M /trunk/tethereal.c
+
+Libpcap uses u_char; use it in our calls to libpcap routines and in our
+libpcap callback routine (if it's not getting defined, <pcap.h> doesn't
+work).
+
+------------------------------------------------------------------------
+r15951 | guy | 2005-09-21 20:53:54 -0500 (Wed, 21 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/capture_loop.c
+   M /trunk/tethereal.c
+
+Update to current reality (WinPcap 3.1) the messages shown on Windows if
+a capture device open fails.
+
+------------------------------------------------------------------------
+r15950 | ulfl | 2005-09-21 20:16:25 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+
+prevent output of NULL strings
+------------------------------------------------------------------------
+r15949 | ulfl | 2005-09-21 20:09:01 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+replace match_strval with val_to_str in several places, where the output was used by string output, but not expecting NULL
+------------------------------------------------------------------------
+r15948 | guy | 2005-09-21 19:51:11 -0500 (Wed, 21 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/asn1/gsm_ss/gsm_ss.cnf
+   M /trunk/asn1/h248/h248.cnf
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-x411.c
+
+Fix a bunch of places where we were calling "dissect_ber_octet_string()"
+with a non-null pointer-to-pointer-to-tvbuff and not checking whether
+the returned tvbuff pointer was non-null.
+
+------------------------------------------------------------------------
+r15947 | guy | 2005-09-21 18:30:26 -0500 (Wed, 21 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/gsm_ss/gsm_ss.cnf
+
+Set svn:eol-style properly, and get rid of a bogus proprty.  Fix the
+line endings.
+
+------------------------------------------------------------------------
+r15946 | guy | 2005-09-21 18:23:58 -0500 (Wed, 21 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/asn1/spnego/spnego.cnf
+   M /trunk/epan/dissectors/packet-spnego.c
+
+dissect_ber_octet_string() can return a null tvbuff pointer, if the
+putative octet string isn't one; always check before using it to
+dissect, and don't call the dissector if the tvbuff is null.  This
+should fix bug 472.
+
+------------------------------------------------------------------------
+r15945 | guy | 2005-09-21 18:07:07 -0500 (Wed, 21 Sep 2005) | 4 lines
+Changed paths:
+   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
+
+OIDs are put into the protocol tree as strings containing a textual
+representation of the OID, so the fields for them should be of type
+FT_STRING.  This should fix bug 470.
+
+------------------------------------------------------------------------
+r15944 | jmayer | 2005-09-21 17:41:47 -0500 (Wed, 21 Sep 2005) | 5 lines
+Changed paths:
+   D /trunk/tools/pidl/pidl.1.xml
+
+
+pidl.1.xml doesn't exist any more in this form. It's now integrated
+into pidl itself. So remove the file again and also the reference to
+the file in tools/Makefile.am
+
+------------------------------------------------------------------------
+r15943 | ulfl | 2005-09-21 15:33:12 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+fix 467: when using -k command line option, convert interface name display string ("user_description: devicename" from Preferences) into device name. Hopefully this won't break the UNIX version.
+------------------------------------------------------------------------
+r15942 | ulfl | 2005-09-21 15:27:32 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+fix #465: replace all fprintf(stderr, ...) with g_warning(...) calls
+------------------------------------------------------------------------
+r15941 | ulfl | 2005-09-21 15:11:55 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.h
+   M /trunk/epan/xmlstub.h
+   M /trunk/gtk/capture_if_details_dlg.h
+   M /trunk/gtk/cfilter_combo_utils.h
+   M /trunk/gtk/fileset_dlg.h
+   M /trunk/gtk/main.h
+   M /trunk/gtk/range_utils.h
+
+fix/add doxygen comments
+------------------------------------------------------------------------
+r15940 | ulfl | 2005-09-21 15:08:32 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/fileset_dlg.c
+
+fix a copy/paste error inside of a comment 
+------------------------------------------------------------------------
+r15939 | sahlberg | 2005-09-21 15:05:13 -0500 (Wed, 21 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-3g-a11.c
+   M /trunk/epan/dissectors/packet-mip.c
+   M /trunk/epan/dissectors/packet-mpls-echo.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-ntp.h
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+get rid of strcpy in packet-ntp.c
+
+at the same time  change ntp_fmt_ts to return a pointer to ian ep-allocated buffer.
+remove the redundant buffer parameter in the signature and change all callers.
+
+
+------------------------------------------------------------------------
+r15938 | guy | 2005-09-21 13:27:28 -0500 (Wed, 21 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/asn1/spnego/spnego.cnf
+   M /trunk/epan/dissectors/packet-spnego.c
+
+Some compilers don't allow a static declaration of a function inside
+another function, so move the declaration of
+dissect_spnego_PrincipalSeq() to the top of the file.
+
+------------------------------------------------------------------------
+r15937 | guy | 2005-09-21 12:42:11 -0500 (Wed, 21 Sep 2005) | 26 lines
+Changed paths:
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/asn1/spnego/spnego.asn
+   M /trunk/asn1/spnego/spnego.cnf
+   M /trunk/epan/dissectors/packet-spnego.c
+
+An InnerContextToken comes with an OID for the mechanism, which is what
+we use to determine how to interpret the token; don't bother fetching
+the OID attached to the frame or conversation, as we're not using it.
+
+Indent code in the .cnf file to match the code generated by asn2eth.
+
+The mechListMIC in a NegTokenInit is sometimes a sequence containing a
+string; check the header of the mechListMIC and dissect it as such a
+sequence or as a regular item depending on whether it's a sequence or
+not.
+
+If we see a supportedMech in a NegTokenTarg, save next_level_value for
+that OID with the conversation.
+
+Dissect a responseToken in a NegTokenTarg, and a mechListMIC in a
+NegTokenTarg, appropriately.
+
+Get rid of "gssapi_dissector_handle()", and just use
+next_level_value->handle - it was never being called if next_level_value
+was null.
+
+When we're dissecting a KRB5 blob, just use get_ber_identifier() to get
+the header, so we don't report an ASN.1 error if there isn't a BER
+identifier there; dissect the identifier and length only if we know we
+have them.
+
+------------------------------------------------------------------------
+r15936 | guy | 2005-09-21 12:33:04 -0500 (Wed, 21 Sep 2005) | 12 lines
+Changed paths:
+   D /trunk/epan/dissectors/packet-winsrepl.h
+
+Don't fill in a data structure for the packet while dissecting; we use
+almost none of the data - fill in only variables for what we need, and
+use proto_tree_add_item() in most cases.
+
+Move what's left of the packet-winsrepl.h header into packet-winsrepl.c,
+and get rid of the header.
+
+Dissect the name flags field in detail, as per the Samba code.
+
+We don't do any checks for whether the packet is a valid WINS
+replication packet, so don't make the dissector a new-style dissector.
+
+------------------------------------------------------------------------
+r15935 | guy | 2005-09-21 12:32:21 -0500 (Wed, 21 Sep 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-winsrepl.c
+
+Don't fill in a data structure for the packet while dissecting; we use
+almost none of the data - fill in only variables for what we need, and
+use proto_tree_add_item() in most cases.
+
+Move what's left of the packet-winsrepl.h header into packet-winsrepl.c,
+and get rid of the header.
+
+Dissect the name flags field in detail, as per the Samba code.
+
+We don't do any checks for whether the packet is a valid WINS
+replication packet, so don't make the dissector a new-style dissector.
+
+------------------------------------------------------------------------
+r15934 | gerald | 2005-09-21 11:18:30 -0500 (Wed, 21 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcp.c
+
+Use a proper length for booleans.  If we have a malformed packet, throw an
+exception.  Fixes bug 468.
+
+------------------------------------------------------------------------
+r15933 | gerald | 2005-09-21 11:06:59 -0500 (Wed, 21 Sep 2005) | 3 lines
+Changed paths:
+   A /trunk/tools/pidl/pidl.1.xml
+   A /trunk/tools/pidl/tests
+   A /trunk/tools/pidl/tests/ndr_align.pl
+   A /trunk/tools/pidl/tests/ndr_alloc.pl
+   A /trunk/tools/pidl/tests/ndr_array.pl
+   A /trunk/tools/pidl/tests/ndr_refptr.pl
+   A /trunk/tools/pidl/tests/ndr_simple.pl
+   A /trunk/tools/pidl/tests/ndr_string.pl
+
+Add the "test" directory and man page to pidl.  This should hopefully
+fix the current distcheck and RPM build failures.
+
+------------------------------------------------------------------------
+r15932 | gerald | 2005-09-21 10:54:09 -0500 (Wed, 21 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/plugins/agentx/packet-agentx.c
+
+Move a comment to the right place.
+
+------------------------------------------------------------------------
+r15931 | sahlberg | 2005-09-21 10:38:12 -0500 (Wed, 21 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afs.c
+
+remove some strcpy() with g_snprintf()
 
-         Hoist the code to make the top-level item for an AVP above the
-         check for an EAP message.
 
-2003-12-17 08:34  guy
+------------------------------------------------------------------------
+r15930 | gerald | 2005-09-21 10:26:12 -0500 (Wed, 21 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-       * packet-dns.c:
+Add an item about the X11 dissector.
 
-         Put the key and other lengths into the protocol tree for TKEY
-         RRs.
+------------------------------------------------------------------------
+r15929 | gerald | 2005-09-21 10:03:19 -0500 (Wed, 21 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
 
-2003-12-17 08:40  guy
+If pinfo->match_string is null (e.g. when we're called from the Jabber
+dissector), don't try to look it up in a hash table.  Fixes the current
+Buildbot failure.
+
+------------------------------------------------------------------------
+r15928 | gerald | 2005-09-21 09:20:43 -0500 (Wed, 21 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/gtk/graph_analysis.c
+
+Free our flow graph strings when we're done with them.  Add a note about
+flow graphs to the release notes, along with other stuff.
 
-       * packet-dns.c:
+------------------------------------------------------------------------
+r15927 | ulfl | 2005-09-21 05:29:22 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-x11.c
 
-         Give the key and other lengths and data names that match the
-         names in RFC 2930.
+fix #372: the bug raised a "division by zero" exception. I've add a check for this and simply replaced the expression with 0 in that case. Don't know if it's correct to do so, but fixes the exception at least :-)
+------------------------------------------------------------------------
+r15926 | ulfl | 2005-09-21 05:22:14 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
 
-2003-12-17 08:51  guy
+bugfix: break out of an endless loop, if dissect_sip_common() returns 0 or -2, found in a file send to me by david martin in an attempt to fix #372
+------------------------------------------------------------------------
+r15925 | jmayer | 2005-09-21 04:50:09 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/pidl/README
+
+manpages are now done automagically
+------------------------------------------------------------------------
+r15924 | jmayer | 2005-09-21 04:40:45 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/tools/pidl/Makefile.PL
+   M /trunk/tools/pidl/README
+   M /trunk/tools/pidl/pidl
+   D /trunk/tools/pidl/pidl.1.xml
 
-       * packet-dns.c:
+Sync with samba: Update to fix manpage handling
+------------------------------------------------------------------------
+r15923 | gerald | 2005-09-20 22:28:22 -0500 (Tue, 20 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
 
-         Update a comment.
+In an attempt to fix bug 396, switch over to GStrings.  There still appears
+to be a problem with formatting, but we don't crash any more.
+
+------------------------------------------------------------------------
+r15922 | guy | 2005-09-20 21:12:24 -0500 (Tue, 20 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+Use BASE_DEC_HEX for the identifier field; that means we don't have to
+use "proto_tree_add_uint_format()", we can just let the Ethereal core
+format it.
+
+------------------------------------------------------------------------
+r15921 | guy | 2005-09-20 20:47:46 -0500 (Tue, 20 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Squelch some compiler wranings, and fix up the creation of a subset
+tvbuff.
 
-2003-12-17 08:59  guy
+Fix indentation.
 
-       * packet-dns.c:
+------------------------------------------------------------------------
+r15920 | guy | 2005-09-20 20:39:39 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-user_encap.c
+
+Squelch a compiler warning.
+
+------------------------------------------------------------------------
+r15919 | guy | 2005-09-20 20:39:00 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/sigcomp-udvm.c
 
-         For unknown key IDs, show the algorithm symbolically if possible.
+I think this is the check that was intended....
+
+------------------------------------------------------------------------
+r15918 | guy | 2005-09-20 20:34:40 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/image/stock_dialog_stop_48.xpm
+
+Fix a compiler warning.
+
+------------------------------------------------------------------------
+r15917 | guy | 2005-09-20 20:34:04 -0500 (Tue, 20 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/gtk/main.c
+
+Squelch a compiler warning (the argument might be used later).
+
+Clean up indentation.
+
+------------------------------------------------------------------------
+r15916 | guy | 2005-09-20 20:33:16 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/h450/packet-h450-template.c
+   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/epan/dissectors/packet-h450.h
 
-2003-12-17 18:05  ulfl
+Fix a compiler warning.
+
+------------------------------------------------------------------------
+r15915 | guy | 2005-09-20 20:15:32 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nbns.c
 
-       * plugins/Makefile.nmake:
+Fix a comment.
 
-         added missing rule for v5ua plugin
+------------------------------------------------------------------------
+r15914 | guy | 2005-09-20 19:00:43 -0500 (Tue, 20 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-winsrepl.c
 
-2003-12-17 20:28  ulfl
+Put in some comments based on stuff seen in the Samba code
+(include/nameserv.h, code in wrepld).
 
-       * gtk/menu.c:
+------------------------------------------------------------------------
+r15913 | guy | 2005-09-20 17:55:48 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-app-pkix-cert.c
 
-         removed some MSVC warnings (casting gdouble to gint, which is ok)
+Give it an RCS ID.
 
-2003-12-17 20:30  guy
+------------------------------------------------------------------------
+r15912 | guy | 2005-09-20 17:53:31 -0500 (Tue, 20 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-h221_nonstd.c
 
-       * plugins/v5ua/packet-v5ua.c:
+Fix the name in the comment.
 
-         Get rid of an unused value_string table and unused #defines.
+Give it an RCS ID.
 
-2003-12-17 20:39  guy
+------------------------------------------------------------------------
+r15911 | guy | 2005-09-20 17:52:31 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-actrace.c
+   M /trunk/epan/dissectors/packet-actrace.h
 
-       * packet-sip.c:
+Give them RCS IDs.
 
-         From Anders Broman:
+------------------------------------------------------------------------
+r15910 | guy | 2005-09-20 17:51:42 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dis-enums.c
+   M /trunk/epan/dissectors/packet-dis-enums.h
+   M /trunk/epan/dissectors/packet-dis-fields.c
+   M /trunk/epan/dissectors/packet-dis-fields.h
+   M /trunk/epan/dissectors/packet-dis-pdus.c
+   M /trunk/epan/dissectors/packet-dis-pdus.h
+   M /trunk/epan/dissectors/packet-dis.c
 
-                 check that there *is* a content type string before using
-         it;
+Give them RCS IDs.
 
-                 get rid of some incomplete code for multipart/mixed (it
-         set some
-                 variables but didn't use them);
+------------------------------------------------------------------------
+r15909 | guy | 2005-09-20 17:49:54 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
 
-                 add some incomplete code for handling parameters to
-         Content-Type.
+Give it an RCS ID.
 
-2003-12-17 20:52  guy
+------------------------------------------------------------------------
+r15908 | etxrab | 2005-09-20 15:25:55 -0500 (Tue, 20 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.h
 
-       * packet-sip.c:
+From Hannes Gredler:
+patch to support 4 additional juniper DLTs.
 
-         There's no need for the "content_type_exist" variable - we can
-         just check whether "media_type_str" is null.
+all those are wrappers for exisiting media types augmented with meta-information which gets also displayed using this patch;
 
-2003-12-17 21:03  guy
+------------------------------------------------------------------------
+r15907 | etxrab | 2005-09-20 15:20:08 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-jabber.c
 
-       * packet-rtsp.c:
+From Kaul:
+Jabber traffic is XML, attached patch dissects it as such
+------------------------------------------------------------------------
+r15906 | etxrab | 2005-09-20 15:04:01 -0500 (Tue, 20 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
 
-         From Anders Broman: add a preference setting for the RTSP TCP
-         port.
+Fix bug #404 Decoding of MSISDN on GSM is incomplete.  
+------------------------------------------------------------------------
+r15905 | sahlberg | 2005-09-20 14:42:40 -0500 (Tue, 20 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcp.c
 
-2003-12-17 21:11  guy
+from francesco
 
-       * tethereal.c:
+update to remove sprintf()
 
-         Set "print_args" regardless of whether we're printing the packet
-         detail or not - it's used if we're printing the hex data.
 
-2003-12-17 21:34  ulfl
 
-       * packet-dcerpc-svcctl.c:
+------------------------------------------------------------------------
+r15904 | sahlberg | 2005-09-20 14:36:38 -0500 (Tue, 20 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcp.c
+
+make options field  filterable
+
+remove silly rotating buffers
+
+
+
+------------------------------------------------------------------------
+r15903 | guy | 2005-09-20 14:01:04 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-winsrepl.c
+
+Set EOL type and expansion of $Id$.
+
+------------------------------------------------------------------------
+r15902 | etxrab | 2005-09-20 13:45:21 -0500 (Tue, 20 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/plugins/megaco/packet-megaco.c
+
+Fix bug #343 Parsing Problem - TransactionResponseAck (MEGACO).
+------------------------------------------------------------------------
+r15901 | gerald | 2005-09-20 12:26:43 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/sigcomp-udvm.c
+
+Be more paranoid about buffer overruns.
+
+------------------------------------------------------------------------
+r15900 | gerald | 2005-09-20 12:24:23 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/asn1.c
+   M /trunk/epan/dtd_parse.l
+
+Fix a couple of errors found by valgrind.
+
+------------------------------------------------------------------------
+r15899 | gerald | 2005-09-20 12:23:19 -0500 (Tue, 20 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/reassemble.c
+
+Don't try to reassemble a zero-length fragment.  Add a comment to
+reassemble.c about the handling of zero-length fragments.
+
+------------------------------------------------------------------------
+r15898 | jmayer | 2005-09-20 10:19:11 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Francesco Fondelli: Add dcp support (forgot this file)
+
+------------------------------------------------------------------------
+r15897 | jmayer | 2005-09-20 10:18:28 -0500 (Tue, 20 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
+   M /trunk/epan/address.h
+   A /trunk/epan/dissectors/packet-dcp.c
+   A /trunk/epan/dissectors/packet-dcp.h
+   M /trunk/epan/ipproto.c
+   M /trunk/epan/ipproto.h
+
+
+Francesco Fondelli; Add dcp support
+
+------------------------------------------------------------------------
+r15896 | jmayer | 2005-09-20 10:08:14 -0500 (Tue, 20 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/tools/Makefile.am
+
+
+Add the pidl files.
+
+------------------------------------------------------------------------
+r15895 | kukosa | 2005-09-20 09:14:07 -0500 (Tue, 20 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-per.c
+
+get rid of few warnings
+------------------------------------------------------------------------
+r15894 | kukosa | 2005-09-20 05:56:08 -0500 (Tue, 20 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/h245/h245.cnf
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/asn1/h450/packet-h450-template.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
+   M /trunk/tools/asn2eth.py
+
+asn2eth 
+ - #.FN_BODY accepts parameters too
+ - single line variant of #.FN_PAR is possible
+ - new parameter FN_VARIANT for OBJECT IDENTIFIER
+packet-per.c
+ - dissect_per_object_identifier() returns value as tvb
+ - new dissect_per_object_identifier_str() function
+PER dissectors adapted and regenerated
+------------------------------------------------------------------------
+r15893 | ulfl | 2005-09-20 04:02:38 -0500 (Tue, 20 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+
+fix: packet-lldp.c(2071) : warning C4761: integral size mismatch in argument; conversion supplied
+------------------------------------------------------------------------
+r15892 | ulfl | 2005-09-20 03:55:50 -0500 (Tue, 20 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+fix: packet-dcerpc.c(4019) : warning C4018: '<' : signed/unsigned mismatch
+------------------------------------------------------------------------
+r15891 | ulfl | 2005-09-20 03:42:35 -0500 (Tue, 20 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/capture.c
+   M /trunk/file.c
+   M /trunk/file.h
+   M /trunk/gtk/main.c
+
+add two new callbacks:
+cf_cb_file_closing (called before closing a capture file) cf_cb_file_closed will be called afterwards, but both only if a file is really closed as cf_close is called more often ...
+
+If we are closing large capture files (~20MB), the screen looks ugly while the file is closed. Change this so the screen will immediately go back to initial state and a dialog (without buttons) is shown that the file is currently closed. As the operation which takes most of the time to close the file is a single eth_clist_clear call, we can't use a progress bar here.
+
+cf_cb_live_capture_stopping: called when the user wants to stop the capture (toolbar or menu clicked). At least on Win32, the time between this and the actual stop completed can be noticeable (1-2 seconds), so the user doesn't know if the button press did anything at all. Do something similar as above, show a dialog box without buttons to inform that the close is in progress.
+------------------------------------------------------------------------
+r15890 | ulfl | 2005-09-20 03:31:09 -0500 (Tue, 20 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/capture_wpcap_packet.c
+
+fix a compiler warning (... copied from RFC2553 :-)
+------------------------------------------------------------------------
+r15889 | ulfl | 2005-09-20 03:18:41 -0500 (Tue, 20 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+if the capture child pops up it's own console, title it as such
+------------------------------------------------------------------------
+r15888 | guy | 2005-09-20 03:01:00 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/gtk/capture_if_details_dlg.c
+
+Squelch a compiler warning.
+
+------------------------------------------------------------------------
+r15887 | ulfl | 2005-09-19 21:10:48 -0500 (Mon, 19 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/capture_wpcap_packet.c
+   M /trunk/gtk/capture_if_details_dlg.c
+
+the buildbot has a problem not knowing sa_family_t, define eth_sa_family_t and use it here (ok, this *is* a dirty hack)
+
+don't know why the last commit compiled on my machine and not on the buildbot.
+------------------------------------------------------------------------
+r15886 | ulfl | 2005-09-19 20:53:38 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/dlg_utils.c
+   M /trunk/gtk/simple_dialog.c
+   M /trunk/simple_dialog.h
+
+enhance simple dialog: add the possibility to use no buttons at all and add a stop icon (similar to the splash_window, but with a slightly different layout and a way to choose the icon shown)
+------------------------------------------------------------------------
+r15885 | ulfl | 2005-09-19 20:45:35 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/image/README.image
+   A /trunk/image/stock_dialog_stop_48.xpm
+
+add a new stop icon 48x48 for (simple) dialogs (derived from the openoffice stock icons and slightly enlarged using the Gimp)
+------------------------------------------------------------------------
+r15884 | lego | 2005-09-19 19:31:53 -0500 (Mon, 19 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dtd_parse.l
+
+ avoid freeing the last location twice.
+
+add some #ifed out code to help debugging the parser
+
+
+------------------------------------------------------------------------
+r15883 | jmayer | 2005-09-19 18:33:45 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/tools/pidl
+
+Add svn:ignore from samba
+------------------------------------------------------------------------
+r15882 | jmayer | 2005-09-19 18:31:47 -0500 (Mon, 19 Sep 2005) | 3 lines
+Changed paths:
+   A /trunk/tools/pidl
+   A /trunk/tools/pidl/Makefile.PL
+   A /trunk/tools/pidl/README
+   A /trunk/tools/pidl/TODO
+   A /trunk/tools/pidl/idl.yp
+   A /trunk/tools/pidl/lib
+   A /trunk/tools/pidl/lib/Parse
+   A /trunk/tools/pidl/lib/Parse/Pidl
+   A /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal
+   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Header.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Proxy.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Stub.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJS.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJSHeader.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Header.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/SWIG.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Template.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Test.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl.pm
+   A /trunk/tools/pidl/pidl
+   A /trunk/tools/pidl/pidl.1.xml
+   A /trunk/tools/pidl/ref_notes.txt
+   A /trunk/tools/pidl/smb_interfaces.pm
+   A /trunk/tools/pidl/smb_interfaces.yp
+
+Revert back to local copy: The samba svn server does not support svn
+over http - this was a much requested feature for Ethereals svn server.
+
+------------------------------------------------------------------------
+r15881 | jmayer | 2005-09-19 18:29:03 -0500 (Mon, 19 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/tools
+
+pidl: Revert back to local copy. The samba svn server does not support svn
+over http - this was a much requested feature for Ethereal's svn server.
+
+------------------------------------------------------------------------
+r15880 | jmayer | 2005-09-19 16:24:46 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/FAQ
+   M /trunk/help/faq.txt
+
+Update faq
+------------------------------------------------------------------------
+r15879 | jmayer | 2005-09-19 16:24:07 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/manuf
+   M /trunk/wka.tmpl
+
+Jim Young: LLDP improvements
+------------------------------------------------------------------------
+r15878 | ulfl | 2005-09-19 15:59:50 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/capture_wpcap_packet.c
+   M /trunk/gtk/capture_if_details_dlg.c
+
+fix #340: define the missing sockaddr_storage struct to be able to use Packet32.h even with WinPcap 3.1 and without the platform SDK
+------------------------------------------------------------------------
+r15877 | gerald | 2005-09-19 15:50:51 -0500 (Mon, 19 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dtd.h
+
+Small whitespace cleanup.
+
+------------------------------------------------------------------------
+r15876 | gerald | 2005-09-19 15:50:10 -0500 (Mon, 19 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/sigcomp-udvm.c
+
+Throw an exception instead of trying to read past the end of a buffer.
+Fixes bug 455.
+
+------------------------------------------------------------------------
+r15875 | lego | 2005-09-19 14:48:55 -0500 (Mon, 19 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
+
+display something useful in the radius VSA item
+
+
+------------------------------------------------------------------------
+r15874 | gerald | 2005-09-19 14:46:25 -0500 (Mon, 19 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/spnego/spnego.cnf
+   M /trunk/epan/dissectors/packet-spnego.c
+
+Don't dereference a null pointer.  Fixes bug 460.
+
+------------------------------------------------------------------------
+r15873 | lego | 2005-09-19 14:36:32 -0500 (Mon, 19 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+
+Change "Value" into "VSA" for Vendor SPecific Attributes
+
+------------------------------------------------------------------------
+r15872 | etxrab | 2005-09-19 14:11:50 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-amr.c
+
+Add a preference to decode different types of AMR payload.
+------------------------------------------------------------------------
+r15871 | gerald | 2005-09-19 12:50:38 -0500 (Mon, 19 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-afs4int.c
+
+Throw an exception if our ACL length is flat-out wrong.
+
+------------------------------------------------------------------------
+r15870 | lego | 2005-09-19 12:42:02 -0500 (Mon, 19 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-radius.h
+   M /trunk/epan/radius_dict.l
+
+
+- allow multiple attributes inside one VSA (fixes bug 438)
+- preference to choose whether to add the AVP's payload length items
+- preference to add an alternate UDP port
+
+
+------------------------------------------------------------------------
+r15869 | gerald | 2005-09-19 11:23:05 -0500 (Mon, 19 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/asn1/spnego/spnego.cnf
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-spnego.c
+
+In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.
+Fixes bugs 448, 449, 451, 452, 454, 456, and 461.
+
+Add similar TVB checks to the BER dissector.
+
+------------------------------------------------------------------------
+r15868 | jmayer | 2005-09-19 09:59:32 -0500 (Mon, 19 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/pidl/README
+
+
+Change README to reflect the fact that tools/pidl is now a
+svn:externals reference.
+
+------------------------------------------------------------------------
+r15867 | jmayer | 2005-09-19 09:53:46 -0500 (Mon, 19 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/tools
+
+Add svn:externals for pidl: That way svn up will pull the pidl sources
+directly from the samba svn instead of keeping a copy of them in the
+Ethereal svn.
+
+
+------------------------------------------------------------------------
+r15866 | jmayer | 2005-09-19 09:50:23 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   D /trunk/tools/pidl
+
+Change pidl to svn:externals
+------------------------------------------------------------------------
+r15865 | jmayer | 2005-09-19 08:26:49 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   A /trunk/epan/dissectors/pidl/idl_types.h
+
+Add idl_types.h from samba to fix warning
+------------------------------------------------------------------------
+r15864 | jmayer | 2005-09-19 04:23:52 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/pidl/README
+
+Point to tools/pidl/README.ethereal
+------------------------------------------------------------------------
+r15863 | guy | 2005-09-19 03:09:41 -0500 (Mon, 19 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-winsrepl.c
+
+Fix a typo.
+
+------------------------------------------------------------------------
+r15862 | sahlberg | 2005-09-19 03:06:25 -0500 (Mon, 19 Sep 2005) | 9 lines
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+
+sometimes it seems that we have the text based h248/megaco running ontop of
+m3ua  and not the binary one.
+
+
+make the binary dissector check if it is really the text based one to be used and if so
+call that dissector instead.
+
+
+
+------------------------------------------------------------------------
+r15861 | kukosa | 2005-09-19 02:35:05 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h450/packet-h450-template.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/tools/asn2eth.py
+
+remove unused parameter 'name' from dissect_per_choice()
+------------------------------------------------------------------------
+r15860 | jmayer | 2005-09-18 16:58:39 -0500 (Sun, 18 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/tools/checkhf.pl
+
+Small update
+------------------------------------------------------------------------
+r15859 | jmayer | 2005-09-18 16:57:59 -0500 (Sun, 18 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/tools/pidl
+   M /trunk/tools/pidl/README.ethereal
+   M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
+   D /trunk/tools/pidl/pm_to_blib
+
+Update README.ethereal and sync with current samba tree
+------------------------------------------------------------------------
+r15858 | ulfl | 2005-09-18 15:11:54 -0500 (Sun, 18 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+assert that tvb is not NULL
+------------------------------------------------------------------------
+r15857 | etxrab | 2005-09-18 15:04:04 -0500 (Sun, 18 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
+
+Change some of the asn1 functions to use packet-ber ones.
+------------------------------------------------------------------------
+r15856 | guy | 2005-09-18 11:54:00 -0500 (Sun, 18 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+If the tag field is a bitfield, always show it as such, otherwise always
+show the value of 1 1111 as "Continued" in the bitfield and the actual
+tag value in the following bytes.
+
+Show the BER identifier data before an OID if we're showing internal BER
+fields.
+
+------------------------------------------------------------------------
+r15855 | ulfl | 2005-09-18 06:18:42 -0500 (Sun, 18 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+
+as discussed in the Users list: replace "Short Frame" by "Packet size limited during capture" message
+------------------------------------------------------------------------
+r15854 | lego | 2005-09-18 04:10:03 -0500 (Sun, 18 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+add dtds to EXTRA_DIST
+
+
+------------------------------------------------------------------------
+r15853 | etxrab | 2005-09-17 16:02:51 -0500 (Sat, 17 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+If unkown Tag's are found in a set add length.
+------------------------------------------------------------------------
+r15852 | lego | 2005-09-17 12:17:42 -0500 (Sat, 17 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/dtds
+   A /trunk/dtds/dc.dtd
+   A /trunk/dtds/itunes.dtd
+   A /trunk/dtds/rss.dtd
+   A /trunk/dtds/smil.dtd
+   M /trunk/packaging/nsis/ethereal.nsi
+
+Get the first few dtds installed.
+
+
+------------------------------------------------------------------------
+r15851 | lego | 2005-09-17 12:05:46 -0500 (Sat, 17 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/dtd.h
+   M /trunk/epan/dtd_grammar.lemon
+   M /trunk/epan/dtd_parse.l
+   M /trunk/epan/dtd_preparse.l
+
+Because there's more than just text in XML...
+
+DTDs are imported to create fields
+
+
+------------------------------------------------------------------------
+r15850 | ulfl | 2005-09-17 09:14:24 -0500 (Sat, 17 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-h1.c
+
+using heur_dissector_add("cotp_is") doesn't seem to be enough, if H1 is used over TCP/TPKT (RFC1006). Add heur_dissector_add("cotp") so it will be dissected correctly, hopefully this won't introduce new problems with other "cotp" heuristics ...
+------------------------------------------------------------------------
+r15849 | sahlberg | 2005-09-17 07:16:11 -0500 (Sat, 17 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+
+remove some strcpy()
+
+
+------------------------------------------------------------------------
+r15848 | sahlberg | 2005-09-17 07:09:36 -0500 (Sat, 17 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcswils.c
+
+remove some strcpy()
+
+
+------------------------------------------------------------------------
+r15847 | guy | 2005-09-16 21:14:44 -0500 (Fri, 16 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/strerror.c
+
+Fix Gerald's e-mail address (and possibly provoke a copy of the main
+repository to the anonymous repository - the current anonymous
+repository appears to be out-of-date, which is breaking the buildbot).
+
+------------------------------------------------------------------------
+r15846 | guy | 2005-09-16 19:39:52 -0500 (Fri, 16 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/gtk/expert_dlg.c
+
+Mark some unused and unremovable arguments as unused.
+
+------------------------------------------------------------------------
+r15845 | guy | 2005-09-16 19:31:15 -0500 (Fri, 16 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/format-oid.h (from /trunk/epan/format-oid.h:15844)
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-smb-browse.c
+   M /trunk/epan/dissectors/packet-smb-mailslot.c
+   M /trunk/epan/dissectors/packet-smb-pipe.c
+   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
+   M /trunk/epan/dissectors/packet-smb.c
+   A /trunk/epan/dissectors/packet-smb.h (from /trunk/epan/smb.h:15844)
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-windows-common.c
+   A /trunk/epan/dissectors/rpc_defrag.h (from /trunk/epan/rpc_defrag.h:15844)
+   D /trunk/epan/format-oid.h
+   D /trunk/epan/rpc_defrag.h
+   D /trunk/epan/smb.h
+   M /trunk/gtk/smb_stat.c
+   M /trunk/tap-smbsids.c
+   M /trunk/tap-smbstat.c
+
+Move some headers for stuff defined by a dissector into epan/dissectors
+- and rename smb.h to packet-smb.h, as it's packet-smb.c's header file.
+
+------------------------------------------------------------------------
+r15844 | guy | 2005-09-16 19:02:31 -0500 (Fri, 16 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/Makefile.common
+   D /trunk/aftypes.h
+   D /trunk/arcnet_pids.h
+   M /trunk/asn1/h248/packet-h248-template.c
+   D /trunk/bridged_pids.h
+   D /trunk/chdlctypes.h
+   M /trunk/configure.in
+   M /trunk/epan/Makefile.common
+   A /trunk/epan/aftypes.h (from /trunk/aftypes.h:15843)
+   A /trunk/epan/arcnet_pids.h (from /trunk/arcnet_pids.h:15843)
+   A /trunk/epan/bridged_pids.h (from /trunk/bridged_pids.h:15843)
+   A /trunk/epan/chdlctypes.h (from /trunk/chdlctypes.h:15843)
+   M /trunk/epan/dissectors/packet-3com-xns.c
+   M /trunk/epan/dissectors/packet-aarp.c
+   M /trunk/epan/dissectors/packet-ap1394.c
+   M /trunk/epan/dissectors/packet-arcnet.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-asap.c
+   M /trunk/epan/dissectors/packet-atalk.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-bacnet.c
+   M /trunk/epan/dissectors/packet-bpdu.c
+   M /trunk/epan/dissectors/packet-brdwlk.c
+   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-cisco-oui.c
+   M /trunk/epan/dissectors/packet-cisco-wireless.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-dec-bpdu.c
+   M /trunk/epan/dissectors/packet-dec-dnart.c
+   M /trunk/epan/dissectors/packet-dua.c
+   M /trunk/epan/dissectors/packet-eap.c
+   M /trunk/epan/dissectors/packet-eapol.c
+   M /trunk/epan/dissectors/packet-enc.c
+   M /trunk/epan/dissectors/packet-enrp.c
+   M /trunk/epan/dissectors/packet-esis.c
+   M /trunk/epan/dissectors/packet-eth.c
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcct.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-fcfcs.c
+   M /trunk/epan/dissectors/packet-fcfzs.c
+   M /trunk/epan/dissectors/packet-fclctl.c
+   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-fcsb3.c
+   M /trunk/epan/dissectors/packet-fcsp.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/dissectors/packet-fw1.c
+   M /trunk/epan/dissectors/packet-g723.c
+   M /trunk/epan/dissectors/packet-gmrp.c
+   M /trunk/epan/dissectors/packet-gre.c
+   M /trunk/epan/dissectors/packet-gvrp.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h261.c
+   M /trunk/epan/dissectors/packet-h263.c
+   M /trunk/epan/dissectors/packet-hpext.c
+   M /trunk/epan/dissectors/packet-hpsw.c
+   M /trunk/epan/dissectors/packet-iapp.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-idp.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ieee802a.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-ipfc.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-isis-clv.c
+   M /trunk/epan/dissectors/packet-isis.c
+   M /trunk/epan/dissectors/packet-isl.c
+   M /trunk/epan/dissectors/packet-ismp.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-iua.c
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/epan/dissectors/packet-lapbether.c
+   M /trunk/epan/dissectors/packet-lapd.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/dissectors/packet-lmi.c
+   M /trunk/epan/dissectors/packet-lmp.c
+   M /trunk/epan/dissectors/packet-loop.c
+   M /trunk/epan/dissectors/packet-m2pa.c
+   M /trunk/epan/dissectors/packet-m2tp.c
+   M /trunk/epan/dissectors/packet-m2ua.c
+   M /trunk/epan/dissectors/packet-m3ua.c
+   M /trunk/epan/dissectors/packet-maccontrol.c
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mpeg1.c
+   M /trunk/epan/dissectors/packet-mpls.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-netbios.c
+   M /trunk/epan/dissectors/packet-nt-oui.c
+   M /trunk/epan/dissectors/packet-nt-sonmp.c
+   M /trunk/epan/dissectors/packet-null.c
+   M /trunk/epan/dissectors/packet-osi-options.c
+   M /trunk/epan/dissectors/packet-osi.c
+   M /trunk/epan/dissectors/packet-pagp.c
+   M /trunk/epan/dissectors/packet-pflog.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pppoe.c
+   M /trunk/epan/dissectors/packet-q2931.c
+   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/epan/dissectors/packet-q933.c
+   M /trunk/epan/dissectors/packet-redback.c
+   M /trunk/epan/dissectors/packet-retix-bpdu.c
+   M /trunk/epan/dissectors/packet-rmp.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rpl.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-sll.c
+   M /trunk/epan/dissectors/packet-slowprotocols.c
+   M /trunk/epan/dissectors/packet-smb-browse.c
+   M /trunk/epan/dissectors/packet-smb-mailslot.c
+   M /trunk/epan/dissectors/packet-smb-pipe.c
+   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-snaeth.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-sua.c
+   M /trunk/epan/dissectors/packet-symantec.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-teimanagement.c
+   M /trunk/epan/dissectors/packet-vines.c
+   M /trunk/epan/dissectors/packet-vj.c
+   M /trunk/epan/dissectors/packet-vlan.c
+   M /trunk/epan/dissectors/packet-wcp.c
+   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
+   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/epan/dissectors/packet-x25.c
+   M /trunk/epan/dissectors/packet-x29.c
+   A /trunk/epan/etypes.h (from /trunk/etypes.h:15843)
+   A /trunk/epan/format-oid.h (from /trunk/format-oid.h:15843)
+   A /trunk/epan/greproto.h (from /trunk/greproto.h:15843)
+   A /trunk/epan/iax2_codec_type.h (from /trunk/iax2_codec_type.h:15843)
+   A /trunk/epan/ip_opts.h (from /trunk/ip_opts.h:15843)
+   A /trunk/epan/lapd_sapi.h (from /trunk/lapd_sapi.h:15843)
+   A /trunk/epan/llcsaps.h (from /trunk/llcsaps.h:15843)
+   A /trunk/epan/nlpid.h (from /trunk/nlpid.h:15843)
+   A /trunk/epan/oui.h (from /trunk/oui.h:15843)
+   A /trunk/epan/ppptypes.h (from /trunk/ppptypes.h:15843)
+   A /trunk/epan/rpc_defrag.h (from /trunk/rpc_defrag.h:15843)
+   A /trunk/epan/rtp_pt.h (from /trunk/rtp_pt.h:15843)
+   A /trunk/epan/sctpppids.h (from /trunk/sctpppids.h:15843)
+   A /trunk/epan/smb.h (from /trunk/smb.h:15843)
+   A /trunk/epan/x264_prt_id.h (from /trunk/x264_prt_id.h:15843)
+   D /trunk/etypes.h
+   D /trunk/format-oid.h
+   D /trunk/greproto.h
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/smb_stat.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls.c
+   D /trunk/iax2_codec_type.h
+   D /trunk/ip_opts.h
+   D /trunk/lapd_sapi.h
+   D /trunk/llcsaps.h
+   D /trunk/nlpid.h
+   D /trunk/oui.h
+   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/plugins/rdm/packet-rdm.c
+   M /trunk/plugins/rtnet/packet-rtnet.c
+   M /trunk/plugins/v5ua/packet-v5ua.c
+   D /trunk/ppptypes.h
+   D /trunk/rpc_defrag.h
+   D /trunk/rtp_pt.h
+   D /trunk/sctpppids.h
+   D /trunk/smb.h
+   M /trunk/tap-smbsids.c
+   M /trunk/tap-smbstat.c
+   D /trunk/x264_prt_id.h
+
+Move a pile of protocol-related headers from the top-level source
+directory to the epan directory.  Some of them should perhaps ultimately
+be moved to epan/dissectors, if they pertain only to stuff exported by a
+particular dissector.
+
+Fix Gerald's e-mail address in files we're moving.
+
+------------------------------------------------------------------------
+r15843 | ulfl | 2005-09-16 17:17:50 -0500 (Fri, 16 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+
+add an expert info based on QualityCode and a COL_INFO output
+------------------------------------------------------------------------
+r15842 | ulfl | 2005-09-16 17:14:33 -0500 (Fri, 16 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-pn-rt.c
+
+slightly shrink COL_INFO output
+------------------------------------------------------------------------
+r15841 | ulfl | 2005-09-16 17:05:50 -0500 (Fri, 16 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+split call id's with a #, if more than one DCE/RPC call is in a data PDU
+------------------------------------------------------------------------
+r15840 | gerald | 2005-09-16 11:25:53 -0500 (Fri, 16 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/gtk/conversations_table.c
+
+Sort each conversation column numerically.  Fix up whitespace.
+
+It looks like we can't put "COPYCMD=/Y" in config.nmake and expect nmake
+to do the right thing.  Add a comment, and set COPYCMD explicitly in the
+root Makefile.nmake.  The rest of the occurrences of xcopy will have to
+be taken care of at some point.
+
+------------------------------------------------------------------------
+r15839 | tpot | 2005-09-16 07:30:33 -0500 (Fri, 16 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Aargh - undo r15838 as I missed jmayer's commit of r15835.
+
+------------------------------------------------------------------------
+r15838 | tpot | 2005-09-16 07:11:17 -0500 (Fri, 16 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Comment out pidl dissectors for the moment to get the win32 build
+going again.  I have most of a patch to get it working but I don't
+think it will be finished tonight.
+
+------------------------------------------------------------------------
+r15837 | guy | 2005-09-16 04:47:18 -0500 (Fri, 16 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+If we've enabled the display of BER encapsulation tokens, only put them
+into the protocol tree once.
+
+Fix the offsets and lengths used to put the variable binding values into
+the protocol tree.
+
+------------------------------------------------------------------------
+r15836 | jmayer | 2005-09-16 04:31:05 -0500 (Fri, 16 Sep 2005) | 5 lines
+Changed paths:
+   A /trunk/tools/pidl
+   A /trunk/tools/pidl/Makefile.PL
+   A /trunk/tools/pidl/README
+   A /trunk/tools/pidl/README.ethereal
+   A /trunk/tools/pidl/TODO
+   A /trunk/tools/pidl/idl.yp
+   A /trunk/tools/pidl/lib
+   A /trunk/tools/pidl/lib/Parse
+   A /trunk/tools/pidl/lib/Parse/Pidl
+   A /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal
+   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Header.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Proxy.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Stub.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJS.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJSHeader.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Header.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/SWIG.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Template.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Test.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl.pm
+   A /trunk/tools/pidl/pidl
+   A /trunk/tools/pidl/pidl.1.xml
+   A /trunk/tools/pidl/pm_to_blib
+   A /trunk/tools/pidl/ref_notes.txt
+   A /trunk/tools/pidl/smb_interfaces.pm
+   A /trunk/tools/pidl/smb_interfaces.yp
+
+
+Add a local copy of pidl, add a README.ethereal to include
+minimalistic building and usage instructions.
+
+
+------------------------------------------------------------------------
+r15835 | jmayer | 2005-09-16 03:55:51 -0500 (Fri, 16 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-dcerpc-atsvc.c (from /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c:15833)
+   A /trunk/epan/dissectors/packet-dcerpc-atsvc.h (from /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.h:15833)
+   A /trunk/epan/dissectors/packet-dcerpc-initshutdown.c (from /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c:15833)
+   A /trunk/epan/dissectors/packet-dcerpc-initshutdown.h (from /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h:15833)
+   A /trunk/epan/dissectors/packet-dcerpc-winreg.c (from /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c:15833)
+   A /trunk/epan/dissectors/packet-dcerpc-winreg.h (from /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h:15833)
+
+
+Move the packet-dcerpc-*.[hc] from pidl/ back to dissectors.
+This makes Ethereal build again - there's no real reason that
+ethereal fails to build for such a long time on so many platforms.
+
+
+------------------------------------------------------------------------
+r15834 | jmayer | 2005-09-16 03:40:08 -0500 (Fri, 16 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/manuf
+   M /trunk/wka.tmpl
+
+wka.tmpl:
+        Show MS NLB Adresses individually
+manuf:
+        Update
+
+------------------------------------------------------------------------
+r15833 | guy | 2005-09-16 03:30:35 -0500 (Fri, 16 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Note problems with some values that appear in, for example, some SNMP
+captures.
+
+------------------------------------------------------------------------
+r15832 | guy | 2005-09-16 02:50:02 -0500 (Fri, 16 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+
+Fix a type.
+
+------------------------------------------------------------------------
+r15831 | tpot | 2005-09-15 23:25:12 -0500 (Thu, 15 Sep 2005) | 2 lines
+Changed paths:
+   A /trunk/epan/dissectors/pidl/winreg.cnf
+
+Add conformance file used for building winreg dissector.
+
+------------------------------------------------------------------------
+r15830 | ulfl | 2005-09-15 19:02:31 -0500 (Thu, 15 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list.c
+
+fixing the fix, it's time to go to bed ...
+------------------------------------------------------------------------
+r15829 | ulfl | 2005-09-15 18:44:07 -0500 (Thu, 15 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list.c
+
+bugfix: don't crash (assert), if jumping to the first packet and packet_list is currently empty. Can happen at capture start.
+------------------------------------------------------------------------
+r15828 | guy | 2005-09-15 18:39:08 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-spnego.h
 
-         renamed some defines SERVICE_xy to SVCCTL_SERVICE_xy to avoid
-         "duplicate definition" warnings with win32's winsvc.h
+Don't use u_char - not all platforms define it, and even those that do
+might require other files to be included to get it.
 
-2003-12-17 22:11  ulfl
+------------------------------------------------------------------------
+r15827 | guy | 2005-09-15 18:17:42 -0500 (Thu, 15 Sep 2005) | 2 lines
+Changed paths:
+   A /trunk/asn1/spnego/Makefile
 
-       * gtk/: main.c, tcp_graph.c:
+Add a Makefile.
 
-         removed some more MSVC warnings (type casting)
+------------------------------------------------------------------------
+r15826 | lego | 2005-09-15 14:30:44 -0500 (Thu, 15 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-alcap.c
+   M /trunk/epan/dissectors/packet-alcap.h
 
-2003-12-17 22:13  guy
+Add more information regarding call legs.
+Make the release cause value filterable.
 
-       * gtk/: Makefile.am, Makefile.nmake, ansi_a_stat.c,
-         ansi_map_stat.c, bootp_stat.c, dcerpc_stat.c,
-         endpoint_talkers_eth.c, endpoint_talkers_fc.c,
-         endpoint_talkers_fddi.c, endpoint_talkers_ip.c,
-         endpoint_talkers_ipx.c, endpoint_talkers_tcpip.c,
-         endpoint_talkers_tr.c, endpoint_talkers_udpip.c, fc_stat.c,
-         gsm_a_stat.c, h225_counter.c, h225_ras_srt.c, http_stat.c,
-         io_stat.c, isup_stat.c, ldap_stat.c, menu.c, menu.h, mgcp_stat.c,
-         rpc_progs.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c,
-         smb_stat.c, tap_dfilter_dlg.c, tap_dfilter_dlg.h, wsp_stat.c:
 
-         From Lars Roland: have common code to handle display filter
-         dialogs in taps, and use that in the H.225 taps.
+------------------------------------------------------------------------
+r15825 | lego | 2005-09-15 14:26:05 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/stats_tree_stat.c
 
-2003-12-17 22:30  guy
+leak fix
 
-       * packet-dns.c:
 
-         Only dissect the key in TKEY RRs if it's present (i.e., has a
-         non-zero length) - zero-length keys "shouldn't happen", but what
-         the heck....
+------------------------------------------------------------------------
+r15824 | gerald | 2005-09-15 13:42:04 -0500 (Thu, 15 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
 
-2003-12-17 22:42  obiot
+Fix fragment length checks.  Fixes bugs 440 and 442-446.
 
-       * epan/ftypes/ftype-tvbuff.c:
+------------------------------------------------------------------------
+r15823 | sahlberg | 2005-09-15 08:41:56 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-vines.c
 
-         Add protocols to the header fields for which the "matches"
-         operator can be appliedi (PCRE). In fact, all FT_TVBUFF fields.
+remove some redundant strcpy()
 
-2003-12-17 22:43  obiot
 
-       * packet-wsp.c:
+------------------------------------------------------------------------
+r15822 | sahlberg | 2005-09-15 08:36:31 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isis-lsp.c
 
-         Get rid of unused registered header fields. Some white-space
-         changes.
+remove some redundant strcpy()
 
-2003-12-17 23:24  obiot
 
-       * doc/ethereal-filter.pod.template:
+------------------------------------------------------------------------
+r15821 | sahlberg | 2005-09-15 08:31:05 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
 
-         Update the "matches" explanation as it now also works for
-         protocol fields (FT_TVBUFF). Thanks libpcre for allowing pattern
-         matching in binary data!
+remove a whole bunch of strcpy()     fix minor bug where whe checked the wrong string before we display it
 
-2003-12-17 23:35  ulfl
 
-       * packet-bssap.c, packet-cpha.c, packet-fc.c, packet-fcsb3.c,
-         packet-gsm_a.c, packet-null.c, packet-sccp.c, packet-scsi.c,
-         packet-smb-pipe.c, packet-smb.c:
+------------------------------------------------------------------------
+r15820 | sahlberg | 2005-09-15 08:20:32 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-ospf.c
 
-         removed some more MSVC warnings (type casting)
+update for ospf from Senthil Kumar Nagappan
 
-2003-12-17 23:41  ulfl
 
-       * gtk/: main.c, proto_draw.c:
+------------------------------------------------------------------------
+r15819 | sahlberg | 2005-09-15 05:20:08 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   D /trunk/epan/dissectors/dcerpc/atsvc
 
-         removed some more MSVC warnings (type casting), GTK2 specific
+delete the old dissector
 
-2003-12-17 23:54  guy
 
-       * packet-bssap.c:
+------------------------------------------------------------------------
+r15818 | sahlberg | 2005-09-15 05:19:25 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-dcerpc-atsvc.c
+   D /trunk/epan/dissectors/packet-dcerpc-atsvc.h
 
-         Make packet offsets "gint"s rather than "guint8"s.
+delete the old dissector and point the makefile to the new dissector
 
-2003-12-18 00:18  guy
 
-       * packet-smb.c, smb.h:
+------------------------------------------------------------------------
+r15817 | sahlberg | 2005-09-15 05:18:08 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   A /trunk/epan/dissectors/pidl/atsvc.cnf
+   A /trunk/epan/dissectors/pidl/atsvc.idl
+   A /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
+   A /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.h
 
-         The "cmd" members of "smb_saved_info_t" and "smb_info_t"
-         structures always contain an SMB command code (SMB requests and
-         responses both have command codes, so there's no "unknown"
-         out-of-band value); make it a "guint8".
+new  pidl generated atsvc dissector and its conformance file
 
-         Make the argument to "decode_smb_name()" a "guint8" as an SMB
-         command code is passed to it ("guint8" and "unsigned char" are
-         the same types on all platforms we're likely to deal with, so
-         it's a cosmetic change, not a semantic one).
 
-         Put in an extra "GPOINTER_TO_UINT()" call before casting
-         "si->sip->extra_info" to "guint16", to squelch compiler warnings.
+------------------------------------------------------------------------
+r15816 | guy | 2005-09-15 04:09:00 -0500 (Thu, 15 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/value_string.c
 
-2003-12-18 00:25  guy
+Get rid of a no-longer-used variable.
 
-       * packet-cpha.c:
+------------------------------------------------------------------------
+r15815 | guy | 2005-09-15 03:57:51 -0500 (Thu, 15 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/oui.h
 
-         Use a value_string table for the Status field.
+Move OUIs from LLDP dissector to oui.h.
 
-2003-12-18 00:28  guy
+Get rid of remaining sprintf'ing into on-the-stack buffers.
 
-       * packet-fcsb3.c:
+Note where some items came from.
 
-         Make "ctlfn" a "guint8", as it holds a single-byte value.
+------------------------------------------------------------------------
+r15814 | guy | 2005-09-15 03:55:43 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/value_string.c
 
-2003-12-18 00:43  guy
+Use ep_strdup_printf() to generate the "not found in value_string table"
+string for val_to_str().
 
-       * packet-sccp.c:
+------------------------------------------------------------------------
+r15813 | guy | 2005-09-15 03:54:56 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/emem.h
 
-         Make packet offsets, and lengths, "guint".
+Tag ep_strdup_printf() and se_strdup_printf() as printf-like functions,
+so we get compile-time checking of arguments when possible.
 
-         Put in some sanity checking to make sure we don't go completely
-         crazy if an offset goes past the length (we should check as the
-         offset is advanced, but...).
+------------------------------------------------------------------------
+r15812 | tpot | 2005-09-15 02:34:52 -0500 (Thu, 15 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
+   D /trunk/epan/dissectors/packet-dcerpc-initshutdown.h
+   D /trunk/epan/dissectors/packet-dcerpc-reg.c
+   D /trunk/epan/dissectors/packet-dcerpc-reg.h
+   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
+   A /trunk/epan/dissectors/pidl
+   A /trunk/epan/dissectors/pidl/README
+   A /trunk/epan/dissectors/pidl/initshutdown.idl
+   A /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
+   A /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h
+   A /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
+   A /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h
+   A /trunk/epan/dissectors/pidl/winreg.idl
 
-2003-12-18 01:47  guy
+A first go at importing some pidl generated code into ethereal.  This 
+commit replaces the hand written dcerpc initshutdown and winreg 
+interfaces with autogenerated ones.  
 
-       * plugins/v5ua/packet-v5ua.c:
+The pidl generated code is still a bit rought around the edges but will 
+hopefully improve with time.
 
-         Fix some typoes.
+------------------------------------------------------------------------
+r15811 | guy | 2005-09-15 01:04:33 -0500 (Thu, 15 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/acinclude.m4
+   M /trunk/config.h.win32
+   M /trunk/configure.in
 
-2003-12-18 02:07  guy
+Add PRIX64, as we now use it.
+
+------------------------------------------------------------------------
+r15810 | etxrab | 2005-09-15 00:38:37 -0500 (Thu, 15 Sep 2005) | 1 line
+Changed paths:
+   A /trunk/asn1/spnego
+   A /trunk/asn1/spnego/Makefile.nmake
+   A /trunk/asn1/spnego/packet-spnego-template.c
+   A /trunk/asn1/spnego/packet-spnego-template.h
+   A /trunk/asn1/spnego/spnego.asn
+   A /trunk/asn1/spnego/spnego.cnf
+   M /trunk/epan/dissectors/packet-spnego.c
+   A /trunk/epan/dissectors/packet-spnego.h
+
+Replace the spnego dissector with an asn2eth generated one.
+------------------------------------------------------------------------
+r15809 | guy | 2005-09-15 00:22:20 -0500 (Thu, 15 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+
+Rename TLV_INFO_MASK to TLV_INFO_LEN_MASK, to match TLV_TYPE_MASK.
+
+Use "tvb_format_stringzpad()" rather than "tvb_format_text()" on
+strings, as some of them are null-padded.  (XXX - are they null-padded
+or null-terminated?)
+
+Clean up the TLV length checks, and do many more such checks.
+
+------------------------------------------------------------------------
+r15808 | guy | 2005-09-14 23:08:53 -0500 (Wed, 14 Sep 2005) | 16 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+
+We already define ETHERTYPE_LLDP in "etypes.h" - use that, don't define
+our own.
+
+Get rid of MAC_to_str() - ether_to_str() suffices.
+
+Don't copy to on-the-stack fixed-size string buffers, just save the
+results of various formatting calls as pointers.
+
+Use tvb_format_text() to get displayable versions of text strings.
+
+Use tvb_get_ipv4() and tvb_get_ipv6().
+
+Don't put an item into the protocol tree as text and then put in a
+hidden item that, if unhidden, would display the same or almost exactly
+the same; just put the item into the tree unhidden.
+
+------------------------------------------------------------------------
+r15807 | guy | 2005-09-14 22:09:40 -0500 (Wed, 14 Sep 2005) | 22 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+
+Properly handle 64-bit integer constants (they don't happen by magic,
+and the stuff you have to do is compiler-dependent, so use
+G_GINT64_CONSTANT()).
+
+Properly handle formatting 64-bit quantities (they don't format
+correctly by magic, and the stuff you have to do is compiler-dependent,
+so use PRI[duoxX]64).
+
+Don't copy the result of tvb_bytes_to_str() to a string buffer and then
+only use it as an argument to a "%s" - just use the result directly. 
+
+Don't copy constant strings to a buffer - just use the strings directly.
+
+Fetch 64-bit integral quantities with tvb_get_ntoh64(); they're
+presumably in a standard byte order, which is probably big-endian for
+Internet-family protocols, and using tvb_memcpy() is *guaranteed* to be
+wrong on some platforms.
+
+Fix up a format string.
+
+Fix up indentation a bit.
+
+------------------------------------------------------------------------
+r15806 | guy | 2005-09-14 22:03:29 -0500 (Wed, 14 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcswils.c
+
+Squelch some warnings, fix some typoes.
+
+------------------------------------------------------------------------
+r15805 | ulfl | 2005-09-14 18:15:12 -0500 (Wed, 14 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/tethereal.c
+
+fix wtap_dump_flush function name and don't check for it's return value. We don't do this check in Ethereal either and we will recognize problems at next write anyway ...
+------------------------------------------------------------------------
+r15804 | ulfl | 2005-09-14 16:57:30 -0500 (Wed, 14 Sep 2005) | 11 lines
+Changed paths:
+   M /trunk/capture_loop.c
+   M /trunk/editcap.c
+   M /trunk/file.c
+   M /trunk/file.h
+   M /trunk/gtk/file_dlg.c
+   M /trunk/mergecap.c
+   M /trunk/randpkt.c
+   M /trunk/ringbuffer.c
+   M /trunk/tethereal.c
+   M /trunk/wiretap/file_access.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/wtap-int.h
+   M /trunk/wiretap/wtap.def
+   M /trunk/wiretap/wtap.h
+
+added compression support for capture file output. The Save/As dialog now has a checkbox "Compress with gzip"
 
-       * packet-mmse.c:
+currently limited to Ethereal and all the variants of libpcap filetypes only.
 
-         Mallocate buffers for the strings gotten by
-         "get_encoded_strval()" and "get_encoded_strval()", rather than
-         filling in a fixed-size buffer, so that we don't overflow the
-         buffer.
+We might want to add output compression support to the other tools as well (tethereal, mergecap, ...).
 
-2003-12-18 02:46  guy
+We might also want to add support for the other filetypes, but this is only possible if the filetype functions doesn't use special output operations like fseek.
 
-       * acinclude.m4, tethereal.c:
+One bug is still left: if the input and output filetypes while saving are the same, Ethereal currently optimizes this by simply copy the binary file instead of using wiretap (so it will be faster but it will ignore the compress setting). 
 
-         "pcap_compile_nopcap()" has a different signature in recent
-         NetBSD libpcap than in tcpdump.org libpcap; it's been deprecated
-         for that reason.  "pcap_open_dead()" has been in libpcap since
-         0.6, so only for 0.5[.x] will you have "pcap_compile_nopcap()"
-         but not "pcap_open_dead()" - for now, we use "pcap_open_dead()"
-         rather than "pcap_compile_nopcap()", and don't do the check for
-         capture filters in systems with libpcaps that lack
-         "pcap_open_dead()".
+Don't know a good workaround for this, as I don't know a way to find out if the input file is currently compressed or not. One idea might be to use a heuristic on the filesize (compared to the packet size summmary). Another workaround I see is to remove this optimization, which is of course not the way I like to do it ...
+------------------------------------------------------------------------
+r15803 | ulfl | 2005-09-14 15:09:17 -0500 (Wed, 14 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+add E_OUTOFMEMORY
+------------------------------------------------------------------------
+r15802 | etxrab | 2005-09-14 14:14:23 -0500 (Wed, 14 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+From Peter Johansson
+I added a description for the call to DISSECTOR_ASSERT in proto.c to be 
+printed to stderr.
+
+------------------------------------------------------------------------
+r15801 | etxrab | 2005-09-14 14:11:23 -0500 (Wed, 14 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Fix a warning.
+------------------------------------------------------------------------
+r15800 | etxrab | 2005-09-14 14:06:54 -0500 (Wed, 14 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-lldp.c
+
+From Brian Bogora:
+Our company (Mitel) has developed an LLDP-MED plug-in for Ethereal.
+------------------------------------------------------------------------
+r15799 | etxrab | 2005-09-14 13:40:16 -0500 (Wed, 14 Sep 2005) | 16 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fc.h
+   M /trunk/epan/dissectors/packet-fcct.c
+   M /trunk/epan/dissectors/packet-fcct.h
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-fcswils.h
+   M /trunk/epan/dissectors/packet-mdshdr.c
+   M /trunk/epan/dissectors/packet-scsi.c
+
+From Dinesh G Dutt
+
+Support some new messages and fix a couple of bugs.
+
+packet-fc.h - Added a #define for a Cisco MDS-specific frame called OHMS (online health mgmt srv) packet-fc.c - Support for OHMS frame, fixed an incorrect "malformed frame" error caused on ACK1 frames (they
+                   don't contain anything but (encap hdr + FC hdr + encap trailer), fixed incorrect detection of
+                   last-data-frame
+
+packet-fcct.h - Support for new service type, "Fabric Controller", used in conjunction with FC-SW3 ESS message,
+                     exported the service name value string definitions and  
+packet-fcct.c - Support for recognizing "Fabric Controller" service type and "vendor-specific" service
+
+packet-fcswils.h - Support for ESS & MRRA messages, defined as part of FC-SW3 packet-fcswils.c - Support for ESS & MRRA messages, defined as part of FC-SW3
+
+packet-scsi.c - Support for Verify and Write&Verify SBC commands.
+
+------------------------------------------------------------------------
+r15798 | etxrab | 2005-09-14 12:08:41 -0500 (Wed, 14 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Do the variable binding with dissect_ber_x() routines rather than asn1 ones.
+------------------------------------------------------------------------
+r15797 | etxrab | 2005-09-14 12:04:36 -0500 (Wed, 14 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Dont't carsh if dissect_ber_null() isn't passed a hf_id.
+------------------------------------------------------------------------
+r15796 | sahlberg | 2005-09-14 11:06:11 -0500 (Wed, 14 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+Allow dissection of dcerpc of short frames   instead of aborting as soon as it is detected the pdu is "short"
+
+
+------------------------------------------------------------------------
+r15795 | sahlberg | 2005-09-14 11:04:59 -0500 (Wed, 14 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+for octet strings that span beyond the end of a "short" tvb,   create a new subset tvb of what we have and use that  instead of bailing out completely.
+
+
+------------------------------------------------------------------------
+r15794 | sahlberg | 2005-09-14 11:02:54 -0500 (Wed, 14 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-spnego.c
+
+when we have raw keberos inside the spnego blob,   pass it as is over to
+the kerberos dissector  and do not strip the ber tag and lengths off
+
+
+------------------------------------------------------------------------
+r15793 | guy | 2005-09-14 03:59:41 -0500 (Wed, 14 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/file.h
+   M /trunk/gtk/afp_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/conversations_table.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/hostlist_table.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+
+Have cf_retap_packets() take an argument that indicates whether to
+generate columns; use cf_retap_packets instead of cf_redissect_packets()
+when running taps (the general flow graph stat uses the Info column).
+
+------------------------------------------------------------------------
+r15792 | ulfl | 2005-09-13 21:07:20 -0500 (Tue, 13 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
+   M /trunk/packaging/nsis/ethereal.nsi
+
+fix #388: add /desktopicon and /quicklaunchicon command line options to the NSIS installer
+
+update the User's Guide accordingly
+------------------------------------------------------------------------
+r15791 | ulfl | 2005-09-13 18:46:42 -0500 (Tue, 13 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/gtk/expert_dlg.c
+
+Move "Expert Info" from "Statistics" to "Analyze" menu item.
+
+*significantly* improve performance (100000 infos from ~5min to 25sec!)
+
+Add a simple severity based filter mechanism.
+
+replace // style comments by /**/
+------------------------------------------------------------------------
+r15790 | ulfl | 2005-09-13 14:01:08 -0500 (Tue, 13 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/config.nmake
+
+Turn around the sequence of PATH, so the former PATH will be in front of the newly added things.
+
+This way, the cygwin link.exe command will be behind the link.exe from MSVC.
+
+Also added a definition of the docbook dir, floating around in my personal file for a while. This will be needed if the User's Guide is included in the NSIS installer later.
+------------------------------------------------------------------------
+r15789 | gerald | 2005-09-13 14:01:01 -0500 (Tue, 13 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-smb.c
+
+In smb_trans_defragment(), throw an exception if we encounter a too-large
+fragment size.  The limit is conservatively set at 65536 bytes.  It may
+have to be increased.  Fixes bug 421.
+
+Add an entry to the release notes.
+
+------------------------------------------------------------------------
+r15788 | ulfl | 2005-09-13 13:45:52 -0500 (Tue, 13 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/menu.c
+   M /trunk/stat_menu.h
+
+implement a way to add menu items to the "Analyze" menu
+------------------------------------------------------------------------
+r15787 | ulfl | 2005-09-13 13:42:12 -0500 (Tue, 13 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/decode_as_dcerpc.c
+
+don't crash with a NULL pointer exception, if "do not decode as" is used
+------------------------------------------------------------------------
+r15786 | ulfl | 2005-09-13 13:40:58 -0500 (Tue, 13 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+
+add to the protocol item a short description what a "Short Frame" is
+------------------------------------------------------------------------
+r15785 | ulfl | 2005-09-13 13:39:26 -0500 (Tue, 13 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcom-remunkn.c
+
+increment index of IID's in COL_INFO
+------------------------------------------------------------------------
+r15784 | ulfl | 2005-09-13 13:38:19 -0500 (Tue, 13 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/flow_graph.c
+
+use the same name for menu item and dialog box title, use the right capitalization for both
+------------------------------------------------------------------------
+r15783 | etxrab | 2005-09-13 11:56:28 -0500 (Tue, 13 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+
+Get application ID from the packet.
+------------------------------------------------------------------------
+r15782 | etxrab | 2005-09-13 11:48:13 -0500 (Tue, 13 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/config.nmake
+
+From Peter Johansson
+PATH contents one had before starting the  build, that PATH is added to the new PATH variable 5 additional times 
+instead of 1.
+I have made changes (supplied) to config.nmake that takes care of this 
+problem.
+------------------------------------------------------------------------
+r15781 | ulfl | 2005-09-13 03:03:16 -0500 (Tue, 13 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+
+don't simply remove the expert_info output at BoundsError, but add the comment from Guy why this (usually) isn't a bug (because of a short snapshot length).
+------------------------------------------------------------------------
+r15780 | etxrab | 2005-09-13 00:05:19 -0500 (Tue, 13 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+From Ankur Aggarwal:
+First phase of testing revealed the following errors
+------------------------------------------------------------------------
+r15779 | etxrab | 2005-09-13 00:00:17 -0500 (Tue, 13 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-winsrepl.c
+
+From Stefan Metzmacher
+Some updates to the winsrepl-dssector to add COL_INFO strings...
+
+------------------------------------------------------------------------
+r15778 | etxrab | 2005-09-12 23:53:36 -0500 (Mon, 12 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/graph_analysis.h
+
+From Alejandro Vaquero.
+
+------------------------------------------------------------------------
+r15777 | etxrab | 2005-09-12 23:51:49 -0500 (Mon, 12 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-cimd.c
+   A /trunk/epan/dissectors/packet-cimd.h
+
+From Piros Lucian:
+A new dissector - cimd dissector. CIMD stands for Computer Interface to Message Distribution and it's used to transfer short messages between applications and Nokia Short Message Service Center.
+------------------------------------------------------------------------
+r15776 | guy | 2005-09-12 23:00:47 -0500 (Mon, 12 Sep 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/expert.h
+   A /trunk/epan/gnuc_format_check.h
+   M /trunk/epan/proto.h
+
+Move the definition of GNUC_FORMAT_CHECK() to its own header, use it in
+column-utils.h, and add it to expert.h, so we check the arguments to
+"expert_add_info_format()", at least if the format argument is a
+constant string.
+
+Fix some more calls to "expert_add_info_format()" to pass it a format
+string.
+
+Don't record BoundsError exceptions as expert events - they merely
+reflect a capture done with a snapshot length too short to capture all
+of the packet (any case where it's caused by something else is a bug).
+
+------------------------------------------------------------------------
+r15775 | guy | 2005-09-12 21:39:37 -0500 (Mon, 12 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
+
+Don't pass an arbitrary string from a packet to a routine expecting a
+format string - the arbitrary string might contain "%" characters, so
+the routine might then fetch arbitrary junk and try to use it as, for
+example, a string pointer.
+
+------------------------------------------------------------------------
+r15774 | guy | 2005-09-12 19:50:43 -0500 (Mon, 12 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-bgp.h
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-radius.c
+
+Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses to
+calls to "tvb_get_ipv4()" and "tvb_get_ipv6()".
+
+Fix a call in the BGP dissector to properly fetch an IEEE floating-point
+number.
+
+Update some I-D info.
+
+------------------------------------------------------------------------
+r15773 | guy | 2005-09-12 16:01:25 -0500 (Mon, 12 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan
+
+Ignore files generated from dtd_grammar.lemon, dtd_parse.l, and
+dtd_preparse.l.
+
+------------------------------------------------------------------------
+r15772 | ulfl | 2005-09-12 15:10:44 -0500 (Mon, 12 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/gtk/packet_list.c
+
+When jumping (e.g. using menu item Go/Go to Packet...) to a new packet which is currently not displayed, this newly selected packet will become the first in the packet list.
+
+This is inconvenient, as most of the time (at least) I'm interested not only in the packets behind the newly selected one, but also to have some history *before* it.
+
+So this change will scroll the packet list to have the selected packet after the first third of the packet list.
+
+This change won't take effect if the new packet is already visible (only the selection is changed) or it's near the beginning or end of the packet list (so the whole beginning/end of the list is shown).
+------------------------------------------------------------------------
+r15771 | ulfl | 2005-09-12 15:02:58 -0500 (Mon, 12 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+add number of defragmented bytes to the expert info output
+------------------------------------------------------------------------
+r15770 | guy | 2005-09-12 14:50:45 -0500 (Mon, 12 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/Makefile.nmake
+
+Get rid of "dtd_grammar.out" on a "make distclean".
+
+Get rid of all the Flex-generated (and Lemon-generated) files on a
+"nmake -f Makefile.nmake distclean".
+
+------------------------------------------------------------------------
+r15769 | guy | 2005-09-12 14:32:35 -0500 (Mon, 12 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/dtd_grammar.lemon
+   A /trunk/epan/dtd_parse.h
+   M /trunk/epan/dtd_parse.l
+
+Add a header file to declare routines defined in lexer and used in
+parser, or vice versa.
+
+------------------------------------------------------------------------
+r15768 | guy | 2005-09-12 10:54:20 -0500 (Mon, 12 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dtd_grammar.lemon
+
+Again, "g_strdown()" doesn't return a value in GLib 1.2[.x].
+
+------------------------------------------------------------------------
+r15767 | guy | 2005-09-12 02:55:14 -0500 (Mon, 12 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+
+"g_strdown()" doesn't return a value in GLib 1.2[.x]; don't depend on it
+doing so.
+
+------------------------------------------------------------------------
+r15766 | guy | 2005-09-12 02:44:11 -0500 (Mon, 12 Sep 2005) | 18 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/osi-utils.c
+
+The previous checkin for packet-isup.c was accidentally checked in along
+with some unrelated changes; it got rid of some calls to get IPv4/IPv6
+addresses and add them to the protocol tree, replacing them with
+proto_tree_add_item() calls, and fixed up the length of one protocol
+tree item.
+
+Note that we have (at least) three count 'em three different routines
+for dissecting/displaying NSAPs (there might be more - I might have
+missed some), and suggest that we might want to reduce that to one.
+
+Update the URL for ICP values for IPv{4,6} addresses inside NSAPs.
+
+Fix the offset in the call to add the IPv6 address part of an NSAP
+containing such an address, and the length in the call adding the DSP
+for an NSAP containing an IPv4 address.
+
+Fix up indentation a bit.
+
+------------------------------------------------------------------------
+r15765 | tuexen | 2005-09-12 01:24:02 -0500 (Mon, 12 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+In now supports also:
+  - http://www.ietf.org/internet-drafts/draft-ietf-tsvwg-sctpimpguide-15.txt
+  - http://www.ietf.org/internet-drafts/draft-ietf-tsvwg-addip-sctp-13.txt
+  - http://www.ietf.org/internet-drafts/draft-stewart-sctp-pktdrprep-02.txt
+  - http://www.ietf.org/internet-drafts/draft-ietf-tsvwg-sctp-auth-01.txt
+  - http://www.ietf.org/internet-drafts/draft-ladha-sctp-nonce-02.txt
+
+
+------------------------------------------------------------------------
+r15764 | guy | 2005-09-12 01:21:35 -0500 (Mon, 12 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/addr_and_mask.c
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/ipv6-utils.h
+
+Don't collide with the "regular" IPv6 defintions in at least some
+platforms in ipv6-utils.h.
+
+------------------------------------------------------------------------
+r15763 | ulfl | 2005-09-11 19:29:19 -0500 (Sun, 11 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+fix fault defragmentation the same way as in the request/response path
+
+Unfortunately, I don't have a capture file to test this...
+------------------------------------------------------------------------
+r15762 | ulfl | 2005-09-11 19:16:57 -0500 (Sun, 11 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble.h
+
+fix reassembling problem I've introduced yesterday, by using fragment_add_seq_next() function instead of fragment_add()
+
+in addition, I had to implement fragment_get_reassembled() in addition to fragment_get(), which works with reassembled_table
+------------------------------------------------------------------------
+r15761 | guy | 2005-09-11 17:31:36 -0500 (Sun, 11 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-clnp.c
+
+Fix a typo.
+
+------------------------------------------------------------------------
+r15760 | guy | 2005-09-11 17:25:33 -0500 (Sun, 11 Sep 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/expert.c
+   M /trunk/epan/expert.h
+   M /trunk/epan/frame_data.h
+   M /trunk/file.c
+   M /trunk/gtk/expert_dlg.c
+
+Frame numbers are unsigned, and they start at 1; 0 is what's used for
+"unknown" for frame numbers.  Note that in epan/frame_data.h, and make
+the frame number in experts unsigned, and use 0 for "unknown", and
+display it as an unsigned number - and, if it's 0, don't display it at
+all.
+
+Fix the signature of "expert_dlg_draw()" to match what a tap's draw
+routine's signature is expected to be.
+
+------------------------------------------------------------------------
+r15759 | guy | 2005-09-11 17:19:41 -0500 (Sun, 11 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+Add some braces to squelch a compiler warning.
+
+Fix up indentation.
+
+------------------------------------------------------------------------
+r15758 | guy | 2005-09-11 16:25:37 -0500 (Sun, 11 Sep 2005) | 11 lines
+Changed paths:
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h245/h245.cnf
+   M /trunk/epan/addr_and_mask.c
+   M /trunk/epan/dissectors/packet-aodv.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-auto_rp.c
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-dhcpv6.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h245.h
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-igmp.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-ldp.c
+   M /trunk/epan/dissectors/packet-manolito.c
+   M /trunk/epan/dissectors/packet-msdp.c
+   M /trunk/epan/dissectors/packet-msnip.c
+   M /trunk/epan/dissectors/packet-msproxy.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/dissectors/packet-nsip.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-olsr.c
+   M /trunk/epan/dissectors/packet-quake3.c
+   M /trunk/epan/dissectors/packet-skinny.c
+   M /trunk/epan/dissectors/packet-socks.c
+   M /trunk/epan/dissectors/packet-teredo.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-wccp.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/packet.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+   M /trunk/plugins/opsi/packet-opsi.c
+   M /trunk/plugins/profinet/packet-pn-dcp.c
+
+Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,
+and that extract IPv6 addresses into a "struct e_in6_addr", with
+tvb_get_ipv4() and tvb_get_ipv6() calls - except for some that we
+remove, by using proto_tree_add_item(), rather than replacing.
+
+Have epan/tvbuff.h include epan/ipv6-utils.h, to define "struct
+e_in6_addr" (not necessary to declare the tvbuff routines, but including
+it there means "struct e_in6_addr" is guaranteed to be defined before
+those declarations, so we don't get compiler complaints if we define it
+*after* those declarations).
+
+------------------------------------------------------------------------
+r15757 | ulfl | 2005-09-11 16:10:26 -0500 (Sun, 11 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble.h
+
+rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit,
+as connection oriented (cn) and connectionless (dg) DCE/RPC uses different ways to handle defragmentation and this function is only used for dg
+------------------------------------------------------------------------
+r15756 | etxrab | 2005-09-11 16:10:20 -0500 (Sun, 11 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-spnego.c
+
+Get rid of dependency on format-oid.h
+------------------------------------------------------------------------
+r15755 | ulfl | 2005-09-11 12:15:00 -0500 (Sun, 11 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/libethereal.def
+   M /trunk/gtk/expert_dlg.c
+
+some things fixed, leftover from code cleanup (thanks to the buggy MSVC dependencies)
+------------------------------------------------------------------------
+r15754 | ulfl | 2005-09-11 11:55:34 -0500 (Sun, 11 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/epan.c
+   A /trunk/epan/expert.c
+   A /trunk/epan/expert.h
+   M /trunk/epan/libethereal.def
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/gtk/Makefile.common
+   A /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/proto_draw.c
+   M /trunk/gtk/proto_draw.h
+
+I'm adding the "Expert Info" prototype now, as it seems to be in a state where others might have a look and probably already find it useful :-). Anyway, we can easily disable it at one or two places in the code if it get's in our way of a new release.
+
+Please see: http://wiki.ethereal.com/Development/ExpertInfo for a complete overview of the intended feature and it's current state of implementation.
+
+While I'm working on this, I've also added some more status result codes to the DCE/RPC and DCOM dissectors.
+------------------------------------------------------------------------
+r15753 | guy | 2005-09-10 14:43:41 -0500 (Sat, 10 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/libethereal.def
+   M /trunk/epan/proto.c
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+
+Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 and
+IPv6 addresses.  Use "tvb_get_ipv4()" in the WINS Replication dissector,
+so that it gets the right answer on little-endian *AND* big-endian
+machines.
+
+------------------------------------------------------------------------
+r15752 | guy | 2005-09-10 14:39:56 -0500 (Sat, 10 Sep 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+In "dissect_sip()", return 0 if "dissect_sip_common()" returns a
+negative value, so we reject the packet as "not SIP".
+
+Add a "dissect_sip_tcp_heur()" that's heuristic - it'll return FALSE if
+the first packet doesn't look like SIP, but once it's dissected one
+packet it'll just treat subsequent SIP packets as continuations if they
+don't look right.
+
+Clean up indentation a bit.
+
+------------------------------------------------------------------------
+r15751 | lego | 2005-09-10 13:59:02 -0500 (Sat, 10 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dtd_preparse.l
+
+propperly handle the errors when loading a file fails.
+
+
+------------------------------------------------------------------------
+r15750 | lego | 2005-09-10 13:46:03 -0500 (Sat, 10 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dtd_preparse.l
+
+don't use fgets() as MSVC does not implement it. use fgetc instead.
+
+
+------------------------------------------------------------------------
+r15749 | ulfl | 2005-09-10 13:33:32 -0500 (Sat, 10 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
+
+fix MSVC slash/backslash and other such problems, now getting:
+
+dtd_preparse.obj : error LNK2001: Nichtaufgeloestes externes Symbol _fgetln
+
+MSVC doesn't support fgetln!
+------------------------------------------------------------------------
+r15748 | lego | 2005-09-10 13:00:28 -0500 (Sat, 10 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
+
+Make sure lemon is built before trying to use it
+
+------------------------------------------------------------------------
+r15747 | lego | 2005-09-10 12:55:16 -0500 (Sat, 10 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+
+fix the dtd_grammar.c rule
+
+
+------------------------------------------------------------------------
+r15746 | lego | 2005-09-10 12:47:02 -0500 (Sat, 10 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
+
+nmake does not have the $^ macro
+
+
+------------------------------------------------------------------------
+r15745 | lego | 2005-09-10 12:29:15 -0500 (Sat, 10 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/dissectors/packet-xml.c
+   A /trunk/epan/dtd.h
+   A /trunk/epan/dtd_grammar.lemon
+   A /trunk/epan/dtd_parse.l
+   A /trunk/epan/dtd_preparse.l
 
-2003-12-18 03:41  guy
+the dtd parser (still missing the glue) and few fixes to packet-xml.c
 
-       * README, doc/editcap.pod, doc/ethereal.pod, doc/mergecap.pod,
-         doc/tethereal.pod, wiretap/etherpeek.c:
 
-         WildPackets' EtherHelp appears to write EtherPeek-compatible
-         files, except that the 0x80 bit is turned on in the file version
-         number field.  Turn that bit off before processing that field.
+------------------------------------------------------------------------
+r15744 | ulfl | 2005-09-10 10:11:21 -0500 (Sat, 10 Sep 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/reassemble.c
 
-2003-12-18 13:02  obiot
+fix DCE/RPC defragmentation, if both middle and last DCE/RPC fragments are in the same TCP desegmented data blob
 
-       * epan/ftypes/: ftype-bytes.c, ftype-string.c, ftype-tvbuff.c:
+reassemble.c:
+I had to change the way the reassemble code works if the dissector is telling that more fragments *will* follow. In this case the reassemble code shouldn't try to reassemble already at that time ...
 
-         Add support of the "matches" operator to FT_BYTES and FT_ETHER. I
-         don't think it would make sense to add PCRE support for byte
-         arrays containing an integer or an IP address.
+I've also changed the way if a fragment was already seen or not, as it's not enough to check for the frame number, in the scenario described above.
 
-         Avoid lengthy pointer constructs in cmp_matches().
+Unfortunately both changes *might* broke other protocols from reassemble properly. I've checked with excessive TCP desegmentation and it's still working without any changes :-)
 
-2003-12-18 18:18  guy
+packet-dcerpc.c:
+use a tvb subset to limit the "end of bytes" processed in a single fragment dissect run, as each fragment has it's own DCE/RPC header (and isn't part of the stub data of the previous packet).
 
-       * packet-ldap.c:
+------------------------------------------------------------------------
+r15743 | ulfl | 2005-09-09 16:04:19 -0500 (Fri, 09 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/packaging/nsis/ethereal.nsi
 
-         From Ronnie Sahlberg: if the GSSAPI token is empty, don't dissect
-         it.
+NSIS warning removed: the label "lbl_winpcap_dont_install" is currently unused
+------------------------------------------------------------------------
+r15742 | etxrab | 2005-09-09 14:46:57 -0500 (Fri, 09 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/ftam/ftam.cnf
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/pres/pres.cnf
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-pres.c
 
-2003-12-18 18:56  guy
+Dissect "nbs-9".
+------------------------------------------------------------------------
+r15741 | etxrab | 2005-09-09 11:19:51 -0500 (Fri, 09 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter-defs.h
 
-       * AUTHORS, Makefile.am, capture.c, configure.in:
+Add some 3GPP AVP:s
+------------------------------------------------------------------------
+r15740 | kukosa | 2005-09-09 10:36:39 -0500 (Fri, 09 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
 
-         From Jan Kiszka: IrDA support.
+- dissect_per_choice() creates now only one level tree insted of two levels tree
+- dissect_per_choice() rewritten
+------------------------------------------------------------------------
+r15739 | guy | 2005-09-09 03:40:58 -0500 (Fri, 09 Sep 2005) | 12 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+   M /trunk/wiretap/wtap-int.h
 
-2003-12-18 19:01  guy
+From Bill Meier:
 
-       * doc/ethereal.pod, packaging/nsis/Makefile.nmake,
-         packaging/nsis/ethereal.nsi, plugins/Makefile.am:
+       define "timezone" as "gint16", as it can be positive (west of
+       UTC) or negative (east of UTC);
 
-         From Jan Kiszka: IrDA support.
+       update comments to refer to the new names for structure members;
 
-2003-12-18 19:04  guy
+       say the precision of the time stamps is 1 nanosecond only if the
+       ticks per second is > 10 million;
 
-       * plugins/Makefile.nmake, plugins/irda/.cvsignore,
-         plugins/irda/Makefile.am, plugins/irda/Makefile.nmake,
-         plugins/irda/irda-appl.h, plugins/irda/moduleinfo.h,
-         plugins/irda/packet-ircomm.c, plugins/irda/packet-irda.c,
-         wiretap/libpcap.c, wiretap/wtap.c, wiretap/wtap.h:
+       fix the handling of files truncated exactly on a frame boundary.
 
-         From Jan Kiszka: IrDA support.
+------------------------------------------------------------------------
+r15738 | guy | 2005-09-09 03:29:10 -0500 (Fri, 09 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afp.c
 
-2003-12-18 20:34  guy
+From Didier Gautheron: pass error replies to the tap.
 
-       * plugins/irda/packet-irda.c:
+------------------------------------------------------------------------
+r15737 | guy | 2005-09-09 03:20:16 -0500 (Fri, 09 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/conversations_rsvp.c
+   M /trunk/gtk/hostlist_rsvp.c
 
-         From Jan Kiszka: add a comment explaining what the IrDA plugin
-         does.
+Update new RSVP host list and conversation stats to match recent changes
+to the way command-line arguments and menu items for stats are done.
 
-2003-12-18 20:35  guy
+------------------------------------------------------------------------
+r15736 | guy | 2005-09-09 03:11:47 -0500 (Fri, 09 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/gtk/dlg_utils.c
 
-       * plugins/irda/.cvsignore:
+Don't handle the ETHEREAL_STOCK_CAPTURE_START button if we don't have
+libpcap - ETHEREAL_STOCK_CAPTURE_START isn't defined, and we can't
+capture in any case, so we don't need that button.
 
-         Add more files.
+------------------------------------------------------------------------
+r15735 | ulfl | 2005-09-08 19:22:37 -0500 (Thu, 08 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/sigcomp_state_hdlr.c
 
-2003-12-18 20:36  sharpe
+fix MSVC warning: sigcomp_state_hdlr.c(601) : warning C4101: 'partial_state_str' : unreferenced local variable
+------------------------------------------------------------------------
+r15734 | lego | 2005-09-08 17:55:39 -0500 (Thu, 08 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/packaging/nsis/ethereal.nsi
 
-       * gtk/proto_draw.c:
+the xml plugin was removed
 
-         A small patch from Kai Krueger <kai@kruegernetz.de> to ensure
-         that we keep the file name around long enough to use it when
-         saving highlighted data etc.
 
-2003-12-18 21:18  guy
+------------------------------------------------------------------------
+r15733 | lego | 2005-09-08 17:51:12 -0500 (Thu, 08 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-text-media.c
 
-       * capture.c:
+ some content-types are now handled by xml 
 
-         Top-of-tree and top-of-0.8-branch libpcap support limited
-         filtering on DLT_LINUX_IRDA (empty expression and "link[M:N]"
-         expressions), so don't special-case IRDA adapters.
 
-2003-12-18 23:50  guy
+------------------------------------------------------------------------
+r15732 | ulfl | 2005-09-08 16:36:40 -0500 (Thu, 08 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/file.c
 
-       * wiretap/libpcap.c:
+start with fdata->num = -1, so we don't have an uninitialised value while doing read_filter style dissection
+------------------------------------------------------------------------
+r15731 | ulfl | 2005-09-08 16:33:11 -0500 (Thu, 08 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/doc/README.tapping
 
-         Add support for a link-layer type value of 143 as DOCSIS in
-         libpcap captures.
+(very minor) issue found while working on a new tap
+------------------------------------------------------------------------
+r15730 | lego | 2005-09-08 16:21:05 -0500 (Thu, 08 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
 
-2003-12-19 01:24  guy
+forgot the Id
 
-       * packet-arcnet.c:
 
-         As noted by Peter Fales, the offset in "capture_arcnet()" should
-         be 4 if the extra offset field is present and 2 if it's absent,
-         not the other way around.
+------------------------------------------------------------------------
+r15729 | lego | 2005-09-08 16:18:58 -0500 (Thu, 08 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.in
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/plugins/Makefile.am
+   M /trunk/plugins/Makefile.nmake
 
-2003-12-19 01:36  guy
+Let's migrate the xml dissector...
 
-       * acinclude.m4:
 
-         The GNU ADNS library requires whatever libraries are needed for
-         socket calls.
+------------------------------------------------------------------------
+r15728 | lego | 2005-09-08 16:14:24 -0500 (Thu, 08 Sep 2005) | 4 lines
+Changed paths:
+   A /trunk/epan/dissectors/packet-xml.c
 
-2003-12-19 04:40  gram
+a new version of the xml dissector, look ma no lex!
+mmh  still missing the dtd parser...
 
-       * epan/dfilter/dfvm.c:
 
-         Print values for ANY_MATCHES and ANY_CONTAINS so that the dftest
-         executable works properly.
+------------------------------------------------------------------------
+r15727 | lego | 2005-09-08 15:11:01 -0500 (Thu, 08 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/tvbparse.c
+   M /trunk/epan/tvbparse.h
 
-2003-12-19 16:42  gram
+fix the svn keywords and some comments that were out of date
 
-       * packet-dcerpc-dce122.c:
 
-         Remove \n from value-strings.
+------------------------------------------------------------------------
+r15726 | lego | 2005-09-08 14:50:13 -0500 (Thu, 08 Sep 2005) | 3 lines
+Changed paths:
+   A /trunk/epan/tvbparse.c
+   A /trunk/epan/tvbparse.h
 
-2003-12-19 19:03  guy
+an API for "bufferless" parsing of text tvbs
 
-       * packet-tacacs.c:
 
-         Don't use "u_char", use "guchar" for characters and "guint8" for
-         8-bit unsigned integers.
+------------------------------------------------------------------------
+r15725 | gerald | 2005-09-08 10:01:16 -0500 (Thu, 08 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/wiretap/k12.c
 
-2003-12-19 19:08  guy
+Fix more problems found by Steve Grubb, along with other changes:
 
-       * doc/README.developer:
+Camel: Fix an off-by-one error.  Don't alloc and free where it's not
+needed.  Remove an unused variable.
 
-         Note that "uchar", "u_char", "u_short", "u_int", and "u_long" are
-         also forbidden.
+PPP and K12: Fix memory leaks.
 
-2003-12-19 19:09  guy
+------------------------------------------------------------------------
+r15724 | sahlberg | 2005-09-08 07:39:02 -0500 (Thu, 08 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-winsrepl.c
 
-       * packet-arcnet.c:
+start making winsrepl into a new style dissector and use tcp_dissect_pdus()
 
-         From Peter Fales: count IPX-over-ARCNET packets in
-         "capture_arcnet()".
+also fix bugs 417 / 418
 
-2003-12-19 20:16  obiot
 
-       * packet-wsp.c:
+this dissector still needs to have heuristics to be added to it.
 
-         Add extra debug logging. Fix typo in debug log explanation.
 
-2003-12-19 20:26  obiot
+------------------------------------------------------------------------
+r15723 | sahlberg | 2005-09-08 05:12:12 -0500 (Thu, 08 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-winsrepl.h
 
-       * packet-mmse.c:
+from M&Y Kaul
 
-         Add debug logging to the MMSE dissector.
+rename Wins to WINS
 
-2003-12-19 22:23  guy
+add some new decodes
 
-       * wiretap/snoop.c:
 
-         Add some additional sanity checking.
 
-2003-12-19 22:31  guy
+------------------------------------------------------------------------
+r15722 | sahlberg | 2005-09-08 05:08:01 -0500 (Thu, 08 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
 
-       * packet-smpp.c:
+from Michal & Yaniv Kaul
 
-         Don't store the result of "tvb_reported_length()" into a "guint8"
-         - it could be more than 255 (even if that "shouldn't happen").
 
-         Don't use "frags != 0" as an indication that the message was
-         fragmented - that can't handle bogus packets with a zero fragment
-         count.  Have an explicit variable for that.
+Updates to prettify the Bind ACK context handles
 
-         Check that "sm_data_len" isn't 0 before attempting dissection or
-         reassembly.
 
-         Check that "frag" and "frags" aren't zero before attempting
-         reassembly (arguably, we should report both of those as errors).
 
-         Use "process_reassembled_data()" to do the bulk of the work for
-         reassembly - it handles the case where a "fragmented" packet has
-         only one fragment.  This fixes a crash that occurred when only
-         the last fragment was seen, although there's an underlying
-         problem there, namely that the hack tha
-         "fragment_add_seq_check()" does to handle some problems with some
-         802.11 captures causes it to consider a packet where the first
-         fragment seen is also the last fragment as a one-fragment packet;
-         we probably need to do that *only* for 802.11.
+------------------------------------------------------------------------
+r15721 | ulfl | 2005-09-08 04:42:19 -0500 (Thu, 08 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
 
-2003-12-19 22:46  guy
+add description of the Windows installer command line parameters
+------------------------------------------------------------------------
+r15720 | ulfl | 2005-09-08 04:19:46 -0500 (Thu, 08 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
 
-       * packet-pgm.c:
+set the window title of the Win32 debug console
+------------------------------------------------------------------------
+r15719 | ulfl | 2005-09-07 17:00:25 -0500 (Wed, 07 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/capture_if_dlg.c
 
-         Add an hf[] entry for the OPT_FRAG_OFF field of the OPT_FRAGMENT
-         option (the hf_ variable for it existed, but there was no hf[]
-         entry, so it didn't get initialized).
+close the capture interfaces dialog if the user pressed "Capture" or "Prepare"
 
-2003-12-19 23:13  guy
+this dialog is live capturing from all "known" interfaces while it's open, so huge system load is generated, which is not preferred while doing a real capture.
+------------------------------------------------------------------------
+r15718 | ulfl | 2005-09-07 16:47:51 -0500 (Wed, 07 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
 
-       * AUTHORS, packet-dns.c:
+don't wait for a keypress if this is a capture child. This was very annoying, as stopping a capture seems to freeze Ethereal, but it simply waits for a keypress on the capture_child's console window.
+------------------------------------------------------------------------
+r15717 | ulfl | 2005-09-07 15:50:03 -0500 (Wed, 07 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
 
-         From David Fort: update some comments now that RFC 3658 is out,
-         and fix a typo in the AUTHORS file.
+MSVC don't like empty structs, add a dummy element to rsvp_session_ipv6_info
+------------------------------------------------------------------------
+r15716 | gerald | 2005-09-07 15:49:16 -0500 (Wed, 07 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
 
-2003-12-19 23:20  guy
+Add Valgrind core files to CLEANFILES.
 
-       * AUTHORS, packet-icmpv6.c, packet-ipv6.h:
+------------------------------------------------------------------------
+r15715 | gerald | 2005-09-07 15:09:40 -0500 (Wed, 07 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/sigcomp-udvm.c
+   M /trunk/epan/sigcomp_state_hdlr.c
+   M /trunk/epan/sigcomp_state_hdlr.h
+
+Add bounds checking in several places to the SigComp UDVM.  Use memset()
+instead of while loops to initialize variables.  Use a define instead
+of magic numbers.  Don't use guint8s for counters.  Add a corresponding
+entry to the release notes.
+
+------------------------------------------------------------------------
+r15714 | sahlberg | 2005-09-07 14:52:44 -0500 (Wed, 07 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-rsvp.h
+   M /trunk/gtk/Makefile.common
+   A /trunk/gtk/conversations_rsvp.c
+   A /trunk/gtk/hostlist_rsvp.c
+
+From Manu Pathak
+
+Make RSVP tappable
+
+add hostlist and conversation listing for RSVP conversations
+
+
+
+------------------------------------------------------------------------
+r15713 | gerald | 2005-09-07 10:40:59 -0500 (Wed, 07 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+If dissect_ber_octet_string() gives us a null tvb, assume we have a malformed
+packet and throw an exception.  Don't pass the null tvb to tvb_length().
+
+------------------------------------------------------------------------
+r15712 | gerald | 2005-09-07 08:59:10 -0500 (Wed, 07 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook
+   M /trunk/image
+
+Add patterns to svn:ignore.
+
+------------------------------------------------------------------------
+r15711 | sahlberg | 2005-09-07 08:29:44 -0500 (Wed, 07 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-winsrepl.c
+   A /trunk/epan/dissectors/packet-winsrepl.h
+
+From Metze  with minor changes.
+
+New protocol
+NBNS Replication support
+
+
+
+------------------------------------------------------------------------
+r15710 | gerald | 2005-09-07 08:26:23 -0500 (Wed, 07 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/asn1/MAP_Dialogue/Makefile.nmake
+   M /trunk/asn1/acse/Makefile.nmake
+   M /trunk/asn1/camel/Makefile.nmake
+   M /trunk/asn1/cmip/Makefile.nmake
+   M /trunk/asn1/cms/Makefile.nmake
+   M /trunk/asn1/ess/Makefile.nmake
+   M /trunk/asn1/ftam/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/logotype-cert-extn/Makefile.nmake
+   M /trunk/asn1/mms/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/ros/Makefile.nmake
+   M /trunk/asn1/rtse/Makefile.nmake
+   M /trunk/asn1/s4406/Makefile.nmake
+   M /trunk/asn1/smrse/Makefile.nmake
+   M /trunk/asn1/tcap/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/config.nmake
+   M /trunk/epan/Makefile.nmake
+   M /trunk/plugins/Makefile.nmake
+
+Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in order
+to fix compilation under Windows NT.  This should fix bug 403.
+
+The changes were made using "find . -name Makefile.nmake | xargs perl
+-pi.bak -e 's: /y::i'".  They appear to work under XP, but if anything
+broke I blame Larry Wall.
+
+------------------------------------------------------------------------
+r15709 | kukosa | 2005-09-07 05:08:13 -0500 (Wed, 07 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+SIP reassembly using req_resp_hdrs_do_reassembly()
+------------------------------------------------------------------------
+r15708 | gerald | 2005-09-06 17:07:35 -0500 (Tue, 06 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add a note about PCRE.
+
+------------------------------------------------------------------------
+r15707 | gerald | 2005-09-06 14:50:31 -0500 (Tue, 06 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk
+
+Add patterns to svn:ignore.
+
+------------------------------------------------------------------------
+r15706 | gerald | 2005-09-06 14:48:57 -0500 (Tue, 06 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/tools/win32-setup.sh
+
+Move to the latest ethereal-win32-libs tag.
+
+------------------------------------------------------------------------
+r15705 | gerald | 2005-09-06 14:21:48 -0500 (Tue, 06 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add a section on file locations.
+
+------------------------------------------------------------------------
+r15704 | gerald | 2005-09-06 13:41:25 -0500 (Tue, 06 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/doc/Makefile.nmake
+   M /trunk/plugins/Makefile.nmake
+
+In doc/Makefile.nmake, use the "install-deps" target from the root
+Makefile.nmake instead of doing our own XCOPYing.  Use the "clean-deps"
+target when we're done instead of leaving DLLs lying around.
+
+Normalize the use of underscores vs hyphens in the "clean-deps" target.
+
+------------------------------------------------------------------------
+r15703 | etxrab | 2005-09-06 13:08:45 -0500 (Tue, 06 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/ftam/ftam.cnf
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-pres.c
+
+Ftam - Use some mofe FN_PAR:s
+PRES Dissect PDU type based on SS-user data from SES(Info from asn1 file).
+------------------------------------------------------------------------
+r15702 | guy | 2005-09-06 12:44:20 -0500 (Tue, 06 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/epan/dissectors/packet-h225.c
+
+Make sure we don't overflow the dialedDigits array.
+
+------------------------------------------------------------------------
+r15701 | guy | 2005-09-06 12:43:22 -0500 (Tue, 06 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Fail somewhat gracefully if malloc() fails.
+
+------------------------------------------------------------------------
+r15700 | kukosa | 2005-09-06 09:18:49 -0500 (Tue, 06 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h245/h245.cnf
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/proto.h
+
+get rid of few warnings
+------------------------------------------------------------------------
+r15699 | kukosa | 2005-09-06 05:38:25 -0500 (Tue, 06 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+reassembly improvements
+------------------------------------------------------------------------
+r15698 | etxrab | 2005-09-06 00:30:06 -0500 (Tue, 06 Sep 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+From Graeme Lunt:
+
+Attached is a patch to solve the CHOICE problem for review. 
+
+Problem was two-fold:
+1) not passing original class/tag to sub-choice we had matched BER_CLASS_ANY
+2) not handling a count==0 if we had matched BER_CLASS_ANY 
+
+The patch also includes a my constructed octet string fix again.
+------------------------------------------------------------------------
+r15697 | guy | 2005-09-05 17:39:09 -0500 (Mon, 05 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x411.h
+
+Squelch compiler warnings.
+
+------------------------------------------------------------------------
+r15696 | guy | 2005-09-05 17:38:13 -0500 (Mon, 05 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/rtse/rtse.cnf
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-rtse.h
+
+Squelch compiler warnings.
+
+------------------------------------------------------------------------
+r15695 | guy | 2005-09-05 17:36:52 -0500 (Mon, 05 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/acse/acse.cnf
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-acse.h
+
+Squelch a compiler warning.
+
+------------------------------------------------------------------------
+r15694 | gerald | 2005-09-05 16:38:10 -0500 (Mon, 05 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-snmp.c
+
+For SNMP, malloc memory that we're going to free later.  Fixes bug 406.
+
+For RTP, don't free se_allocated memory.
+
+------------------------------------------------------------------------
+r15693 | guy | 2005-09-05 16:30:15 -0500 (Mon, 05 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/s4406/packet-s4406-template.c
+   M /trunk/epan/dissectors/packet-s4406.c
+   M /trunk/epan/dissectors/packet-s4406.h
+
+Use the same string for the protocol's filter name as is used in the
+names of its filterable fields.
+
+------------------------------------------------------------------------
+r15692 | guy | 2005-09-05 16:21:29 -0500 (Mon, 05 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+Include "packet-tcp.h" to declare tcp_dissect_pdus().
+
+------------------------------------------------------------------------
+r15691 | guy | 2005-09-05 16:18:06 -0500 (Mon, 05 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/ftypes/ftype-bytes.c
+
+"strlen()" returns a "size_t"; use that for its return value.
+
+Cast the argument to <ctype.h> macros to "guchar", so that if the 8th
+bit is set in the byte, it doesn't get sign-extended.
+
+------------------------------------------------------------------------
+r15690 | obiot | 2005-09-05 15:37:47 -0500 (Mon, 05 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+
+Don't use curly braces in an author's log entry: it confuses the parser.
+
+------------------------------------------------------------------------
+r15689 | etxrab | 2005-09-05 11:41:46 -0500 (Mon, 05 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-ftam.h
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mms.h
+
+Add some OID:s as we now use the Presentation context and use FN_PARS.
+------------------------------------------------------------------------
+r15688 | etxrab | 2005-09-05 11:41:11 -0500 (Mon, 05 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/ftam/ftam.cnf
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/mms/packet-mms-template.c
+
+Add some OID:s as we now use the Presentation context and use FN_PARS.
+------------------------------------------------------------------------
+r15687 | etxrab | 2005-09-05 11:31:24 -0500 (Mon, 05 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+branch_taken got lost in the recent changes.
+------------------------------------------------------------------------
+r15686 | etxrab | 2005-09-05 11:30:31 -0500 (Mon, 05 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-multipart.c
+
+Add a missing include
+------------------------------------------------------------------------
+r15685 | kukosa | 2005-09-05 08:25:49 -0500 (Mon, 05 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+the first attempt at SIP reassembly
+------------------------------------------------------------------------
+r15684 | kukosa | 2005-09-05 08:20:56 -0500 (Mon, 05 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-multipart.c
+
+buffer where parameters variable pointed into was freed
+it is necessary to make a copy
+------------------------------------------------------------------------
+r15683 | kukosa | 2005-09-05 06:59:22 -0500 (Mon, 05 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-multipart.c
+
+- set length for "Encapsulated multipart part" tree item
+- pass right content type to media subdissectors
+
+------------------------------------------------------------------------
+r15682 | kukosa | 2005-09-05 05:56:41 -0500 (Mon, 05 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+
+new BASE_DEC_HEX and BASE_HEX_DEC displaying numbers in "dual" format
+------------------------------------------------------------------------
+r15681 | etxrab | 2005-09-05 00:29:14 -0500 (Mon, 05 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Fix a typo, should make the buildbot hapy again.
+------------------------------------------------------------------------
+r15680 | etxrab | 2005-09-04 15:30:31 -0500 (Sun, 04 Sep 2005) | 15 lines
+Changed paths:
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/ros/packet-ros-template.c
+   M /trunk/asn1/rtse/packet-rtse-template.c
+   M /trunk/asn1/rtse/packet-rtse-template.h
+   M /trunk/asn1/s4406/packet-s4406-template.c
+   M /trunk/asn1/x420/packet-x420-template.c
+   M /trunk/asn1/x420/packet-x420-template.h
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-pres.c
+   A /trunk/epan/dissectors/packet-ros.c
+   A /trunk/epan/dissectors/packet-ros.h
+   A /trunk/epan/dissectors/packet-rtse.c
+   A /trunk/epan/dissectors/packet-rtse.h
+   A /trunk/epan/dissectors/packet-s4406.c
+   A /trunk/epan/dissectors/packet-s4406.h
+   M /trunk/epan/dissectors/packet-ses.h
+   A /trunk/epan/dissectors/packet-x411.c
+   A /trunk/epan/dissectors/packet-x411.h
+   A /trunk/epan/dissectors/packet-x420.c
+   A /trunk/epan/dissectors/packet-x420.h
+
+ From Graeme Lunt
+ I attach my RTSE dissector (in tar file) which requires the included ROS dissector, as well as a patch to the latest pres.{cnf,asn}. The ROS dissector uses a new field in the SESSION_DATA_STRUCTURE to pass the ROS operation to the sub-dissector, though this is also set by other dissectors (RTSE uses it in X.410 mode). 
+ Note that X.400 P1 in X.410 mode doesn't use ROS, so it is useful not to explicitly include ROS in my X411 dissector. However, the inclusion of a ROS dissector won't effect any dissectors that currently implement their own ROS.
+ I also include dissectors for:
+ X.411         (P1)            X.400 OSI Message Transfer Service
+ X.420         (P22)   X.400 OSI Information Object
+ STANAG 4406   (P772)  STANAG 4406 Military Message Extensions (to P22)
+ These rely on the RTSE and ROS dissectors.
+
+Withs some changes to remove various warnings and errors.
+------------------------------------------------------------------------
+r15679 | etxrab | 2005-09-04 11:22:12 -0500 (Sun, 04 Sep 2005) | 14 lines
+Changed paths:
+   M /trunk/asn1/pres/ISO8823-PRESENTATION.asn
+   M /trunk/asn1/pres/pres.cnf
+   A /trunk/asn1/ros
+   A /trunk/asn1/ros/Makefile
+   A /trunk/asn1/ros/Makefile.nmake
+   A /trunk/asn1/ros/packet-ros-template.c
+   A /trunk/asn1/ros/packet-ros-template.h
+   A /trunk/asn1/ros/ros-exp.cnf
+   A /trunk/asn1/ros/ros.asn
+   A /trunk/asn1/ros/ros.cnf
+   A /trunk/asn1/rtse
+   A /trunk/asn1/rtse/Makefile
+   A /trunk/asn1/rtse/Makefile.nmake
+   A /trunk/asn1/rtse/packet-rtse-template.c
+   A /trunk/asn1/rtse/packet-rtse-template.h
+   A /trunk/asn1/rtse/rtse-exp.cnf
+   A /trunk/asn1/rtse/rtse.asn
+   A /trunk/asn1/rtse/rtse.cnf
+   A /trunk/asn1/s4406
+   A /trunk/asn1/s4406/Makefile
+   A /trunk/asn1/s4406/Makefile.nmake
+   A /trunk/asn1/s4406/packet-s4406-template.c
+   A /trunk/asn1/s4406/packet-s4406-template.h
+   A /trunk/asn1/s4406/s4406.asn
+   A /trunk/asn1/s4406/s4406.cnf
+   A /trunk/asn1/x411
+   A /trunk/asn1/x411/Makefile
+   A /trunk/asn1/x411/Makefile.nmake
+   A /trunk/asn1/x411/packet-x411-template.c
+   A /trunk/asn1/x411/packet-x411-template.h
+   A /trunk/asn1/x411/x411-exp.cnf
+   A /trunk/asn1/x411/x411.asn
+   A /trunk/asn1/x411/x411.cnf
+   A /trunk/asn1/x420
+   A /trunk/asn1/x420/Makefile
+   A /trunk/asn1/x420/Makefile.nmake
+   A /trunk/asn1/x420/packet-x420-template.c
+   A /trunk/asn1/x420/packet-x420-template.h
+   A /trunk/asn1/x420/x420-exp.cnf
+   A /trunk/asn1/x420/x420.asn
+   A /trunk/asn1/x420/x420.cnf
+
+From Graeme Lunt
+
+I attach my RTSE dissector (in tar file) which requires the included ROS dissector, as well as a patch to the latest pres.{cnf,asn}. The ROS dissector uses a new field in the SESSION_DATA_STRUCTURE to pass the ROS operation to the sub-dissector, though this is also set by other dissectors (RTSE uses it in X.410 mode). 
+
+Note that X.400 P1 in X.410 mode doesn't use ROS, so it is useful not to explicitly include ROS in my X411 dissector. However, the inclusion of a ROS dissector won't effect any dissectors that currently implement their own ROS.
+
+I also include dissectors for:
+
+X.411  (P1)            X.400 OSI Message Transfer Service
+X.420  (P22)   X.400 OSI Information Object
+STANAG 4406    (P772)  STANAG 4406 Military Message Extensions (to P22)
+
+These rely on the RTSE and ROS dissectors.
+
+------------------------------------------------------------------------
+r15678 | etxrab | 2005-09-04 04:00:01 -0500 (Sun, 04 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/asn1/acse/acse.cnf
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/pres/packet-pres-template.h
+   M /trunk/asn1/pres/pres.cnf
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-acse.h
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-pres.h
+
+From Graeme Lunt:
+Basically the changes are:
+a) [pres] make the find_oid_by_[pres_]ctx_id (I changed the name to make it more specific) non-static so it can be called from other dissectors (see acse.cnf changes). I also call it from RTSE and ROS dissectors
+b) [acse] remove (#ifdef NOT_NEEDED) the oid lookup table and any reference to acse_handle - as these are no longer needed
+c) [acse] register the acse dissector on 2.2.1.0.1
+with some modifications: -#ifdef:ed code removed
+- renamed aco -> pco
+
+------------------------------------------------------------------------
+r15677 | etxrab | 2005-09-04 03:53:04 -0500 (Sun, 04 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+Make Objekt Key a HEX string.
+------------------------------------------------------------------------
+r15676 | guy | 2005-09-03 13:51:55 -0500 (Sat, 03 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/tethereal.c
+
+Make usage messages fit within 80 characters.
+
+------------------------------------------------------------------------
+r15675 | guy | 2005-09-03 13:31:45 -0500 (Sat, 03 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/tethereal.c
+
+As with Ethereal, so with Tethereal; we're not a GNU program, don't say
+we are.
+
+------------------------------------------------------------------------
+r15674 | guy | 2005-09-03 13:21:48 -0500 (Sat, 03 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/gtk/main.c
+
+Use the "svnversion" variable, exported by version_info.c, to print the
+version number from SVN for non-release builds, just as Tethereal does. 
+Fixes bug 408.
+
+------------------------------------------------------------------------
+r15673 | gerald | 2005-09-02 14:54:16 -0500 (Fri, 02 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/plugins/rtnet/packet-rtnet.c
+
+In RTnet, make sure we don't pass a null handle to call_dissector().  Add
+an entry about this to the release notes.  Fixes a recent buildbot crash.
+
+------------------------------------------------------------------------
+r15672 | gerald | 2005-09-02 14:50:01 -0500 (Fri, 02 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/emem.c
+
+Fix a typo.
+
+------------------------------------------------------------------------
+r15671 | ulfl | 2005-09-02 14:08:25 -0500 (Fri, 02 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/fileset_dlg.c
+
+don't crash if the file_set dialog is opened and a "none fileset" file is already loaded. This bug was introduced by me after the 0.10.12 release
+------------------------------------------------------------------------
+r15670 | guy | 2005-09-02 11:50:51 -0500 (Fri, 02 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/doc/text2pcap.pod
+
+text2pcap can add fake SCTP headers.
+
+------------------------------------------------------------------------
+r15669 | sahlberg | 2005-09-02 04:28:30 -0500 (Fri, 02 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_637.c
+
+another switch that should be a value_string
+
+
+------------------------------------------------------------------------
+r15668 | sahlberg | 2005-09-02 04:16:50 -0500 (Fri, 02 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-alcap.c
+
+make two thigs that should be value_strings value_strings
+
+
+------------------------------------------------------------------------
+r15667 | guy | 2005-09-02 03:19:15 -0500 (Fri, 02 Sep 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+A PDU dissector called by tcp_dissect_pdus() can't return anything.
+
+A PDU length routine called by tcp_dissect_pdus() should use the offset
+passed to it as the offset of the beginning of the PDU.
+
+In the heuristic GIOP dissector, if we're running over TCP, and accept
+the packet, call "dissect_giop_tcp()" so that we handle multiple PDUs
+within the segment or PDUs split across segments.
+
+------------------------------------------------------------------------
+r15666 | etxrab | 2005-09-02 00:49:25 -0500 (Fri, 02 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+From Steve Karg 
+
+------------------------------------------------------------------------
+r15665 | etxrab | 2005-09-02 00:46:10 -0500 (Fri, 02 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/gsmmap/GSMMAP.asn
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+
+From ouli:
+- Add version 2 CancelLocation decoding
+
+------------------------------------------------------------------------
+r15664 | guy | 2005-09-02 00:43:49 -0500 (Fri, 02 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/cms/cms-exp.cnf
+   M /trunk/asn1/mms/mms-exp.cnf
+   M /trunk/asn1/pkixcmp/cmp-exp.cnf
+   M /trunk/asn1/pkixcrmf/crmf-exp.cnf
+   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-acse.c
+   M /trunk/epan/dissectors/packet-acse.h
+   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-ess.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-h248.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-pkinit.c
+   M /trunk/epan/dissectors/packet-pkix1explicit.c
+   M /trunk/epan/dissectors/packet-pkix1implicit.c
+   M /trunk/epan/dissectors/packet-pkixqualified.c
+   M /trunk/epan/dissectors/packet-pkixtsp.c
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-wlancertextn.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
+
+Regenerate dissectors with the current asn2eth.
+
+------------------------------------------------------------------------
+r15663 | etxrab | 2005-09-01 14:44:26 -0500 (Thu, 01 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+It looks like there might not always be a body, check if there is.
+------------------------------------------------------------------------
+r15662 | gerald | 2005-09-01 14:35:23 -0500 (Thu, 01 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Normalize our hf_id checks and make sure our hf_ids are valid before we
+try to use them.  This should fix bugs 399 and 401.
+
+------------------------------------------------------------------------
+r15661 | etxrab | 2005-09-01 14:31:48 -0500 (Thu, 01 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+Re-assemble GIOP over TCP.
+------------------------------------------------------------------------
+r15660 | sahlberg | 2005-09-01 14:05:00 -0500 (Thu, 01 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/prefs.c
+   M /trunk/epan/range.c
+   M /trunk/gtk/prefs_dlg.c
+   M /trunk/plugins/asn1/packet-asn1.c
+
+convert to g_snprintf()
+
+also make range_convert_range() return an emem allocated string
+
+
+------------------------------------------------------------------------
+r15659 | guy | 2005-09-01 13:03:02 -0500 (Thu, 01 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+Get rid of a no-longer-used #define.
+
+------------------------------------------------------------------------
+r15658 | guy | 2005-09-01 06:34:10 -0500 (Thu, 01 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isis-clv.c
+
+Use "proto_item_append_text()" rather than filling up an allocated
+buffer.  This fixes one place where the "NLPID(s):" wasn't being put
+into the protocol tree item.
+
+------------------------------------------------------------------------
+r15657 | guy | 2005-09-01 06:32:14 -0500 (Thu, 01 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/inet_ntop.c
+
+128 bytes isn't much room for the stack; revert to using an on-the-stack
+buffer (the buffer in question is temporary, so it doesn't need to
+survive after inet_ntop() returns), which should fix some compile errors
+on Windows.
+
+------------------------------------------------------------------------
+r15656 | kukosa | 2005-09-01 05:52:33 -0500 (Thu, 01 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/ftypes/ftype-bytes.c
+
+filter expression can contain GUID in XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX form now
+------------------------------------------------------------------------
+r15655 | guy | 2005-09-01 05:38:41 -0500 (Thu, 01 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+Use "proto_tree_append_text()" rather than appending to an ep_alloced
+buffer (that buffer wasn't getting cleared for each item).
+
+------------------------------------------------------------------------
+r15654 | guy | 2005-09-01 04:56:23 -0500 (Thu, 01 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bgp.c
 
-         From David Fort: support for decoding MLD v2 report messages.
+Get rid of a trailing comma.
 
-2003-12-19 23:25  guy
+------------------------------------------------------------------------
+r15653 | sahlberg | 2005-09-01 04:40:55 -0500 (Thu, 01 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/inet_ntop.c
 
-       * packaging/nsis/ethereal.nsi:
+replace one sprintf with g_snprintf  and move one array off the stack and into emem allocated memory
 
-         From Lars Roland: fix a typo.
 
-2003-12-19 23:39  guy
+------------------------------------------------------------------------
+r15652 | sahlberg | 2005-09-01 04:29:21 -0500 (Thu, 01 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/proto.c
 
-       * Makefile.am, file.c, tap_dfilter_dlg.h, gtk/h225_counter.c,
-         gtk/h225_ras_srt.c, gtk/mgcp_stat.c, gtk/tap_dfilter_dlg.c,
-         gtk/tap_dfilter_dlg.h:
+hmmm i though i removed some sprintf in the previous commit   apparently not.
 
-         From Lars Roland:
 
-                 use the common display filter dialog infrastructure in
-         the MGCP
-                 service response time tap;
+remove all sprintf and replace with g_snprintf()
 
-                 add common infrastructure for updating the titles of tap
-         dialogs
-                 when the capture file name changes.
 
-2003-12-20 03:21  guy
+------------------------------------------------------------------------
+r15651 | sahlberg | 2005-09-01 04:03:29 -0500 (Thu, 01 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/proto.c
+   M /trunk/gtk/main.c
+   M /trunk/tap-protocolinfo.c
 
-       * packet-ieee80211.c, reassemble.c, reassemble.h:
+convert one sprintf into g_snprintf()
 
-         Do the special "if the first fragment we see is also the final
-         fragment, treat it as a reassembled frame" hack *only* for
-         802.11, as that's the only protocol we know of that requires it.
+at the same time, make proto_construct_dfilter_string() return an emem allocated string.
+This fixes a tiny memleak in print.c that never freed the string returned by this function.
 
-2003-12-20 09:09  guy
 
-       * packet-mmse.c:
+------------------------------------------------------------------------
+r15650 | sahlberg | 2005-09-01 03:39:52 -0500 (Thu, 01 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/sha1.c
 
-         Not all C compilers allow declarations in the middle of
-         executable code.
+replace one ifdeffed out sprintf with g_snprintf() so that it doesnt show up in a 'grep sprintf *.c' any more
 
-2003-12-20 12:03  obiot
 
-       * gtk/summary_dlg.c:
+------------------------------------------------------------------------
+r15649 | etxrab | 2005-09-01 00:44:40 -0500 (Thu, 01 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
 
-         Move display filter into filtered packets frame.
+Add Tomer Shani
+------------------------------------------------------------------------
+r15648 | etxrab | 2005-09-01 00:41:59 -0500 (Thu, 01 Sep 2005) | 10 lines
+Changed paths:
+   M /trunk/gtk/rtp_analysis.c
 
-         Fix NaN when a capture and/or a filter don't have any matching
-         packets so the average packet size is obtained by dividing by
-         zero.
+From Tomer Shani:
+Patch which will enable saving payload in raw (binary) format in addition to the existing au format.
 
-2003-12-20 23:50  ulfl
+We have found it very useful to be able to extract the RTP data for use with other tools (especially when dealing with proprietary/uncommon coders).
 
-       * epan/dfilter/scanner.l:
+Changes:
 
-         removed some MSVC warnings (added type casts)
+rtp_packet_save_payload: no longer transforms packet to linear coding, payload is saved in raw format 
+copy_file: will perform the needed transcoding and save to needed format (au or raw)
 
-2003-12-21 00:16  ulfl
+------------------------------------------------------------------------
+r15647 | etxrab | 2005-09-01 00:34:52 -0500 (Thu, 01 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rdt.c
+   M /trunk/epan/dissectors/packet-rdt.h
+   M /trunk/epan/dissectors/packet-rtsp.c
+
+From Martin Mathieson
+
+These small patches:
+
+- add RTSP header 'RDTFeatureLevel  as a proper field
+- show feature level in RDT stream setup info
+- tidy up RDT info column text
+
+------------------------------------------------------------------------
+r15646 | ulfl | 2005-08-31 18:52:40 -0500 (Wed, 31 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/plugins/xml/moduleinfo.h
+
+fix probable copy and paste error, as the xml dissector should be named xml and not mate
+------------------------------------------------------------------------
+r15645 | gerald | 2005-08-31 16:38:08 -0500 (Wed, 31 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+If we set one or more time references and then changed the time display
+format, our time-formatted columns would display a time value instead of
+"*REF*".  Don't to that.
+
+------------------------------------------------------------------------
+r15644 | etxrab | 2005-08-31 15:25:48 -0500 (Wed, 31 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/plugins/giop/packet-parlay.c
+
+Parlay re-generated with the updated idl2eth generator.
+------------------------------------------------------------------------
+r15643 | etxrab | 2005-08-31 15:20:56 -0500 (Wed, 31 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/acse/acse.cnf
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/pres/pres.cnf
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-pres.h
+
+Upadte to call Data dissector from PRES based on OID in Presentation Context,
+based on the code in ACSE.
+------------------------------------------------------------------------
+r15642 | guy | 2005-08-31 15:02:06 -0500 (Wed, 31 Aug 2005) | 2 lines
+Changed paths:
+   A /trunk/asn1/gnm/Makefile
+
+Add a Makefile.
+
+------------------------------------------------------------------------
+r15641 | guy | 2005-08-31 14:51:53 -0500 (Wed, 31 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-camel.c
+
+Give it an RCS ID.
+
+------------------------------------------------------------------------
+r15640 | etxrab | 2005-08-31 14:51:24 -0500 (Wed, 31 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/sigcomp-udvm.c
+
+udvm: initialise a variable
+sigcomp: implement RFC 4077
+------------------------------------------------------------------------
+r15639 | guy | 2005-08-31 14:51:16 -0500 (Wed, 31 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/camel/packet-camel-template.c
+
+Give it an RCS ID.
+
+------------------------------------------------------------------------
+r15638 | guy | 2005-08-31 14:43:37 -0500 (Wed, 31 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/stat_cmd_args.c
+
+Keep the list of possible "-z" arguments sorted, so we can display them
+in sorted order (to make it a bit easier to find the one you're
+interested in).
+
+------------------------------------------------------------------------
+r15637 | guy | 2005-08-31 13:49:14 -0500 (Wed, 31 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/tethereal.c
+
+Fix a typo.
+
+------------------------------------------------------------------------
+r15636 | kukosa | 2005-08-31 10:03:12 -0500 (Wed, 31 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/h235/packet-h235-template.c
+   M /trunk/asn1/h245/h245.cnf
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/asn1/h245/packet-h245-template.h
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h245.h
+
+- more standard way for FastStart item dissection
+- protocol names fixed
+
+------------------------------------------------------------------------
+r15635 | kukosa | 2005-08-31 09:53:15 -0500 (Wed, 31 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+internal length field for constrained SEQUNCE/SET OF was not hidden
+------------------------------------------------------------------------
+r15634 | kukosa | 2005-08-31 09:32:29 -0500 (Wed, 31 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/tools/asn2eth.py
+
+- OID names table extended
+- NAME and ABBREV attributes can be used in #.FIELD_ATTR
+- following constraint format is supported (1..10, ..., 11..MAX)
+------------------------------------------------------------------------
+r15633 | tuexen | 2005-08-31 08:52:43 -0500 (Wed, 31 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ses.h
+
+Make ses_vals extern. Required to get it linked on Mac OS X.
+
+------------------------------------------------------------------------
+r15632 | sahlberg | 2005-08-31 03:49:10 -0500 (Wed, 31 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bgp.c
+
+remove some g_string_printf[a]() and replace with g_snprintf()
+
+
+------------------------------------------------------------------------
+r15631 | sahlberg | 2005-08-31 03:09:00 -0500 (Wed, 31 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+change g_string_sprintf[a]() to g_snprintf() and emem allocated memory.
 
-       * tools/lemon/lemon.c:
 
-         removed some MSVC warnings (added type casts)
+------------------------------------------------------------------------
+r15630 | etxrab | 2005-08-31 00:46:20 -0500 (Wed, 31 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h450/packet-h450-template.c
+   M /trunk/epan/dissectors/packet-h450.c
+
+Decode CmnInform fixes bug 376.
+------------------------------------------------------------------------
+r15629 | jmayer | 2005-08-30 15:21:11 -0500 (Tue, 30 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/pres/Makefile
 
-2003-12-21 02:54  jmayer
+propset svn:keywords and svn:eol-style
+------------------------------------------------------------------------
+r15628 | gerald | 2005-08-30 14:52:38 -0500 (Tue, 30 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-       * manuf:
+Add an item about the packet list scroll bar.
 
-         Manuf updates
+------------------------------------------------------------------------
+r15627 | ulfl | 2005-08-30 14:43:38 -0500 (Tue, 30 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-2003-12-21 03:06  jmayer
+add timestamp enhancements to the changes section, do some editing with the existing entries
+------------------------------------------------------------------------
+r15626 | gerald | 2005-08-30 14:43:32 -0500 (Tue, 30 Aug 2005) | 3 lines
+Changed paths:
+   A /trunk/asn1/pres/Makefile
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-pres.h
 
-       * make-faq:
+Break out of an infinite loop.  Fixes bugs 392 - 395.  Add a UNIX Makefile
+for generation of the PRES dissector.
 
-         The FAQ is now located in help/
+------------------------------------------------------------------------
+r15625 | ulfl | 2005-08-30 14:42:05 -0500 (Tue, 30 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/docbook/Makefile
 
-2003-12-21 03:16  jmayer
+minor workflow enhancement, generate the HTML files before the pdf's and alike.
 
-       * make-faq, .cvsignore:
+while working with the docbook sources, the html versions are a lot easier to look at than the pdf's. At least the Adobe Reader will lock the pdf file, so one has to close it to generate a next version, it's ugly to work with.
 
-         The include file is generated elsewhere
+the html files can be viewed with e.g. Firefox while a new version is already generated, a simple reload will do the update then ...
+------------------------------------------------------------------------
+r15624 | ulfl | 2005-08-30 14:35:20 -0500 (Tue, 30 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/docbook/edg_src/EDG_chapter_tools.xml
 
-2003-12-21 03:20  jmayer
+from Jaap Keuter:
 
-       * help/: faq.h, faq.txt:
+There were so many little things in chapter 2 that I had to get to it and
+weed them all out. Its mainly capitalizations, some wording, and the
+addition of GnuWin32 references.
+------------------------------------------------------------------------
+r15623 | ulfl | 2005-08-30 04:43:47 -0500 (Tue, 30 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/wiretap/file_access.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/libpcap.h
+   M /trunk/wiretap/wtap-int.h
+   M /trunk/wiretap/wtap.h
 
-         Update FAQ to December 12 2003
+Add support for slightly modified libpcap file format with nanosecond resolution (currently supported by Ethereal only). Support for both read and write was added.
 
-2003-12-21 03:44  jmayer
+The file format stays the same as the common libpcap format, only the lower part of the timestamp field uses nanoseconds instead of microseconds.
 
-       * packet-giop.h:
+This file format uses the libpcap magic number 0xa1b23c4d.
+------------------------------------------------------------------------
+r15622 | sahlberg | 2005-08-30 04:38:06 -0500 (Tue, 30 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
 
-         Compiling with -pendantic: ../../packet-giop.h:579: warning:
-         comma at end of enumerator list
+remove some g_string_printf[a]() and replace it with g_snprintf() to ememified buffers
 
-2003-12-21 03:48  jmayer
 
-       * plugins/irda/packet-irda.c:
+------------------------------------------------------------------------
+r15621 | sahlberg | 2005-08-30 04:25:44 -0500 (Tue, 30 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
 
-         Compiling with -pedantic: packet-irda.c:453:1: warning: C++ style
-         comments are not allowed in ISO C90 packet-irda.c:453:1: warning:
-         (this will be reported only once per input file) (+ several more
-         // disabling debug output)
+remove a bunch of sprintf  that should be perfectly safe  but for the principle of it
 
-2003-12-21 03:49  jmayer
+replace with g_snprintf()
 
-       * plugins/irda/moduleinfo.h:
 
-         Compiling with -pedantic: moduleinfo.h:16:24: warning: no newline
-         at end of file
+------------------------------------------------------------------------
+r15620 | sahlberg | 2005-08-30 04:05:44 -0500 (Tue, 30 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
 
-2003-12-21 03:53  jmayer
+replace some g_string_sprintf() with g_snprintf()
 
-       * plugins/v5ua/moduleinfo.h:
+remove one static 1kb char array and make it emem ep allocated
 
-         Compiling with -pedantic: moduleinfo.h:16:24: warning: no newline
-         at end of file
 
-2003-12-21 03:58  jmayer
+------------------------------------------------------------------------
+r15619 | sahlberg | 2005-08-30 03:47:25 -0500 (Tue, 30 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isis-clv.c
 
-       * packet-rmi.h:
+move an array off the stack into emem allocated memory
 
-         Compiling with -pedantic: packet-rmi.h:67: warning: comma at end
-         of enumerator list
 
-2003-12-21 04:20  jmayer
+------------------------------------------------------------------------
+r15618 | sahlberg | 2005-08-30 03:41:18 -0500 (Tue, 30 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isis-clv.c
 
-       * plugins/v5ua/packet-v5ua.c:
+change g_string_sprintf() into g_snprintf()
 
-         Compiling with -pedantic: packet-v5ua.c:1044:139: warning: C++
-         style comments are not allowed in ISO C90
 
-2003-12-21 04:25  jmayer
+------------------------------------------------------------------------
+r15617 | sahlberg | 2005-08-30 03:23:50 -0500 (Tue, 30 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-windows-common.c
 
-       * FAQ.include, Makefile.am:
+change one g_string_sprintf() into g_snprintf()  and move one array of characters from the stack into emem allocated memory
 
-         No more FAQ.include
 
-2003-12-21 04:27  jmayer
+------------------------------------------------------------------------
+r15616 | sahlberg | 2005-08-30 03:06:16 -0500 (Tue, 30 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wcp.c
 
-       * Makefile.am:
+remove a variable that is never used and thus two also completely redundant g_free() calls.
 
-         SoulSeek is not yet in
 
-2003-12-21 04:31  jmayer
+------------------------------------------------------------------------
+r15615 | sahlberg | 2005-08-30 02:54:15 -0500 (Tue, 30 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wtp.c
 
-       * packet-ansi_a.c, packet-fcip.c, packet-giop.c, packet-gsm_a.c,
-         packet-lmp.c, packet-mip.c, packet-ospf.c, packet-smb-pipe.c,
-         packet-tacacs.h, packet-tcap.h, packet-wsp.c, text2pcap.c,
-         gtk/supported_protos_dlg.c:
+replace some (safe) g_string_sprintf  with g_snprintf()
+(so we dont have that many different string handling functions to memorize their usage of and can standardize on a single one )
 
-         Compiling with -pedantic: warning: comma at end of enumerator
-         list
 
-2003-12-21 04:38  jmayer
+------------------------------------------------------------------------
+r15614 | etxrab | 2005-08-29 15:07:06 -0500 (Mon, 29 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   A /trunk/asn1/pres
+   A /trunk/asn1/pres/ISO8823-PRESENTATION.asn
+   A /trunk/asn1/pres/Makefile.nmake
+   A /trunk/asn1/pres/packet-pres-template.c
+   A /trunk/asn1/pres/packet-pres-template.h
+   A /trunk/asn1/pres/pres.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-cmip.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-pres.h
+   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-ses.h
 
-       * plugins/asn1/packet-asn1.c:
+MapDialougePDU.cnf
+Fix a typo.
 
-         warning: comma at end of enumerator list
+packet-ber.c 
+packet-acse.c
+packet-cmip.c
+- Add  OID(s)
 
-2003-12-21 04:40  jmayer
+packet-ses.c
+Fix export of a value string and change names to the ones used in the protocol spec.
 
-       * plugins/lwres/moduleinfo.h:
+Replace PRES dissector with an asn2eth generated one.
+------------------------------------------------------------------------
+r15613 | etxrab | 2005-08-29 11:51:58 -0500 (Mon, 29 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/tools/asn2eth.py
 
-         warning: no newline at end of file
+Fix a typo 'BER_UNI_TAG_TeletexString'
+------------------------------------------------------------------------
+r15612 | jmayer | 2005-08-29 10:00:24 -0500 (Mon, 29 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-fldb.c
 
-2003-12-21 05:29  jmayer
+Change the field description to match the field name.
 
-       * plugins/asn1/packet-asn1.c:
+------------------------------------------------------------------------
+r15611 | jmayer | 2005-08-29 09:15:32 -0500 (Mon, 29 Aug 2005) | 2 lines
+Changed paths:
+   A /trunk/tools/checkhf.pl
 
-         warning: ISO C does not allow extra ; outside of a function
+Add a tool to check the hf_ values.
 
-2003-12-21 05:51  jmayer
+------------------------------------------------------------------------
+r15610 | kukosa | 2005-08-29 08:00:53 -0500 (Mon, 29 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
 
-       * packet-asap.c, packet-cops.c, packet-cpfi.c,
-         packet-dcerpc-rs_acct.c, packet-dcerpc-rs_misc.c, packet-esis.c,
-         packet-igrp.c, packet-iua.c, packet-m2tp.c, packet-m3ua.c,
-         packet-mip.c, packet-mip6.c, packet-mtp2.c, packet-ranap.c,
-         packet-sna.c, packet-wbxml.c, packet-wsp.c, packet-wtp.c,
-         packet-xdmcp.c:
+avoid few warnings
+------------------------------------------------------------------------
+r15609 | kukosa | 2005-08-29 06:37:08 -0500 (Mon, 29 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
 
-         warning: ISO C does not allow extra ; outside of a function
+- fix of bug made with too fast release
+------------------------------------------------------------------------
+r15608 | kukosa | 2005-08-29 05:43:33 -0500 (Mon, 29 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+- put real value insted of only text into tree for choice extensions
+- sort alphabet for restricted character strings
+- different handling of PER internal fields (only hide them)
+------------------------------------------------------------------------
+r15607 | sahlberg | 2005-08-29 03:24:15 -0500 (Mon, 29 Aug 2005) | 15 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+In the SEQUENCE OF dissector helper
+
+Only count the number of items in the SEQUENCE OF   IFF we have the full TVB containing the entire blob.
+Dont count the items if the tvb is "short" since then this would just lead to a [short frame]  before a single item in the SEQUENCE OF has been dissected.
+
+
+
+
+Do we really need to count the items and create a FT_UINT field with the number of items at all?
+Then count the items as we are calling the subdissectors and 
+append the '# item[s]' text to the FT_NONE items after we finished the loop?
+
+
+
+
+------------------------------------------------------------------------
+r15606 | guy | 2005-08-28 20:18:27 -0500 (Sun, 28 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+
+Get rid of the old file header definition.
+
+Set the time stamp resolution based on whether the number of ticks per
+second is > 1 million or not.
+
+------------------------------------------------------------------------
+r15605 | jmayer | 2005-08-28 19:02:50 -0500 (Sun, 28 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-afs-defs.h
+   D /trunk/epan/dissectors/packet-afs-macros.h
+   D /trunk/epan/dissectors/packet-afs-register-info.h
+   M /trunk/epan/dissectors/packet-afs.c
+
+Merge packet-afs-register-info.h, packet-afs-defs.h and packet-afs-macros.h
+into packet-afs.c
+
+
+------------------------------------------------------------------------
+r15604 | jmayer | 2005-08-28 18:28:16 -0500 (Sun, 28 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gnm.c
 
-2003-12-21 06:02  jmayer
+properties: svn-keywords -> svn:keywords
+------------------------------------------------------------------------
+r15603 | guy | 2005-08-28 18:11:53 -0500 (Sun, 28 Aug 2005) | 24 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/wiretap/AUTHORS
+   M /trunk/wiretap/netxray.c
 
-       * wiretap/libpcap.c:
+From Bill Meier:
 
-         libpcap.c:1777: warning: implicit declaration of function htons
+1. Use the new (good work!) 'nanosec' precision only for gig pods;
+2. Rework 'struct netxray_hdr' to make it (somewhat) easier
+   to maintain and revise:
+   a. Declare known hdr fields such as 'captype' instead
+      of using offsets in 'xxx placeholder' fields.
+   d. Define 'unknown' hdr fields using placeholder names
+      based upon hex-offset in the netxray header record.
+      (This isn't perfect, but I hope it will make things 
+       more manageable).
+3. Update hdr field info (based upon examination of various
+   capture files):
+   a. Define a hdr field which appears to be 'time-zone' 
+      [offset in hours from UTC] for the machine doing
+      the capture.
+      (Maybe this field can eventually be used for Ethereal
+       to display the (local) time as it was at the time
+       of the capture).
+   b. Describe certain hdr fields as being "file offsets"
+      (altho the exact use is still unclear).
+
+Update some comments.
+
+------------------------------------------------------------------------
+r15602 | guy | 2005-08-28 17:52:05 -0500 (Sun, 28 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/wiretap/lanalyzer.c
+
+Ethereal requires 64-bit integrer support; do the time stamp
+calculations with integers, which avoids some floating-point inaccuracy.
+
+------------------------------------------------------------------------
+r15601 | gerald | 2005-08-28 15:15:57 -0500 (Sun, 28 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Update the RSVP entry.
+
+------------------------------------------------------------------------
+r15600 | gerald | 2005-08-28 15:15:08 -0500 (Sun, 28 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
+
+Correct an eariler infinite loop fix.  Fixes bug 382.
+
+------------------------------------------------------------------------
+r15599 | gerald | 2005-08-28 14:59:50 -0500 (Sun, 28 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_map.c
+
+Add some length checks.  Fixes bugs 381, 384, and 386.
+
+------------------------------------------------------------------------
+r15598 | guy | 2005-08-28 14:55:44 -0500 (Sun, 28 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/wiretap/iptrace.c
+
+Get rid of a no-longer-true comment.
+
+------------------------------------------------------------------------
+r15597 | etxrab | 2005-08-28 14:50:36 -0500 (Sun, 28 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+From Graeme Lunt:
+
+b) dissect_ber_set() to report missing fields and handle untagged CHOICEs
+c) dissect_ber_choice() to handle untagged CHOICEs (within the CHOICE)
+
+------------------------------------------------------------------------
+r15596 | guy | 2005-08-28 14:28:04 -0500 (Sun, 28 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+
+Put back a subtraction of 1 millisecond that was lost.
+
+------------------------------------------------------------------------
+r15595 | guy | 2005-08-28 12:57:30 -0500 (Sun, 28 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+When creating subset tvbuffs, set the length to the minimum of the
+desired reported length and the remaining length, so we don't throw an
+exception at tvbuff creation time if we don't have all the desired data
+- we want to throw the exception at dissection time, so we can dissect
+the data we do have.
+
+Use "tvb_ensure_bytes_exist()" to force exceptions to be thrown.
+
+When "dissect_unknown_ber()" is called from "call_ber_oid_callback()",
+we're handing it a newly-created tvbuff, so the offset in that tvbuff
+should be zero.
+
+------------------------------------------------------------------------
+r15594 | etxrab | 2005-08-28 10:02:38 -0500 (Sun, 28 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Update the Makefile with GNM.
+------------------------------------------------------------------------
+r15593 | etxrab | 2005-08-28 10:01:49 -0500 (Sun, 28 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/cmip/CMIP.asn
+   M /trunk/asn1/cmip/cmip.cnf
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmip.h
+
+Co ordidnate CMIP abd GNM.
+------------------------------------------------------------------------
+r15592 | etxrab | 2005-08-28 09:56:03 -0500 (Sun, 28 Aug 2005) | 1 line
+Changed paths:
+   A /trunk/asn1/gnm
+   A /trunk/asn1/gnm/GNM.asn
+   A /trunk/asn1/gnm/Makefile.nmake
+   A /trunk/asn1/gnm/gnm.cnf
+   A /trunk/asn1/gnm/packet-gnm-template.c
+   A /trunk/asn1/gnm/packet-gnm-template.h
+   A /trunk/epan/dissectors/packet-gnm.c
+   A /trunk/epan/dissectors/packet-gnm.h
 
-2003-12-21 11:38  jmayer
+Add dissection of ITU M.3100 GNM (GENERIC NETWORK INFORMATION MODEL).
+------------------------------------------------------------------------
+r15591 | guy | 2005-08-28 01:44:06 -0500 (Sun, 28 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/libethereal.def
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
 
-       * FAQ:
+Export "bytestring_to_str()", and use it when adding the link-layer
+address for the ND_OPT_TARGET_LINKADDR ICMPv6 packet type.
 
-         Updated to Dec 12 2003
+------------------------------------------------------------------------
+r15590 | guy | 2005-08-28 01:41:49 -0500 (Sun, 28 Aug 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kerberos.h
 
-2003-12-21 11:40  jmayer
+In at least some captures, some Kerberos packets contain just a Ticket
+structure.  Handle that.
 
-       * packet-aim.c:
+Don't muck with the columns, or put a top-level Kerberos protocol item
+into the protocol tree, until we decide that we really have a Kerberos
+packet.
 
-         warning: ISO C does not allow extra ; outside of a function
+Do, however, clear the Info column if we're dissecting the Kerberos
+protocol.
 
-2003-12-21 12:07  jmayer
+------------------------------------------------------------------------
+r15589 | guy | 2005-08-28 01:40:59 -0500 (Sun, 28 Aug 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kerberos.c
 
-       * packet-isdn.c:
+In at least some captures, some Kerberos packets contain just a Ticket
+structure.  Handle that.
 
-         warning: overflow in implicit constant conversion
+Don't muck with the columns, or put a top-level Kerberos protocol item
+into the protocol tree, until we decide that we really have a Kerberos
+packet.
 
-2003-12-21 12:08  ulfl
+Do, however, clear the Info column if we're dissecting the Kerberos
+protocol.
 
-       * packet-gsm_map.c:
+------------------------------------------------------------------------
+r15588 | guy | 2005-08-28 01:38:30 -0500 (Sun, 28 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radiotap.c
 
-         removed MSVC warning (uninitialized value)
+Put the units after the values for signal and noise, as that's a bit
+more natural.
 
-2003-12-21 12:17  ulfl
+------------------------------------------------------------------------
+r15587 | sahlberg | 2005-08-27 22:13:30 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssh.c
 
-       * wiretap/libpcap.c, gtk/capture_combo_utils.c, gtk/capture_dlg.c,
-         gtk/capture_info_dlg.c, gtk/capture_prefs.c, gtk/main.c,
-         capture-wpcap.c, capture.c, pcap-util.c, util.c:
+add missing value_string termination
 
-         removed some MSVC warnings (moved pcap.h before glib.h)
 
-2003-12-21 12:21  jmayer
+------------------------------------------------------------------------
+r15586 | sahlberg | 2005-08-27 22:09:58 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-slowprotocols.c
+   M /trunk/epan/dissectors/packet-slsk.c
 
-       * packet-mmse.c, packet-nt-tpcp.c, packet-wtp.c:
+add missing value_string termination
 
-         warning: static declaration for ... follows non-static
 
-2003-12-21 18:12  obiot
+------------------------------------------------------------------------
+r15585 | sahlberg | 2005-08-27 22:05:53 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
 
-       * packet-mmse.c:
+add missing value_string termination
 
-         Fix a sprintf to non-malloc()ed memory by using g_strdup_printf()
-         and g_free().
 
-2003-12-21 21:04  guy
+------------------------------------------------------------------------
+r15584 | sahlberg | 2005-08-27 22:01:37 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-       * epan/dfilter/scanner.l:
+add missing value_string termination
 
-         Add, for \xXX, the same sanity check (that 0xXX fits in a single
-         byte) that we have for \0OOO.
 
-2003-12-21 21:41  guy
+------------------------------------------------------------------------
+r15583 | sahlberg | 2005-08-27 21:56:24 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
 
-       * packet-gsm_map.c:
+add missing value_string termination
 
-         In the MLUM-is-defined code path, "idx" is set - the only issue
-         is if MLUM isn't defined (which it isn't, by default).
 
-2003-12-21 22:21  guy
+------------------------------------------------------------------------
+r15582 | sahlberg | 2005-08-27 21:28:48 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/epan/dissectors/packet-inap.c
 
-       * gtk/: ansi_map_stat.c, isup_stat.c:
+add missing value_string termination
 
-         "sizeof(array)" is the size of the array in bytes, not the number
-         of elements in the array.
 
-2003-12-21 22:24  guy
+------------------------------------------------------------------------
+r15581 | sahlberg | 2005-08-27 21:24:01 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
-       * gtk/: ansi_map_stat.c, isup_stat.c:
+add missing value_string termination
 
-         Arrays indexed by a 1-octet unsigned value, if we don't know
-         which values are permitted, must have 256 elements, not 255
-         elements.
 
-2003-12-21 22:32  guy
+------------------------------------------------------------------------
+r15580 | sahlberg | 2005-08-27 21:13:35 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gprs-llc.c
 
-       * gtk/summary_dlg.c:
+add missing value_string termination
 
-         If we don't have any packets, or don't have any filtered packets,
-         don't even show the averages over the empty sets in question.
 
-2003-12-21 22:56  obiot
+------------------------------------------------------------------------
+r15579 | sahlberg | 2005-08-27 21:06:40 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dlsw.c
 
-       * packet-smpp.c:
+add missing value_string terminator
 
-         Fix unconditional handoff to subdissector introduced with the
-         common reassembly code.
 
-         Add the "Reassembled in" header field, and show it if the packet
-         has been reassembled, but not in the given packet. This also
-         allows to use the "Jump to the corresponding frame" feature in
-         Ethereal.
+------------------------------------------------------------------------
+r15578 | sahlberg | 2005-08-27 20:57:13 -0500 (Sat, 27 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
 
-2003-12-22 00:57  guy
+value_strings are terminated with {0,NULL}    not {0xff,NULL}
 
-       * Makefile.am, Makefile.nmake, packet-http.c, rreh.c, rreh.h:
 
-         Pull the code to do reassembly of the request/response line,
-         entity headers, and body into a separate routine, for use by
-         other dissectors.
 
-2003-12-22 02:04  guy
+------------------------------------------------------------------------
+r15577 | sahlberg | 2005-08-27 20:51:50 -0500 (Sat, 27 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-camel.h
 
-       * packet-ncp.c, packet-ncp2222.inc:
+another value_string that was not terminated
 
-         Don't call "nds_defrag()" for positive ACK packets.
 
-         Put in some comments noting problems with NDS reassembly.
+fix a bug from the previous checking as well.
 
-2003-12-22 02:06  guy
+------------------------------------------------------------------------
+r15576 | sahlberg | 2005-08-27 20:44:30 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
 
-       * packet-smpp.c:
+add missing value_string termination
 
-         Fix a typo.
 
-2003-12-22 02:25  guy
+------------------------------------------------------------------------
+r15575 | sahlberg | 2005-08-27 20:42:51 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bgp.c
 
-       * reassemble.c:
+add missing value_string termination
 
-         We need to do the "if the first fragment we see has no more
-         fragments after it, treat it as the only fragment" stuff for
-         "fragment_add_seq_next()" as well, so we handle non-fragmented
-         packets.
 
-2003-12-22 07:57  ulfl
+------------------------------------------------------------------------
+r15574 | sahlberg | 2005-08-27 20:35:29 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-aim-messaging.c
 
-       * packaging/nsis/ethereal.nsi:
+fix value_string termination
 
-         distribute the text files in help dir
 
-2003-12-22 08:01  ulfl
+------------------------------------------------------------------------
+r15573 | sahlberg | 2005-08-27 20:29:55 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-3g-a11.c
 
-       * gtk/help_dlg.c:
+add some missing value_string termination entries
 
-         Patch from Guy: using distributed help text files, instead of
-         "#include" built in texts (and some other minor changes)
 
-2003-12-22 08:07  ulfl
+------------------------------------------------------------------------
+r15572 | guy | 2005-08-27 13:44:57 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
 
-       * help/: Makefile.nmake, capture_filters.h, convert-include.sh,
-         display_filters.h, faq.h, overview.h, well_known.h:
+...and don't print a separating comma if you haven't already printed an
+item.
 
-         using distributed help text files, instead of "#include" built in
-         texts
+------------------------------------------------------------------------
+r15571 | guy | 2005-08-27 13:22:53 -0500 (Sat, 27 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
 
-2003-12-22 08:12  ulfl
+Use "free()", not "g_free()", to free strings allocated with "malloc()".
 
-       * help/Makefile.am:
+Don't free strings allocated with "ep_alloc()".
 
-         using distributed help text files, instead of "#include" built in
-         texts
+------------------------------------------------------------------------
+r15570 | guy | 2005-08-27 13:16:35 -0500 (Sat, 27 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
 
-2003-12-22 08:58  guy
+If you don't print an "(", don't print a ")".
 
-       * packet-rtsp.c:
+------------------------------------------------------------------------
+r15569 | guy | 2005-08-27 13:15:42 -0500 (Sat, 27 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/tethereal.c
 
-         Use "rreh_do_reassembly()" to do reassembly.
+Set the time stamp precision; we need it when printing packet summary
+lines.
 
-2003-12-22 11:55  obiot
+Clean up indentation.
 
-       * packet-wtp.c:
+------------------------------------------------------------------------
+r15568 | jmayer | 2005-08-27 10:11:00 -0500 (Sat, 27 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/make-manuf
 
-         Speed up WTP dissection by performing TPI subdissection only once
-         and setting the WTP length after processing the TPI.
+Remove S/A from company names
+------------------------------------------------------------------------
+r15567 | jmayer | 2005-08-27 06:59:10 -0500 (Sat, 27 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
 
-         Update reassembly so dissection of reassembled data is only
-         enabled in the last reassembled packet. This way, we alo see the
-         WTP PDUs.
+Cosmectical comment updates
+------------------------------------------------------------------------
+r15566 | jmayer | 2005-08-27 05:29:16 -0500 (Sat, 27 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-cisco-wireless.c
 
-2003-12-22 20:04  guy
+Small update to comments and beginnings of a type field
+------------------------------------------------------------------------
+r15565 | jmayer | 2005-08-27 04:21:41 -0500 (Sat, 27 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/manuf
+   M /trunk/manuf.tmpl
 
-       * help/Makefile.am:
+Rename Cisco (00:40:96) back to Aironet
+------------------------------------------------------------------------
+r15564 | jmayer | 2005-08-27 01:10:08 -0500 (Sat, 27 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
 
-         Arrange to install the help files.
+Typo
+------------------------------------------------------------------------
+r15563 | jmayer | 2005-08-27 00:33:50 -0500 (Sat, 27 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/colorfilters
+   M /trunk/epan/dissectors/packet-extreme.c
 
-2003-12-22 20:26  guy
+- Add checksum verification
+- Add checksum check to colorfilters
 
-       * packet-sll.c:
 
-         Set "pinfo->p2p_dir" if the packet wasn't received promiscuously.
+------------------------------------------------------------------------
+r15562 | jmayer | 2005-08-27 00:22:44 -0500 (Sat, 27 Aug 2005) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-cisco-wireless.c
 
-2003-12-22 21:01  ulfl
+Started to decode some Cisco proprietary L2 protocol:
 
-       * help/Makefile.am:
+ * I couldn't find any documentation on this protocol. Neither
+ * what it's good for nor what the elements do. This is purely
+ * reverse engineered by looking at the hex dump of the packets.
+ *
+ * TODO
+ *      - Find out more about unknown fields
+ *      - Currently only one type of packet is really handled at all
 
-         file "convert-include.sh" no longer used, so no need to
-         distribute it
 
-2003-12-22 21:34  ulfl
+------------------------------------------------------------------------
+r15561 | jmayer | 2005-08-27 00:17:35 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/etypes.h
+   M /trunk/oui.h
 
-       * config.nmake:
+Add classification of an aironet proprietary L2 protocol
+in both, Ethernet V2 and IEEE802.3 SNAP packets.
 
-         calling pod2man and pod2html indirectly through the bash
+------------------------------------------------------------------------
+r15560 | jmayer | 2005-08-27 00:13:42 -0500 (Sat, 27 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/FAQ
+   M /trunk/help/faq.txt
+   M /trunk/manuf
+   M /trunk/wka.tmpl
 
-2003-12-22 21:39  ulfl
+- Update wka.tmpl with two Extreme MAC addresses
+- Update manuf
+- Update faq
 
-       * config.nmake, packaging/nsis/Makefile.nmake,
-         packaging/nsis/ethereal.nsi:
+------------------------------------------------------------------------
+r15559 | sahlberg | 2005-08-26 21:17:18 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nbns.c
 
-         get rid of the COMMON_FILES_GNU setting, by getting the DLL's
-         from the "source tree"
+remove the last remaining sprintf in epan/dissectors
 
-2003-12-22 21:52  guy
 
-       * gtk/help_dlg.c:
+------------------------------------------------------------------------
+r15558 | sahlberg | 2005-08-26 20:19:12 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kerberos.c
 
-         Have a "toc" file in the help directory, which gives a list of
-         help topic titles and help file names.
+removal of sprintf
 
-2003-12-22 22:16  guy
 
-       * help/Makefile.am, help/toc, packaging/nsis/ethereal.nsi:
+------------------------------------------------------------------------
+r15557 | sahlberg | 2005-08-26 20:11:02 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ranap.c
 
-         Have a "toc" file in the help directory, which gives a list of
-         help topic titles and help file names.
+sprintf removal
 
-2003-12-22 22:57  obiot
 
-       * packet-wsp.c:
+------------------------------------------------------------------------
+r15556 | sahlberg | 2005-08-26 20:05:14 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
 
-         Move SIR to a dedicated subdissector.
+sprintf removal
 
-         Question: should we define "media type" subdissectors as special?
 
-2003-12-22 23:37  guy
+------------------------------------------------------------------------
+r15555 | sahlberg | 2005-08-26 19:58:55 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nbns.c
 
-       * packet-rtsp.c:
+remove one sprintf
 
-         Do reassembly of interleaved binary data.
 
-2003-12-22 23:43  guy
+------------------------------------------------------------------------
+r15554 | sahlberg | 2005-08-26 19:48:22 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
 
-       * packet-rtsp.c:
+sprintf removal
 
-         Call subdissectors even if we're not building a protocol tree.
 
-         In the loop that processes TCP segment data, loop over the full
-         reported length of the segment, so that we throw an exception if
-         the frame was short.
+------------------------------------------------------------------------
+r15553 | sahlberg | 2005-08-26 19:44:47 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
-2003-12-23 00:01  guy
+sprintf removal
 
-       * packet-rtsp.c:
 
-         From Anders Broman: add the alternate TCP port.
+------------------------------------------------------------------------
+r15552 | sahlberg | 2005-08-26 19:40:23 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcels.c
 
-2003-12-23 00:15  ulfl
+sprintf removals
 
-       * wiretap/netmon.c, gtk/capture_dlg.c, gtk/gui_prefs.c,
-         gtk/io_stat.c, gtk/progress_dlg.c, gtk/tcp_graph.c:
 
-         removed some MSVC warnings (conversions between double/float and
-         int)
+------------------------------------------------------------------------
+r15551 | ulfl | 2005-08-26 19:37:48 -0500 (Fri, 26 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/config.nmake
 
-2003-12-23 00:32  guy
+bump up the wiretap.dll version from 0.2 to 0.3 as I've recently changed the wiretap API in an incompatible way
 
-       * gtk/print_dlg.c:
+the timestamps now contain nseconds instead of microseconds and there's a new function added.
 
-         Base the count of selected packets on whether there's a
-         currently-selected packet.
+Is there a similar place for the Unix builds where this version has to be changed too?
+------------------------------------------------------------------------
+r15550 | sahlberg | 2005-08-26 19:25:32 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-fw1.c
 
-         Use "cfile.count" as the total number of packets in the capture.
+sprintf removal
 
-         Use "plurality" to display "packet" vs. "packets".
 
-2003-12-23 01:22  guy
+------------------------------------------------------------------------
+r15549 | sahlberg | 2005-08-26 19:10:02 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-       * packet-http.c:
+sprintf big fix
 
-         Note that we should handle the Content-Length entity header.
 
-2003-12-23 01:25  guy
+------------------------------------------------------------------------
+r15548 | sahlberg | 2005-08-26 19:09:19 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
 
-       * packet-rtsp.c:
+some sprintf removals
 
-         Note that we should do the same sort of entity header processing
-         that HTTP does.
 
-         Note that the RTSP RFC talks about packets with no content
-         length, although it also says they shouldn't exist.
+------------------------------------------------------------------------
+r15547 | ulfl | 2005-08-26 18:13:43 -0500 (Fri, 26 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-clnp.c
 
-         Update a comment now that we *do* handle data that crosses TCP
-         segment boundaries.
+show the list of reassembled COTP fragments as a toplevel tree item and show it only at the last packet (not in every packet involved)
+------------------------------------------------------------------------
+r15546 | sahlberg | 2005-08-26 18:05:38 -0500 (Fri, 26 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
 
-         Handle the payload length a bit differently, to make it a bit
-         clearer what's going on.
+There will be a lot of tcp_unacked data structures we only need to keep
+around until they have been acked.
+Use a slab allocator for these structs so that we dont keep the structs around in memory longer than we need to.
 
-2003-12-23 01:42  guy
 
-       * packet-http.c:
 
-         Process the content length.
+------------------------------------------------------------------------
+r15545 | guy | 2005-08-26 14:44:30 -0500 (Fri, 26 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/wiretap/airopeek9.c
 
-2003-12-23 02:02  guy
+Fix indentation, and fix a comment.
 
-       * packet-http.c:
+------------------------------------------------------------------------
+r15544 | guy | 2005-08-26 14:40:46 -0500 (Fri, 26 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/wiretap/erf.c
+   M /trunk/wiretap/erf.h
+   M /trunk/wiretap/etherpeek.c
+   M /trunk/wiretap/wtap-int.h
 
-         In HTTP-over-TCP, handle more than one HTTP message in a TCP
-         segment.  Don't do that for HTTP-over-UDP, however.
+Ethereal now requires 64-bit integer support, so get rid of the tests of
+G_HAVE_GINT64.
 
-2003-12-23 02:29  guy
+Get rid of the floating-point stuff in the Etherpeek Classic file
+reading code, just use 64-bit integers.  Fix up the calculation of the
+nanoseconds portion of the time stamp.
 
-       * Makefile.am, Makefile.nmake, packet-http.c, packet-rtsp.c,
-         req_resp_hdrs.c, req_resp_hdrs.h, rreh.c, rreh.h:
+------------------------------------------------------------------------
+r15543 | gerald | 2005-08-26 14:01:58 -0500 (Fri, 26 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Docbook isn't HTML.  Use <ulink> instead of <a>.
+
+------------------------------------------------------------------------
+r15542 | ulfl | 2005-08-26 13:42:12 -0500 (Fri, 26 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-clnp.c
+
+don't use -1 if the remaining length (the fragment length) is actually zero, this will throw an Exception
+------------------------------------------------------------------------
+r15541 | gerald | 2005-08-26 10:47:32 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add an item about ip.checksum_bad's new behavior.  Update the WinPcap
+installer notes.
+
+------------------------------------------------------------------------
+r15540 | gerald | 2005-08-26 10:46:53 -0500 (Fri, 26 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/h225/packet-h225-template.h
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h225.h
+
+Make sure the size of dialedDigits matches the ASN.1 definition.
+
+------------------------------------------------------------------------
+r15539 | gerald | 2005-08-26 10:45:31 -0500 (Fri, 26 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/emem.c
+
+Add a pair of #defines to emem.c that make ep_alloc() and se_alloc()
+use individual g_malloc() calls instead of memchunks.  This lets us use
+tools like Valgrind and ElectricFence to find bugs.
+
+In the H.245 dissector, set h245_pi to NULL after we're done with
+it so that we don't go stomping through our memchunks with muddy
+boots later on.  Fixes the current Buildbot menagerie failure.
+
+------------------------------------------------------------------------
+r15538 | kukosa | 2005-08-26 07:15:49 -0500 (Fri, 26 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h225/packet-h225-template.c
+
+time resolution changes from packet-h225.c moved to packet-h225-template.c
+------------------------------------------------------------------------
+r15537 | guy | 2005-08-25 20:31:32 -0500 (Thu, 25 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmip.h
+
+Dissectors registered with "register_ber_oid_dissector()" return void.
+
+Fix the spelling of "attribute".
+
+------------------------------------------------------------------------
+r15536 | ulfl | 2005-08-25 19:59:07 -0500 (Thu, 25 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/packaging/nsis/ethereal.nsi
+
+fix #339: don't try to install WinPcap with a silent installer
+------------------------------------------------------------------------
+r15535 | ulfl | 2005-08-25 19:01:49 -0500 (Thu, 25 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/colorfilters
+   M /trunk/packaging/nsis/ethereal.nsi
+
+fix #378:
+use "ip.checksum_bad == 1" instead of simply "ip.checksum_bad" in the example colorfilter file, as the implementation of that filter string changed
+
+install the global example files unconditionally by the win32 installer, to fix this problem and be compatible with the unix install process
+------------------------------------------------------------------------
+r15534 | ulfl | 2005-08-25 16:29:54 -0500 (Thu, 25 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/cfile.h
+   M /trunk/dftest.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/libethereal.def
+   M /trunk/epan/timestamp.c
+   M /trunk/epan/timestamp.h
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/recent.c
+   M /trunk/gtk/recent.h
+   M /trunk/tethereal.c
+   M /trunk/wiretap/5views.c
+   M /trunk/wiretap/airopeek9.c
+   M /trunk/wiretap/ascend.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/hcidump.c
+   M /trunk/wiretap/i4btrace.c
+   M /trunk/wiretap/iptrace.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.h
+
+timestamp display precision:
+
+- automatic adjustment depending on file format
+- manual adjustment through menu items
+
+save the setting in the recent file
+------------------------------------------------------------------------
+r15533 | etxrab | 2005-08-25 16:25:52 -0500 (Thu, 25 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/cmip/CMIP.asn
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmip.h
+
+Fix malformed packet if linkedId is present dissect some OID:s
+------------------------------------------------------------------------
+r15532 | ulfl | 2005-08-25 16:01:42 -0500 (Thu, 25 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/oui.h
+
+add OUI's for Siemens and Xerox (and a hyperlink to the IEEE page)
+------------------------------------------------------------------------
+r15531 | etxrab | 2005-08-25 14:23:15 -0500 (Thu, 25 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/sigcomp-udvm.c
+   M /trunk/epan/sigcomp-udvm.h
+
+From Timo Metsala
+Changes:
+
+o Implemented CRC and SHA-1 (sort operations are still missing)
+
+o After state acccess, the execution start is not necessarily the
+  beginning of the bytecode; start IP is now a new parameter to
+  decompress_sigcomp_message()
+
+o Removed some hard-coded assumptions about bytecode starting at offset
+   128
+
+------------------------------------------------------------------------
+r15530 | lego | 2005-08-25 10:48:28 -0500 (Thu, 25 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/tap-stats_tree.c
+
+http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=377
+
+
+------------------------------------------------------------------------
+r15529 | gerald | 2005-08-25 08:58:34 -0500 (Thu, 25 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/conversations_table.c
+
+Fix sorting in the "Ports" columns.  Add a comment about address sorting.
+Remove unused code.
+
+------------------------------------------------------------------------
+r15528 | guy | 2005-08-25 03:16:08 -0500 (Thu, 25 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radiotap.c
+
+Show dBm and dB signal and noise values differently, so that the user
+knows what they're getting.
+
+------------------------------------------------------------------------
+r15527 | sahlberg | 2005-08-25 02:45:57 -0500 (Thu, 25 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nbns.c
+
+when tracking PDU bondaries,   only do this IFF
+the next few bytes match an SMB header.
+
+1,  SMB is the only important protocol transported atop NBSS
+2, if we miss the first packets of a PDU, we DONT! want nbns to suddenly think  there are Xmegabytes until the end of it and thus prevent any real PDUs from being dissected.
+
+
+
+------------------------------------------------------------------------
+r15526 | guy | 2005-08-24 22:43:16 -0500 (Wed, 24 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-spnego.c
+
+I missed one OID string.
+
+------------------------------------------------------------------------
+r15525 | guy | 2005-08-24 22:31:54 -0500 (Wed, 24 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-spnego.c
+
+The OID strings returned by new_format_oid(), and the OID string
+returned by format_oid(), are allocated with the ep_alloc routines;
+don't free them.
+
+------------------------------------------------------------------------
+r15524 | guy | 2005-08-24 22:28:31 -0500 (Wed, 24 Aug 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+"sprint_realloc_objid()" expects to be handled a malloced buffer, so
+hand it one (and check for malloc failures), and it returns a malloced
+or realloced buffer, so free it when we're done.
+
+That means that routines that use it can return/supply back a null
+pointer, so check for that.
+
+Don't ep_allocate fixed-length buffers for formatted OID information,
+allocate one that's 'big enough".
+
+------------------------------------------------------------------------
+r15523 | guy | 2005-08-24 20:16:40 -0500 (Wed, 24 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/gtk/main.c
+
+The "secs" field of a "struct wtap_nstime" is a time_t, so it could be
+an int or it could be a long; print stuff computed from it with %lu, and
+cast the arguments to "long" so that it works on platforms where time_t
+*isn't* a long and where "long int" and "int" have different sizes.
+
+------------------------------------------------------------------------
+r15522 | guy | 2005-08-24 18:53:40 -0500 (Wed, 24 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/randpkt.c
+
+The time stamp in a Wiretap packet header is now a wtap_nstime, not a
+"struct timeval".
+
+------------------------------------------------------------------------
+r15521 | ulfl | 2005-08-24 17:27:21 -0500 (Wed, 24 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/editcap.c
+
+fix usec -> nsec translation
+------------------------------------------------------------------------
+r15520 | ulfl | 2005-08-24 16:31:56 -0500 (Wed, 24 Aug 2005) | 11 lines
+Changed paths:
+   M /trunk/capinfos.c
+   M /trunk/cfile.h
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-afs.c
+   M /trunk/epan/dissectors/packet-aoe.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-iscsi.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/epan/dissectors/packet-nlm.c
+   M /trunk/epan/dissectors/packet-rlogin.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtcp.h
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/frame_data.h
+   M /trunk/epan/h225-persistentdata.c
+   M /trunk/epan/libethereal.def
+   M /trunk/epan/nstime.c
+   M /trunk/epan/nstime.h
+   M /trunk/epan/stats_tree.c
+   M /trunk/epan/stats_tree_priv.h
+   M /trunk/file.c
+   M /trunk/gtk/file_dlg.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/service_response_time_table.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls.c
+   M /trunk/merge.c
+   M /trunk/plugins/mate/mate_runtime.c
+   M /trunk/plugins/mgcp/packet-mgcp.c
+   M /trunk/proto_hier_stats.c
+   M /trunk/summary.c
+   M /trunk/tap-afpstat.c
+   M /trunk/tap-dcerpcstat.c
+   M /trunk/tap-iostat.c
+   M /trunk/tap-mgcpstat.c
+   M /trunk/tap-rpcprogs.c
+   M /trunk/tap-rpcstat.c
+   M /trunk/tap-smbstat.c
+   M /trunk/tethereal.c
+   M /trunk/timestats.c
+   M /trunk/wiretap/5views.c
+   M /trunk/wiretap/airopeek9.c
+   M /trunk/wiretap/ascend.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/hcidump.c
+   M /trunk/wiretap/i4btrace.c
+   M /trunk/wiretap/iptrace.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.def
+   M /trunk/wiretap/wtap.h
+
+EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 
+
+I've done more than a day to change the timestamp resolution from microseconds to nanoseconds. As I really don't want to loose those changes, I'm going to check in the changes I've done so far. Hopefully someone else will give me a helping hand with the things left ...
+
+What's done: I've changed the timestamp resolution from usec to nsec in almost any place in the sources. I've changed parts of the implementation in nstime.s/.h and a lot of places elsewhere.
+
+As I don't understand the editcap source (well, I'm maybe just too tired right now), hopefully someone else might be able to fix this soon.
+
+Doing all those changes, we get native nanosecond timestamp resolution in Ethereal. After fixing all the remaining issues, I'll take a look how to display this in a convenient way...
+
+As I've also changed the wiretap timestamp resolution from usec to nsec we might want to change the wiretap version number...
+------------------------------------------------------------------------
+r15519 | gerald | 2005-08-24 15:34:15 -0500 (Wed, 24 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+Properly initialize our hf_ arrays.  Make hf_rtcp_app_poc1_conn_session_type
+an FT_UINT8 instead of an FT_BOOLEAN.  This keeps the Solaris builder from
+crashing while running "-G values".
+
+------------------------------------------------------------------------
+r15518 | ulfl | 2005-08-24 13:35:54 -0500 (Wed, 24 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/column_info.h
+
+fix a comment typo
+------------------------------------------------------------------------
+r15517 | sahlberg | 2005-08-24 02:28:28 -0500 (Wed, 24 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+
+From Graeme Hewson
+
+Fix for infinite loop of configure events that were present for early GTK 2.4 in addition to 2.2
+
+
+
+------------------------------------------------------------------------
+r15516 | guy | 2005-08-23 03:49:57 -0500 (Tue, 23 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+The name in a Display TLV is null-terminated (or padded with a null byte
+and extra crud).
+
+Don't bother with length checking on the VLAN name item - if it's
+zero-length, so be it.
+
+------------------------------------------------------------------------
+r15515 | guy | 2005-08-23 03:34:19 -0500 (Tue, 23 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+Use "format_text()" and "tvb_format_text()" when displaying strings. 
+(It's not necessary, or desirable, to use them when fetching strings.)
+
+When processing a VLAN TLV, check the length of the TLV, so we don't end
+up running past the end of the TLV and getting a negative remaining
+length.  Append to the protocol tree item for the TLV, and the Info
+column, as we dissect the VLAN ID and VLAN name fields.
+
+------------------------------------------------------------------------
+r15514 | guy | 2005-08-23 03:01:46 -0500 (Tue, 23 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Fix the parenthesization of an expression.
+
+------------------------------------------------------------------------
+r15513 | lego | 2005-08-22 18:11:48 -0500 (Mon, 22 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-k12.c
+   M /trunk/wiretap/k12.c
+
+Two fixes to tektronix k12 import:
 
-         Not all headers in HTTP, RTSP, SIP, etc. are entity headers;
-         rename some files, routines, data structures, etc..
+- it appears that there are more packet record types other than 0x00010020.
+     accept anything matching 0x00010020/28 as a packet record.
 
-2003-12-23 11:53  ulfl
+- make the stack filename lowercase before comparing it so that capitalization is not an issue.
 
-       * doc/Makefile.nmake:
 
-         calling tethereal in it's place, to prevent problems with dll
-         loading
+------------------------------------------------------------------------
+r15512 | jmayer | 2005-08-22 12:48:17 -0500 (Mon, 22 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
 
-2003-12-23 11:57  ulfl
+Length of string == lengt of element - headerlength
+------------------------------------------------------------------------
+r15511 | etxrab | 2005-08-22 11:26:29 -0500 (Mon, 22 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-       * config.nmake:
+From Timo Metsala:
+Updates the  PoC floor control parsing to comply to the latest version of the 
+specification. 
 
-         removed COMMON_FILES_GNU from path, use the directories xy_DIR
-         from the settings above
+------------------------------------------------------------------------
+r15510 | etxrab | 2005-08-22 11:19:31 -0500 (Mon, 22 Aug 2005) | 1 line
+Changed paths:
+   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
 
-2003-12-23 12:07  obiot
+Fix decoding of sendIdentificationArg/Res and ProvideSubscriberLocation
+------------------------------------------------------------------------
+r15509 | guy | 2005-08-22 02:12:20 -0500 (Mon, 22 Aug 2005) | 13 lines
+Changed paths:
+   M /trunk/epan/libethereal.def
+   M /trunk/epan/nstime.c
+   M /trunk/epan/nstime.h
+   M /trunk/gtk/service_response_time_table.c
+   M /trunk/gtk/service_response_time_table.h
+   M /trunk/timestats.c
+   M /trunk/timestats.h
 
-       * epan/packet_info.h, packet-smpp.c, packet-wsp.c, packet-wtp.c:
+Add a "time_stat_init()" routine to initialize the fields of a
+"timestat_t".
 
-         Move the GSM SMS dissection to a dedicated subdissector
-         (currently still within packet-smpp.c).
+Move "nstime_to_msec()" to "epan/nstime.c", as it has nothing to do with
+a "timestat_t".
 
-         Now the higher-level protocols show up without the need of
-         unfolding the SMPP dissector tree.
+Use structure assignment when possible.
+
+Fix the "addtime()" macro and use it in "time_stat_update()".
+
+Use "timestat_t"s, and the routines to manipulate them, in the service
+response time table code.
+
+------------------------------------------------------------------------
+r15508 | etxrab | 2005-08-22 00:49:09 -0500 (Mon, 22 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+From Graeme Lunt:
+ Zero length elements (e.g. an empty SET) the logic is slightly wrong in get_ber_length().
+
+Make SET work.
+
+
+------------------------------------------------------------------------
+r15507 | guy | 2005-08-21 18:24:20 -0500 (Sun, 21 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/libethereal.def
+
+Export get_timesum().
+
+------------------------------------------------------------------------
+r15506 | guy | 2005-08-21 16:50:49 -0500 (Sun, 21 Aug 2005) | 15 lines
+Changed paths:
+   M /trunk/gtk/service_response_time_table.c
+
+Use "g_strdup_printf()" rather than formatting into a fixed-length
+buffer and "g_strdup()"ing it.
+
+Use the nstime.c routines to compute time deltas and to add up times.
+
+Don't add rows to the CList until a procedure gets a non-zero call
+count, so only the ones with non-zero call counts are displayed (and
+especially so that procedure numbers not corresponding to real
+procedures aren't displayed!).
+
+Ethereal requires 64-bit integer support, so don't bother checking
+whether we have it.
+
+Use the right format for 64-bit integers.
+
+------------------------------------------------------------------------
+r15505 | jmayer | 2005-08-21 16:32:19 -0500 (Sun, 21 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+- Make it possible to filter on eap.null, eap.info, eap.unknown etc
+- Display "Info" instead of "System" in packet summary
+- Make the Null element look like the other elements.
+- Small element summary formatting changes
+
+------------------------------------------------------------------------
+r15504 | guy | 2005-08-21 15:24:59 -0500 (Sun, 21 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/gtk/ldap_stat.c
+
+Use the tap_dfilter_dlg mechanism.
+
+------------------------------------------------------------------------
+r15503 | guy | 2005-08-21 15:16:12 -0500 (Sun, 21 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/gtk/fc_stat.c
+
+Use the tap_dfilter_dlg code.
+
+------------------------------------------------------------------------
+r15502 | jmayer | 2005-08-21 14:25:45 -0500 (Sun, 21 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+- In the info summary, port# and slot# were exchanged
+- In the Display element, the length of the display string
+  was 4 too long
+- Display the Vlan id in the packet summary, not just "Vlan"
+- Remove trailing whitespace
+
+
+------------------------------------------------------------------------
+r15501 | guy | 2005-08-21 14:24:11 -0500 (Sun, 21 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/conversations_eth.c
+   M /trunk/gtk/conversations_fc.c
+   M /trunk/gtk/conversations_fddi.c
+   M /trunk/gtk/conversations_ip.c
+   M /trunk/gtk/conversations_ipx.c
+   M /trunk/gtk/conversations_jxta.c
+   M /trunk/gtk/conversations_sctp.c
+   M /trunk/gtk/conversations_tcpip.c
+   M /trunk/gtk/conversations_tr.c
+   M /trunk/gtk/conversations_udpip.c
+   M /trunk/gtk/conversations_wlan.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/gsm_map_summary.c
+   D /trunk/gtk/gtk_stat_menu.h
+   D /trunk/gtk/gtk_stat_util.c
+   D /trunk/gtk/gtk_stat_util.h
+   A /trunk/gtk/gui_stat_menu.h (from /trunk/gtk/gtk_stat_menu.h:15499)
+   A /trunk/gtk/gui_stat_util.c (from /trunk/gtk/gtk_stat_util.c:15499)
+   A /trunk/gtk/gui_stat_util.h (from /trunk/gtk/gtk_stat_util.h:15499)
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/hostlist_eth.c
+   M /trunk/gtk/hostlist_fc.c
+   M /trunk/gtk/hostlist_fddi.c
+   M /trunk/gtk/hostlist_ip.c
+   M /trunk/gtk/hostlist_ipx.c
+   M /trunk/gtk/hostlist_jxta.c
+   M /trunk/gtk/hostlist_tcpip.c
+   M /trunk/gtk/hostlist_tr.c
+   M /trunk/gtk/hostlist_udpip.c
+   M /trunk/gtk/hostlist_wlan.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/tap_dfilter_dlg.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls_dlg.c
+
+As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], so
+that it doesn't appear to be part of GTK+.
+
+------------------------------------------------------------------------
+r15500 | etxrab | 2005-08-21 13:42:54 -0500 (Sun, 21 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-jxta.h
+
+From Mike Duigou:
+
+A patch to the JXTA dissector. It's purpose is to improve 
+the behaviour of the dissector when dissecting captures that do not 
+include the whole conversation.
+
+The dissector is now more capable of isolating a conversation without 
+seeing the beginning of the conversation. It's still not always able to 
+pick up all conversations (suggestions, patches and hints welcome).
+
+improved some of the doxygen docs and comments.
+
+------------------------------------------------------------------------
+r15499 | ulfl | 2005-08-21 10:23:48 -0500 (Sun, 21 Aug 2005) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/proto.h
+   M /trunk/gtk/proto_draw.c
+
+The protocol item in the protocol tree will have a gray background now, which makes it much better visible.
+
+Add some more optional flags to the protocol items, so more "special cases" can be marked in the protocol tree.
+
+New flags:
+/** The protocol field has a bad checksum */
+FI_CHECKSUM_ERROR
+/** The protocol field has an unusual sequence (e.g. TCP window is zero) */
+FI_SEQUENCE_WARNING
+/** The protocol field has a bad sequence (e.g. TCP segment is lost) */
+FI_SEQUENCE_ERROR
+------------------------------------------------------------------------
+r15498 | ulfl | 2005-08-21 10:13:47 -0500 (Sun, 21 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+as discussed some time ago: don't add bad checksum fields conditionally but use a subtree and use boolean flags instead
+------------------------------------------------------------------------
+r15497 | etxrab | 2005-08-21 08:52:33 -0500 (Sun, 21 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+
+remove sprintf from gsm_a
+
+Do the update for the .cnf file too.
+------------------------------------------------------------------------
+r15496 | guy | 2005-08-21 06:09:36 -0500 (Sun, 21 Aug 2005) | 15 lines
+Changed paths:
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/afp_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/dlg_utils.h
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/tap_dfilter_dlg.c
+   D /trunk/gtk/tap_dfilter_dlg.h
+   M /trunk/gtk/wsp_stat.c
+   M /trunk/tap_dfilter_dlg.h
+
+"gtk_tap_dfilter_dlg_cb()" is no longer used outside
+gtk/tap_dfilter_dlg.c; don't export it.
+
+That means that gtk/tap_dfilter_dlg.h is no longer useful; get rid of
+it.
+
+Rename "gtk_tap_dfilter_dlg_cb()" to "tap_dfilter_dlg_cb()", as it's
+inside GTK+-specific code, so there's no need to distinguish it from
+non-GTK+ callbacks.
+
+Update some comments to reflect the name change and the new API for
+registering tap_dfilter_dlg stats.
+
+Make the AFP and SMB stats use the gtk/tap_dfilter_dlg.c stuff.
+
+------------------------------------------------------------------------
+r15495 | guy | 2005-08-21 05:29:47 -0500 (Sun, 21 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/tap_dfilter_dlg.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+
+Have "register_dfilter_stat()" add "..." to the menu item, as all menu
+items registered with it pop up a dialog box before displaying the stat.
+Don't pass a name with "..." to it.
+
+Put "..." into other menu items that pop up a dialog box before
+displaying the stat; remove "..." from other menu items that don't.
+
+------------------------------------------------------------------------
+r15494 | guy | 2005-08-21 05:00:56 -0500 (Sun, 21 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/stat_menu.h
+
+Set properties.
+
+------------------------------------------------------------------------
+r15493 | guy | 2005-08-21 04:48:27 -0500 (Sun, 21 Aug 2005) | 14 lines
+Changed paths:
+   M /trunk/Makefile.common
+   M /trunk/epan/dissectors/packet-ansi_637.c
+   M /trunk/file.c
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/afp_stat.c
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/conversations_eth.c
+   M /trunk/gtk/conversations_fc.c
+   M /trunk/gtk/conversations_fddi.c
+   M /trunk/gtk/conversations_ip.c
+   M /trunk/gtk/conversations_ipx.c
+   M /trunk/gtk/conversations_jxta.c
+   M /trunk/gtk/conversations_sctp.c
+   M /trunk/gtk/conversations_tcpip.c
+   M /trunk/gtk/conversations_tr.c
+   M /trunk/gtk/conversations_udpip.c
+   M /trunk/gtk/conversations_wlan.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/follow_dlg.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/gsm_map_summary.c
+   A /trunk/gtk/gtk_stat_menu.h (from /trunk/gtk/stat_menu.h:15480)
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/hostlist_eth.c
+   M /trunk/gtk/hostlist_fc.c
+   M /trunk/gtk/hostlist_fddi.c
+   M /trunk/gtk/hostlist_ip.c
+   M /trunk/gtk/hostlist_ipx.c
+   M /trunk/gtk/hostlist_jxta.c
+   M /trunk/gtk/hostlist_tcpip.c
+   M /trunk/gtk/hostlist_tr.c
+   M /trunk/gtk/hostlist_udpip.c
+   M /trunk/gtk/hostlist_wlan.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_byte_graph_dlg.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/gtk/sctp_error_dlg.c
+   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   D /trunk/gtk/stat_menu.h
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/tap_dfilter_dlg.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+   A /trunk/stat_menu.h
+   M /trunk/tap_dfilter_dlg.h
+
+Add a "register_dfilter_stat()", to register stats that take a display
+filter as an argument on the command line and have a dialog box to enter
+the display filter through the GUI.  Use it for all stats using
+"gtk_tap_dfilter_dlg_cb()".
+
+Add a top-level "stat_menu.h" file to declare "REGISTER_STAT_GROUP_E"
+for the benefit of the declaration of "register_dfilter_stat()" in the
+top-level "tap_dfilter_dlg.h".  Rename the "stat_menu.h" in the gtk
+directory to "gtk_stat_menu.h", so as not to have two headers with the
+same name.
+
+Get rid of headers not declaring any functions not being used in the
+module.
+
+------------------------------------------------------------------------
+r15492 | sahlberg | 2005-08-20 20:52:09 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gsm_a.h
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-uma.c
+
+remove sprintf from gsm_a
+
+
+------------------------------------------------------------------------
+r15491 | sahlberg | 2005-08-20 20:14:43 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
+
+remove gmalloc and sprintf
+
+
+------------------------------------------------------------------------
+r15490 | sahlberg | 2005-08-20 19:55:46 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_map.c
+
+remove sprintf
+
+
+------------------------------------------------------------------------
+r15489 | guy | 2005-08-20 17:28:49 -0500 (Sat, 20 Aug 2005) | 11 lines
+Changed paths:
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/mtp3_stat.c
+
+The routines registered with "register_stat_cmd_arg()" *are* called if
+you use the "-z" command-line options for them; make them pop up the
+appropriate windows.
+
+Move the calls to "register_stat_cmd_arg()" after the code to register
+the tap, just as the calls to "register_stat_menu_item()" are done after
+registering the tap.
+
+Use "g_strdup_printf()" rather than formatting into a fixed-length
+buffer and "g_strdup()"ing that buffer.
+
+------------------------------------------------------------------------
+r15488 | guy | 2005-08-20 17:26:32 -0500 (Sat, 20 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/gtk/rtp_stream.c
+
+We already have a tap that registers as a command-line stat under the
+name "rtp"; we don't need another one, especially given that
+"rtp_stream.c" doesn't directly implement a stat (note that it doesn't
+register a menu item).
+
+------------------------------------------------------------------------
+r15487 | ulfl | 2005-08-20 17:16:12 -0500 (Sat, 20 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/capture_sync.c
+
+capture_sync.c(290) : warning C4090: 'function' : different 'const' qualifiers
+capture_sync.c(290) : warning C4022: 'g_realloc' : pointer mismatch for actual parameter 1
+capture_sync.c(431) : warning C4090: 'function' : different 'const' qualifiers
+capture_sync.c(431) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
+capture_sync.c(442) : warning C4090: 'function' : different 'const' qualifiers
+capture_sync.c(442) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
+capture_sync.c(549) : warning C4090: 'function' : different 'const' qualifiers
+capture_sync.c(549) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
+------------------------------------------------------------------------
+r15486 | sahlberg | 2005-08-20 17:15:39 -0500 (Sat, 20 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_637.c
+
+remove sprintf
+
+------------------------------------------------------------------------
+r15485 | ulfl | 2005-08-20 17:08:35 -0500 (Sat, 20 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/radius_dict.l
+
+radius_dict.l(216) : warning C4090: 'function' : different 'const' qualifiers
+radius_dict.l(216) : warning C4022: 'g_hash_table_insert' : pointer mismatch for actual parameter 2
+radius_dict.l(268) : warning C4090: 'function' : different 'const' qualifiers
+radius_dict.l(268) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
+------------------------------------------------------------------------
+r15484 | sahlberg | 2005-08-20 17:06:31 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ajp13.c
+
+removal of sprintf
+
+
+------------------------------------------------------------------------
+r15483 | guy | 2005-08-20 15:06:05 -0500 (Sat, 20 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   D /trunk/epan/stat.c
+   D /trunk/epan/stat.h
+   A /trunk/epan/stat_cmd_args.c (from /trunk/epan/stat.c:15480)
+   A /trunk/epan/stat_cmd_args.h (from /trunk/epan/stat.h:15480)
+   M /trunk/gtk/afp_stat.c
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/conversations_eth.c
+   M /trunk/gtk/conversations_fc.c
+   M /trunk/gtk/conversations_fddi.c
+   M /trunk/gtk/conversations_ip.c
+   M /trunk/gtk/conversations_ipx.c
+   M /trunk/gtk/conversations_jxta.c
+   M /trunk/gtk/conversations_sctp.c
+   M /trunk/gtk/conversations_tcpip.c
+   M /trunk/gtk/conversations_tr.c
+   M /trunk/gtk/conversations_udpip.c
+   M /trunk/gtk/conversations_wlan.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/hostlist_eth.c
+   M /trunk/gtk/hostlist_fc.c
+   M /trunk/gtk/hostlist_fddi.c
+   M /trunk/gtk/hostlist_ip.c
+   M /trunk/gtk/hostlist_ipx.c
+   M /trunk/gtk/hostlist_jxta.c
+   M /trunk/gtk/hostlist_tcpip.c
+   M /trunk/gtk/hostlist_tr.c
+   M /trunk/gtk/hostlist_udpip.c
+   M /trunk/gtk/hostlist_wlan.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+   M /trunk/tap-afpstat.c
+   M /trunk/tap-ansi_astat.c
+   M /trunk/tap-bootpstat.c
+   M /trunk/tap-dcerpcstat.c
+   M /trunk/tap-gsm_astat.c
+   M /trunk/tap-h225counter.c
+   M /trunk/tap-h225rassrt.c
+   M /trunk/tap-httpstat.c
+   M /trunk/tap-iostat.c
+   M /trunk/tap-iousers.c
+   M /trunk/tap-mgcpstat.c
+   M /trunk/tap-protocolinfo.c
+   M /trunk/tap-protohierstat.c
+   M /trunk/tap-rpcprogs.c
+   M /trunk/tap-rpcstat.c
+   M /trunk/tap-sctpchunkstat.c
+   M /trunk/tap-sipstat.c
+   M /trunk/tap-smbsids.c
+   M /trunk/tap-smbstat.c
+   M /trunk/tap-stats_tree.c
+   M /trunk/tap-wspstat.c
+   M /trunk/tethereal.c
+
+Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals with
+implementing the "-z" command-line arguments, it doesn't deal with *all*
+issues for stats.
+
+------------------------------------------------------------------------
+r15482 | guy | 2005-08-20 14:49:22 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/gui_utils.h
+
+Explain in more detail the split between the stuff in ui_util.h and in
+gtk/gui_utils.h.
+
+------------------------------------------------------------------------
+r15481 | guy | 2005-08-20 14:45:53 -0500 (Sat, 20 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/ui_util.h
+
+Explain in more detail what this file is for.
+
+------------------------------------------------------------------------
+r15480 | guy | 2005-08-20 13:17:36 -0500 (Sat, 20 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/asn1/acse/acse-exp.cnf
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/epan/dissectors/packet-acse.c
+
+There's no longer a need to individually remove items from
+acse_ctx_oid_table - destroying the hash table will destroy the hash
+table items, and the destroy function no longer has any work to do
+because the OID strings are now allocated with se_strdup() (and thus get
+freed when the capture is closed).
+
+Regenerate packet-acse.c, which also regenerates acse-exp.cnf.
+
+------------------------------------------------------------------------
+r15479 | guy | 2005-08-20 13:01:07 -0500 (Sat, 20 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_map.c
+
+Flag the "add_string" parameter as unused if it is - and don't flag it
+as such if it *is* used. Get rid of the "add_string" parameter to
+"param_digits_basic", as that function *isn't* called through a pointer.
+
+Don't flag arguments in declarations as unused; you only do that in
+definitions.
+
+Clean up indentation.
+
+------------------------------------------------------------------------
+r15478 | guy | 2005-08-20 12:49:58 -0500 (Sat, 20 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/wiretap/ascend-grammar.y
+
+"ascend-grammar.h" is generated by Bison with a copy of the definition
+of the YYSTYPE structure in "ascend-grammar.c"; the intent is that other
+files include "ascend-grammar.h" if they need that structure, but that
+"ascend-grammar.c" not itself include "ascend-grammar.h".  If it *does*
+include it, the compiler complains about YYSTYPE being redefined (even
+though the two structures are identical).
+
+------------------------------------------------------------------------
+r15477 | jmayer | 2005-08-20 11:30:23 -0500 (Sat, 20 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/Makefile.am
+
+And if we add a file, add it to Makefile.am as well 
+------------------------------------------------------------------------
+r15476 | jmayer | 2005-08-20 11:24:35 -0500 (Sat, 20 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+If we delete a file, don't forget to remove it from Makefile.common
+
+------------------------------------------------------------------------
+r15475 | jmayer | 2005-08-20 11:19:22 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/bitswap.c
+   M /trunk/epan/dfilter/dfilter.c
+   M /trunk/epan/dfilter/grammar.lemon
+   D /trunk/epan/dissectors/packet-sna.h
+   M /trunk/epan/ftypes/ftypes.c
+   M /trunk/epan/stats_tree.c
+   M /trunk/gtk/print_mswin.c
+   M /trunk/mkstemp.c
+   M /trunk/plugins/mate/mate_grammar.lemon
+   M /trunk/plugins/mate/mate_util.c
+   M /trunk/wiretap/ascend-grammar.y
+   M /trunk/wiretap/wtap.c
+
+- Include the .h files in their .c files.
+- Remove epan/dissectors/packet-sna.h, it isn't used anywhere.
+
+------------------------------------------------------------------------
+r15474 | ulfl | 2005-08-20 10:58:42 -0500 (Sat, 20 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-quakeworld.c
+   M /trunk/epan/dissectors/packet-smb.c
+
+removed MSVC warnings:
+
+packet-camel.c(6829) : warning C4101: 'version_str' : unreferenced local variable
+packet-quakeworld.c(172) : warning C4090: 'return' : different 'const' qualifiers
+packet-smb.c(10859) : warning C4101: 'target_name_len' : unreferenced local variable
+packet-smb.c(10860) : warning C4101: 'fn_len' : unreferenced local variable
+packet-smb.c(10858) : warning C4101: 'fn' : unreferenced local variable
+------------------------------------------------------------------------
+r15473 | ulfl | 2005-08-20 10:19:31 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afp.h
+
+Win32: exported DATA must be declared with ETH_VAR_IMPORT to be available from outside the lib
+
+fixes current Win32 buildbot problem
+------------------------------------------------------------------------
+r15472 | jmayer | 2005-08-20 09:08:53 -0500 (Sat, 20 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/proto_hier_stats_dlg.c
+
+One file missed in last checkin
+------------------------------------------------------------------------
+r15471 | jmayer | 2005-08-20 09:02:00 -0500 (Sat, 20 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/gtk/about_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/gtk/fileset_dlg.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/gsm_map_summary.c
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/gui_utils.h
+   M /trunk/gtk/main.h
+   M /trunk/gtk/menu.h
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/plugins_dlg.c
+   A /trunk/gtk/plugins_dlg.h
+   M /trunk/gtk/prefs_dlg.c
+   M /trunk/gtk/print_dlg.c
+   M /trunk/gtk/proto_dlg.c
+   M /trunk/gtk/proto_draw.c
+   M /trunk/gtk/proto_hier_stats_dlg.c
+   M /trunk/gtk/range_utils.c
+   M /trunk/gtk/recent.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_byte_graph_dlg.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/gtk/sctp_error_dlg.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/toolbar.h
+   M /trunk/gtk/voip_calls.c
+   M /trunk/gtk/voip_calls_dlg.c
+
+- Declare some functions static
+- Add plugins_dlg.h
+- Include .h files in their respective .c files
+- Include .h and remove extern declarations in .c files
+- set eol-style and keywords on gui_utils.[hc]
+
+------------------------------------------------------------------------
+r15470 | jmayer | 2005-08-20 08:21:09 -0500 (Sat, 20 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/ui_util.h
+
+Add some comments on the originating files of the declarations
+------------------------------------------------------------------------
+r15469 | sahlberg | 2005-08-20 08:02:08 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-icep.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+more sprintf updates
+
+
+------------------------------------------------------------------------
+r15468 | jmayer | 2005-08-20 07:57:52 -0500 (Sat, 20 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/gtk/afp_stat.c
+   M /trunk/gtk/packet_win.c
+   M /trunk/gtk/proto_draw.c
+
+- Include ../ui_util.h into files that implement functions declard in
+  ui_util.h
+- Replace one instance of ui_util.h by gui_utils.h
+
+------------------------------------------------------------------------
+r15467 | sahlberg | 2005-08-20 07:38:45 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-aarp.c
+
+remove sprintf
+
+
+------------------------------------------------------------------------
+r15466 | sahlberg | 2005-08-20 07:28:16 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_a.c
+
+get rid of a whole chunk of sprintfs
+
+
+------------------------------------------------------------------------
+r15465 | ulfl | 2005-08-20 07:09:48 -0500 (Sat, 20 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/about_dlg.c
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_if_details_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/gtk/capture_info_dlg.c
+   M /trunk/gtk/capture_prefs.c
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/column_prefs.c
+   M /trunk/gtk/conversations_table.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/decode_as_dcerpc.c
+   M /trunk/gtk/decode_as_dlg.c
+   M /trunk/gtk/dfilter_expr_dlg.c
+   M /trunk/gtk/dlg_utils.c
+   M /trunk/gtk/dlg_utils.h
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/file_dlg.c
+   M /trunk/gtk/fileset_dlg.c
+   M /trunk/gtk/filter_dlg.c
+   M /trunk/gtk/find_dlg.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/follow_dlg.c
+   M /trunk/gtk/goto_dlg.c
+   M /trunk/gtk/graph_analysis.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/gui_prefs.c
+   A /trunk/gtk/gui_utils.c
+   A /trunk/gtk/gui_utils.h
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/help_dlg.c
+   M /trunk/gtk/hostlist_table.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/layout_prefs.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/nameres_prefs.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/packet_win.c
+   M /trunk/gtk/plugins_dlg.c
+   M /trunk/gtk/prefs_dlg.c
+   M /trunk/gtk/print_dlg.c
+   M /trunk/gtk/print_prefs.c
+   M /trunk/gtk/progress_dlg.c
+   M /trunk/gtk/proto_dlg.c
+   M /trunk/gtk/proto_draw.c
+   M /trunk/gtk/proto_hier_stats_dlg.c
+   M /trunk/gtk/range_utils.c
+   M /trunk/gtk/recent.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_byte_graph_dlg.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/gtk/sctp_error_dlg.c
+   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/service_response_time_table.c
+   M /trunk/gtk/simple_dialog.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/summary_dlg.c
+   M /trunk/gtk/supported_protos_dlg.c
+   M /trunk/gtk/tap_dfilter_dlg.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/text_page.c
+   D /trunk/gtk/ui_util.c
+   D /trunk/gtk/ui_util.h
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+
+renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical named ui_util.h in / dir
+------------------------------------------------------------------------
+r15464 | guy | 2005-08-20 05:03:07 -0500 (Sat, 20 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/libethereal.def
+
+From Gisle Vanem: export get_timedelta() for use by AFP and SMB taps.
+
+------------------------------------------------------------------------
+r15463 | guy | 2005-08-20 04:35:55 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/osi-utils.c
+
+The order in which arguments to a function are evaluated isn't defined
+by C.  Do decrements of arguments before passing them to a function.
+
+------------------------------------------------------------------------
+r15462 | guy | 2005-08-20 04:08:24 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/file.c
+
+Widen some variables so the code in question can handle large files if,
+as, and when Wiretap can handle them.
+
+------------------------------------------------------------------------
+r15461 | guy | 2005-08-20 03:15:21 -0500 (Sat, 20 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/libethereal.def
+
+Export AFP's CommandCode_vals for use by the AFP taps.
+
+------------------------------------------------------------------------
+r15460 | sahlberg | 2005-08-20 00:37:08 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ospf.c
+
+sprintf elimination
+
+
+------------------------------------------------------------------------
+r15459 | sahlberg | 2005-08-20 00:31:36 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wbxml.c
+
+sprintf removals
+
+
+------------------------------------------------------------------------
+r15458 | sahlberg | 2005-08-19 21:51:13 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-tds.c
+
+remove some more sprintf
+
+
+------------------------------------------------------------------------
+r15457 | sahlberg | 2005-08-19 21:33:33 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/osi-utils.c
+   M /trunk/epan/osi-utils.h
+   M /trunk/epan/sna-utils.c
+   M /trunk/epan/sna-utils.h
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
+   M /trunk/epan/value_string.c
+   M /trunk/epan/xdlc.c
+
+removal of even more sprintf
+
+
+------------------------------------------------------------------------
+r15456 | guy | 2005-08-19 21:19:37 -0500 (Fri, 19 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/Makefile.common
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-afp.h
+   M /trunk/gtk/Makefile.common
+   A /trunk/gtk/afp_stat.c
+   A /trunk/tap-afpstat.c
 
-         Add a new address type AT_STRINGZ, and use it for GSM SMS message
-         reassembly.
+For AFP requests, add in the frame with the (last part of the) reply, if
+possible, and, for AFP replies, add in the frame with the request and
+the time between those two frames.
 
-         Get rid of the different UDH IE subtrees, and replace them with
-         one subtree for all UDH IEs.
+Have AFP per-request-type RTT statistics, similar to SMB's statistics.
 
-         Add debug logging to SMPP and SMPP GSM SMS dissectors.
+------------------------------------------------------------------------
+r15455 | guy | 2005-08-19 21:15:02 -0500 (Fri, 19 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/tap-smbstat.c
 
-         Move the Short Message reassembly from the SMPP dissector to the
-         SMPP GSM SMS dissector. Fix duplicated "reassembled in" header
-         fields.
+Use get_timedelta() to get the difference between two times.
 
-         Rename header fields that are now part of SMPP GSM SMS (including
-         the dissector table name, so it has also been updated in
-         packet-wsp.c and packet-wtp.c).
+------------------------------------------------------------------------
+r15454 | guy | 2005-08-19 21:14:01 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/cfile.h
+   M /trunk/file.c
+   M /trunk/tethereal.c
 
-         Add an explicit "if (!tree) return" in the WSP add_headers()
-         method.
+Get rid of f_len field in capture_file structure - we can just keep
+the length locally. within cf_read().
 
-         NOTE: it would be great if we were able to merge the existing
-         packet-gsm_sms.c and the SMPP GSM SMS dissector.
+------------------------------------------------------------------------
+r15453 | jmayer | 2005-08-19 21:05:02 -0500 (Fri, 19 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/configure.in
+   M /trunk/wiretap/configure.in
 
-2003-12-23 21:16  guy
+Add  -Wmissing-declarations -Wwrite-strings to extra-gcc-flags
+------------------------------------------------------------------------
+r15452 | jmayer | 2005-08-19 21:03:40 -0500 (Fri, 19 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-alcap.c
 
-       * packet-ssh.c:
+Trivial warning fixes
+------------------------------------------------------------------------
+r15451 | sahlberg | 2005-08-19 20:24:23 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mtp3.c
+   M /trunk/epan/dissectors/packet-mtp3.h
+   M /trunk/epan/to_str.c
+   M /trunk/gtk/mtp3_stat.c
 
-         Handle the case where "ssh_dissect_protocol()", for the first
-         packet, didn't determine the version number.
+remove sprintf from mtp3
 
-2003-12-23 21:18  guy
 
-       * packet-beep.c:
+------------------------------------------------------------------------
+r15450 | sahlberg | 2005-08-19 20:10:40 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pgm.c
+   M /trunk/epan/dissectors/packet-x11.c
 
-         Have "tvb_ensure_length_remaining()" throw the appropriate
-         exception if there's no data remaining - its callers largely
-         depend on it doing so.
+remove sprintf from pgm and x11
 
-         That means that the BEEP dissector doesn't have to check for it
-         returning 0.
 
-2003-12-23 21:22  guy
+------------------------------------------------------------------------
+r15449 | sahlberg | 2005-08-19 19:33:08 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-wccp.c
 
-       * epan/tvbuff.c:
+remove sprintf from v120 and wccp
 
-         Have "tvb_ensure_length_remaining()" throw the appropriate
-         exception if there's no data remaining - its callers largely
-         depend on it doing so.
 
-         That means that the BEEP dissector doesn't have to check for it
-         returning 0.
+------------------------------------------------------------------------
+r15448 | sahlberg | 2005-08-19 19:27:46 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rpc.c
 
-2003-12-23 21:29  guy
+remove sprintf from rpc
 
-       * prefs.c:
 
-         Handle the move of "smpp" preferences to "smpp-gsm-sms".
+------------------------------------------------------------------------
+r15447 | sahlberg | 2005-08-19 19:07:20 -0500 (Fri, 19 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtps.c
 
-2003-12-24 01:12  guy
+fix buffer  handling and remove sprintf
 
-       * packet-radius.c, epan/strutil.c:
 
-         Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX
-         or Windows - the problem is that GTK+ 1.3[.x] and later assume
-         strings handed to them are UTF-8 strings, not, for example, ISO
-         8859/x strings.
+there was at least one instance where an ip address was printed in dotted decimal to a 10 byte array on the stack.
+I.e. a guaranteed buffer overrun for a stack object.
 
-         In packet-radius.c, re-define "isprint()" rather than #ifdeffing
-         its use (the old code was also incorrectly treating 0x7f as a
-         printable).
 
-2003-12-24 01:21  guy
 
-       * gtk/: follow_dlg.c, gtkglobals.h:
+------------------------------------------------------------------------
+r15446 | sahlberg | 2005-08-19 18:28:23 -0500 (Fri, 19 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smpp.c
+   M /trunk/epan/dissectors/packet-x25.c
 
-         Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX
-         or Windows - the problem is that GTK+ 1.3[.x] and later assume
-         strings handed to them are UTF-8 strings, not, for example, ISO
-         8859/x strings.
+more  sprintf removals,
+replace some char arrays on the stack to ep_alloc()ed memory
 
-         In packet-radius.c, re-define "isprint()" rather than #ifdeffing
-         its use (the old code was also incorrectly treating 0x7f as a
-         printable).
 
-2003-12-24 02:06  obiot
+------------------------------------------------------------------------
+r15445 | sahlberg | 2005-08-19 18:03:56 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-spnego.c
 
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-image-gif.c:
+remove a gmalloc and al sprintf  from spnego
 
-         Add support for GIF image dissection.
 
-         NOTE: I propose to use packet-MIME-TREE for future media types
-         that will be added to Ethereal (E.g., packet-image-png.c).
+------------------------------------------------------------------------
+r15444 | sahlberg | 2005-08-19 17:44:56 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
 
-2003-12-24 09:50  guy
+no more g_malloc  or sprintf   in snmp
 
-       * packet-http.c, req_resp_hdrs.c:
 
-         In the loop that processes lines in HTTP requests and replies,
-         loop as long as there's reported data, don't just loop through
-         the data in the tvbuff.
+------------------------------------------------------------------------
+r15443 | sahlberg | 2005-08-19 17:34:28 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
 
-         Fix some problems with short frames.
+more gmalloc sprintf removals
 
-2003-12-24 10:48  guy
 
-       * packet-tftp.c:
+------------------------------------------------------------------------
+r15442 | sahlberg | 2005-08-19 17:26:10 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
 
-         Don't display TFTP data if there isn't any to display.
+remove two gmalloc and some sprintf
 
-2003-12-24 11:07  guy
 
-       * epan/proto.c:
+------------------------------------------------------------------------
+r15441 | sahlberg | 2005-08-19 16:19:49 -0500 (Fri, 19 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h245.h
 
-         Let FT_PROTOCOL fields, if the length specified is -1, have a
-         length of 0 - now that "tvb_ensure_length_remaining()" ensures
-         that there's at least one byte of data, we should use
-         "tvb_length_remaining()" for FT_PROTOCOL fields.
+from Jeff Snyder
 
-2003-12-24 12:46  obiot
 
-       * packet-image-gif.c:
+H245 updates
+make multiple pdus/frame work
 
-         Fix highlighting of Image record (forgot one fixed header byte).
+update to have nu limit on the max number of tappable pdus per frame
 
-         Add comments on computation of fixed header.
 
-2003-12-24 14:06  jmayer
+------------------------------------------------------------------------
+r15440 | ulfl | 2005-08-19 16:13:49 -0500 (Fri, 19 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/ringbuffer.c
 
-       * configure.in:
+fix #357: increment ring buffer "file names" (again?)
+------------------------------------------------------------------------
+r15439 | ulfl | 2005-08-19 16:09:38 -0500 (Fri, 19 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
 
-         Add -pedantic to --with-extra-gcc-checks
+as the WinPcap installation is now longer really needed (it has become part of the main Ethereal installer) clarify things about installation
+------------------------------------------------------------------------
+r15438 | guy | 2005-08-19 14:44:21 -0500 (Fri, 19 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/config.nmake
 
-2003-12-24 14:45  jmayer
+We've changed the Wiretap ABI (removed one routine), so bump the library
+version number.
 
-       * wiretap/configure.in, epan/configure.in:
+WinPcap 3.1 is no longer in alpha.  (Should we make WINPCAP_VERSION 3.1,
+so we default to assuming WinPcap 3.1?)
 
-         Add -pedantic to --with-extra-gcc-checks
+------------------------------------------------------------------------
+r15437 | guy | 2005-08-19 14:40:00 -0500 (Fri, 19 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/capinfos.c
+   M /trunk/cfile.h
+   M /trunk/file.c
+   M /trunk/gtk/file_dlg.c
+   M /trunk/gtk/fileset_dlg.c
+   M /trunk/merge.c
+   M /trunk/merge.h
+   M /trunk/ringbuffer.c
+   M /trunk/tethereal.c
+   M /trunk/wiretap/ascend.c
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.def
+   M /trunk/wiretap/wtap.h
 
-2003-12-24 23:28  guy
+Add APIs to Wiretap to return the file of the size as supplied by the OS
+(so if the file's gzipped, it's *NOT* the size of the file after
+uncompressing), and an approximation of the amount of that data read
+sequentially so far.
+
+Use those for various progress bars and the like.
+
+Make the fstat() in the Ascend trace reader directly use wth->fd, as
+it's inside Wiretap; that gets rid of the last caller of wtap_fd() (as
+we're no longer directly using fstat() or lseek() in Ethereal), so get
+rid of wtap_fd().
+
+------------------------------------------------------------------------
+r15436 | ulfl | 2005-08-19 14:29:29 -0500 (Fri, 19 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/docbook/eug_src/EUG_chapter_introduction.xml
+
+add information about unsupported/fresh windows versions
+------------------------------------------------------------------------
+r15435 | gerald | 2005-08-19 13:28:50 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+
+Restore pinfo->private_data after calling another dissector, in case it gets
+overwritten.  Fixes bug 367.
+
+------------------------------------------------------------------------
+r15434 | lego | 2005-08-19 11:46:46 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Add packet-alcap.h to the Makefiles.
+
+
+------------------------------------------------------------------------
+r15433 | lego | 2005-08-19 10:50:48 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/epan/dissectors/packet-acse.c
+
+some ememification
+
+
+------------------------------------------------------------------------
+r15432 | lego | 2005-08-19 10:46:39 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/camel/camel.asn
+   M /trunk/asn1/camel/packet-camel-template.h
+
+add the $Id:$
+
+
+------------------------------------------------------------------------
+r15431 | lego | 2005-08-19 10:35:42 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/packet-fw1.c
+
+some ememification
+
+
+------------------------------------------------------------------------
+r15430 | lego | 2005-08-19 06:53:39 -0500 (Fri, 19 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-alcap.c
+   A /trunk/epan/dissectors/packet-alcap.h
+
+Keep information about the call-leg so that all the messages of a leg can be filtered given a parameter of it.
+Create the header to export the structures thyat hold that info.
+
+
+------------------------------------------------------------------------
+r15429 | guy | 2005-08-19 05:00:14 -0500 (Fri, 19 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.common
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/libethereal.def
+   A /trunk/epan/stat.c (from /trunk/stat.c:15427)
+   A /trunk/epan/stat.h (from /trunk/stat.h:15427)
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/conversations_eth.c
+   M /trunk/gtk/conversations_fc.c
+   M /trunk/gtk/conversations_fddi.c
+   M /trunk/gtk/conversations_ip.c
+   M /trunk/gtk/conversations_ipx.c
+   M /trunk/gtk/conversations_jxta.c
+   M /trunk/gtk/conversations_sctp.c
+   M /trunk/gtk/conversations_tcpip.c
+   M /trunk/gtk/conversations_tr.c
+   M /trunk/gtk/conversations_udpip.c
+   M /trunk/gtk/conversations_wlan.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/hostlist_eth.c
+   M /trunk/gtk/hostlist_fc.c
+   M /trunk/gtk/hostlist_fddi.c
+   M /trunk/gtk/hostlist_ip.c
+   M /trunk/gtk/hostlist_ipx.c
+   M /trunk/gtk/hostlist_jxta.c
+   M /trunk/gtk/hostlist_tcpip.c
+   M /trunk/gtk/hostlist_tr.c
+   M /trunk/gtk/hostlist_udpip.c
+   M /trunk/gtk/hostlist_wlan.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+   D /trunk/stat.c
+   D /trunk/stat.h
+   M /trunk/tap-ansi_astat.c
+   M /trunk/tap-bootpstat.c
+   M /trunk/tap-dcerpcstat.c
+   M /trunk/tap-gsm_astat.c
+   M /trunk/tap-h225counter.c
+   M /trunk/tap-h225rassrt.c
+   M /trunk/tap-httpstat.c
+   M /trunk/tap-iostat.c
+   M /trunk/tap-iousers.c
+   M /trunk/tap-mgcpstat.c
+   M /trunk/tap-protocolinfo.c
+   M /trunk/tap-protohierstat.c
+   M /trunk/tap-rpcprogs.c
+   M /trunk/tap-rpcstat.c
+   M /trunk/tap-sctpchunkstat.c
+   M /trunk/tap-sipstat.c
+   M /trunk/tap-smbsids.c
+   M /trunk/tap-smbstat.c
+   M /trunk/tap-stats_tree.c
+   M /trunk/tap-wspstat.c
+   M /trunk/tethereal.c
+
+Move the stats.[ch] stuff into epan, so plugins can use it.
+
+------------------------------------------------------------------------
+r15428 | sahlberg | 2005-08-19 04:47:11 -0500 (Fri, 19 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-ldap.c
+
+From Matthias Drochner:
+I'll attach a patch which fixes the decoding of authenticated
+LDAP bind replies. The SASL credentials are always "context
+specific" in terms of ASN.1.
+I've tested the fix with DIGEST-MD5 authentication.
+(Without the patch, ethereal complains about a wrong type
+because it expects an ASN.a octet string.)
+(You might also consider a stricter check of the ASN.1 header
+type for the GSSAPI and GSS-SPNEGO cases, but I can't test this.)
+
+
+
+------------------------------------------------------------------------
+r15427 | guy | 2005-08-19 04:29:41 -0500 (Fri, 19 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/Makefile.common
+   M /trunk/epan/libethereal.def
+   M /trunk/epan/tap.c
+   M /trunk/epan/tap.h
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/conversations_eth.c
+   M /trunk/gtk/conversations_fc.c
+   M /trunk/gtk/conversations_fddi.c
+   M /trunk/gtk/conversations_ip.c
+   M /trunk/gtk/conversations_ipx.c
+   M /trunk/gtk/conversations_jxta.c
+   M /trunk/gtk/conversations_sctp.c
+   M /trunk/gtk/conversations_tcpip.c
+   M /trunk/gtk/conversations_tr.c
+   M /trunk/gtk/conversations_udpip.c
+   M /trunk/gtk/conversations_wlan.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/follow_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/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/hostlist_eth.c
+   M /trunk/gtk/hostlist_fc.c
+   M /trunk/gtk/hostlist_fddi.c
+   M /trunk/gtk/hostlist_ip.c
+   M /trunk/gtk/hostlist_ipx.c
+   M /trunk/gtk/hostlist_jxta.c
+   M /trunk/gtk/hostlist_tcpip.c
+   M /trunk/gtk/hostlist_tr.c
+   M /trunk/gtk/hostlist_udpip.c
+   M /trunk/gtk/hostlist_wlan.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_byte_graph_dlg.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/gtk/sctp_error_dlg.c
+   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   A /trunk/gtk/stat_menu.h (from /trunk/gtk/tap_menu.h:15420)
+   M /trunk/gtk/stats_tree_stat.c
+   D /trunk/gtk/tap_menu.h
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+   A /trunk/stat.c
+   A /trunk/stat.h
+   M /trunk/tap-ansi_astat.c
+   M /trunk/tap-bootpstat.c
+   M /trunk/tap-dcerpcstat.c
+   M /trunk/tap-gsm_astat.c
+   M /trunk/tap-h225counter.c
+   M /trunk/tap-h225rassrt.c
+   M /trunk/tap-httpstat.c
+   M /trunk/tap-iostat.c
+   M /trunk/tap-iousers.c
+   M /trunk/tap-mgcpstat.c
+   M /trunk/tap-protocolinfo.c
+   M /trunk/tap-protohierstat.c
+   M /trunk/tap-rpcprogs.c
+   M /trunk/tap-rpcstat.c
+   M /trunk/tap-sctpchunkstat.c
+   M /trunk/tap-sipstat.c
+   M /trunk/tap-smbsids.c
+   M /trunk/tap-smbstat.c
+   M /trunk/tap-stats_tree.c
+   M /trunk/tap-wspstat.c
+   M /trunk/tap_dfilter_dlg.h
+   M /trunk/tethereal.c
+
+Move the APIs for registering and processing "-z" command-line arguments
+and "Statistics" menu items into "stat.h" and "stat.c", to separate them
+from the core tapping APIs.  A tap could conceivably not register as a
+"-z" command-line argument or "Statistics" menu item, and a stat could
+conceivably not be implemented as a tap, and dissectors that implement
+tapping points don't need the UI-related stuff from "stat.h", they just
+want the tap-related stuff in <epan/tap.h>.
+
+------------------------------------------------------------------------
+r15426 | sahlberg | 2005-08-19 04:28:58 -0500 (Fri, 19 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-ptp.c
+
+From Markus Seehofer
+
+PTP updates
+
+
+------------------------------------------------------------------------
+r15425 | sahlberg | 2005-08-19 03:43:58 -0500 (Fri, 19 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+
+From Michael Lum:
+
+Statistics data structure was not being passed to the draw routine.
+
+
+------------------------------------------------------------------------
+r15424 | sahlberg | 2005-08-19 03:39:19 -0500 (Fri, 19 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_map.c
+
+From Michael Lum:
+Fixed quite a few parameter IDs based on TIA-41-E (originally my mistakes).
+Added support for filtering by DN, MIN, etc.
+Moved where embedded 'Bearer Data' parameter is sub-dissected.
+
+
+
+------------------------------------------------------------------------
+r15423 | sahlberg | 2005-08-19 03:36:38 -0500 (Fri, 19 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+
+From Michael Lum
+
+Slight modification to allow a protocol beneath SCCP (i.e. MTP3)
+specify how the SCCP message should be dissected.
+
+
+
+------------------------------------------------------------------------
+r15422 | sahlberg | 2005-08-19 03:32:27 -0500 (Fri, 19 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-3g-a11.c
+
+from Michael Lum
+
+update to 3g-a11  
+Modified support for ESN in the Airlink Setup Record
+
+------------------------------------------------------------------------
+r15421 | sahlberg | 2005-08-19 03:19:52 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-etheric.c
+
+remove gmalloc from etheric
+
+
+------------------------------------------------------------------------
+r15420 | sahlberg | 2005-08-19 03:12:26 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb-common.c
+   M /trunk/epan/dissectors/packet-smb-common.h
+   M /trunk/epan/dissectors/packet-smb-logon.c
+
+remove g_malloc() from packet-smb-common
+
+
+------------------------------------------------------------------------
+r15419 | sahlberg | 2005-08-19 03:03:28 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtsp.c
 
-       * epan/tvbuff.c:
+remove g_malloc()
 
-         In "tvb_ensure_bytes_remaining()", throw ReportedBoundsError, not
-         BoundsError, if the offset is just past the end of the reported
-         data (because we're ensuring that there actually *is* a byte
-         there, and, even according to the reported length, it isn't).
 
-2003-12-24 23:37  guy
+------------------------------------------------------------------------
+r15418 | ulfl | 2005-08-19 02:03:34 -0500 (Fri, 19 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/file.c
 
-       * epan/proto.c:
+file.c(3079) : warning C4090: 'function' : different 'const' qualifiers
+file.c(3079) : warning C4022: 'cf_callback_invoke' : pointer mismatch for actual parameter 2
+------------------------------------------------------------------------
+r15417 | guy | 2005-08-18 20:57:44 -0500 (Thu, 18 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/gtk/fileset_dlg.c
 
-         In "alloc_field_info()", handle the case where the offset is past
-         the byte past the end of the tvbuff.
+Include <string.h> to declare "strrchr()".
 
-2003-12-26 11:36  ulfl
+Clean up indentation.
 
-       * packaging/nsis/ethereal.nsi:
+------------------------------------------------------------------------
+r15416 | guy | 2005-08-18 20:56:14 -0500 (Thu, 18 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
 
-         bugfix: uninstall also the help textfiles
+Set "hoffset" before using it.
 
-2003-12-26 11:37  ulfl
+------------------------------------------------------------------------
+r15415 | guy | 2005-08-18 20:17:24 -0500 (Thu, 18 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/cfile.h
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+   M /trunk/summary.c
+   M /trunk/tethereal.c
+
+Have "f_datalen" keep track of the number of bytes of uncompressed file
+data, so that "f_len" still keeps the size of the underlying file (which
+is necessary in order to make the progress bar when files are being read
+work correctly).
+
+------------------------------------------------------------------------
+r15414 | etxrab | 2005-08-18 16:36:59 -0500 (Thu, 18 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/asn1/tcap/tcap.cnf
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-tcap.h
+
+From Tim Endean:
+
+Small patch to ber.c
+
+The tcap dissector has been updated to use this length. I have not tested other asn.1 dissectors to ensure that they correctly use the indefinite encoding flag instead of the length value returning zero. 
+
+There may also be some problems when re-assembly is needed, but the ability to deal with indefinite length is much more useful.
+
+For developers the get_ber_length now returns the length of the pdu including the EOC, where you have dissectors that use packet-ber.c the eoc may need to be dealt with separately.
+
+The tcap dissector has had numerous changes to make it less cluttered, and the useful feature of the previous version where a dialogue could be filtered out by selecting either the source or destination transaction ID has been incorporated into this version.
+
+------------------------------------------------------------------------
+r15413 | ulfl | 2005-08-18 14:36:19 -0500 (Thu, 18 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/fileset_dlg.c
+
+fix #305: don't get file creation date/time of the file but just use the filename
+------------------------------------------------------------------------
+r15412 | ulfl | 2005-08-18 14:31:15 -0500 (Thu, 18 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/config.h.win32
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dfilter/dfilter.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-fddi.c
+   M /trunk/epan/dissectors/packet-fw1.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-icep.c
+   M /trunk/epan/plugins.c
+   M /trunk/epan/proto.c
+   M /trunk/mkstemp.c
+
+several times replacing:
+
+sprintf -> g_snprintf
+snprintf -> g_snprintf
+vsnprintf -> g_vsnprintf
+strdup -> g_strdup
+------------------------------------------------------------------------
+r15411 | ulfl | 2005-08-18 14:19:59 -0500 (Thu, 18 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/fileset.c
+
+while sorting the entries, don't use the file creation date but the filename for comparison
+------------------------------------------------------------------------
+r15410 | ulfl | 2005-08-18 14:09:01 -0500 (Thu, 18 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/menu.c
+
+init the file set submenu items, so that the next and previous file items are disabled by default
+------------------------------------------------------------------------
+r15409 | gerald | 2005-08-18 13:12:55 -0500 (Thu, 18 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+Fix value_tvb pointers.
+
+------------------------------------------------------------------------
+r15408 | kukosa | 2005-08-18 09:32:49 -0500 (Thu, 18 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/asn1/h225/h225.asn
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h245/h245.asn
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
+   M /trunk/tools/asn2eth.py
+
+- dissect_per_restricted_character_string() returns value in tvbbuff_t instead of char
+- asn2eth:
+  fixed CHOICE tag handling
+  #.FN_PARS support for BIT STRING and all string types
+  intersection of SIZE and FROM constraints for string is handled
+- new asn2eth features used in h225 and h245
+- PER dissectors regeneration
+------------------------------------------------------------------------
+r15407 | etxrab | 2005-08-18 07:55:01 -0500 (Thu, 18 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/ftypes/ftype-time.c
+
+From Richard van der Hoff
+negative relative time fixes.
+------------------------------------------------------------------------
+r15406 | etxrab | 2005-08-18 06:09:50 -0500 (Thu, 18 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+
+Decode some more of MultiRate configuration.
+------------------------------------------------------------------------
+r15405 | sahlberg | 2005-08-18 05:37:41 -0500 (Thu, 18 Aug 2005) | 19 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kerberos.c
+
+when kerberos claims a conversation, it only claims it for the source port
+since a KDC MIGTH send the reply back from a different port.
+
+Then comes X.L's capture (ethereal-dev) 816fc4.cap from 16Aug2005 where
+the client is reusing the same source port to talk to DNS after finishing
+doing the port 88 KDC stuff.
+
+
+==>
+
+Make kerberos/udp able to test the packet for sanity and reject packets that
+do not look like kerberos (even if there was a conversation that said it was kerberos)
+and thus let other dissectors have a go at it.
+
+
+in doubt,   try 816fc4.cap  before and after this patch :-)
+
+
+
+------------------------------------------------------------------------
+r15404 | guy | 2005-08-18 04:47:00 -0500 (Thu, 18 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+
+Try yet another scheme for handling time stamps; realtick isn't always
+correct.
+
+------------------------------------------------------------------------
+r15403 | sahlberg | 2005-08-18 03:55:22 -0500 (Thu, 18 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tr.c
+
+replace sprintf with ememified g_snprintf
+
+
+------------------------------------------------------------------------
+r15402 | sahlberg | 2005-08-18 03:37:31 -0500 (Thu, 18 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-ber.h
+
+Tim's patches for packet-ber  for extra testing (works ok with my and with Anders captures)
+
+Anders'  beginnings of a new dissect_ber_set() function
+
+
+------------------------------------------------------------------------
+r15401 | guy | 2005-08-18 02:09:43 -0500 (Thu, 18 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bittorrent.c
+
+The length returned for continuation data should be the length remaining
+in the tvbuff starting at the specified offset, not the entire length of
+the tvbuff.
+
+------------------------------------------------------------------------
+r15400 | guy | 2005-08-18 01:40:10 -0500 (Thu, 18 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sflow.c
+
+Get rid of a no-longer-used variable.
+
+------------------------------------------------------------------------
+r15399 | guy | 2005-08-17 20:17:46 -0500 (Wed, 17 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bittorrent.c
+
+Show BitTorrent stuff that doesn't look right as continuation data.
+
+------------------------------------------------------------------------
+r15398 | ulfl | 2005-08-17 18:10:28 -0500 (Wed, 17 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+   M /trunk/plugins/lwres/packet-lwres.c
 
-       * config.nmake:
+snprintf -> g_snprintf
+------------------------------------------------------------------------
+r15397 | ulfl | 2005-08-17 17:49:07 -0500 (Wed, 17 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/docbook/Makefile
 
-         conditionally use modern UI for NSIS installer
+put the intermediate files of the release_notes chm build into it's own dir release_notes_chm/ instead of .
+------------------------------------------------------------------------
+r15396 | ulfl | 2005-08-17 17:32:40 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-2003-12-26 12:27  ulfl
+0.10.12 -> 0.10.13 (preliminary)
 
-       * packaging/nsis/: Makefile.nmake, ethereal.nsi:
+add a section about "new and updated features"
+------------------------------------------------------------------------
+r15395 | gerald | 2005-08-17 17:27:15 -0500 (Wed, 17 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
 
-         conditionally use modern UI for NSIS installer
+Flip the separators in the MIBS environment variable between ":" and
+";" depending on our platform.  This is a modified version of a patch
+that Jaap Keuter sent in.  Leave the preferences tooltip as-is in case
+we want to be more strict about separators in the future.
 
-2003-12-26 23:33  guy
+Add a link to an email from Wes explaining that we shouldn't use a
+default MIB list.
 
-       * packet-l2tp.c:
+------------------------------------------------------------------------
+r15394 | ulfl | 2005-08-17 17:08:06 -0500 (Wed, 17 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.common
 
-         Check that the length of an AVP is >= 6, not just that it's
-         non-zero.
+fix a typo
+------------------------------------------------------------------------
+r15393 | ulfl | 2005-08-17 17:03:21 -0500 (Wed, 17 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
 
-2003-12-27 01:42  guy
+snprintf -> g_snprintf
+------------------------------------------------------------------------
+r15392 | ulfl | 2005-08-17 16:52:16 -0500 (Wed, 17 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/io_stat.c
 
-       * packet-http.c:
+strdup -> g_strdup and alike
+------------------------------------------------------------------------
+r15391 | sahlberg | 2005-08-17 15:45:18 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.h
 
-         When testing the first line of HTTP data, process what data we
-         have - don't give up if we don't have the full line.
+update some comments pointing out these buffers need not be freed
 
-2003-12-27 02:01  guy
 
-       * packet-clnp.c:
+------------------------------------------------------------------------
+r15390 | gerald | 2005-08-17 10:04:44 -0500 (Wed, 17 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bittorrent.c
 
-         Note that this is another client for reassembly using connection
-         sequence numbers.
+If we receive junk data from the network it means we have a
+malformed packet.  It doesn't necessarily mean that we have a problem
+with our dissector.  If we see something we didn't expect, throw a
+ReportedBoundsError instead of calling DISSECTOR_ASSERT() (which makes
+BuildBot open a ticket).
 
-2003-12-27 02:17  guy
+Fixes bugs 362 - 366.
 
-       * packet-tds.c:
 
-         Don't defragment packets that aren't fragmented.
+------------------------------------------------------------------------
+r15389 | jmayer | 2005-08-17 07:27:05 -0500 (Wed, 17 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
 
-         Note that we've seen weird sequence numbers for login packets.
+As reported by Jim Young:
+- The port number was incorrectly displayed
+- Be a bit more verbose in the "Info" summary line.
+- Display the version including the internal number.
 
-2003-12-27 03:45  guy
 
-       * packet-afs.c:
+------------------------------------------------------------------------
+r15388 | jmayer | 2005-08-17 04:59:47 -0500 (Wed, 17 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
 
-         There might not be any AFS payload in an AFS reply; for fields in
-         the reply that don't come from the packet, use an offset and
-         length of 0, so that we don't throw an exception if the purported
-         data at that offset with that length doesn't exist.
+Comment fixes
+------------------------------------------------------------------------
+r15387 | etxrab | 2005-08-17 04:43:16 -0500 (Wed, 17 Aug 2005) | 2 lines
+Changed paths:
+   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
 
-2003-12-27 04:01  guy
+ from Tomas Kukosa, remove a redundant g_strdup()
 
-       * packet-ndmp.c:
+------------------------------------------------------------------------
+r15386 | sahlberg | 2005-08-17 04:36:20 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/atalk-utils.c
+   M /trunk/epan/osi-utils.c
+   M /trunk/epan/strutil.c
 
-         Don't create a protocol tree entry for the body of an NDMP
-         request or reply if there isn't a body, just a header, so that we
-         don't throw an exception and mark the frame as malformed if the
-         request or reply isn't supposed to have a body.
+replace some more silly rotating buffers with ep_alloc() calls
 
-2003-12-27 08:35  guy
 
-       * packet-http.c:
+------------------------------------------------------------------------
+r15385 | sahlberg | 2005-08-17 04:28:24 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/sna-utils.c
+   M /trunk/epan/value_string.c
 
-         Fix some comments.
+fix some more silly rotating buffers
 
-2003-12-27 13:19  ulfl
 
-       * config.nmake:
+------------------------------------------------------------------------
+r15384 | sahlberg | 2005-08-17 04:25:04 -0500 (Wed, 17 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-aarp.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-smb-common.c
+   M /trunk/epan/dissectors/packet-wccp.c
 
-         added/changed some comments
+replace a whole bunch of silly rotating stating buffers with ep_alloc() calls
 
-2003-12-27 18:45  guy
+this should fix a whole number of display bugs when there are too many such pdus in a single frame for the silly buffers to handle before they wrap.
 
-       * packet-http.c:
 
-         Properly handle 1xx, 204, and 304 responses, which don't contain
-         a message body.
 
-2003-12-28 08:39  guy
+------------------------------------------------------------------------
+r15383 | sahlberg | 2005-08-17 04:11:37 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-manolito.c
 
-       * packet-http.c:
+remove g_malloc from manolito
 
-         If we've seen an HTTP request or response or header line, and the
-         line we're looking at looks as if it could be the beginning of a
-         header line but stops at the end of the tvbuff before we see the
-         colon for the header line, throw an exception rather than
-         treating it as "not HTTP".
 
-2003-12-28 12:43  ulfl
+------------------------------------------------------------------------
+r15382 | sahlberg | 2005-08-17 03:54:25 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-       * packet-bssgp.c, packet-dcerpc-rpriv.c, packet-dcerpc-rs_repadm.c,
-         packet-giop.c, packet-ldp.c, packet-rpc.c, packet-smb.c,
-         packet-teredo.c, gtk/rtp_analysis.c, wiretap/lanalyzer.c:
+remove g_malloc()s from rtcp
 
-         removed some MSVC warnings (warning level 2)
 
-2003-12-28 12:50  ulfl
+------------------------------------------------------------------------
+r15381 | sahlberg | 2005-08-17 03:50:04 -0500 (Wed, 17 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ftp.c
+   M /trunk/epan/dissectors/packet-sdp.c
 
-       * gtk/proto_draw.c:
+replace g_malloc() with ep_alloc() for ftp and sdp
 
-         removed some MSVC warnings (warning level 2)
 
-2003-12-28 18:31  ulfl
+sdp never free the allocated memory so it were leaking memory for every packet containng sdp.
+fix memleak for sdp
 
-       * config.nmake:
 
-         all libs now relative to a base dir, use compiler warning level 2
+------------------------------------------------------------------------
+r15380 | sahlberg | 2005-08-17 03:43:40 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rip.c
+   M /trunk/epan/dissectors/packet-tacacs.c
 
-2003-12-28 20:36  sharpe
+remove g_malloc() from rip   remove one g_malloc() from tacacs
 
-       * prefs.h:
 
-         Add a preferences item for the recent file count max so we can
-         tie it to the edit preferences dialog box and then use it in the
-         code that handles recent files.
+------------------------------------------------------------------------
+r15379 | sahlberg | 2005-08-17 03:31:54 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/epan/dissectors/packet-camel.c
 
-2003-12-28 21:10  sharpe
+from Tomas Kukosa, remove a redundant g_strdup()
 
-       * prefs.c, prefs.h, gtk/menu.c:
 
-         Connect the recent_file_count_max variable to the
-         prefs.gui_recent_file_count_max variable entry, and fix a small
-         spelling/grammar mistake.
+------------------------------------------------------------------------
+r15378 | jmayer | 2005-08-16 16:38:18 -0500 (Tue, 16 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
 
-         Now all we need is some enterprising individual to write the
-         small amount of preferences code to actually allow it to be
-         changed etc, but I have to go to Costco, so, later...
+- Small comment updates.
+- Add some info about the element to the top level.
 
-2003-12-28 23:20  sharpe
+------------------------------------------------------------------------
+r15377 | gerald | 2005-08-16 11:11:02 -0500 (Tue, 16 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/packet.c
 
-       * prefs.c:
+For "-G decodes", print the selector values as unsigned ints.
 
-         Add more code to handle the recent_files_count_max as a
-         preference ...  Here we can read and write it from and to the
-         preferences file. I only have to add code to allow it to be set
-         in the Edit->Preferences area,
+------------------------------------------------------------------------
+r15376 | gerald | 2005-08-16 11:09:49 -0500 (Tue, 16 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-2003-12-28 23:50  guy
+Add a note about sFlow.  Remove the CSM_ENCAPS bug; I inadvertently
+reintroduced it after the 0.10.12 release.
 
-       * packet-dcerpc-rpriv.c, packet-dcerpc-rs_repadm.c:
+------------------------------------------------------------------------
+r15375 | gerald | 2005-08-16 11:04:30 -0500 (Tue, 16 Aug 2005) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sflow.c
+   M /trunk/epan/proto.c
 
-         In calls to "dcerpc_init_uuid()" only the *major* version number
-         of the interface is supplied; by virtue of 1.1 being truncated to
-         1, and by virtue of the putative major and minor version numbers
-         in 1.1 both being 1, a version number initialized to 1.1
-         presumably happened to work for RPRIV and RS_REPADM, but we might
-         as well do it right.
+In packet-sflow.c, don't pass a NULL value pointer to
+proto_tree_add_ipv6().  Add tree items for the extended router source
+and dest mask, and fix offsets.  These changes appear to be correct,
+but I don't have a valid capture with extended router data.
 
-2003-12-29 00:19  guy
+In proto.c, throw a dissector error if we try to pass a NULL value to
+various proto_tree_set_*() routines.
 
-       * packet-teredo.c:
+Fixes bug 356.
 
-         At least as I read the Teredo draft, the nonce value is just an
-         opaque 8-byte value.
 
-2003-12-29 00:25  guy
+------------------------------------------------------------------------
+r15374 | sahlberg | 2005-08-16 03:40:06 -0500 (Tue, 16 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
 
-       * wiretap/lanalyzer.c:
+add SetFileInfo level 1013   SetDispositionInfo decoding
 
-         Make all the byte arrays for writing out stuff "guint8" rather
-         than "gint8" - there's no reason for them to be signed, and
-         making them signed can cause compiler warnings if a value won't
-         fit in 8 bits if sign-extended.
 
-2003-12-29 00:36  guy
+------------------------------------------------------------------------
+r15373 | sahlberg | 2005-08-16 02:49:03 -0500 (Tue, 16 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mount.c
 
-       * AUTHORS, wiretap/AUTHORS, wiretap/dbs-etherwatch.c:
+prettify MNT (and friends) by placing the path in COL_INFO
 
-         From Neils Koot:
+------------------------------------------------------------------------
+r15372 | jmayer | 2005-08-16 01:48:06 -0500 (Tue, 16 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/prefs.c
 
-                 add the ability to read Ethernet captures;
 
-                 add the ability to read hex-only dumps.
+Change the default font size on Unix (etc) to 10 pt, just as it was
+already on Windows.
+Changed the default font to Monospace, as some Linux distributions did
+that already. In case this isn't available on all platforms we will
+need to change it back to "fixed medium".
 
-2003-12-29 00:41  guy
+------------------------------------------------------------------------
+r15371 | jmayer | 2005-08-16 01:45:17 -0500 (Tue, 16 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/gtk/about_dlg.c
+   M /trunk/gtk/main.c
+   M /trunk/tethereal.c
+   M /trunk/version_info.c
+   M /trunk/version_info.h
 
-       * packet-tcap.c:
+Move SVNVERSION handling into version_info. That way, we won't have
+to recompile tethereal.o etc each time the svn version has changed,
+relinking is sufficient.
 
-         From Niels Koot: support TCAP over SUA.
+I'm not sure what to do about mergecap, as it currently doesn't link
+against version_info, so it's "overhead" either way.
 
-2003-12-29 00:48  sharpe
+------------------------------------------------------------------------
+r15370 | guy | 2005-08-16 01:09:39 -0500 (Tue, 16 Aug 2005) | 19 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-       * gtk/gui_prefs.c:
+Change to match more closely the way I read 802.11h, at least; I'm just
+guessing about the "17" indicator for "management notification" frames -
+I'm not sure whether, after paying USD 60 to get the current 802.11e
+draft, Preview on my Mac could even decrypt it.
 
-         OK, now I have added the preference for recent_files_count_max,
-         and we can set the value and so on. We put the value in the text
-         field before it is displayed, and so on ...
+802.11h seems to say in 7.2.3.12 and 7.3.1.11 that the body of an Action
+frame has a 1-byte Category field, with a value of 0 meaning "Spectrum
+management", followed by, for Spectrum management, a 1-byte Action
+field, with 0=Measurement Request, 1=Measurement Report, 2=TPC Request,
+3=TPC Report, and 4=Channel Switch Announcement, followed by:
 
-2003-12-29 04:02  gerald
+       for all but Channel Switch Announcement, a 1-byte Dialog Token
+       followed by some tagged parameters;
 
-       * packet-ieee80211.c:
+       for the Channel Switch announcement, some tagged parameters.
 
-         Pull most of bytes_from_unparsed() into a new routine,
-         hex_str_to_bytes().  Use the new routine to initialize any WEP
-         keys we have defined.  This has the side effect of fixing an
-         overflow if the user entered a long WEP key.
+Show some fields given in decimal in various 802.11 specs in decimal,
+not hex.
 
-2003-12-29 04:06  gerald
+------------------------------------------------------------------------
+r15369 | guy | 2005-08-16 00:58:50 -0500 (Tue, 16 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bittorrent.c
 
-       * epan/: strutil.c, strutil.h, ftypes/ftype-bytes.c:
+From Peter Johansson: add an option to decode the client information,
+and check the validity of messages a bit more carefully.
 
-         Pull most of bytes_from_unparsed() into a new routine,
-         hex_str_to_bytes().  Use the new routine to initialize any WEP
-         keys we have defined.  This has the side effect of fixing an
-         overflow if the user entered a long WEP key.
+Reformat a bit so not as much code is missed by those of us who like
+narrow editor windows.
 
-2003-12-29 19:04  guy
+------------------------------------------------------------------------
+r15368 | guy | 2005-08-15 21:04:02 -0500 (Mon, 15 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-daap.c
 
-       * packet-ipx.c:
+The real problem is that iTunes requests gzipped data and responds with
+it, so unless you're reassembling headers and bodies the DAAP dissector
+will see the gzipped crap.  The HTTP dissector should perhaps not bother
+handing gzipped or otherwise unusually-encoded bodies to subdissectors
+if it's not undoing the encoding.
 
-         Add support for NetWare's serialization protocol.
+------------------------------------------------------------------------
+r15367 | guy | 2005-08-15 20:34:44 -0500 (Mon, 15 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
 
-2003-12-29 19:05  guy
+gcc4 gets confused by the break statements, and I guess it thinks you
+can reach them, and thus thinks you can fall off the end of
+"fc_get_ftype()".
 
-       * packet-socks.c:
+------------------------------------------------------------------------
+r15366 | guy | 2005-08-15 20:24:19 -0500 (Mon, 15 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Note where a table comes from, and that we don't use it.
+
+------------------------------------------------------------------------
+r15365 | lego | 2005-08-15 20:01:17 -0500 (Mon, 15 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/emem.h
+
+se_alloc not ep_alloc!
+
+
+------------------------------------------------------------------------
+r15364 | lego | 2005-08-15 19:55:08 -0500 (Mon, 15 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/emem.c
+   M /trunk/epan/emem.h
 
-         Make sure the "we're in the middle of dissecting SOCKS" flag gets
-         cleared even if we throw an exception when dissecting the
-         payload.
+more allocators se_alloc0() se_memdups() se_strdup() se_strndup() se_strdup_printf()
+
+------------------------------------------------------------------------
+r15363 | jmayer | 2005-08-15 16:06:09 -0500 (Mon, 15 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/manuf
+   M /trunk/wka.tmpl
 
-2003-12-29 19:53  guy
+- Update manuf
+- Add some Extreme MAC addresses to wka.tmpl
 
-       * epan/: strutil.c, strutil.h:
+------------------------------------------------------------------------
+r15362 | jmayer | 2005-08-15 15:31:57 -0500 (Mon, 15 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/idl2eth.sh
 
-         "hex_str_to_bytes()" modifies the GByteArray supplied to it, so
-         don't mark it as "const".
+- Change $1 to $@
+- Don't exit if we can't find the scripts - try to continue anyway,
+  as they might be installed in some preconfigured system directory.
 
-2003-12-29 19:56  guy
+------------------------------------------------------------------------
+r15361 | gerald | 2005-08-15 15:28:04 -0500 (Mon, 15 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-telnet.c
 
-       * prefs.c, prefs.h, gtk/menu.c:
+When we create a new tvb, make sure the memory is freed at some point.
 
-         Make the "max count of recently-visited files" preference
-         unsigned.
+------------------------------------------------------------------------
+r15360 | etxrab | 2005-08-15 14:35:09 -0500 (Mon, 15 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_sms.c
 
-         Get rid of an unused variable.
+TP-PI (TP-Parameter-Indicator) is optional.
+------------------------------------------------------------------------
+r15359 | jmayer | 2005-08-15 10:50:25 -0500 (Mon, 15 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
 
-         Fix up whitespace.
+Properly dissect vlan flags
+------------------------------------------------------------------------
+r15358 | jmayer | 2005-08-15 07:41:08 -0500 (Mon, 15 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
 
-2003-12-29 20:03  ulfl
+- Documentation update
+- The slot and port numbers printed on the chassis are off by
+  one when compared to the transmitted values (reported by
+  Jim Young).
 
-       * file.c, file.h, range.h, gtk/Makefile.am, gtk/Makefile.nmake,
-         gtk/file_dlg.c, gtk/main.c, gtk/range.c:
+------------------------------------------------------------------------
+r15357 | sahlberg | 2005-08-15 07:04:15 -0500 (Mon, 15 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icep.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
-         From Dick Gooris (and me :-) more ways to choose which packets
-         can be saved, in the save(as) dialog box
+ememify g_malloc() calls
 
-2003-12-29 20:11  gram
 
-       * tools/Makefile.am:
+------------------------------------------------------------------------
+r15356 | sahlberg | 2005-08-15 06:53:57 -0500 (Mon, 15 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ldp.c
 
-         Add a missing backslash for the EXTRA_DIST files.
+ememify g_malloc() calls
 
-2003-12-29 20:40  guy
 
-       * gtk/range.c:
 
-         Add an RCS ID.
+------------------------------------------------------------------------
+r15355 | jmayer | 2005-08-14 18:25:20 -0500 (Sun, 14 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/capture_sync.c
+   M /trunk/color_filters.c
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-atalk.c
+   M /trunk/epan/dissectors/packet-atalk.h
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/file.c
+   M /trunk/fileset.c
+   M /trunk/g711.c
+   M /trunk/gtk/menu.c
+   M /trunk/packet-range.c
 
-         Include <ctype.h> to declare "isdigit()".
+Some 'no previous declararion' warning fixes
+------------------------------------------------------------------------
+r15354 | sahlberg | 2005-08-14 01:00:20 -0500 (Sun, 14 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
 
-2003-12-29 20:40  guy
+ememify sip   and at the same plug a memleak
 
-       * range.h:
+every single time the sip dissector was called   a 32byte or larger blob was g_malloced and never freed.
+this not only leaks 32+ bytes + g_malloc bookkeeping overhead  but also fragments memory so the real leak of memory is likely much bigger.
 
-         Give it an RCS ID.
 
-2003-12-29 20:41  guy
+fix  bad memleak
 
-       * gtk/file_dlg.c:
 
-         Get rid of an unused variable.
+------------------------------------------------------------------------
+r15353 | sahlberg | 2005-08-14 00:54:54 -0500 (Sun, 14 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cip.c
 
-2003-12-29 20:46  guy
+ememify cip
 
-       * tools/Makefile.am:
 
-         Give it an RCS ID and copyright notice.
 
-2003-12-29 20:53  ulfl
+------------------------------------------------------------------------
+r15352 | sahlberg | 2005-08-14 00:50:14 -0500 (Sun, 14 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
 
-       * range.h:
+change a g_malloc() that was never released into ep_alloc()
 
-         removed a GTK2 warning
+this function would always leak memory when called.
 
-2003-12-29 21:04  ulfl
+this fixes a memleak in dcm
 
-       * gtk/: file_dlg.c, range.c:
 
-         removed a GTK2 warning
 
-2003-12-29 21:13  jmayer
+------------------------------------------------------------------------
+r15351 | sahlberg | 2005-08-14 00:37:12 -0500 (Sun, 14 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-x11.c
 
-       * Makefile.am:
+ememify packet-x11
 
-         range.h moved from gtk to .
 
-2003-12-29 21:18  jmayer
+plug a memleak for ...].strptr   that is alloced by g_malloc() but never released.
 
-       * gtk/Makefile.am:
 
-         range.h moved from gtk to .
 
-2003-12-29 21:39  jmayer
+------------------------------------------------------------------------
+r15350 | sahlberg | 2005-08-13 20:48:43 -0500 (Sat, 13 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
 
-       * plugins/Makefile.am:
+giop allocates only and never releases the memory from the gmemchunk  so replace it with equivalen g_malloc() calls and get rid of the gmemchunks
 
-         Delete the generated files only during maintainerclean
 
-2003-12-29 22:33  guy
+------------------------------------------------------------------------
+r15349 | sahlberg | 2005-08-13 20:41:55 -0500 (Sat, 13 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tds.c
 
-       * req_resp_hdrs.c:
+the tds dissector were only using a GMemChunk as a simple way to prevent memleaks in case of an exception. (reset the gmemchunk at the start of each packet)
 
-         From RFC 2616: "Field names are case-insensitive."  Use
-         "tvb_strncaseeql()", not "tvb_strneql()", to check for
-         "Content-Length:".
+replace this gmemchunk with ep_alloc()
 
-2003-12-29 22:42  guy
 
-       * Makefile.am, Makefile.nmake, range.c, gtk/Makefile.am,
-         gtk/Makefile.nmake, gtk/range.c:
+------------------------------------------------------------------------
+r15348 | sahlberg | 2005-08-13 20:26:34 -0500 (Sat, 13 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/reassemble.c
 
-         Nothing in "range.c" is GTK+-specific, so move it to the
-         top-level directory.
+remove two more GMemChunks
 
-2003-12-29 22:44  guy
 
-       * epan/: packet.c, packet_info.h:
+------------------------------------------------------------------------
+r15347 | sahlberg | 2005-08-13 19:37:05 -0500 (Sat, 13 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/h225-persistentdata.c
 
-         Add a "saved_can_desegment" field to the "packet_info" structure,
-         so that dissectors for pass-through proxying protocols such as
-         SOCKS can allow the subdissectors they call to ask that
-         desegmentation be done.
+get rid of another two GMemChunks
 
-2003-12-30 00:03  guy
 
-       * packet-socks.c, packet-tcp.c, packet-tcp.h:
+------------------------------------------------------------------------
+r15346 | sahlberg | 2005-08-13 19:26:56 -0500 (Sat, 13 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/packet.c
 
-         Export a "dissect_tcp_payload()" routine from the TCP dissector,
-         for use by pass-through proxying dissectors such as the SOCKS
-         dissector; it does the work of processing a TCP segment,
-         including desegmentation.  Export the "next sequence number"
-         value to subdissectors, so they can use it when calling
-         "dissect_tcp_payload()".
+Data sources have a lifetime spanning a single packet   
+so instead for g-alloc and g_free   data
+just use ep_alloc() that is automatically freed instead.
 
-         Use that in the SOCKS dissector.
+this also gets rid of one more GMemChunk
 
-2003-12-30 00:19  guy
 
-       * packet-socks.c:
 
-         Update a URL.
+------------------------------------------------------------------------
+r15345 | sahlberg | 2005-08-13 19:10:41 -0500 (Sat, 13 Aug 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
 
-2003-12-30 00:22  guy
+add dissection of two more SSC commands
 
-       * packet-socks.c:
 
-         Update another URL and other stuff in that comment.
+add 4 commands from SMC to the SSC tables.
+the fallback for missing commands/i.e. commands defined outside the SSC
+only handles SPC   I.e.  If a command for SSC is missing in the SSC tables, assume it might be imported from SPC instead.
 
-2003-12-30 01:19  ulfl
+This fallback only works with opcodes imported from SPC.
 
-       * gtk/file_dlg.c:
 
-         minor changes and a small bugfix
+------------------------------------------------------------------------
+r15344 | guy | 2005-08-13 17:35:50 -0500 (Sat, 13 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
 
-2003-12-30 01:58  guy
+Use gboolean for Booleans.
 
-       * packet-wtp.c:
+Use "proto_tree_add_item()" whenever possible.
 
-         Clean up the handling of the code that handles the payload a bit;
-         this also fixes a case where we'd put the same string into the
-         Info column twice.
+------------------------------------------------------------------------
+r15343 | guy | 2005-08-13 17:34:44 -0500 (Sat, 13 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee8023.c
 
-         Put the packet sequence number into the Info column for segmented
-         invoke and result PDUs, even if we don't try to reassemble them.
+Construct the tvbuff for the payload of an 802.3 packet to have the
+appropriate length (min(reported length, captured data present)).
 
-         Don't put an entry into the protocol tree for the payload if
-         there isn't any payload.
+------------------------------------------------------------------------
+r15342 | guy | 2005-08-13 17:08:22 -0500 (Sat, 13 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rpc.c
 
-2003-12-30 04:38  sharpe
+Properly terminate the string generated for string items.
 
-       * packet-smb.c:
+Use "format_text()" to handle non-printable characters in the display
+string for those items.
 
-         A small fix from Andrew Bartlett. The Short File Name is always
-         in UNICODE.
+------------------------------------------------------------------------
+r15341 | guy | 2005-08-13 17:05:01 -0500 (Sat, 13 Aug 2005) | 13 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
 
-2003-12-30 15:49  obiot
+Get rid of unused variables.
 
-       * doc/README.developer:
+Use "tvb_format_text()" and friends to format strings for display.
 
-         Header files proto-ABBREV.h must not exist if there are no
-         functions to export to other dissectors.
+Don't throw an exception on errors if we can keep dissecting.
 
-         Describe the "if (tree)" construct and its sense by introducing 2
-         operation modes of Ethereal:  (a) operational dissection (tree ==
-         NULL) and   (b) detailed dissection (tree != NULL).
+Use "PROTO_ITEM_SET_GENERATED()" to mark items as generated.
 
-         Fix some typos.
+If an item covers real data, it's not generated.
 
-2003-12-30 17:14  jmayer
+Dissect WRITE FILEMARKS (6) (we already had a dissector, but it wasn't
+being used).
 
-       * Makefile.am, packet-ismp.c, AUTHORS, Makefile.nmake,
-         doc/ethereal.pod:
+------------------------------------------------------------------------
+r15340 | gerald | 2005-08-13 13:52:41 -0500 (Sat, 13 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-         New protocol: Enterasys Interswitch Message Protocol (ismp) and
-         edp (Enterasys Discovery Protocol)
+Add an item for CSM_ENCAPS.
 
-2003-12-30 19:11  jmayer
+------------------------------------------------------------------------
+r15339 | gerald | 2005-08-13 13:49:57 -0500 (Sat, 13 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-csm-encaps.c
 
-       * packet-ismp.c:
+Fix another infinite loop found by randpkt.
 
-         Remove unused variable firmware_rev
+------------------------------------------------------------------------
+r15338 | etxrab | 2005-08-13 05:17:20 -0500 (Sat, 13 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
 
-2003-12-30 21:52  ulfl
+Get rid of an unused variable, don't include tcap.h and remove some redundant code.
+------------------------------------------------------------------------
+r15337 | etxrab | 2005-08-13 05:11:23 -0500 (Sat, 13 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
 
-       * AUTHORS:
+From Peter Johansson:
+mnc>>4; Should  be replaced with mnc = mnc>>4;
 
-         added dick gooris to the list of contributors
+------------------------------------------------------------------------
+r15336 | guy | 2005-08-13 03:10:12 -0500 (Sat, 13 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/debian/ethereal-root.desktop
 
-2003-12-30 21:55  ulfl
+"fi" comes before "fr" in alphabetical order.  (This also makes it match
+the main "ethereal.desktop" file.)
 
-       * doc/ethereal.pod:
+Expand the RCS ID.
 
-         added dick gooris to the list of contributors
+------------------------------------------------------------------------
+r15335 | guy | 2005-08-13 02:30:57 -0500 (Sat, 13 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+Do the sequence number analysis *before* dissecting the payload, so we
+don't have to worry about catching exceptions in the payload dissection
+and doing the sequence number analysis - we weren't doing so in one
+place.  That also puts the sequence number analysis *before* the "TCP
+payload" entry for payload being reassembled into a later packet.
+
+XXX - should we do the tapping before dissecting the payload, too, so
+that it gets done even if we throw an exception?
 
-2003-12-30 22:18  ulfl
+------------------------------------------------------------------------
+r15334 | jmayer | 2005-08-13 01:42:19 -0500 (Sat, 13 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/idl2eth.sh
 
-       * Makefile.nmake:
+Small optimization
+------------------------------------------------------------------------
+r15333 | jmayer | 2005-08-13 01:29:09 -0500 (Sat, 13 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/ethereal.desktop
 
-         removed compilation of packet-slsk
+Additions from current Suse and Debian
+------------------------------------------------------------------------
+r15332 | sahlberg | 2005-08-13 01:21:37 -0500 (Sat, 13 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/epan.c
+   M /trunk/epan/frame_data.c
+   M /trunk/epan/frame_data.h
 
-2003-12-30 22:48  guy
+get rid of one more gmemchunk
 
-       * range.c:
 
-         Include <string.h> to declare various string manipulation
-         functions.
+------------------------------------------------------------------------
+r15331 | jmayer | 2005-08-13 00:55:06 -0500 (Sat, 13 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/ethereal-common.files
+   M /trunk/debian/ethereal-common.manpages
+   M /trunk/debian/ethereal-dev.docs
+   M /trunk/debian/ethereal-dev.files
+   M /trunk/debian/ethereal-dev.header-files
+   M /trunk/debian/ethereal-dev.manpages
+   M /trunk/debian/ethereal-dev.postinst
+   M /trunk/debian/ethereal-dev.prerm
+   A /trunk/debian/ethereal-root.desktop
+   M /trunk/debian/ethereal.files
+   M /trunk/debian/ethereal.manpages
+   M /trunk/debian/ethereal.menu
+   A /trunk/debian/patches
+   A /trunk/debian/patches/00list
+   A /trunk/debian/patches/01_idl2deb.dpatch
+   A /trunk/debian/patches/02_asn2deb.dpatch
+   A /trunk/debian/patches/03_preferences.dpatch
+   A /trunk/debian/patches/04_drop-capabilities.dpatch
+   A /trunk/debian/patches/05_plugin-libdir.dpatch
+   A /trunk/debian/patches/06_giop-buffer.dpatch
+   A /trunk/debian/patches/07_gcc4.dpatch
+   A /trunk/debian/patches/08_ethereal-desktop-menu.dpatch
+   A /trunk/debian/patches/09_idl2eth.dpatch
+   A /trunk/debian/patches/10_ethereal_gen.dpatch
+   A /trunk/debian/patches/11_diameter_vendors.dpatch
+   M /trunk/debian/rules
+   M /trunk/debian/tethereal.files
+   M /trunk/debian/tethereal.manpages
+
+Aplly those parts of ethereal_0.10.12-3.diff.gz
+from Debian, that change debian/
 
-2003-12-30 23:13  guy
 
-       * print.c:
+------------------------------------------------------------------------
+r15330 | sahlberg | 2005-08-12 21:24:11 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/circuit.c
+
+more gmemchunk -> se_alloc() conversions
+
+
+------------------------------------------------------------------------
+r15329 | sahlberg | 2005-08-12 21:19:03 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/conversation.c
 
-         In "get_field_data()", check to make sure the field doesn't run
-         past the end of the tvbuff.
+start converting gmemchunk into se_alloc() in /epan
 
-2003-12-31 01:07  guy
 
-       * wiretap/dbs-etherwatch.c:
+------------------------------------------------------------------------
+r15328 | sahlberg | 2005-08-12 20:29:31 -0500 (Fri, 12 Aug 2005) | 10 lines
+Changed paths:
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-ntlmssp.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-ssh.c
+   M /trunk/epan/dissectors/packet-wcp.c
 
-         For WTAP_ENCAP_ETHERNET, you have to fill in the "eth.fcs_len"
-         member of the pseudo-header; these captures don't appear to have
-         an FCS in them, so set that member to 0.
+some more gmemchunk -> se_alloc() updates
 
-2003-12-31 01:17  guy
 
-       * packet-tds.c:
+there are only 5 gmemchunks left   but they have different litetime for their allocations   than the 100+   ones that have been removed.
 
-         If a packet has a packet number of 0, it's not a fragment if the
-         status is "last buffer".
+The remaining 5 should be converted some other way.
 
-2003-12-31 09:47  guy
 
-       * packet-sdp.c:
 
-         Make the tvbuff for SDP lines have the line length as its length
-         and reported length, so we show the right error if we go past the
-         end of the tvbuff.
 
-2003-12-31 09:58  guy
+------------------------------------------------------------------------
+r15327 | sahlberg | 2005-08-12 19:03:12 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-afs.c
 
-       * packet-http.c, packet-rtsp.c, prefs.c:
+gmemchunk -> se_alloc() improvements
 
-         Remove redundant protocol names from preference values.
 
-2003-12-31 22:17  guy
+------------------------------------------------------------------------
+r15326 | sahlberg | 2005-08-12 18:57:01 -0500 (Fri, 12 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-nfs.c
 
-       * README.win32:
+gmemchunk -> se_alloc() improvements
 
-         http://www.ethereal.com/distribution/win32/development/ has GLib
-         2.2.3 packages, and a gtk+-1.3.0-20030717.zip package; update the
-         version numbers accordingly.
+------------------------------------------------------------------------
+r15325 | sahlberg | 2005-08-12 18:46:46 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
 
-2004-01-01 13:10  ulfl
+some gmemchunk -> se_alloc() improvements for tcp
 
-       * gtk/file_dlg.c:
 
-         comment fixed
+------------------------------------------------------------------------
+r15324 | sahlberg | 2005-08-12 18:34:59 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ajp13.c
+   M /trunk/epan/dissectors/packet-aoe.c
 
-2004-01-01 13:16  ulfl
+gmemchunk -> se_alloc() improvements
 
-       * gtk/gui_prefs.c:
 
-         moved recent files pref, as it splits corresponding dir entries
+------------------------------------------------------------------------
+r15323 | sahlberg | 2005-08-12 18:29:19 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-eap.c
 
-2004-01-01 13:29  ulfl
+gmemchunk -> se_alloc() improvements
 
-       * gtk/prefs_dlg.c:
 
-         rearranged prefs topics
+------------------------------------------------------------------------
+r15322 | sahlberg | 2005-08-12 18:17:30 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-fcswils.c
 
-2004-01-01 13:41  ulfl
+gmemchunk -> se_alloc() improvements
 
-       * gtk/display_opts.c:
 
-         label texts changed (tip from Richard)
+------------------------------------------------------------------------
+r15321 | sahlberg | 2005-08-12 18:00:01 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcfcs.c
+   M /trunk/epan/dissectors/packet-fcfzs.c
+   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-iscsi.c
 
-2004-01-01 16:59  obiot
+more gmemchunk -> se_alloc() improvements
 
-       * epan/dfilter/semcheck.c:
 
-         Add support of contains and matches operators on slices.
+------------------------------------------------------------------------
+r15320 | jmayer | 2005-08-12 17:55:58 -0500 (Fri, 12 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
 
-2004-01-01 17:02  obiot
+Fix dissector bug on last element of ESRP
+------------------------------------------------------------------------
+r15319 | sahlberg | 2005-08-12 17:12:32 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-x11.c
 
-       * epan/ftypes/ftype-bytes.c:
+more gmemchunk->se_alloc() improvements
 
-         Add support of contains operator in slices.
 
-2004-01-01 21:35  guy
+------------------------------------------------------------------------
+r15318 | sahlberg | 2005-08-12 16:29:06 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rdt.c
+   M /trunk/epan/dissectors/packet-sip.c
 
-       * packet-vines.c:
+gmemchunk -> se_alloc() improvements
 
-         From Chris Waters: fix a typo.
 
-2004-01-01 21:47  guy
+------------------------------------------------------------------------
+r15317 | sahlberg | 2005-08-12 16:21:49 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-socks.c
+   M /trunk/epan/dissectors/packet-vj.c
 
-       * packet-sdp.c:
+gmemchunk -> se_alloc() updates
 
-         Don't show empty media formats.
 
-2004-01-01 23:34  guy
+------------------------------------------------------------------------
+r15316 | etxrab | 2005-08-12 16:08:02 -0500 (Fri, 12 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.h
 
-       * packet-http.c:
+From Hannes Gredler
 
-         Clean up the blank line handling a bit.
+- add support for Multi-Link Frame-Relay (FRF.15) captures
+  taken on Juniper ML-, LS-, AS- PICs.
 
-2004-01-01 23:36  guy
+- rework of the common juniper header dissector:
+    test the extension flag (0x80) which indicates that there are
+    meta-information like interface-index, interface-name etc.
+    present
 
-       * packet-rtsp.c:
+- minor bugfix (LSQ L3-proto masks, direction masks were broken)
 
-         Make the RTSP packet handling more like the HTTP packet handling.
+------------------------------------------------------------------------
+r15315 | gerald | 2005-08-12 11:32:28 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
 
-2004-01-02 00:19  sharpe
+Don't try to allocate more than ITEM_LABEL_LENGTH bytes for something we're 
+adding to the tree.  Fixes bugs 349 and 352.
 
-       * gtk/color_dlg.c:
+------------------------------------------------------------------------
+r15314 | gerald | 2005-08-12 10:27:11 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
 
-         Tweak the name of the Coloring Rules dialog box to be more
-         consistent ...
+Fix the length that we pass to proto_tree_add_uint_format() so that we don't
+throw a dissector error.  Fixes bug 348.
 
-2004-01-02 02:03  guy
+------------------------------------------------------------------------
+r15313 | jmayer | 2005-08-12 09:05:38 -0500 (Fri, 12 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
 
-       * packet-sip.c:
+- Bug fix: Show ip-addresses with correct endianess.
+- Show version properly
+- VLAN ID was at a different place than expected.
+- Add some documentation infos
 
-         From Steven Lass: put the request and status lines into the
-         protocol tree as filterable fields.
+------------------------------------------------------------------------
+r15312 | sahlberg | 2005-08-12 05:50:55 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-rtsp.c
 
-2004-01-02 06:35  sharpe
+more gmemchunk -> se_alloc() improvements
 
-       * packet-smb.c:
 
-         Revert a small change I made a day or so ago because Guy has
-         captures that show that the short name can be in ASCII if flags 2
-         says ASCII.
+------------------------------------------------------------------------
+r15311 | sahlberg | 2005-08-12 05:41:22 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-atalk.c
 
-2004-01-02 12:52  obiot
+more gmemchunk -> se_alloc() improvements
 
-       * packet-x11-keysymdef.h, packet-x11.c, x11-fields:
 
-         From Michael Shuldman:
+------------------------------------------------------------------------
+r15310 | sahlberg | 2005-08-12 05:29:09 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ldap.c
 
-         Add support for parsing some X11 replies and events (and the
-         framework for handling X11 errors it looks like) to the existing
-         X11 code, which parses X11 requests.
+more gmemchunk -> se_alloc() improvements
 
-         It parses what is the most difficult part of the replies/events,
-         they Keycode stuff by parsing the Keyboardmapping replies and
-         etc, and then KeyPress, KeyRelease events and some related stuff
-         (used for a specific project).
 
-         Adding support for parsing the rest of the event/replies should
-         not be difficult, I think it will mostly consist of going through
-         every event/reply and add the missing calls for each dataitem
-         i.e.  register the data, the remaining the eventcodes/replies are
-         pretty straightforward if I remember correctly.
+------------------------------------------------------------------------
+r15309 | sahlberg | 2005-08-12 05:21:14 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-beep.c
+   M /trunk/epan/dissectors/packet-rlogin.c
 
-         All events and replies are reported, it's the "detailed" (-V
-         option) that's missing for most.
+some more gmemchunk -> se_alloc() improvements
 
-         The replies, events and errors are listed in the Info column, and
-         are summarized in the protocol summary line.
 
-         Bogus if (tree) { } constructs have also been fixed.
+------------------------------------------------------------------------
+r15308 | sahlberg | 2005-08-12 05:03:17 -0500 (Fri, 12 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-smtp.c
 
-         List over other misc. stuff added:  - handle multiple outstanding
-         requests.   - add AllocNamedColor to list of requests expecting a
-         reply.   - body for parsing error replies.   - each packet can be
-         sent to us multiple times, try to handle that.   - change
-         request_length display to be what the client actually sends
-         for x11_request, not what it means (don't multiply by four).   -
-         add some more opcodes expecting a reply (gone through all listed
-            in the ref. now, so should be complete).   - use hashtable and
-         sequencenumber for matching reply to request.
+remove some unused variables from scsi
 
-2004-01-02 12:57  obiot
+change two gmemchunks in smtp to se_alloc() and remove one now redundant init routine.
 
-       * AUTHORS:
 
-         From Michael Shuldman: enhanced X11 support.
+------------------------------------------------------------------------
+r15307 | sahlberg | 2005-08-12 04:56:28 -0500 (Fri, 12 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-msproxy.c
+   M /trunk/epan/dissectors/packet-scsi.c
 
-2004-01-02 13:27  ulfl
+add missing include to scsi
 
-       * gtk/progress_dlg.c:
+change two gmemchunks to se_alloc() for msproxy
 
-         From Didier: don't update the progress bar more often than every
-         100ms
+------------------------------------------------------------------------
+r15306 | jmayer | 2005-08-12 04:56:13 -0500 (Fri, 12 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
 
-2004-01-02 13:38  ulfl
+EDS/EAPS/EPRS mostly finished - several fixmes remain
+------------------------------------------------------------------------
+r15305 | sahlberg | 2005-08-12 04:47:33 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/libethereal.def
 
-       * AUTHORS:
+add some symbols to libethereal.def
 
-         From Didier: don't update the progress bar more often than every
-         100ms
 
-2004-01-02 17:27  ulfl
+------------------------------------------------------------------------
+r15304 | sahlberg | 2005-08-12 04:31:07 -0500 (Fri, 12 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
 
-       * gtk/menu.c:
+oops forgot to delete a variable
 
-         recent files: make submenu insensitive if empty and add a menu
-         item to clear the list
 
-2004-01-02 21:01  ulfl
 
-       * file.c:
+------------------------------------------------------------------------
+r15303 | sahlberg | 2005-08-12 04:30:24 -0500 (Fri, 12 Aug 2005) | 15 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
 
-         added a progressbar, when saving a large capture file
+ get rid of some unnessecary GMemChunks.
 
-2004-01-02 21:47  ulfl
 
-       * file.c:
+These GMemChunks are used here because :
+1, GMemChunks are cheap to allocate and cheap to free
+2, We always unconditionally free the entire chunk When and only when we load a new capture.
 
-         bugfix: init progbar to NULL at the right place
+==>
+se_alloc() does exactly the same thing but with significantly less code
 
-2004-01-02 21:48  ulfl
+==>
+se_alloc() is a much better fit to out allocation requirements and useage than GMemChunks
 
-       * gtk/file_dlg.c:
 
-         hide save dialog, while saving
 
-2004-01-02 23:44  guy
+------------------------------------------------------------------------
+r15302 | tuexen | 2005-08-12 04:16:51 -0500 (Fri, 12 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-asap.c
 
-       * packet-smb.c:
+Fix handling of ASAP_ENDPOINT_KEEP_ALIVE message.
 
-         Fix a comment.
+------------------------------------------------------------------------
+r15301 | sahlberg | 2005-08-12 03:51:08 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/emem.c
+   M /trunk/epan/emem.h
+   M /trunk/epan/packet.c
+   M /trunk/gtk/main.c
+   M /trunk/tethereal.c
 
-2004-01-03 03:37  guy
+Add beginning of seasonal allocation   in addition to the existing ephemeral ones.
 
-       * packet-ismp.c:
 
-         Deal with some weird ISMP packets that have 0x42 0x42 0x03 in
-         front of the payload (are they some kind of weird 802.2 header?
-         0x42 is the SAP for IEEE 802.1d Spanning Tree BPDUs).
+------------------------------------------------------------------------
+r15300 | guy | 2005-08-12 02:47:27 -0500 (Fri, 12 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
 
-2004-01-03 03:43  guy
+In an "address" structure, "data" is a pointer; dereferencing "&data"
+doesn't give you the address value, it gives a pointer to the address
+value.
 
-       * packet-sdp.c:
+Don't assume that pointer is aligned on a 32-bit boundary.
 
-         Process all the data in the packet, regardless of whether it's
-         captured or not.
+------------------------------------------------------------------------
+r15299 | jmayer | 2005-08-11 23:06:04 -0500 (Thu, 11 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-extreme.c
 
-2004-01-03 03:49  guy
+Beginnings of a EDP, ESRP and EAPS dissector
+------------------------------------------------------------------------
+r15298 | lego | 2005-08-11 18:51:35 -0500 (Thu, 11 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
 
-       * packet-fr.c, packet-lapb.c, packet-lapd.c, packet-llc.c,
-         packet-sdlc.c, packet-v120.c, xdlc.c, xdlc.h,
-         plugins/plugin_api_list.c, plugins/Xass-list,
-         plugins/Xplugin_api.c, plugins/Xplugin_api.h,
-         plugins/Xplugin_api_decls.h, plugins/Xplugin_table.h:
+avoid throwing a malformed packet
 
-         Have "dissect_xdlc_control()" take a pointer to a structure
-         containing pointers to hf_ values, so the subfields of the
-         control field are put into the protocol tree as filterable items.
-          Change the protocols that use it appropriately.
 
-         Export "dissect_xdlc_control()" to plugins.
+------------------------------------------------------------------------
+r15297 | jmayer | 2005-08-11 18:18:46 -0500 (Thu, 11 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-llc.c
 
-2004-01-03 05:13  guy
+Add Extreme OUI, reorder alphabetically
+------------------------------------------------------------------------
+r15296 | etxrab | 2005-08-11 15:47:09 -0500 (Thu, 11 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
 
-       * gtk/menu.c:
+From Rene Pilz:
+The MCC/MNC in de_gmm_rai is not correct decoded
+------------------------------------------------------------------------
+r15295 | etxrab | 2005-08-11 15:14:41 -0500 (Thu, 11 Aug 2005) | 16 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-giop.h
+   M /trunk/ethereal_gen.py
 
-         Mark arguments as unused.
+From W. Borgert:
+three trivial corrections for the GIOP dissector:
 
-         Clean up indentation.
+- allow filtering GIOP exceptions, e.g. "giop.replystatus = 2"
+  or "giop.exceptionid matches MyError", older patch at
+  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314835
 
-2004-01-03 05:14  guy
+- show IDLs sequence<octet> more compact, not one line per
+  octet, older patch at
+  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314836
 
-       * packet-x11.c:
+- decode _is_a requests and replies, older patch at
+  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314871
 
-         At least with some versions of GCC, the __attribute__((unused))
-         stuff has to come *after* the variable.
+With a change to not create a malformed packet in the "stub data".
 
-2004-01-03 12:43  obiot
+------------------------------------------------------------------------
+r15294 | lego | 2005-08-11 13:21:23 -0500 (Thu, 11 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
 
-       * packet-image-gif.c:
+Change a switch into an "if else if else if else" that fixes the "too large for switch" in HP-UX 10.20 .
 
-         Fix an incorrect filterable field name.
+The generated file has a lot of indentation changes due probably to a change in asn2eth.
 
-2004-01-03 13:03  tuexen
+The underlying reason for which I added this code (dissect_ber_integer() would not add as a "filterable" field if it is larger than 4 bytes, should be handled in dissect_ber_integer() ) remains there.
 
-       * packet-x11-keysymdef.h:
+Should we change dissect_ber_integer() itself to make sure that a 5 byte unsigned integer which fits in 4 bytes gets added to the tree as "filterable"?
 
-         Make XConvertCase static to avoid a warning at link time.
 
-2004-01-03 14:08  jmayer
+------------------------------------------------------------------------
+r15293 | gerald | 2005-08-11 11:24:12 -0500 (Thu, 11 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-       * plugins/v5ua/packet-v5ua.c:
+Add notes about SCSI, BER, and ONC RPC bugs.
 
-         Warning fix: Mark a parameter as unused
+------------------------------------------------------------------------
+r15292 | gerald | 2005-08-11 10:35:17 -0500 (Thu, 11 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
 
-2004-01-03 18:05  sharpe
+Add checks for infinite loops.  Fixes recent Buildbot failures.
 
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         dcerpc_stat.c, endpoint_talkers_eth.c, endpoint_talkers_fc.c,
-         endpoint_talkers_fddi.c, endpoint_talkers_ip.c,
-         endpoint_talkers_ipx.c, endpoint_talkers_tcpip.c,
-         endpoint_talkers_tr.c, endpoint_talkers_udpip.c, fc_stat.c,
-         gsm_a_stat.c, h225_counter.c, h225_ras_srt.c, http_stat.c,
-         io_stat.c, isup_stat.c, ldap_stat.c, menu.c, mgcp_stat.c,
-         rpc_progs.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c,
-         smb_stat.c, wsp_stat.c:
+------------------------------------------------------------------------
+r15291 | sahlberg | 2005-08-11 05:08:45 -0500 (Thu, 11 Aug 2005) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iscsi.c
 
-         Make Analyze/Statistics have an accelerator of Alt+A S and move
-         Analyze/Summary to Alt+A Y.
+Fix for bug 342
 
-2004-01-03 18:40  sharpe
 
-       * AUTHORS, disabled_protos.c, disabled_protos.h, packet-data.c,
-         packet-frame.c, tethereal.c, epan/proto.c, epan/proto.h,
-         gtk/main.c:
+If we encounter a frame we have already seen (i.e. visited==1)  but we can not fing the ISCSI command inside the _matched table, this just means there were no response pdu nor any data pdu with the S bit set.
+So, then just pick the cdata structure up from the _unmatched table instead.
 
-         Apply the patches from Tadaaki Nagao for a global version of
-         disabled protocols ...
+The SCSI CDB  dissector really really want a real CDATA structure passed to it.
 
-2004-01-04 02:24  guy
 
-       * gtk/proto_dlg.c:
 
-         A missing piece of Tadaaki Nagao's patches to add a global
-         "disabled protocols" file.
 
-2004-01-04 02:55  obiot
+------------------------------------------------------------------------
+r15290 | sahlberg | 2005-08-11 04:20:23 -0500 (Thu, 11 Aug 2005) | 15 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rpc.c
 
-       * packet-mmse.c, packet-wsp.c, packet-wsp.h:
+We use heuristics to detect what MIGHT be onc-rpc packets.
 
-         Fix the multipart dissection in WSP so media embedded in a
-         multipart entity gets handed off to subdissectors. However nested
-         multipart entities are not supported yet.
+as heuristics they are not 100% perfect, else they would not be heuristics.
 
-         Add more information to the WSP protocol summary line.
 
-         Add some more clarifications (comments) in the WSP code.
+IF the preference option "Dissect unknown RPC program numbers" are enabled,
+add a sanity check to see that program_version is <=10
+  (no one uses versions >10 ?)
+to avoid trying to add 2 bilion different versions to the program->version linked list
+in case we mistook the packet for ONC-RPC and the "version" field contains a huge random number.
 
-         Skip parsing of URL encoded data if tree is NULL.
 
-2004-01-04 02:59  obiot
+This bug would only trigger a hang/crash IFF the option above is enabled.
 
-       * Makefile.am, Makefile.nmake, packet-image-jfif.c:
 
-         Add support for JFIF (JPEG File Interchange Format) media.
+------------------------------------------------------------------------
+r15289 | sahlberg | 2005-08-11 03:15:52 -0500 (Thu, 11 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
 
-         The JFIF dissector processes everything up to the start of scan
-         as the data thereafter is encoded and I didn't have the time to
-         figure out how it is :)
+fix several bugs where we might dereference a null pointer
 
-         TODO: fix the WTP dissector so it doesn't hand off unreassembled
-         data to WSP.
 
-2004-01-04 03:01  obiot
 
-       * AUTHORS:
+------------------------------------------------------------------------
+r15288 | sahlberg | 2005-08-11 02:44:38 -0500 (Thu, 11 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smpp.c
+   M /trunk/epan/dissectors/packet-wsp.c
 
-         JPEG File Interchange Format (JFIF) dissection.
+some more tcv_get_stringz() to tvb_get_ephemeral_stringz() conversions
 
-2004-01-04 06:16  sharpe
 
-       * gtk/menu.c:
+------------------------------------------------------------------------
+r15287 | gerald | 2005-08-10 15:17:53 -0500 (Wed, 10 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-         User Specified Decodes, since it brings up a dialog box, should
-         be User Specified Decodes...
+Add bug IDs to the list of bugs fixed.
 
-2004-01-04 10:57  guy
+------------------------------------------------------------------------
+r15286 | ulfl | 2005-08-10 14:49:45 -0500 (Wed, 10 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/gtk/capture_prefs.c
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/column_prefs.c
+   M /trunk/gtk/conversations_table.c
+   M /trunk/gtk/decode_as_dlg.c
+   M /trunk/gtk/dfilter_expr_dlg.c
+   M /trunk/gtk/gtk_stat_util.c
+   M /trunk/gtk/hostlist_table.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/proto_dlg.c
+   M /trunk/gtk/proto_draw.c
+   M /trunk/gtk/proto_hier_stats_dlg.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/toolbar.c
+   M /trunk/gtk/ui_util.c
 
-       * packet-x11-keysymdef.h, packet-x11.c, x11-fields:
+removed tons of MSVC const related warnings.
 
-         Move "XConvertCase()" from a header file to "packet-x11.c".
+This might at some places interfere with the changes for gcc4, we might have to negotiate in that case :-)
 
-         Handle the failure reply from the initial connection request.
+Please note that a lot of these warnings were GTK1.x related only!
+------------------------------------------------------------------------
+r15285 | guy | 2005-08-10 14:38:04 -0500 (Wed, 10 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-         "proto_item_append_text()" accepts "printf"-like formats; we
-         don't need to generate a string with a formatting routine and
-         hand it to "proto_item_append_text()", so don't do so.
+Fix a typo.
 
-         When doing reassembly, the length that should be checked is the
-         length remaining in the tvbuff, not the length remaining in the
-         packet, and that length should be fetched with
-         "tvb_ensure_length_remaining()" so that if we *do* go past the
-         end of the tvbuff we throw the appropriate exception.
+------------------------------------------------------------------------
+r15284 | ulfl | 2005-08-10 14:37:29 -0500 (Wed, 10 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/file.c
 
-         To determine whether a reply is a reply to the initial
-         connection, check the connection state and "initial connection
-         reply" frame - don't check the first byte of the message unless
-         we've determined that the message isn't an initial connection
-         reply (the first byte of the initial connection reply is the
-         success/failure flag, so it could be 0 or 1).
+more snprintf() -> g_snprintf() replacements
+------------------------------------------------------------------------
+r15283 | ulfl | 2005-08-10 14:34:09 -0500 (Wed, 10 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/capture_if_details_dlg.c
 
-         Display window IDs in hex in replies, as we do in requests.
+don't warn the user about the WinPcap 3.1 release version as being unknown
+------------------------------------------------------------------------
+r15282 | gerald | 2005-08-10 14:31:21 -0500 (Wed, 10 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-csm-encaps.c
 
-         Fix the masks for Button3, Button4, and Button5 (it's a bitset,
-         not a button number - more than one mouse button can be down in
-         an event, although it can be a pain to try to click more than one
-         button at the same time).
+Remove proprietary information at the author's request.
 
-2004-01-04 20:42  guy
+------------------------------------------------------------------------
+r15281 | gerald | 2005-08-10 14:28:08 -0500 (Wed, 10 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/libethereal.def
 
-       * packet-x11.c:
+ep_tvb_get_string -> tvb_get_ephemeral_string
 
-         Move a comment to the appropriate location, and put in another
-         comment about problems with handling replies.
+------------------------------------------------------------------------
+r15280 | gerald | 2005-08-10 13:54:30 -0500 (Wed, 10 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-2004-01-04 20:44  guy
+Add an item for the SLIMP3 overflow.
 
-       * packet-stun.c:
+------------------------------------------------------------------------
+r15279 | gerald | 2005-08-10 13:50:36 -0500 (Wed, 10 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-slimp3.c
 
-         From Shiang-Ming Huang: bug fix.
+Don't overflow a buffer.  This might fix bug 327.
+
+Don't print non-pritable characters.
+
+------------------------------------------------------------------------
+r15278 | gerald | 2005-08-10 11:05:50 -0500 (Wed, 10 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+
+When we receive junk data, mark it as a malformed packet instead of
+a dissector bug.  This keeps buildbot from opening unnecessary bugs
+during fuzz testing.
+
+When we create a new scsi_task_data_t struct make sure all of its
+members are initialized.
+
+------------------------------------------------------------------------
+r15277 | gerald | 2005-08-10 10:58:26 -0500 (Wed, 10 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/plugins/mgcp/packet-mgcp.c
+
+ep_tvb_get_string() -> tvb_get_ephemeral_string().
+
+------------------------------------------------------------------------
+r15276 | sahlberg | 2005-08-10 09:37:52 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb-common.c
+   M /trunk/epan/dissectors/packet-smb-logon.c
+
+tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion
+
+
+------------------------------------------------------------------------
+r15275 | sahlberg | 2005-08-10 09:35:24 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-image-jfif.c
+   M /trunk/epan/dissectors/packet-pgsql.c
+   M /trunk/epan/dissectors/packet-smb-browse.c
+
+tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion.
+
+
+------------------------------------------------------------------------
+r15274 | sahlberg | 2005-08-10 09:28:18 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afp.c
+
+convert to tvb_get_ephemeral_stringz() and fix an obvious memleak
+
+
+------------------------------------------------------------------------
+r15273 | sahlberg | 2005-08-10 09:25:59 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/doc/README.developer
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+
+add new function tvb_get_ephemeral_stringz()
+
+
+------------------------------------------------------------------------
+r15272 | sahlberg | 2005-08-10 09:17:27 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/dissectors/packet-gsm_sms.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/epan/dissectors/packet-ntlmssp.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-srvloc.c
+
+convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()
+
+
+------------------------------------------------------------------------
+r15271 | sahlberg | 2005-08-10 08:56:34 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+
+rename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() and update the README file.
+
+
+------------------------------------------------------------------------
+r15270 | sahlberg | 2005-08-10 08:41:13 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-3g-a11.c
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-aim-messaging.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-ansi_a.c
+   M /trunk/epan/dissectors/packet-atalk.c
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
+   M /trunk/epan/dissectors/packet-dhcpv6.c
+   M /trunk/epan/dissectors/packet-dsi.c
+   M /trunk/epan/dissectors/packet-edonkey.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-gsm_a.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-icep.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-image-gif.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-mmse.c
+   M /trunk/epan/dissectors/packet-mq.c
+   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-multipart.c
+   M /trunk/epan/dissectors/packet-pagp.c
+   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/epan/dissectors/packet-quake2.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-sipfrag.c
+   M /trunk/epan/dissectors/packet-slsk.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-tacacs.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-vnc.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+
+rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the documentation in README.developer
+
+
+------------------------------------------------------------------------
+r15269 | sahlberg | 2005-08-10 08:01:16 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
+
+ememify tywo more tvb_get_string()
+
+
+------------------------------------------------------------------------
+r15268 | gerald | 2005-08-09 09:46:06 -0500 (Tue, 09 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add a note about the IrDA dissector crash.
+
+------------------------------------------------------------------------
+r15267 | gerald | 2005-08-09 09:38:11 -0500 (Tue, 09 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/plugins/irda/packet-irda.c
+
+Make sure we initialize our iap_conv struct _before_ we go digging
+into a tvbuff.  This keeps us from leaving junk data behind if we
+throw an exception.
+
+------------------------------------------------------------------------
+r15266 | guy | 2005-08-08 19:07:12 -0500 (Mon, 08 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/proto_draw.c
+
+"g_locale_to_utf8()" returns a "gchar *", and the string it returns is
+dynamically allocated.  Don't assign its result to "const gchar *".
+
+------------------------------------------------------------------------
+r15265 | guy | 2005-08-08 19:03:45 -0500 (Mon, 08 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/plugins/irda/packet-irda.c
+
+The "proto" argument to "conversation_get_proto_data()" and
+"conversation_add_proto_data()" is supposed to be a protocol ID, as
+returned by "proto_register_protocol()".  In addition, there are two
+different types of protocol data being attached to a conversation; use
+different protocol IDs for them, so we don't misinterpret an
+"iap_conversation_t" as a "lmp_conversation_t" or vice versa.
+
+------------------------------------------------------------------------
+r15264 | ulfl | 2005-08-08 13:50:39 -0500 (Mon, 08 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/capture_sync.c
+   M /trunk/disabled_protos.c
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/asn1.c
+   M /trunk/epan/atalk-utils.c
+   M /trunk/epan/atalk-utils.h
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dfilter/dfilter.c
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/epan/dissectors/packet-aoe.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-brdwlk.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-ccsds.c
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cpfi.c
+   M /trunk/epan/dissectors/packet-cpha.c
+   M /trunk/epan/dissectors/packet-csm-encaps.c
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcct.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-fcfcs.c
+   M /trunk/epan/dissectors/packet-fcfzs.c
+   M /trunk/epan/dissectors/packet-fclctl.c
+   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-fcsb3.c
+   M /trunk/epan/dissectors/packet-fcsp.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-g723.c
+   M /trunk/epan/dissectors/packet-gprs-llc.c
+   M /trunk/epan/dissectors/packet-hyperscsi.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-igmp.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-ipv6.c
+   M /trunk/epan/dissectors/packet-ipvs-syncd.c
+   M /trunk/epan/dissectors/packet-ismp.c
+   M /trunk/epan/dissectors/packet-isns.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-isup_thin.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-laplink.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-lwapp.c
+   M /trunk/epan/dissectors/packet-mdshdr.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-mtp3.c
+   M /trunk/epan/dissectors/packet-mtp3mg.c
+   M /trunk/epan/dissectors/packet-multipart.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-pflog.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-pn-rt.c
+   M /trunk/epan/dissectors/packet-ptp.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-rtps.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-sccpmg.c
+   M /trunk/epan/dissectors/packet-sebek.c
+   M /trunk/epan/dissectors/packet-sflow.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-sndcp.c
+   M /trunk/epan/dissectors/packet-stun.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-wccp.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-wtls.c
+   M /trunk/epan/dissectors/packet-wtp.c
+   M /trunk/epan/filesystem.c
+   M /trunk/epan/follow.c
+   M /trunk/epan/inet_ntop.c
+   M /trunk/epan/ipproto.c
+   M /trunk/epan/plugins.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/sigcomp-udvm.c
+   M /trunk/epan/sigcomp_state_hdlr.c
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
+   M /trunk/epan/value_string.c
+   M /trunk/filters.c
+   M /trunk/pcap-util-unix.c
+   M /trunk/plugins/asn1/packet-asn1.c
+   M /trunk/plugins/ciscosm/packet-sm.c
+   M /trunk/plugins/docsis/packet-vendor.c
+   M /trunk/plugins/irda/packet-ircomm.c
+   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/opsi/packet-opsi.c
+   M /trunk/plugins/rlm/packet-rlm.c
+   M /trunk/plugins/v5ua/packet-v5ua.c
+   M /trunk/ringbuffer.c
+   M /trunk/tap-iousers.c
+   M /trunk/tap-rpcprogs.c
+   M /trunk/tethereal.c
+   M /trunk/util.c
+
+various code cleanup:
+-use g_snprintf instead of sprintf and snprintf
+-use g_strdup_printf where appropriate
+-remove #include "snprintf.h" (as only g_snprintf should be used)
+-replace some more alloc/realloc/calloc/free with their glib pendants
+------------------------------------------------------------------------
+r15263 | ulfl | 2005-08-08 12:22:55 -0500 (Mon, 08 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/simple_dialog.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/toolbar.c
+   M /trunk/gtk/ui_util.c
+   M /trunk/gtk/ui_util.h
+
+fix some MSVC const warnings
+------------------------------------------------------------------------
+r15262 | jmayer | 2005-08-08 11:53:09 -0500 (Mon, 08 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+
+OK, so Didier was probably right using $^ :-)
+
+------------------------------------------------------------------------
+r15261 | jmayer | 2005-08-08 09:17:42 -0500 (Mon, 08 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+
+Didier Gautheron:
+        A small patch for compiling ethereal outside the source tree.
+
+
+------------------------------------------------------------------------
+r15260 | sahlberg | 2005-08-08 04:52:59 -0500 (Mon, 08 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rpc.c
+
+From
+Eric Wedel
+
+Add a preference to RPC (default off) that will heuristically attempt to find
+PDUs starting in the middle of a segment.
+
+
+
+------------------------------------------------------------------------
+r15259 | sahlberg | 2005-08-08 03:53:05 -0500 (Mon, 08 Aug 2005) | 6 lines
+Changed paths:
+   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
+
+updates from Anders B
+
+Regenerate gsm ss and gsm map
+
+
+
+------------------------------------------------------------------------
+r15258 | guy | 2005-08-08 02:27:14 -0500 (Mon, 08 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
+
+Centralize the code to create the subtree for RSVP objects and to put
+the length and object class items into that tree.  Put the object class
+item into the tree as a visible item, rather than as a hidden item and
+as a text entry.
+
+Add some additional length checks.
+
+------------------------------------------------------------------------
+r15257 | sahlberg | 2005-08-07 18:39:00 -0500 (Sun, 07 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-slowprotocols.c
+
+from Dominique Bastien
+
+small update for slowprotocols
+
+
+------------------------------------------------------------------------
+r15256 | ulfl | 2005-08-07 18:10:06 -0500 (Sun, 07 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/packaging/nsis/Makefile.am
+   M /trunk/packaging/nsis/WinPcapPage.ini
+   A /trunk/packaging/nsis/WinPcap_3_1.exe
+   D /trunk/packaging/nsis/WinPcap_3_1_beta4.exe
+   M /trunk/packaging/nsis/ethereal.nsi
 
-2004-01-04 22:02  obiot
+Use the now released WinPcap 3.1 version instead of the beta 4.
 
-       * packet-wtp.c:
+We don't need to uninstall an old WinPcap version first, as this is done by the WinPcap installer itself now.
 
-         Add more information to the WTP protocol summary (PDU type and
-         PDU specific important parameters).
+------------------------------------------------------------------------
+r15255 | guy | 2005-08-07 15:06:01 -0500 (Sun, 07 Aug 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
 
-         Document the computation of the length field in WTP concatenation
-         after having looked at a capture with the length field encoded as
-         a WSP uintvar-integer.
+DHCP Failover runs over TCP; use tcp_dissect_pdus.
 
-         Use "common code" for WTP reassembly, by calling
-         process_reassembled_data().  Document the behavior of reassembly
-         as the output of Ethereal differs between the first and the
-         second pass.
+There's no need to build a list of all the options and then dissect them
+individually; just have one loop that dissects them.  (The full list
+wasn't being freed, so we were leaking memory.)
 
-         Question: shoud the common reassembly code provide a call-back
-         mechanism to get access to previously-unreassembled packets that
-         appear to be part of a reassembled whole, and to be able to
-         update the state and information of those packets at the time of
-         the reassembly?
+Add some more sanity checks.
 
-2004-01-04 23:32  ulfl
+Clean up a bunch of other things.
 
-       * range.c:
+------------------------------------------------------------------------
+r15254 | guy | 2005-08-07 13:03:34 -0500 (Sun, 07 Aug 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
 
-         From Dick Gooris: updated lots of comments
+Fix the spelling of "transferred".
 
-2004-01-05 00:44  guy
+Fix the sizes of some items to match what's in the I-D and what's being
+fetched from the packet.
 
-       * AUTHORS:
+Check for the length of items before doing *anything* with the item,
+including fetching the data from the packet.  Just put a "bad length"
+indication into the protocol tree; don't abort the dissection (we can
+just move on to the next TLV).
 
-         From Yaniv Kaul:
+------------------------------------------------------------------------
+r15253 | jmayer | 2005-08-06 19:21:35 -0500 (Sat, 06 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/docbook
 
-                 add parsing of message token (Unicode and regular);
+Add release-notes-...pdf to svn:ignore
+------------------------------------------------------------------------
+r15252 | jmayer | 2005-08-06 19:07:18 -0500 (Sat, 06 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/docbook/README.txt
 
-                 add parsing of error token (Unicode only - do not have a
-         non Unicode
-                 sample. Anyone?);
+Start a list of packages required for each distro.
+So far only Suse 9.3 is covered.
 
-                 add parsing of done token (only minimal actually);
+Infos for other systems are very welcome.
 
-                 add parsing of Collation Information structure in
-         Environment
-                 Change token.
 
-2004-01-05 00:55  guy
+------------------------------------------------------------------------
+r15251 | guy | 2005-08-06 16:38:43 -0500 (Sat, 06 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-frame.h
+   M /trunk/epan/exceptions.h
+
+If a dissector writer directly throws DissectorError, don't punish the
+user by crashing due to a null pointer dereference, punish the dissector
+writer by saying he or she didn't bother providing an explanation of the
+error.
+
+The exception message isn't a const string any more; make the
+"exception_message" argument to "show_exception()" a "char *", not a
+"const char *".
+
+------------------------------------------------------------------------
+r15250 | guy | 2005-08-06 14:58:45 -0500 (Sat, 06 Aug 2005) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/except.c
+   M /trunk/epan/except.h
+   M /trunk/epan/exceptions.h
+
+Support throwing an exception with a null message pointer, and have the
+message not be const (as we generate messages with "g_strdup_sprintf()",
+which means they need to be freed; using a null message means that we
+don't have to use a special string for exceptions with no message, and
+don't have to worry about not freeing that).
+
+Have THROW() throw an exception with a null message pointer.  (This
+means that you crash if you throw DissectorError with THROW().  Don't do
+that - it means you don't get a more detailed explanation of the
+dissector problem.  Use the DISSECTOR_ASSERT, etc. macros in
+epan/proto.h instead.)
+
+Free the exception message for DissectorError, as it's mallocated.
+
+------------------------------------------------------------------------
+r15249 | guy | 2005-08-06 13:42:07 -0500 (Sat, 06 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/filters.c
+   M /trunk/filters.h
+
+"read_filter_list()" and "save_filter_list()" mallocate the path string
+that they return through the "pref_path_return" argument; make it a
+"char **", as a pointer to a "char *" is passed to it, and the caller
+has to free that.
+
+------------------------------------------------------------------------
+r15248 | guy | 2005-08-06 13:40:03 -0500 (Sat, 06 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/file.c
+
+We no longer generate a "Loading" message ourselves, we just pass the
+name of the file being loaded to "delayed_create_progress_dlg()".  Get
+rid of the pointless "g_strdup_printf()" call (which amounted to a
+more-expensive "g_strdup()", and the variables it used.
+
+------------------------------------------------------------------------
+r15247 | guy | 2005-08-06 13:38:35 -0500 (Sat, 06 Aug 2005) | 15 lines
+Changed paths:
+   M /trunk/util.c
+
+"setup_tmpdir()" either returns the const string passed to it, or it
+returns a malloced string that's supposed to persist as long as Ethereal
+is running.  Make it return "const char *", and return either the former
+pointer or the result of mallocation, so we don't end up using the same
+variable for a const pointer and a non-const pointer.
+
+Make the variables to which its result is assigned const pointers as
+well.
+
+"strlen()" returns size_t; make a argument to which its result is
+assigned a size_t.
+
+Just out of paranoia, check for a zero-length string passed to
+"setup_tmpdir()".
+
+------------------------------------------------------------------------
+r15246 | gerald | 2005-08-06 10:23:52 -0500 (Sat, 06 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add a note about the ISIS LSP bug.
+
+------------------------------------------------------------------------
+r15245 | gerald | 2005-08-06 10:18:45 -0500 (Sat, 06 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isis-lsp.c
+
+Increase the size of some variables so that we don't overflow them and loop
+forever.  Fixes bug 320.
+
+------------------------------------------------------------------------
+r15244 | jmayer | 2005-08-06 09:03:14 -0500 (Sat, 06 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/capture_loop.c
+   M /trunk/capture_sync.c
+   M /trunk/file.c
+   M /trunk/filters.c
+   M /trunk/filters.h
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/progress_dlg.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/progress_dlg.h
+   M /trunk/tap-iostat.c
+   M /trunk/util.c
+   M /trunk/util.h
+
+
+Last set of char -> const char trivial warning fixes.
+
+------------------------------------------------------------------------
+r15243 | tuexen | 2005-08-06 07:02:34 -0500 (Sat, 06 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-asap.c
+   M /trunk/epan/dissectors/packet-enrp.c
+
+Update to
+ * http://www.ietf.org/internet-drafts/draft-ietf-rserpool-common-param-09.txt
+ * http://www.ietf.org/internet-drafts/draft-ietf-rserpool-enrp-12.txt
+ * http://www.ietf.org/internet-drafts/draft-ietf-rserpool-asap-12.txt
+
+
+------------------------------------------------------------------------
+r15242 | guy | 2005-08-06 05:31:27 -0500 (Sat, 06 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/packet.h
+   M /trunk/gtk/decode_as_dlg.c
+   M /trunk/tethereal.c
+
+Squelch more const pointer warnings.
+
+------------------------------------------------------------------------
+r15241 | guy | 2005-08-06 05:30:21 -0500 (Sat, 06 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/gtk/voip_calls.c
+
+Make some structure members that are always set from mallocated data not
+"const" pointers, so that we don't get warnings when we free the data
+they point to.
+
+------------------------------------------------------------------------
+r15240 | guy | 2005-08-06 05:29:20 -0500 (Sat, 06 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/plugins/mate/mate_parser.l
+
+Make a variable whose value might be trashed by setjmp/longjmp
+"volatile" to avoid that.
+
+------------------------------------------------------------------------
+r15239 | guy | 2005-08-06 04:23:28 -0500 (Sat, 06 Aug 2005) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ms-mms.c
+
+Don't assign "" to a string that's only used after it's assigned to.
+
+"tvb_fake_unicode()" never returns a null pointer, so there's no need to
+check for it; there's also no need to check that it's not an empty
+string before freeing it, as it's always assigned a g_malloc()ed string.
+
+It also takes as an argument the number of Unicode characters in the
+string, not the number of bytes in the string.
+
+Use "format_text()" when adding a string to the Info column, in case
+it has non-printable characters.
+
+Don't use "proto_tree_add_string_format()" if you don't have to.
+
+------------------------------------------------------------------------
+r15238 | guy | 2005-08-06 04:18:52 -0500 (Sat, 06 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+
+Use a NULL value for di->xfer as an indication that we don't know the
+transfer context; that way, we don't have to make "di->xfer" a "const"
+pointer, and can thus pass it to "g_free()" (if non-null) without
+the compiler whining at us.
+
+Note that telling the user to "click on ASSOC request" is not the best
+thing to do, unless we simply cannot determine the right ASSOC request
+to click on.
+
+------------------------------------------------------------------------
+r15237 | guy | 2005-08-05 23:01:38 -0500 (Fri, 05 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+
+DissectorError is not supposed to be directly thrown; one should use the
+various DISSECTOR_ macros, so the error message includes an indication
+of the problem, and the file and line number.
+
+------------------------------------------------------------------------
+r15236 | guy | 2005-08-05 22:44:55 -0500 (Fri, 05 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/tap.c
+   M /trunk/epan/tap.h
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/hostlist_eth.c
+   M /trunk/gtk/hostlist_fc.c
+   M /trunk/gtk/hostlist_fddi.c
+   M /trunk/gtk/hostlist_ip.c
+   M /trunk/gtk/hostlist_ipx.c
+   M /trunk/gtk/hostlist_jxta.c
+   M /trunk/gtk/hostlist_table.h
+   M /trunk/gtk/hostlist_tcpip.c
+   M /trunk/gtk/hostlist_tr.c
+   M /trunk/gtk/hostlist_udpip.c
+   M /trunk/gtk/hostlist_wlan.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/summary_dlg.c
+   M /trunk/gtk/toolbar.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+   M /trunk/tap-ansi_astat.c
+   M /trunk/tap-bootpstat.c
+   M /trunk/tap-dcerpcstat.c
+   M /trunk/tap-gsm_astat.c
+   M /trunk/tap-h225counter.c
+   M /trunk/tap-h225rassrt.c
+   M /trunk/tap-httpstat.c
+   M /trunk/tap-iostat.c
+   M /trunk/tap-iousers.c
+   M /trunk/tap-mgcpstat.c
+   M /trunk/tap-protocolinfo.c
+   M /trunk/tap-protohierstat.c
+   M /trunk/tap-rpcprogs.c
+   M /trunk/tap-rpcstat.c
+   M /trunk/tap-sctpchunkstat.c
+   M /trunk/tap-sipstat.c
+   M /trunk/tap-smbsids.c
+   M /trunk/tap-smbstat.c
+   M /trunk/tap-stats_tree.c
+   M /trunk/tap-wspstat.c
+   M /trunk/tap_dfilter_dlg.h
+
+Squelch more const warnings (and fix some memory leaks that found).
+
+_U_-ify some unused arguments, rather than assigning them to themselves.
+
+Un-constify one variable that gets assigned a mallocated pointer.
+
+Clean up indentation.
+
+------------------------------------------------------------------------
+r15235 | gerald | 2005-08-05 22:43:42 -0500 (Fri, 05 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/asn1.c
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-spnego.c
+
+In packet-frame.c, don't free static memory when we throw a
+DissectorError.  In packet-kerberos.c, restore pinfo->private_data if
+we throw an exception, which keeps the SMB dissector from throwing
+a DissectorError.  Initialize variables in other places to squelch
+valgrind warnings.
+
+------------------------------------------------------------------------
+r15234 | guy | 2005-08-05 20:39:51 -0500 (Fri, 05 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-socks.c
+
+Squelch another const warning.
+
+------------------------------------------------------------------------
+r15233 | ulfl | 2005-08-05 19:06:14 -0500 (Fri, 05 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/plugins/xml/xml_plugin.c
+
+fix a comment typo
+------------------------------------------------------------------------
+r15232 | ulfl | 2005-08-05 18:58:58 -0500 (Fri, 05 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/capture_stop_conditions.c
+   M /trunk/conditions.c
+   M /trunk/docbook/edg_src/EDG_chapter_dissection.xml
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/follow.c
+   M /trunk/epan/tap.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/ui_util.c
+
+replace malloc and alike calls by their GLib pendants -> g_malloc
+------------------------------------------------------------------------
+r15231 | guy | 2005-08-05 18:18:05 -0500 (Fri, 05 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-daap.c
+
+Put in a comment asking about the music going over the connection - we
+shouldn't try to parse it as DAAP.
+
+------------------------------------------------------------------------
+r15230 | guy | 2005-08-05 18:17:15 -0500 (Fri, 05 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/plugins/mate/mate_parser.l
+
+Squelch a warning about "state" being used uninitialized.
+
+------------------------------------------------------------------------
+r15229 | lego | 2005-08-05 17:36:28 -0500 (Fri, 05 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/hostlist_table.c
+
+have the definition of init_hostlist_table *ACTUALLY* match its declaration.
+
+
+------------------------------------------------------------------------
+r15228 | lego | 2005-08-05 17:34:45 -0500 (Fri, 05 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/hostlist_table.c
+
+have the definition of init_hostlist_table match the declaration.
+
+
+------------------------------------------------------------------------
+r15227 | jmayer | 2005-08-05 15:59:08 -0500 (Fri, 05 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/color_filters.c
+   M /trunk/color_filters.h
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet.h
+   M /trunk/gtk/about_dlg.c
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_prefs.c
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/column_prefs.c
+   M /trunk/gtk/conversations_eth.c
+   M /trunk/gtk/conversations_fc.c
+   M /trunk/gtk/conversations_fddi.c
+   M /trunk/gtk/conversations_ip.c
+   M /trunk/gtk/conversations_ipx.c
+   M /trunk/gtk/conversations_jxta.c
+   M /trunk/gtk/conversations_sctp.c
+   M /trunk/gtk/conversations_table.c
+   M /trunk/gtk/conversations_table.h
+   M /trunk/gtk/conversations_tcpip.c
+   M /trunk/gtk/conversations_tr.c
+   M /trunk/gtk/conversations_udpip.c
+   M /trunk/gtk/conversations_wlan.c
+   M /trunk/gtk/decode_as_dcerpc.c
+   M /trunk/gtk/decode_as_dcerpc.h
+   M /trunk/gtk/decode_as_dlg.c
+   M /trunk/gtk/dfilter_expr_dlg.c
+   M /trunk/gtk/dlg_utils.c
+   M /trunk/gtk/dlg_utils.h
+   M /trunk/gtk/file_dlg.c
+   M /trunk/gtk/filter_dlg.c
+   M /trunk/gtk/filter_dlg.h
+   M /trunk/gtk/find_dlg.c
+   M /trunk/gtk/find_dlg.h
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/gtk_stat_util.c
+   M /trunk/gtk/gtk_stat_util.h
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/help_dlg.c
+   M /trunk/gtk/hostlist_eth.c
+   M /trunk/gtk/hostlist_table.c
+   M /trunk/gtk/hostlist_table.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/menu.h
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/plugins_dlg.c
+   M /trunk/gtk/print_dlg.c
+   M /trunk/gtk/proto_dlg.c
+   M /trunk/gtk/proto_draw.c
+   M /trunk/gtk/proto_hier_stats_dlg.c
+   M /trunk/gtk/recent.c
+   M /trunk/gtk/sctp_error_dlg.c
+   M /trunk/gtk/sctp_stat.h
+   M /trunk/gtk/service_response_time_table.c
+   M /trunk/gtk/tap_menu.h
+   M /trunk/gtk/ui_util.c
+   M /trunk/gtk/ui_util.h
+   M /trunk/gtk/voip_calls.c
+   M /trunk/gtk/voip_calls.h
+   M /trunk/image/dn_arrow.xpm
+   M /trunk/image/eexcl3d64.xpm
+   M /trunk/image/eicon3d16.xpm
+   M /trunk/image/eicon3d32.xpm
+   M /trunk/image/eicon3d48.xpm
+   M /trunk/image/icon-ethereal.xpm
+   M /trunk/image/icon-excl.xpm
+   M /trunk/image/stock_dialog_error_48.xpm
+   M /trunk/image/stock_dialog_info_48.xpm
+   M /trunk/image/stock_dialog_question_48.xpm
+   M /trunk/image/stock_dialog_warning_48.xpm
+   M /trunk/image/toolbar/autoscroll_24.xpm
+   M /trunk/image/toolbar/capture_filter_24.xpm
+   M /trunk/image/toolbar/capture_interfaces_24.xpm
+   M /trunk/image/toolbar/capture_options_24.xpm
+   M /trunk/image/toolbar/capture_restart_24.xpm
+   M /trunk/image/toolbar/capture_start_24.xpm
+   M /trunk/image/toolbar/capture_stop_24.xpm
+   M /trunk/image/toolbar/checkbox_16.xpm
+   M /trunk/image/toolbar/colorize_24.xpm
+   M /trunk/image/toolbar/conversations_16.xpm
+   M /trunk/image/toolbar/decode_as_16.xpm
+   M /trunk/image/toolbar/display_filter_24.xpm
+   M /trunk/image/toolbar/endpoints_16.xpm
+   M /trunk/image/toolbar/file_set_list_16.xpm
+   M /trunk/image/toolbar/file_set_next_16.xpm
+   M /trunk/image/toolbar/file_set_previous_16.xpm
+   M /trunk/image/toolbar/graphs_16.xpm
+   M /trunk/image/toolbar/internet_24.xpm
+   M /trunk/image/toolbar/resize_columns_24.xpm
+   M /trunk/image/toolbar/stock_add_24.xpm
+   M /trunk/image/toolbar/stock_bottom_24.xpm
+   M /trunk/image/toolbar/stock_clear_24.xpm
+   M /trunk/image/toolbar/stock_close_24.xpm
+   M /trunk/image/toolbar/stock_colorselector_24.xpm
+   M /trunk/image/toolbar/stock_help_24.xpm
+   M /trunk/image/toolbar/stock_jump_to_24.xpm
+   M /trunk/image/toolbar/stock_left_arrow_24.xpm
+   M /trunk/image/toolbar/stock_ok_20.xpm
+   M /trunk/image/toolbar/stock_open_24.xpm
+   M /trunk/image/toolbar/stock_preferences_24.xpm
+   M /trunk/image/toolbar/stock_print_24.xpm
+   M /trunk/image/toolbar/stock_properties_24.xpm
+   M /trunk/image/toolbar/stock_refresh_24.xpm
+   M /trunk/image/toolbar/stock_right_arrow_24.xpm
+   M /trunk/image/toolbar/stock_save_24.xpm
+   M /trunk/image/toolbar/stock_save_as_24.xpm
+   M /trunk/image/toolbar/stock_search_24.xpm
+   M /trunk/image/toolbar/stock_stop_24.xpm
+   M /trunk/image/toolbar/stock_top_24.xpm
+   M /trunk/image/toolbar/stock_zoom_1_24.xpm
+   M /trunk/image/toolbar/stock_zoom_in_24.xpm
+   M /trunk/image/toolbar/stock_zoom_out_24.xpm
+   M /trunk/image/toolbar/telephony_16.xpm
+   M /trunk/image/toolbar/time_24.xpm
+   M /trunk/image/toolbar/web_support_24.xpm
+   M /trunk/image/toolbar/wiki_24.xpm
+   M /trunk/image/up_arrow.xpm
+   M /trunk/plugins/stats_tree/pinfo_stats_tree.c
+   M /trunk/tap_dfilter_dlg.h
+
+
+More char -> const char warning fixes.
+Removed (very few) casts that only change the warning message
+  but don't remove it (with gcc-4).
+
+------------------------------------------------------------------------
+r15226 | etxrab | 2005-08-05 14:37:57 -0500 (Fri, 05 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+From David Richards:
+here are the highlights of what's fixed:
+
+1) Decoding of vendor-defined types
+2) Decoding of some event notification parameters (not all)
+3) Decoding of ABSTRACT-SYNTAX&Type
+4) Decoding of BACnetTimeStamp
+5) Some problems with context-tagged values (like booleans)
+6) Continuation segments - don't try to decode them since you can't 
+start mid-PDU
+7) Removed some excessive levels of subtrees
+
+------------------------------------------------------------------------
+r15225 | etxrab | 2005-08-05 14:32:26 -0500 (Fri, 05 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/plugins/asn1/packet-asn1.c
+
+From Thomas Steffen:
+Fix a copy-paste error in the prefs. code
+------------------------------------------------------------------------
+r15224 | etxrab | 2005-08-05 14:16:29 -0500 (Fri, 05 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-gprs-llc.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
+
+From THORNTON, MATT
+Some changes that I made to flesh out GPRS message parsing.  More information is displayed about the various frame formats.  I have also added some code to parse XID parameters in the U frame.  I have also fixed a couple of display bugs in the GSM and GPRS LLC parser.
+
+------------------------------------------------------------------------
+r15223 | jmayer | 2005-08-05 08:23:47 -0500 (Fri, 05 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+char -> const char warning fixes
+------------------------------------------------------------------------
+r15222 | jmayer | 2005-08-05 08:10:58 -0500 (Fri, 05 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-ber.h
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-telnet.c
+   M /trunk/epan/dissectors/packet-tr.c
+   M /trunk/epan/dissectors/packet-trmac.c
+   M /trunk/epan/dissectors/packet-user_encap.c
+   M /trunk/epan/dissectors/packet-vines.c
+   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/epan/dissectors/packet-x25.c
+
+More char -> const char warning fixes
+------------------------------------------------------------------------
+r15221 | ulfl | 2005-08-05 04:20:48 -0500 (Fri, 05 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/edg_src/EDG_chapter_sources.xml
+   M /trunk/docbook/edg_src/EDG_chapter_tools.xml
+
+note that calling distclean target should be done first
+
+add the MSVC tools to the verify_tools target, add some explanation of common problems
+------------------------------------------------------------------------
+r15220 | ulfl | 2005-08-05 03:34:47 -0500 (Fri, 05 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+
+verify_tools: 
+- not only look for the cygwin tools, but also check the MSVC tools required like cl.exe, link.exe and nmake.exe
+
+- I don't know why we should use /usr/bin/find but simply find, check for it instead. If there's a reason to use /usr/bin/find, we should use $(FIND) instead but I currently don't see a reason for this
+------------------------------------------------------------------------
+r15219 | jmayer | 2005-08-04 19:29:34 -0500 (Thu, 04 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/gsm_ss/Makefile
+
+Add eol-style and keywords properties
+------------------------------------------------------------------------
+r15218 | jmayer | 2005-08-04 19:23:22 -0500 (Thu, 04 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gssapi.c
+   M /trunk/epan/dissectors/packet-gssapi.h
+   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-nlsp.c
+   M /trunk/epan/dissectors/packet-nntp.c
+   M /trunk/epan/dissectors/packet-nt-sonmp.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-osi-options.c
+   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-pgm.c
+   M /trunk/epan/dissectors/packet-pn-rt.c
+   M /trunk/epan/dissectors/packet-portmap.c
+   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/epan/dissectors/packet-q933.c
+   M /trunk/epan/dissectors/packet-quakeworld.c
+   M /trunk/epan/dissectors/packet-radius.h
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-rdt.c
+   M /trunk/epan/dissectors/packet-rdt.h
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-sap.c
+   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-slsk.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-socks.c
+   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-t38.h
+   M /trunk/epan/radius_dict.l
+   M /trunk/epan/tap.c
+   M /trunk/epan/tap.h
+
+More char -> const char warning fixes
+------------------------------------------------------------------------
+r15217 | sahlberg | 2005-08-04 19:23:08 -0500 (Thu, 04 Aug 2005) | 3 lines
+Changed paths:
+   A /trunk/asn1/gsm_ss/Makefile
+
+Add unix makefile for work in progress GSM-SS dissector
+
+
+------------------------------------------------------------------------
+r15216 | jmayer | 2005-08-04 17:54:04 -0500 (Thu, 04 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+
+Separate declaration from initialization with non-static values
+------------------------------------------------------------------------
+r15215 | guy | 2005-08-04 17:37:49 -0500 (Thu, 04 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/README.win32
+
+Note that if you're building from a source tarball, before the first
+build you must do "nmake -f makefile.make distclean".
+
+------------------------------------------------------------------------
+r15214 | guy | 2005-08-04 17:22:53 -0500 (Thu, 04 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/plugins/xml/Makefile.nmake
+
+Put in comments explaining why we're removing some generated files with
+"make distclean", even though they come with the distribution, and
+make the one in plugins/xml/Makefile.nmake match the one in some other
+files.
+
+------------------------------------------------------------------------
+r15213 | guy | 2005-08-04 17:13:33 -0500 (Thu, 04 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/cleanbld.bat
+
+Delete some new Flex-generated files, and put in a comment explaining
+that we're doing that and explaining why we're doing it.
+
+------------------------------------------------------------------------
+r15212 | jmayer | 2005-08-04 16:54:00 -0500 (Thu, 04 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/Makefile.common
+
+Forgot to remove gdebug.h from Makefile.common too
+------------------------------------------------------------------------
+r15211 | jmayer | 2005-08-04 16:40:58 -0500 (Thu, 04 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/doc/README.developer
+
+Don't initialize variables in their declaration with non-constant
+values.
+
+------------------------------------------------------------------------
+r15210 | jmayer | 2005-08-04 16:31:40 -0500 (Thu, 04 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ms-mms.c
+
+
+Albert Chin:
+        uses of some C99'isms which prevent compilation on
+        IRIX 6.5 with the SGI C compiler.
+
+
+------------------------------------------------------------------------
+r15209 | jmayer | 2005-08-04 16:09:08 -0500 (Thu, 04 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dfilter/gencode.c
+   M /trunk/epan/ftypes/ftype-tvbuff.c
+   D /trunk/epan/gdebug.h
+
+
+Albert Chin:
+        Don't include epan/gdebug.h
+
+Now that epan/gdebug.h is unused: remove it
+
+------------------------------------------------------------------------
+r15208 | jmayer | 2005-08-04 15:41:52 -0500 (Thu, 04 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/tools/lemon/lempar.c
+
+
+Albert Chin:
+        "config.h" should always be included first. However, lemon
+        includes <stdio.h> first.
+
+
+------------------------------------------------------------------------
+r15207 | gerald | 2005-08-04 12:14:19 -0500 (Thu, 04 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add items for the recent FC-FCS and RSVP bug fixes.
+
+------------------------------------------------------------------------
+r15206 | gerald | 2005-08-04 12:11:32 -0500 (Thu, 04 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
+
+Increase the size of some variables, so that we don't overflow them.  Fixes
+the infinite loops in bugs 311 and 314.
+
+------------------------------------------------------------------------
+r15205 | gram | 2005-08-04 08:54:46 -0500 (Thu, 04 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/exceptions.h
+   A /trunk/epan/exntest.c
+
+Exception handling fixes, and a fix to packet-frame.c,
+from Richard van der Hoff.
+
+------------------------------------------------------------------------
+r15204 | guy | 2005-08-04 05:24:33 -0500 (Thu, 04 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcfcs.c
+
+When processing records, advance the offset.
+
+------------------------------------------------------------------------
+r15203 | etxrab | 2005-08-03 15:51:54 -0500 (Wed, 03 Aug 2005) | 1 line
+Changed paths:
+   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/asn1/gsmmap/packet-gsm_map-template.h
+
+Use the new fn_par functions, fix of a bug and export functions used by gsm_ss.
+------------------------------------------------------------------------
+r15202 | etxrab | 2005-08-03 15:49:52 -0500 (Wed, 03 Aug 2005) | 2 lines
+Changed paths:
+   A /trunk/asn1/gsm_ss
+   A /trunk/asn1/gsm_ss/Makefile.nmake
+   A /trunk/asn1/gsm_ss/SS-Operations.asn
+   A /trunk/asn1/gsm_ss/gsm_ss.cnf
+   A /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
+   A /trunk/asn1/gsm_ss/packet-gsm_ss-template.h
+
+First checkin of asn2eth generated gsm ss dissector - work in progress not ready to replace the existing
+dissector yet.
+------------------------------------------------------------------------
+r15201 | etxrab | 2005-08-03 15:37:28 -0500 (Wed, 03 Aug 2005) | 20 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/dissectors/packet-iax2.c
+   A /trunk/epan/nstime.c
+   M /trunk/epan/nstime.h
+   M /trunk/timestats.c
+   M /trunk/timestats.h
+
+From Richard van der Hoff:
+
+Among the improvements are:
+- fixes to call-tracking (it's now less likely to confuse two separate 
+calls, for instance)
+- improvements to Information Element dissection (clearer dissection, 
+dissects more IE types, easier to extend)
+- you can now filter on the content of DTMF packets
+- Analysis of timestamps (calculation of absolute timestamp, and packet 
+lateness).
+- fixed a couple of assertion failures in subtle corner-cases.
+
+negative relative times:
+   - get_timedelta()
+   - addtime()
+   - ftype-time.c:relative_val_from_unparsed()
+
+I've also moved get_timedelta() and addtime() out of calldata.c into a 
+new file, epan/nstime.c, as I needed to use them in a dissector I'm 
+working on (and they therefore needed to go into libethereal).
+------------------------------------------------------------------------
+r15200 | gerald | 2005-08-03 12:32:00 -0500 (Wed, 03 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/wiretap/i4b_trace.h
+   M /trunk/wiretap/i4btrace.c
+
+Don't assume ints are 32 bits.  Fixes a recent Buildbot error.
+
+------------------------------------------------------------------------
+r15199 | etxrab | 2005-08-02 16:16:56 -0500 (Tue, 02 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_sms.c
+
+Fix "tvb_fake_unicode takes the lengt in number of guint16's not guint8's" fix up indentation.
+------------------------------------------------------------------------
+r15198 | gerald | 2005-08-02 13:26:31 -0500 (Tue, 02 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+After reading through the code again, the LPD
+dissector wasn't susceptible to a crash.  The patch at
+http://cvs.fedora.redhat.com/viewcvs/rpms/ethereal/FC-4/ is unneccessary.
+
+------------------------------------------------------------------------
+r15197 | sahlberg | 2005-08-02 12:34:14 -0500 (Tue, 02 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mmse.c
+
+ememify the tvb_get_string call in mmse.
+the strings mmse got from tvb_get_string were never released anyway
+so this would resolve significant memory leakage in mmse.
+
+there are still memleaks in mmse   but one step at a time
+
+
+------------------------------------------------------------------------
+r15196 | sahlberg | 2005-08-02 12:24:26 -0500 (Tue, 02 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rpc.c
+
+ememify packet-rpc call to tvb_get_string()
+
+
+------------------------------------------------------------------------
+r15195 | sahlberg | 2005-08-02 12:15:56 -0500 (Tue, 02 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sdp.c
+
+remove a pointless g_strdup
+
+
+------------------------------------------------------------------------
+r15194 | gerald | 2005-08-02 10:25:41 -0500 (Tue, 02 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.am
+   M /trunk/plugins/mate/Makefile.am
+
+Clean up after ourselves so that we pass "distcheck" again.
+
+------------------------------------------------------------------------
+r15193 | guy | 2005-08-02 03:42:02 -0500 (Tue, 02 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/exceptions.h
+
+Explain the BoundsError and ReportedBoundsError errors a bit more, as
+per Ulf Lamping's request.
+
+------------------------------------------------------------------------
+r15192 | jmayer | 2005-08-02 03:37:53 -0500 (Tue, 02 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk
+
+Include .libs in svn:ignore
+------------------------------------------------------------------------
+r15191 | jmayer | 2005-08-02 03:30:33 -0500 (Tue, 02 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-sscop.c
+   M /trunk/epan/dissectors/packet-tacacs.c
+   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/epan/dissectors/packet-ymsg.c
+   M /trunk/epan/stats_tree.c
+   M /trunk/gtk/menu.c
+   M /trunk/plugins/mate/mate_util.c
+   M /trunk/plugins/mate/packet-mate.c
+
+Last set of trivial fixes for "no previous declaration" warnings.
+
+------------------------------------------------------------------------
+r15190 | ulfl | 2005-08-02 02:30:38 -0500 (Tue, 02 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/epan.h
+
+add some comments, has to be extended
+------------------------------------------------------------------------
+r15189 | ulfl | 2005-08-02 02:29:15 -0500 (Tue, 02 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+add some minor comments around the GTK main loop
+------------------------------------------------------------------------
+r15188 | ulfl | 2005-08-02 02:26:57 -0500 (Tue, 02 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+bugfix: in an attepmt to fix a crash while doing reassemling of connection oriented packets, some weeks ago I've added some tvb_ensure_bytes_exist() calls to test the case that the alloc_hint value is bogus (found in private fuzz testing).
+
+Unfortunately, this is *very* safe now as it will mark a lot of DCE/RPC packets as malformed, thus the reassembling code won't work with most packets :-(
+
+I've replaced this with the correct check and used THROW(ReportedBoundsError) instead which is hopefully the right error in this case.
+
+BTW: could someone please add a description of the ReportedBoundsError vs. BoundsError to the code as I still don't get it.
+
+In addition: Use a toplevel tree item to display the DCE/RPC defragmentation just as it's done in the TCP desegmentation code.
+------------------------------------------------------------------------
+r15187 | jmayer | 2005-08-02 02:03:46 -0500 (Tue, 02 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/aclocal-flags
+
+Make aclocal-flags executable again (hopefully fixes buildbot fc4)
+------------------------------------------------------------------------
+r15186 | jmayer | 2005-08-02 01:44:18 -0500 (Tue, 02 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/doc/capinfos.pod
+   M /trunk/doc/editcap.pod
+   M /trunk/doc/ethereal-filter.pod.template
+   M /trunk/doc/ethereal-tut.mgp
+   M /trunk/doc/ethereal.pod
+   M /trunk/doc/idl2eth.pod
+   M /trunk/doc/mergecap.pod
+   M /trunk/doc/sgml.doc.template
+   M /trunk/doc/tethereal.pod
+   M /trunk/doc/text2pcap.pod
+
+
+ Fix svn properties where needed:
+          Add svn:eol-style
+          Add svn:keywords
+
+
+------------------------------------------------------------------------
+r15185 | jmayer | 2005-08-02 01:39:04 -0500 (Tue, 02 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/docbook/Makefile
+   M /trunk/docbook/edg_src/EDG_chapter_build_intro.xml
+   M /trunk/docbook/edg_src/EDG_chapter_capture.xml
+   M /trunk/docbook/edg_src/EDG_chapter_dissection.xml
+   M /trunk/docbook/edg_src/EDG_chapter_works.xml
+   M /trunk/docbook/release-notes.xml
+
+ Fix svn properties where needed:
+          Remove svn:executable
+          Add svn:executable
+          Add svn:eol-style
+          Add svn:keywords
+          Add mime-type
+
+------------------------------------------------------------------------
+r15184 | jmayer | 2005-08-02 01:29:49 -0500 (Tue, 02 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/help/capture_filters.txt
+   M /trunk/help/capturing.txt
+   M /trunk/help/display_filters.txt
+   M /trunk/help/faq.txt
+   M /trunk/help/getting_started.txt
+   M /trunk/help/overview.txt
+   M /trunk/help/toc
+   M /trunk/idl/coseventcomm.idl
+   M /trunk/idl/cosnaming.idl
+   M /trunk/idl/parlay/Parlay.idl
+   M /trunk/idl/parlay/am.idl
+   M /trunk/idl/parlay/cccs.idl
+   M /trunk/idl/parlay/cm.idl
+   M /trunk/idl/parlay/common_cc_data.idl
+   M /trunk/idl/parlay/cs.idl
+   M /trunk/idl/parlay/dsc.idl
+   M /trunk/idl/parlay/fw_data.idl
+   M /trunk/idl/parlay/fw_if.idl
+   M /trunk/idl/parlay/fw_if_access.idl
+   M /trunk/idl/parlay/fw_if_app.idl
+   M /trunk/idl/parlay/fw_if_entop.idl
+   M /trunk/idl/parlay/fw_if_service.idl
+   M /trunk/idl/parlay/gcc_data.idl
+   M /trunk/idl/parlay/gcc_interfaces.idl
+   M /trunk/idl/parlay/gms.idl
+   M /trunk/idl/parlay/mm.idl
+   M /trunk/idl/parlay/mmccs.idl
+   M /trunk/idl/parlay/mmm.idl
+   M /trunk/idl/parlay/mpcc_data.idl
+   M /trunk/idl/parlay/mpcc_interfaces.idl
+   M /trunk/idl/parlay/osa.idl
+   M /trunk/idl/parlay/pam_data.idl
+   M /trunk/idl/parlay/pam_interfaces.idl
+   M /trunk/idl/parlay/policy_data.idl
+   M /trunk/idl/parlay/policy_interfaces.idl
+   M /trunk/idl/parlay/termcap.idl
+   M /trunk/idl/parlay/ui_data.idl
+   M /trunk/idl/parlay/ui_interfaces.idl
+   M /trunk/idl/tango.idl
+   M /trunk/image/README.image
+   M /trunk/image/capinfos.rc.in
+   M /trunk/image/clist_ascend.xpm
+   M /trunk/image/clist_descend.xpm
+   M /trunk/image/dn_arrow.xpm
+   M /trunk/image/editcap.rc.in
+   M /trunk/image/eexcl3d64.xpm
+   M /trunk/image/eicon3d16.xpm
+   M /trunk/image/eicon3d32.xpm
+   M /trunk/image/eicon3d48.xpm
+   M /trunk/image/eicon3d64.xpm
+   M /trunk/image/elogo3d48x48.png
+   M /trunk/image/ethereal.rc.in
+   M /trunk/image/hi16-app-ethereal.png
+   M /trunk/image/hi32-app-ethereal.png
+   M /trunk/image/hi48-app-ethereal.png
+   M /trunk/image/icon-ethereal.xpm
+   M /trunk/image/icon-excl.xpm
+   M /trunk/image/icon_layout_1.xpm
+   M /trunk/image/icon_layout_2.xpm
+   M /trunk/image/icon_layout_3.xpm
+   M /trunk/image/icon_layout_4.xpm
+   M /trunk/image/icon_layout_5.xpm
+   M /trunk/image/icon_layout_6.xpm
+   M /trunk/image/libethereal.rc.in
+   M /trunk/image/lo16-app-ethereal.png
+   M /trunk/image/lo32-app-ethereal.png
+   M /trunk/image/lo48-app-ethereal.png
+   M /trunk/image/mergecap.rc.in
+   M /trunk/image/nsis-checked.bmp
+   M /trunk/image/nsis-unchecked.bmp
+   M /trunk/image/stock_dialog_error_48.xpm
+   M /trunk/image/stock_dialog_info_48.xpm
+   M /trunk/image/stock_dialog_question_48.xpm
+   M /trunk/image/stock_dialog_warning_48.xpm
+   M /trunk/image/toolbar/autoscroll_24.xpm
+   M /trunk/image/toolbar/capture_filter_24.xpm
+   M /trunk/image/toolbar/capture_interfaces_24.xpm
+   M /trunk/image/toolbar/capture_options_24.xpm
+   M /trunk/image/toolbar/capture_restart_24.xpm
+   M /trunk/image/toolbar/capture_start_24.xpm
+   M /trunk/image/toolbar/capture_stop_24.xpm
+   M /trunk/image/toolbar/checkbox_16.xpm
+   M /trunk/image/toolbar/colorize_24.xpm
+   M /trunk/image/toolbar/conversations_16.xpm
+   M /trunk/image/toolbar/decode_as_16.xpm
+   M /trunk/image/toolbar/display_filter_24.xpm
+   M /trunk/image/toolbar/endpoints_16.xpm
+   M /trunk/image/toolbar/file_set_list_16.xpm
+   M /trunk/image/toolbar/file_set_next_16.xpm
+   M /trunk/image/toolbar/file_set_previous_16.xpm
+   M /trunk/image/toolbar/graphs_16.xpm
+   M /trunk/image/toolbar/internet_24.xpm
+   M /trunk/image/toolbar/resize_columns_24.xpm
+   M /trunk/image/toolbar/stock_add_24.xpm
+   M /trunk/image/toolbar/stock_bottom_24.xpm
+   M /trunk/image/toolbar/stock_clear_24.xpm
+   M /trunk/image/toolbar/stock_close_24.xpm
+   M /trunk/image/toolbar/stock_colorselector_24.xpm
+   M /trunk/image/toolbar/stock_help_24.xpm
+   M /trunk/image/toolbar/stock_jump_to_24.xpm
+   M /trunk/image/toolbar/stock_left_arrow_24.xpm
+   M /trunk/image/toolbar/stock_ok_20.xpm
+   M /trunk/image/toolbar/stock_open_24.xpm
+   M /trunk/image/toolbar/stock_preferences_24.xpm
+   M /trunk/image/toolbar/stock_print_24.xpm
+   M /trunk/image/toolbar/stock_properties_24.xpm
+   M /trunk/image/toolbar/stock_refresh_24.xpm
+   M /trunk/image/toolbar/stock_right_arrow_24.xpm
+   M /trunk/image/toolbar/stock_save_24.xpm
+   M /trunk/image/toolbar/stock_save_as_24.xpm
+   M /trunk/image/toolbar/stock_search_24.xpm
+   M /trunk/image/toolbar/stock_stop_24.xpm
+   M /trunk/image/toolbar/stock_top_24.xpm
+   M /trunk/image/toolbar/stock_zoom_1_24.xpm
+   M /trunk/image/toolbar/stock_zoom_in_24.xpm
+   M /trunk/image/toolbar/stock_zoom_out_24.xpm
+   M /trunk/image/toolbar/telephony_16.xpm
+   M /trunk/image/toolbar/time_24.xpm
+   M /trunk/image/toolbar/web_support_24.xpm
+   M /trunk/image/toolbar/wiki_24.xpm
+
+
+ Fix svn properties where needed:
+          Remove svn:executable
+          Add svn:executable
+          Add svn:eol-style
+          Add svn:keywords
+
+
+------------------------------------------------------------------------
+r15183 | jmayer | 2005-08-02 01:15:02 -0500 (Tue, 02 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/packaging/Makefile.am
+   M /trunk/packaging/nsis/GetWindowsVersion.nsh
+   M /trunk/packaging/nsis/Makefile.am
+   M /trunk/packaging/rpm/Makefile.am
+   M /trunk/packaging/rpm/SPECS/Makefile.am
+   M /trunk/packaging/rpm/SPECS/ethereal.spec.in
+
+Fix svn properties where needed:
+         Remove svn:executable
+         Add svn:executable
+         Add svn:eol-style
+         Add svn:keywords
+
+
+------------------------------------------------------------------------
+r15182 | jmayer | 2005-08-02 00:58:15 -0500 (Tue, 02 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/tools/EtherealXML.py
+   M /trunk/tools/Makefile.nmake
+   M /trunk/tools/asn2eth.py
+   M /trunk/tools/ftsanity.py
+   M /trunk/tools/lemon/lemon.html
+   M /trunk/tools/lemon/lempar.c
+   M /trunk/tools/lex.py
+   M /trunk/tools/msnchat
+   M /trunk/tools/netscreen2dump.py
+   M /trunk/tools/pkt-from-core.py
+   M /trunk/tools/win32-setup.sh
+   M /trunk/tools/yacc.py
+
+ Fix svn properties where needed:
+         Remove svn:executable
+         Add svn:executable
+         Add svn:eol-style
+         Add svn:keywords
+
+
+------------------------------------------------------------------------
+r15181 | jmayer | 2005-08-02 00:51:38 -0500 (Tue, 02 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/wiretap/AUTHORS
+   M /trunk/wiretap/COPYING
+   M /trunk/wiretap/ChangeLog
+   M /trunk/wiretap/INSTALL
+   M /trunk/wiretap/NEWS
+   M /trunk/wiretap/wtap.def
+
+
+ Fix svn properties where needed:
+         Remove svn:executable
+         Add svn:eol-style
+         Add svn:keywords
+
+
+------------------------------------------------------------------------
+r15180 | jmayer | 2005-08-02 00:46:16 -0500 (Tue, 02 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/COPYING
+   M /trunk/ChangeLog
+   M /trunk/FAQ
+   M /trunk/INSTALL
+   M /trunk/INSTALL.configure
+   M /trunk/aclocal-flags
+   M /trunk/cfilters
+   M /trunk/colorfilters
+   M /trunk/config.guess
+   M /trunk/config.sub
+   M /trunk/dfilters
+   M /trunk/dictionary.dtd
+   M /trunk/dictionary.xml
+   M /trunk/doxygen.cfg.in
+   M /trunk/doxygen_global.cfg
+   M /trunk/getopt.h
+   M /trunk/imscxdx.xml
+   M /trunk/mkstemp.c
+   M /trunk/mkstemp.h
+   M /trunk/mobileipv4.xml
+   M /trunk/nasreq.xml
+   M /trunk/print.ps
+   M /trunk/strcasecmp.c
+   M /trunk/strncasecmp.c
+   M /trunk/strptime.c
+   M /trunk/sunping.xml
+   M /trunk/tap-sctpchunkstat.c
+   M /trunk/tap-stats_tree.c
+
+Remove svn:executable
+Add svn:eol-style native
+Add svn:keywords Id
+
+------------------------------------------------------------------------
+r15179 | jmayer | 2005-08-02 00:39:45 -0500 (Tue, 02 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/AUTHORS
+   M /trunk/epan/ChangeLog
+   M /trunk/epan/NEWS
+   M /trunk/epan/dfilter/README.dfilter
+   M /trunk/epan/dfilter/gencode.h
+   M /trunk/epan/dissectors/dcerpc/atsvc/Makefile
+   M /trunk/epan/dissectors/dcerpc/atsvc/atsvc.cnf
+   M /trunk/epan/dissectors/dcerpc/atsvc/atsvc.idl
+   M /trunk/epan/dissectors/dcerpc/atsvc/template.c
+   M /trunk/epan/dissectors/dcerpc/atsvc/template.h
+   M /trunk/epan/dissectors/dcerpc/budb/Makefile
+   M /trunk/epan/dissectors/dcerpc/budb/budb.cnf
+   M /trunk/epan/dissectors/dcerpc/budb/budb.idl
+   M /trunk/epan/dissectors/dcerpc/budb/template.c
+   M /trunk/epan/dissectors/dcerpc/budb/template.h
+   M /trunk/epan/dissectors/dcerpc/butc/Makefile
+   M /trunk/epan/dissectors/dcerpc/butc/butc.cnf
+   M /trunk/epan/dissectors/dcerpc/butc/butc.idl
+   M /trunk/epan/dissectors/dcerpc/butc/template.c
+   M /trunk/epan/dissectors/dcerpc/butc/template.h
+   M /trunk/epan/dissectors/dcerpc/drsuapi/Makefile
+   M /trunk/epan/dissectors/dcerpc/drsuapi/drsuapi.cnf
+   M /trunk/epan/dissectors/dcerpc/drsuapi/drsuapi.idl
+   M /trunk/epan/dissectors/dcerpc/drsuapi/template.c
+   M /trunk/epan/dissectors/dcerpc/drsuapi/template.h
+   M /trunk/epan/dissectors/dcerpc/dssetup/Makefile
+   M /trunk/epan/dissectors/dcerpc/dssetup/dssetup.cnf
+   M /trunk/epan/dissectors/dcerpc/dssetup/dssetup.idl
+   M /trunk/epan/dissectors/dcerpc/dssetup/packet-dcerpc-dssetup.c
+   M /trunk/epan/dissectors/dcerpc/dssetup/packet-dcerpc-dssetup.h
+   M /trunk/epan/dissectors/dcerpc/dssetup/template.c
+   M /trunk/epan/dissectors/dcerpc/dssetup/template.h
+   M /trunk/epan/dissectors/dcerpc/efs/Makefile
+   M /trunk/epan/dissectors/dcerpc/efs/efs.cnf
+   M /trunk/epan/dissectors/dcerpc/efs/efs.idl
+   M /trunk/epan/dissectors/dcerpc/efs/template.c
+   M /trunk/epan/dissectors/dcerpc/efs/template.h
+   M /trunk/epan/dissectors/dcerpc/idl2eth.c
+   M /trunk/epan/dissectors/make-reg-dotc
+   M /trunk/epan/dissectors/make-reg-dotc.py
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-app-pkix-cert.c
+   M /trunk/epan/dissectors/packet-armagetronad.c
+   M /trunk/epan/dissectors/packet-bacapp.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-crmf.c
+   M /trunk/epan/dissectors/packet-crmf.h
+   M /trunk/epan/dissectors/packet-csm-encaps.c
+   M /trunk/epan/dissectors/packet-dcerpc-budb.h
+   M /trunk/epan/dissectors/packet-dcerpc-butc.h
+   M /trunk/epan/dissectors/packet-dcerpc-dssetup.h
+   M /trunk/epan/dissectors/packet-dec-dnart.c
+   M /trunk/epan/dissectors/packet-dua.c
+   M /trunk/epan/dissectors/packet-ess.c
+   M /trunk/epan/dissectors/packet-ess.h
+   M /trunk/epan/dissectors/packet-fr.h
+   M /trunk/epan/dissectors/packet-h248.h
+   M /trunk/epan/dissectors/packet-h248_package_bcp.c
+   M /trunk/epan/dissectors/packet-h248_package_bcp.h
+   M /trunk/epan/dissectors/packet-ifcp.c
+   M /trunk/epan/dissectors/packet-kerberos4.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-mpls.h
+   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/epan/dissectors/packet-netsync.c
+   M /trunk/epan/dissectors/packet-nettl.c
+   M /trunk/epan/dissectors/packet-ns_cert_exts.c
+   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-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-synergy.c
+   M /trunk/epan/dissectors/packet-wlancertextn.c
+   M /trunk/epan/dissectors/packet-wlancertextn.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/doxygen.cfg.in
+   M /trunk/epan/enterprise-numbers
+   M /trunk/epan/exceptions.h
+   M /trunk/epan/inet_aton.c
+   M /trunk/epan/sigcomp_state_hdlr.c
+   M /trunk/epan/sigcomp_state_hdlr.h
+   M /trunk/epan/xmlstub.h
+   M /trunk/gtk/STATUS.gtk2
+   M /trunk/gtk/conversations_sctp.c
+   M /trunk/gtk/doxygen.cfg.in
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/plugins/acn/AUTHORS
+   M /trunk/plugins/acn/COPYING
+   M /trunk/plugins/acn/INSTALL
+   M /trunk/plugins/acn/NEWS
+   M /trunk/plugins/acn/acn.h
+   M /trunk/plugins/acn/moduleinfo.h
+   M /trunk/plugins/artnet/AUTHORS
+   M /trunk/plugins/artnet/COPYING
+   M /trunk/plugins/artnet/INSTALL
+   M /trunk/plugins/artnet/NEWS
+   M /trunk/plugins/artnet/moduleinfo.h
+   M /trunk/plugins/asn1/AUTHORS
+   M /trunk/plugins/asn1/COPYING
+   M /trunk/plugins/asn1/ChangeLog
+   M /trunk/plugins/asn1/INSTALL
+   M /trunk/plugins/asn1/NEWS
+   M /trunk/plugins/asn1/moduleinfo.h
+   M /trunk/plugins/ciscosm/AUTHORS
+   M /trunk/plugins/ciscosm/COPYING
+   M /trunk/plugins/ciscosm/ChangeLog
+   M /trunk/plugins/ciscosm/INSTALL
+   M /trunk/plugins/ciscosm/NEWS
+   M /trunk/plugins/ciscosm/moduleinfo.h
+   M /trunk/plugins/docsis/AUTHORS
+   M /trunk/plugins/docsis/ChangeLog
+   M /trunk/plugins/docsis/INSTALL
+   M /trunk/plugins/docsis/NEWS
+   M /trunk/plugins/docsis/README
+   M /trunk/plugins/docsis/moduleinfo.h
+   M /trunk/plugins/enttec/AUTHORS
+   M /trunk/plugins/enttec/COPYING
+   M /trunk/plugins/enttec/INSTALL
+   M /trunk/plugins/enttec/NEWS
+   M /trunk/plugins/enttec/moduleinfo.h
+   M /trunk/plugins/giop/AUTHORS
+   M /trunk/plugins/giop/COPYING
+   M /trunk/plugins/giop/ChangeLog
+   M /trunk/plugins/giop/INSTALL
+   M /trunk/plugins/giop/NEWS
+   M /trunk/plugins/giop/README
+   M /trunk/plugins/giop/moduleinfo.h
+   M /trunk/plugins/giop/packet-coseventcomm.c
+   M /trunk/plugins/giop/packet-cosnaming.c
+   M /trunk/plugins/gryphon/AUTHORS
+   M /trunk/plugins/gryphon/COPYING
+   M /trunk/plugins/gryphon/ChangeLog
+   M /trunk/plugins/gryphon/INSTALL
+   M /trunk/plugins/gryphon/NEWS
+   M /trunk/plugins/gryphon/README
+   M /trunk/plugins/gryphon/moduleinfo.h
+   M /trunk/plugins/gryphon/stamp-h.in
+   M /trunk/plugins/irda/moduleinfo.h
+   M /trunk/plugins/irda/packet-sir.c
+   M /trunk/plugins/lwres/AUTHORS
+   M /trunk/plugins/lwres/moduleinfo.h
+   M /trunk/plugins/mate/AUTHORS
+   M /trunk/plugins/mate/COPYING
+   M /trunk/plugins/mate/INSTALL
+   M /trunk/plugins/mate/NEWS
+   M /trunk/plugins/mate/mate_grammar.lemon
+   M /trunk/plugins/mate/mate_parser.l
+   M /trunk/plugins/mate/moduleinfo.h
+   M /trunk/plugins/megaco/AUTHORS
+   M /trunk/plugins/megaco/COPYING
+   M /trunk/plugins/megaco/ChangeLog
+   M /trunk/plugins/megaco/INSTALL
+   M /trunk/plugins/megaco/NEWS
+   M /trunk/plugins/megaco/moduleinfo.h
+   M /trunk/plugins/mgcp/AUTHORS
+   M /trunk/plugins/mgcp/COPYING
+   M /trunk/plugins/mgcp/ChangeLog
+   M /trunk/plugins/mgcp/INSTALL
+   M /trunk/plugins/mgcp/NEWS
+   M /trunk/plugins/mgcp/moduleinfo.h
+   M /trunk/plugins/pcli/AUTHORS
+   M /trunk/plugins/pcli/COPYING
+   M /trunk/plugins/pcli/ChangeLog
+   M /trunk/plugins/pcli/INSTALL
+   M /trunk/plugins/pcli/NEWS
+   M /trunk/plugins/pcli/moduleinfo.h
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/profinet/packet-pn-dcp.c
+   M /trunk/plugins/rdm/AUTHORS
+   M /trunk/plugins/rdm/COPYING
+   M /trunk/plugins/rdm/moduleinfo.h
+   M /trunk/plugins/rlm/AUTHORS
+   M /trunk/plugins/rlm/COPYING
+   M /trunk/plugins/rlm/ChangeLog
+   M /trunk/plugins/rlm/INSTALL
+   M /trunk/plugins/rlm/NEWS
+   M /trunk/plugins/rlm/moduleinfo.h
+   M /trunk/plugins/rtnet/AUTHORS
+   M /trunk/plugins/rtnet/COPYING
+   M /trunk/plugins/rtnet/moduleinfo.h
+   M /trunk/plugins/rudp/AUTHORS
+   M /trunk/plugins/rudp/COPYING
+   M /trunk/plugins/rudp/ChangeLog
+   M /trunk/plugins/rudp/INSTALL
+   M /trunk/plugins/rudp/NEWS
+   M /trunk/plugins/rudp/moduleinfo.h
+   M /trunk/plugins/v5ua/AUTHORS
+   M /trunk/plugins/v5ua/COPYING
+   M /trunk/plugins/v5ua/ChangeLog
+   M /trunk/plugins/v5ua/moduleinfo.h
+   M /trunk/plugins/v5ua/packet-v5ua.c
+   M /trunk/plugins/xml/AUTHORS
+   M /trunk/plugins/xml/COPYING
+
+
+Some warning fixes for "no previous declaration"
+Remove svn:executable
+Add svn:eol-style native
+Add svn:keywords Id
+
+
+------------------------------------------------------------------------
+r15178 | jmayer | 2005-08-02 00:21:19 -0500 (Tue, 02 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/asn1/acse/Makefile
+   M /trunk/asn1/acse/Makefile.nmake
+   M /trunk/asn1/acse/acse-exp.cnf
+   M /trunk/asn1/acse/acse.asn
+   M /trunk/asn1/acse/acse.cnf
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/acse/packet-acse-template.h
+   M /trunk/asn1/camel/Makefile
+   M /trunk/asn1/camel/Makefile.nmake
+   M /trunk/asn1/camel/camel.asn
+   M /trunk/asn1/cmip/CMIP.asn
+   M /trunk/asn1/cmip/cmip.cnf
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/asn1/cmip/packet-cmip-template.h
+   M /trunk/asn1/cms/cms-exp.cnf
+   M /trunk/asn1/ess/ExtendedSecurityServices.asn
+   M /trunk/asn1/ess/ess.cnf
+   M /trunk/asn1/ess/packet-ess-template.c
+   M /trunk/asn1/ess/packet-ess-template.h
+   M /trunk/asn1/ftam/ISO8571-FTAM.asn
+   M /trunk/asn1/ftam/Makefile
+   M /trunk/asn1/ftam/Makefile.nmake
+   M /trunk/asn1/ftam/ftam.cnf
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/ftam/packet-ftam-template.h
+   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+   M /trunk/asn1/h225/h225-exp.cnf
+   M /trunk/asn1/h225/h225.asn
+   M /trunk/asn1/h235/h235-exp.cnf
+   M /trunk/asn1/h245/h245-exp.cnf
+   M /trunk/asn1/h245/h245.asn
+   M /trunk/asn1/h450/h4501.asn
+   M /trunk/asn1/inap/inap.asn
+   M /trunk/asn1/logotype-cert-extn/LogotypeCertExtn.asn
+   M /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf
+   M /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.c
+   M /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.h
+   M /trunk/asn1/ocsp/OCSP.asn
+   M /trunk/asn1/ocsp/ocsp.cnf
+   M /trunk/asn1/ocsp/packet-ocsp-template.c
+   M /trunk/asn1/ocsp/packet-ocsp-template.h
+   M /trunk/asn1/pkixcmp/CMP.asn
+   M /trunk/asn1/pkixcmp/cmp-exp.cnf
+   M /trunk/asn1/pkixcmp/cmp.cnf
+   M /trunk/asn1/pkixcmp/packet-cmp-template.c
+   M /trunk/asn1/pkixcmp/packet-cmp-template.h
+   M /trunk/asn1/pkixcrmf/CRMF.asn
+   M /trunk/asn1/pkixcrmf/crmf-exp.cnf
+   M /trunk/asn1/pkixcrmf/crmf.cnf
+   M /trunk/asn1/pkixcrmf/packet-crmf-template.c
+   M /trunk/asn1/pkixcrmf/packet-crmf-template.h
+   M /trunk/asn1/pkixproxy/PKIXProxy.asn
+   M /trunk/asn1/pkixproxy/packet-pkixproxy-template.c
+   M /trunk/asn1/pkixproxy/packet-pkixproxy-template.h
+   M /trunk/asn1/pkixproxy/pkixproxy.cnf
+   M /trunk/asn1/pkixqualified/PKIXqualified.asn
+   M /trunk/asn1/pkixqualified/packet-pkixqualified-template.c
+   M /trunk/asn1/pkixqualified/packet-pkixqualified-template.h
+   M /trunk/asn1/pkixqualified/pkixqualified.cnf
+   M /trunk/asn1/pkixtsp/PKIXTSP.asn
+   M /trunk/asn1/pkixtsp/packet-pkixtsp-template.c
+   M /trunk/asn1/pkixtsp/packet-pkixtsp-template.h
+   M /trunk/asn1/pkixtsp/pkixtsp.cnf
+   M /trunk/asn1/smrse/SMRSE.asn
+   M /trunk/asn1/smrse/packet-smrse-template.c
+   M /trunk/asn1/smrse/packet-smrse-template.h
+   M /trunk/asn1/smrse/smrse.cnf
+   M /trunk/asn1/tcap/tcap.asn
+   M /trunk/asn1/wlancertextn/Makefile
+   M /trunk/asn1/wlancertextn/Makefile.nmake
+   M /trunk/asn1/wlancertextn/WLANCERTEXTN.asn
+   M /trunk/asn1/wlancertextn/packet-wlancertextn-template.c
+   M /trunk/asn1/wlancertextn/packet-wlancertextn-template.h
+   M /trunk/asn1/wlancertextn/wlancertextn.cnf
+   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
+
+
+Fix svn properties where needed:
+        Remove svn:executable
+        Add svn:eol-style
+        Add svn:keywords
+
+
+------------------------------------------------------------------------
+r15177 | jmayer | 2005-08-02 00:17:00 -0500 (Tue, 02 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/mms/Makefile
+   M /trunk/asn1/mms/Makefile.nmake
+   M /trunk/asn1/mms/mms-exp.cnf
+   M /trunk/asn1/mms/mms.asn
+   M /trunk/asn1/mms/mms.cnf
+   M /trunk/asn1/mms/packet-mms-template.c
+   M /trunk/asn1/mms/packet-mms-template.h
+
+set svn:eol-style and svn:keywords
+------------------------------------------------------------------------
+r15176 | jmayer | 2005-08-02 00:12:23 -0500 (Tue, 02 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.asn
+   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
+   M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
+   M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.h
+
+It's svn:eol-style, not eol-style
+------------------------------------------------------------------------
+r15175 | jmayer | 2005-08-02 00:09:41 -0500 (Tue, 02 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.asn
+   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
+   M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
+   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+
+Fix "no previous declaration" warnings
+Remove trailing ^M (cr) from some files
+
+------------------------------------------------------------------------
+r15174 | jmayer | 2005-08-01 23:57:58 -0500 (Mon, 01 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/epan/dissectors/packet-h245.c
+
+Fix more "no previous declaration" warnings
+------------------------------------------------------------------------
+r15173 | jmayer | 2005-08-01 23:47:15 -0500 (Mon, 01 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/gtk/cfilter_combo_utils.c
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/decode_as_dlg.c
+   M /trunk/gtk/file_dlg.c
+   M /trunk/gtk/fileset_dlg.c
+   M /trunk/gtk/font_utils.c
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/help_dlg.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main.h
+   M /trunk/gtk/packet_history.c
+   M /trunk/gtk/packet_list.c
+
+Fix more "no previous declaration" warnings
+------------------------------------------------------------------------
+r15172 | jmayer | 2005-08-01 23:35:40 -0500 (Mon, 01 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/tools/lemon/lemon.c
+
+Fix more "no previous declaration" warnings
+------------------------------------------------------------------------
+r15171 | jmayer | 2005-08-01 23:34:35 -0500 (Mon, 01 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/base64.c
+   M /trunk/epan/conversation.c
+   M /trunk/epan/packet.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/radius_dict.l
+   M /trunk/epan/sha1.c
+
+Fix more "no previous declaration" warnings
+------------------------------------------------------------------------
+r15170 | jmayer | 2005-08-01 23:32:33 -0500 (Mon, 01 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/pkcs1/packet-pkcs1-template.c
+   M /trunk/asn1/x509if/packet-x509if-template.c
+
+Fix more "no previous declaration" warnings - the forgotten files
+------------------------------------------------------------------------
+r15169 | jmayer | 2005-08-01 23:31:42 -0500 (Mon, 01 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-aim-messaging.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/dissectors/packet-ipmi.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-nlsp.c
+   M /trunk/epan/dissectors/packet-pcnfsd.c
+   M /trunk/epan/dissectors/packet-pflog.c
+   M /trunk/epan/dissectors/packet-pgm.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-pkcs1.c
+   M /trunk/epan/dissectors/packet-q933.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-wbxml.c
+   M /trunk/epan/dissectors/packet-x509if.c
+
+Fix more "no previous declaration" warnings
+------------------------------------------------------------------------
+r15168 | jmayer | 2005-08-01 23:23:39 -0500 (Mon, 01 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/wiretap/5views.c
+   M /trunk/wiretap/i4btrace.c
+   M /trunk/wiretap/k12.c
+
+Include the .h files into the .c files. That way we
+a) get rid of warnings of type "no previous declaration" and
+b) make sure that declaration and implementation are in sync.
+
+------------------------------------------------------------------------
+r15167 | gerald | 2005-08-01 16:09:34 -0500 (Mon, 01 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.am
+   M /trunk/plugins/mate/Makefile.am
+
+Make sure "lemon" exists before we try to use it.  This can happen if we
+run "make dist" before running "make".
+
+------------------------------------------------------------------------
+r15166 | gerald | 2005-08-01 14:51:06 -0500 (Mon, 01 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+The .spec file now refers to "ethereal.desktop".  Link to it when we
+create our RPMs.
+
+------------------------------------------------------------------------
+r15165 | gerald | 2005-08-01 13:04:37 -0500 (Mon, 01 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/packaging/rpm/SPECS/ethereal.spec.in
+
+Update RPM builds.
+
+------------------------------------------------------------------------
+r15164 | gerald | 2005-08-01 08:53:50 -0500 (Mon, 01 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add notes about the LPD and ISAKMP bugs.
+
+------------------------------------------------------------------------
+r15163 | gerald | 2005-08-01 08:52:22 -0500 (Mon, 01 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+Break out of a loop before we exhaust system memory.
+
+------------------------------------------------------------------------
+r15162 | kukosa | 2005-08-01 03:46:09 -0500 (Mon, 01 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/ftam/ftam.cnf
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h245/h245.cnf
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h450.c
+
+- update ftam.cnf for new asn2eth compiler
+- usage of #.FN_PARS in h225 and h245 dissectors
+- PER dissectors regenerated
+------------------------------------------------------------------------
+r15161 | kukosa | 2005-08-01 03:40:13 -0500 (Mon, 01 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/tools/asn2eth.py
+
+- fix name handling of imported types
+- #.FN_PARS implemented for TypeRef, SET, SEQUENCE, CHOICE
+------------------------------------------------------------------------
+r15160 | etxrab | 2005-07-31 15:42:48 -0500 (Sun, 31 Jul 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtsp.c
+
+From Martin Mathieson
+- Makes more of the header fields filterable
+- Rationalises a bit the way header lines are parsed
+
+------------------------------------------------------------------------
+r15159 | etxrab | 2005-07-31 15:36:59 -0500 (Sun, 31 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ms-mms.c
+
+From Martin Mathieson:
+This update:
+- adds more command parameter details
+- doesn't clutter the tree with unknown fields
+
+------------------------------------------------------------------------
+r15158 | jmayer | 2005-07-30 11:34:38 -0500 (Sat, 30 Jul 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-icq.c
+   M /trunk/epan/dissectors/packet-ipp.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-isis-clv.h
+   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/epan/dissectors/packet-isis.c
+   M /trunk/epan/dissectors/packet-isis.h
+   M /trunk/epan/dissectors/packet-kink.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-manolito.c
+   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/epan/dissectors/packet-msproxy.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-multipart.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-ncp-int.h
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/epan/dissectors/packet-netbios.c
+   M /trunk/epan/dissectors/packet-netbios.h
+
+
+More char -> const char fixes
+Declare some functions static
+
+------------------------------------------------------------------------
+r15157 | jmayer | 2005-07-30 11:28:00 -0500 (Sat, 30 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-igmp.c
+   M /trunk/epan/dissectors/packet-igmp.h
+
+
+Include .h into .c to make sure declarations match.
+Fix a copy/paste in the .h surrounding ifndef.
+One char -> const char fix.
+
+------------------------------------------------------------------------
+r15156 | jmayer | 2005-07-30 11:15:23 -0500 (Sat, 30 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/proto.h
+
+Stefan Rompf:
+        Fix warnings of type:
+proto.c:2219: warning: ISO C forbids conditional expr with only one void side
+
+
+------------------------------------------------------------------------
+r15155 | jmayer | 2005-07-30 02:13:27 -0500 (Sat, 30 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-nfs.h
+   M /trunk/epan/dissectors/packet-nfsacl.c
+
+More char -> const char warning fixes
+------------------------------------------------------------------------
+r15154 | jmayer | 2005-07-30 02:08:04 -0500 (Sat, 30 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+   A /trunk/epan/dissectors/packet-dcom-cba-acco.h
+
+
+Create packet-dcom-cba-acco.h
+
+------------------------------------------------------------------------
+r15153 | guy | 2005-07-29 21:44:20 -0500 (Fri, 29 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+
+Make dissect_CBA_Connection_Data again available for plugins (although
+it should be declared in a header file, so that the plugins can #include
+the header file rather than using a possibly-out-of-date private
+declaration, and so that it's clearer that it shouldn't be static).
+
+------------------------------------------------------------------------
+r15152 | jmayer | 2005-07-29 21:30:05 -0500 (Fri, 29 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/epan/prefs.c
+
+Fix 'isn't prototype' warning
+------------------------------------------------------------------------
+r15151 | guy | 2005-07-29 21:22:22 -0500 (Fri, 29 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+
+Clean up some more const issues.
+
+------------------------------------------------------------------------
+r15150 | guy | 2005-07-29 21:20:59 -0500 (Fri, 29 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Get rid of another unused variable.
+
+------------------------------------------------------------------------
+r15149 | guy | 2005-07-29 21:09:59 -0500 (Fri, 29 Jul 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+
+Widen a variable, as a guint16 value is assigned to it; the upper 8 bits
+might be irrelevant in this case, but we might as well not throw them
+out.
+
+Clean up some code that sets "cdata->flags".
+
+------------------------------------------------------------------------
+r15148 | guy | 2005-07-29 21:07:36 -0500 (Fri, 29 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Get rid of some unused variables.
+
+------------------------------------------------------------------------
+r15147 | guy | 2005-07-29 21:06:13 -0500 (Fri, 29 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lpd.c
+
+Declare the value_string tables as arrays of value_strings, not of
+pointers to same, and make them "const" while we're at it.
+
+------------------------------------------------------------------------
+r15146 | jmayer | 2005-07-29 20:01:02 -0500 (Fri, 29 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-dis-fields.c
+   M /trunk/epan/dissectors/packet-dis.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-enc.c
+   M /trunk/epan/dissectors/packet-esis.c
+   M /trunk/epan/dissectors/packet-etheric.c
+   M /trunk/epan/dissectors/packet-fddi.c
+   M /trunk/epan/dissectors/packet-gnutella.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gsm_sms.c
+   M /trunk/epan/dissectors/packet-gsm_ss.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
+   M /trunk/epan/dissectors/packet-radius.h
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtcp.h
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-rtp.h
+
+Make some funtions static. More char -> const char warning fixes
+------------------------------------------------------------------------
+r15145 | jmayer | 2005-07-29 19:59:08 -0500 (Fri, 29 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Remove packet-fcse.h
+------------------------------------------------------------------------
+r15144 | jmayer | 2005-07-29 19:55:30 -0500 (Fri, 29 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcsp.c
+   D /trunk/epan/dissectors/packet-fcsp.h
+
+
+Declare many functions static, move the #defines from packet-fcse.h to
+packet-fcse.c and remove packet-fcse.h
+
+
+------------------------------------------------------------------------
+r15143 | gerald | 2005-07-29 16:55:45 -0500 (Fri, 29 Jul 2005) | 13 lines
+Changed paths:
+   M /trunk/config.h.win32
+   M /trunk/configure.in
+   M /trunk/epan/dissectors/packet-lpd.c
+   M /trunk/epan/prefs.c
+
+Pick up some fixes and enhancements from
+http://cvs.fedora.redhat.com/viewcvs/rpms/ethereal/FC-4/:
+
+In the LPD dissector, make lpd_client_code a value_string so that we
+don't segfault.  Do the same for lpd_server_code, although it's not
+strictly necessary.
+
+Check to see if htmlview is installed, and use it as our HTML viewer.
+
+The Fedora RPM has other patches, but I'm not sure if they should
+be applied.
+
+
+------------------------------------------------------------------------
+r15142 | sahlberg | 2005-07-29 05:00:37 -0500 (Fri, 29 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sdp.c
+
+some more ememification of tvb_get_string()
+
+
+------------------------------------------------------------------------
+r15141 | guy | 2005-07-29 02:35:43 -0500 (Fri, 29 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
+
+Suggest that perhaps displaying chunks in the chunked encoding with the
+data dissector might be overkill, as it causes each of those chunks to
+be dumped in hex in Tethereal output - along with whatever's done with
+the data reassembled from those chunks.
+
+------------------------------------------------------------------------
+r15140 | guy | 2005-07-29 02:28:07 -0500 (Fri, 29 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+
+Use "PROTO_ITEM_SET_GENERATED()" to mark generated items as such; it
+takes care of the square brackets, etc..
+
+------------------------------------------------------------------------
+r15139 | guy | 2005-07-29 02:14:32 -0500 (Fri, 29 Jul 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/reassemble.c
+
+If we do reassembly and hand the packet to the dissector, and the
+dissector says "sorry, I need even more data in this packet", don't flag
+that packet as being reassembled in that frame.  Indicate that we should
+perhaps do all the "partial reassembly" stuff in
+"fragment_set_partial_assembly()", which would obviate the need for the
+hack in the TCP dissector.
+
+Clean up indentation.
 
-       * packet-tds.c:
+------------------------------------------------------------------------
+r15138 | guy | 2005-07-28 22:49:23 -0500 (Thu, 28 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rpc.h
+   M /trunk/tap-rpcstat.c
 
-         From Yaniv Kaul:
+Constify some variables, functions, and structure members to squelch
+compiler warnings.
 
-                 add parsing of message token (Unicode and regular);
+------------------------------------------------------------------------
+r15137 | guy | 2005-07-28 22:48:03 -0500 (Thu, 28 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
 
-                 add parsing of error token (Unicode only - do not have a
-         non Unicode
-                 sample. Anyone?);
+Constify some variables and arguments to squelch compiler warnings.
 
-                 add parsing of done token (only minimal actually);
+------------------------------------------------------------------------
+r15136 | guy | 2005-07-28 22:47:12 -0500 (Thu, 28 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-jxta.c
 
-                 add parsing of Collation Information structure in
-         Environment
-                 Change token.
+Include <epan/emem.h> to declare ep_alloc().
 
-2004-01-05 01:18  guy
+------------------------------------------------------------------------
+r15135 | guy | 2005-07-28 22:27:59 -0500 (Thu, 28 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
 
-       * packet-tds.c:
+Cast away some (otherwise unremovable, and harmless, in this case)
+warnings.
 
-         Handle non-Unicode error tokens.
+------------------------------------------------------------------------
+r15134 | gerald | 2005-07-28 09:29:19 -0500 (Thu, 28 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/Makefile
+   A /trunk/docbook/release-notes.xml
 
-         Error tokens (at least in one capture) appear to have a server
-         name in them; handle that as well.  (They also appear to have 3
-         more bytes of stuff in them.)
+Add release notes.  The content still needs to be filled in.
 
-2004-01-05 03:51  guy
+------------------------------------------------------------------------
+r15133 | sahlberg | 2005-07-28 05:05:37 -0500 (Thu, 28 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sipfrag.c
+   M /trunk/epan/dissectors/packet-wsp.c
 
-       * packet-rtsp.c:
+more emeification of tvb_get_string()
 
-         For RTSP requests, we assume that, if there's no Content-Length
-         header, the request has no body.
 
-         When displaying the body, use the reported length remaining, not
-         the captured length remaining, as the length.
+------------------------------------------------------------------------
+r15132 | sahlberg | 2005-07-28 04:56:19 -0500 (Thu, 28 Jul 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/epan/dissectors/packet-multipart.c
 
-2004-01-05 15:02  ulfl
+ememify some more calls to tvb_get_string()
 
-       * epan/plugins.c, plugins/plugin_api.h:
 
-         Bugfix from Lars Roland: included missing xdlc.h
+this fixes an obvious memleak in ms-mms
 
-2004-01-05 15:05  ulfl
 
-       * config.nmake:
+------------------------------------------------------------------------
+r15131 | sahlberg | 2005-07-28 04:47:28 -0500 (Thu, 28 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-dhcpv6.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-image-gif.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-telnet.c
+
+some more memification of tvb_get_string()    no obvious memleaks fixed this time :-(
 
-         From Lars Roland: corrected PATH settings
 
-2004-01-05 15:27  ulfl
+------------------------------------------------------------------------
+r15130 | sahlberg | 2005-07-28 04:35:27 -0500 (Thu, 28 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-vnc.c
 
-       * packaging/nsis/ethereal.nsi:
+ememify some more tvb_get_string() calls
 
-         using the file "COPYING" instead of "GPL.txt"
+one memleak in vnc related to tvb_get_string() closed.
 
-2004-01-05 17:26  guy
 
-       * AUTHORS, packet-bpdu.c:
+------------------------------------------------------------------------
+r15129 | sahlberg | 2005-07-28 04:20:56 -0500 (Thu, 28 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tds.c
 
-         From Alex Rozin: fix handling of MST messages.
+ememify the tvb_get_string() and tvb_fake_unicode() calls in tds
 
-         Fix his e-mail address.
 
-2004-01-05 17:29  ulfl
+------------------------------------------------------------------------
+r15128 | sahlberg | 2005-07-28 03:55:11 -0500 (Thu, 28 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
 
-       * packaging/nsis/GPL.txt:
+add an ep version of tvb_fake_unicode()
 
-         using the file "COPYING" instead of "GPL.txt"
 
-2004-01-05 17:33  ulfl
+------------------------------------------------------------------------
+r15127 | sahlberg | 2005-07-28 03:18:18 -0500 (Thu, 28 Jul 2005) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-kerberos.c
 
-       * wiretap/: erf.c, lanalyzer.c, libpcap.c, network_instruments.c,
-         netxray.c, snoop.c, toshiba.c, wtap-int.h:
+packet_ber has for some time been doing sanity checking of the BER Length fields
+that they are not longer than the reported length of the tvb.
 
-          removed some MSVC warnings (level 3)
+this triggers some bugs since in packet-ber we are a bit too lax in setting reported_length of the tvb_new_subset() tvb.
 
-2004-01-05 17:35  guy
+this cause short kerberos packets to not be decoded at all and the same for other short asn based packets as well.
 
-       * doc/ethereal.pod:
 
-         From Alex Rozin: fix handling of MST messages.
+fix some of these instances.
 
-         Fix his e-mail address.
 
-2004-01-05 18:10  ulfl
+------------------------------------------------------------------------
+r15126 | jmayer | 2005-07-28 02:53:38 -0500 (Thu, 28 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+   M /trunk/epan/dissectors/packet-beep.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-ber.h
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-cups.c
+   M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/dissectors/packet-llc.h
+   M /trunk/epan/dissectors/packet-rpc.h
 
-       * epan/resolv.c, gtk/capture_info_dlg.c, gtk/io_stat.c,
-         gtk/progress_dlg.c, gtk/tcp_graph.c:
+char -> const char warning fixes
+------------------------------------------------------------------------
+r15125 | jmayer | 2005-07-28 02:51:52 -0500 (Thu, 28 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_stat_dlg.c
 
-         removed some MSVC warnings (level 3)
+Warning fixes
+------------------------------------------------------------------------
+r15124 | jmayer | 2005-07-28 02:50:31 -0500 (Thu, 28 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
 
-2004-01-05 19:27  ulfl
+Updated Ankur Aggarwal's entry
+------------------------------------------------------------------------
+r15123 | jmayer | 2005-07-28 02:49:55 -0500 (Thu, 28 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/oui.h
+   M /trunk/wka.tmpl
 
-       * plugins/: gryphon/packet-gryphon.c, giop/packet-coseventcomm.c,
-         giop/packet-cosnaming.c, docsis/packet-rngrsp.c,
-         artnet/packet-artnet.c:
+Add Extreme stuff
+------------------------------------------------------------------------
+r15122 | guy | 2005-07-27 13:38:35 -0500 (Wed, 27 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
 
-         removed some MSVC warnings (level 3)
+Squelch another qualifier warning.
 
-2004-01-05 19:31  ulfl
+------------------------------------------------------------------------
+r15121 | jmayer | 2005-07-27 13:15:07 -0500 (Wed, 27 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/radius_dict.l
 
-       * capture-wpcap.c, capture.c, packet-atalk.c, packet-bgp.c,
-         packet-cops.c, packet-dns.c, packet-gtp.c, packet-nbns.c,
-         packet-ospf.c, packet-smb-common.c, packet-vines.c, prefs.c,
-         tethereal.c, text2pcap.c:
 
-         removed some MSVC warnings (level 3)
+As Guy mentioned: last patch replaced one occurrence too many,
+thus the dictionary keyword encrypt was changed from encrypt
+to encrypted too. Undo this.
 
-2004-01-05 21:04  ulfl
+------------------------------------------------------------------------
+r15120 | jmayer | 2005-07-27 12:52:51 -0500 (Wed, 27 Jul 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/radius_dict.l
 
-       * config.nmake:
 
-         switched to MSVC warning level 3 and default is winpcap version 3
-         now
+The variable encrypt collides with the declaration in <unistd.h> on
+some platforms. Rename encrypt to encrypted.
+
+------------------------------------------------------------------------
+r15119 | gerald | 2005-07-27 11:25:44 -0500 (Wed, 27 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/prefs.c
+
+Move preference initialization to its own routine and make sure it gets run
+when we pass "-G defaultprefs" on the command line.
+
+------------------------------------------------------------------------
+r15118 | jmayer | 2005-07-27 11:05:41 -0500 (Wed, 27 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/epan/proto.h
+
+Revert my previous patch - something else was seriously screwed up
+------------------------------------------------------------------------
+r15117 | jmayer | 2005-07-27 10:08:22 -0500 (Wed, 27 Jul 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/proto.h
+
+
+gcc-4.0 (GCC) 4.0.2 20050720 (prerelease) (SUSE Linux)
+fails when trying to use varargs. Due to a missing include
+config.h we were using varargs with proto.h
+
+
+------------------------------------------------------------------------
+r15116 | jmayer | 2005-07-27 08:10:57 -0500 (Wed, 27 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+The latest patch used the fields
+        hf_qos_buf_ac, hf_qos_buf_load and hf_qos_buf_state
+but failed to add them to the hf_ array. Commented out their
+use for now.
+
+------------------------------------------------------------------------
+r15115 | jmayer | 2005-07-27 03:28:27 -0500 (Wed, 27 Jul 2005) | 4 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Ankur Aggarwal:
+        IEEE 802.11 QoS decoding
+
+
+------------------------------------------------------------------------
+r15114 | jmayer | 2005-07-27 02:57:01 -0500 (Wed, 27 Jul 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-alcap.c
+   M /trunk/epan/dissectors/packet-ansi_637.c
+   M /trunk/epan/dissectors/packet-ansi_683.c
+   M /trunk/epan/dissectors/packet-ansi_801.c
+   M /trunk/epan/dissectors/packet-ansi_a.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-arp.h
 
-2004-01-05 21:47  ulfl
+Fix >2600 warnings by doing char -> const char changes.
 
-       * packaging/nsis/Makefile.nmake:
+Additionally in dissectors/packet-ansi_map.c:
+        Flag unused parameters as such and remove dummy
+        param = param;
+        statements.
 
-         fixed / updated some dependencies
+------------------------------------------------------------------------
+r15113 | lego | 2005-07-26 20:32:31 -0500 (Tue, 26 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/plugins/mgcp/packet-mgcp.c
 
-2004-01-05 22:21  ulfl
+fix another leak of tap data
 
-       * gtk/file_dlg.c, range.c, range.h:
 
-         an enum represents the radio buttons much better, than an "array"
-         of gbooleans
+------------------------------------------------------------------------
+r15112 | guy | 2005-07-26 20:13:28 -0500 (Tue, 26 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/gtk/flow_graph.c
 
-2004-01-06 00:08  guy
+There aren't any clists here, and the clist arrows aren't used.
 
-       * packet-rstat.c:
+------------------------------------------------------------------------
+r15111 | guy | 2005-07-26 20:12:44 -0500 (Tue, 26 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
 
-         Use "rstat4_proc" rather than "rstat3_proc" for rstat version 4.
+Squelch another const warning.
 
-2004-01-06 00:09  guy
+------------------------------------------------------------------------
+r15110 | guy | 2005-07-26 20:02:03 -0500 (Tue, 26 Jul 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afp.c
 
-       * packet-image-jfif.c:
+*Removing* an include is usally not the right way of removing warnings;
+if some function takes, for example, a "char *" as an argument, but
+you're passing it an "unsigned char *", you don't squelch the warning by
+removing the include of the header that declares that function (you then
+get warnings about the function not being declared, at least with some
+compilers), you put in a cast (if the signedness doesn't matter) or
+arrange that you pass a "char *".
 
-         Get rid of an unused value_string table.
+------------------------------------------------------------------------
+r15109 | lego | 2005-07-26 19:45:02 -0500 (Tue, 26 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/emem.c
 
-2004-01-06 02:20  guy
+Remove two warnings
 
-       * packet-atalk.c, packet-dsi.c:
-
-         Note in a comment that "dissect_asp_reply_get_status()" might be
-         dissecting AFP server status - other servers might have different
-         status formats.
-
-         In "dissect_asp_reply_get_status()", put the UTF-8 server name
-         into a tree, with the length and name in the tree as separate
-         items, and fetch the length into a 16-bit variable (as it's a
-         16-bit length in the packet), as is done in
-         "dissect_dsi_reply_get_status()".  (XXX - should that just be
-         done with an FT_UINT_STRING field, as is done for other strings?)
-
-         Use "tvb_get_string()" to fetch the UTF-8 server name, and set
-         the length and name from the values we fetched, in both of those
-         routines.
-
-         For FT_UINT_STRING fields in "dissect_asp_reply_get_status()" and
-         "dissect_dsi_reply_get_status()", don't fetch the length
-         separately - just use the value filled in by
-         "proto_tree_add_item()" (now that a "proto_item" is no longer
-         opaque, we can do that).  That means we don't have a problem with
-         overflows of the 8-bit "len" variable if the length is 255.
-
-2004-01-06 02:29  guy
-
-       * packet-bgp.c:
-
-         "decode_MPLS_stack()" always returns a nonnegative value; make it
-         return "guint", and make the "labnum" variable to which its
-         return value is assigned a "guint".
-
-         "plen" in "decode_prefix_MP()" can have a 16-bit value assigned
-         to it; make it a "guint", not just a "guint8".
-
-2004-01-06 02:38  guy
-
-       * packet-gtp.c:
-
-         In "decode_qos_umts()", "length" can get assigned a 2-byte value,
-         so make it a "guint", not just a "guint8".
-
-2004-01-06 02:42  guy
-
-       * packet-nbns.c:
-
-         The error code in an NBDS error packet is 1 byte, not 2.
-
-2004-01-06 02:47  guy
-
-       * packet-ospf.c:
-
-         Make some variables to which 16-bit values are assigned wide
-         enough to hold those values.
-
-2004-01-06 02:51  guy
-
-       * packet-vines.c:
-
-         Make a variable to which a 16-bit value is assigned big enough to
-         hold such a value.
-
-2004-01-06 02:58  guy
-
-       * text2pcap.c:
-
-         Add some sanity checking for the "-i" argument.
-
-2004-01-06 19:56  guy
-
-       * packet-x11.c:
-
-         Make the forward declarations of routines and their definitions
-         match.
-
-2004-01-06 20:05  guy
-
-       * wiretap/: ascend-grammar.y, ascend-int.h, ascend-scanner.l:
-
-         Packet data is an array of "guint8"s, not an array of "char"s;
-         declare variables appropriately.
-
-         Put in a cast to squelch MSVC++ warnings.
-
-2004-01-06 21:11  guy
-
-       * packet-fw1.c:
-
-         Don't add an interface to the interface list if we already have
-         MAX_INTERFACES interfaces in the list.
-
-         Make "found" a gboolean.
-
-2004-01-06 22:05  guy
-
-       * packet-fw1.c:
-
-         Clear the interface list and free up interface names whenever a
-         new capture is read.
-
-         "interface_anzahl" is always <= MAX_INTERFACES, so we don't need
-         to check array indices against MAX_INTERFACES when iterating over
-         all known interfaces.
-
-2004-01-06 22:38  guy
-
-       * gtk/menu.c:
-
-         Widgets get freed when the reference count goes to zero; we don't
-         need to explicitly destroy menu items when we remove them from
-         the "recent files" list.
-
-         Clean up indentation.
-
-2004-01-06 22:52  jmayer
-
-       * packaging/nsis/Makefile.am:
-
-         GPL.txt -> ../../COPYING
-
-2004-01-07 00:10  ulfl
-
-       * range.c, range.h, gtk/dlg_utils.c, gtk/dlg_utils.h,
-         gtk/file_dlg.c:
-
-         save dialog with "Captured" and "Displayed" buttons in packet
-         range
-
-2004-01-07 01:44  jmayer
-
-       * gtk/: ansi_map_stat.c, isup_stat.c:
-
-         Not that it really matters as the test still alwas evaluates to
-         false: An array with 256 elements should not be accessed with an
-         index >= 256, as we do not count as normal people do.
-
-2004-01-07 04:33  guy
-
-       * plugins/artnet/packet-artnet.c:
-
-         Use "tvb_get_guint8()", not "tvb_get_ntohs()", to fetch 1-byte
-         numbers.
-
-         Use "proto_tree_add_item()" if you don't need the number's value.
-
-2004-01-07 04:50  guy
-
-       * wiretap/lanalyzer.c:
-
-         The year in a LANalyzer capture's trace summary record is a
-         2-byte year number.
-
-2004-01-07 05:13  guy
-
-       * plugins/docsis/packet-rngrsp.c:
-
-         Don't do anything exotic to get signed integral values -
-         Ethereal's dissectors assume a two's-complement machine (we offer
-         our apologies to those trying to run it on sign-magnitude IBM
-         7090/7094's and one's complement Univac/Unisys 11xx machines
-         :-)).
-
-2004-01-07 05:24  gram
-
-       * epan/dfilter/scanner.l:
-
-         Don't assert that quoted_string be NULL; it can be non-NULL if
-         the previous dfilter failed to compile because a closing
-         double-quote was not provided. Handle that case.
-
-2004-01-07 05:24  guy
-
-       * packet-cops.c:
-
-         The type values from Net-SNMP are u_chars; make the formal
-         argument for them u_char.
-
-2004-01-07 07:17  guy
-
-       * README.win32:
-
-         Fix some typoes.
-
-         Give the appropriate locations for libiconv, gettext, and
-         WinPcap.
-
-         Note that the WinPcap package is *not* available from
-         ethereal.com.
-
-         Explain a bit more about how to unpack the zip files for
-         development packages.
-
-2004-01-07 12:10  ulfl
-
-       * README:
-
-         added current windows versions
-
-2004-01-07 12:12  ulfl
-
-       * README.win32:
-
-         minor changes
-
-2004-01-07 19:10  obiot
-
-       * gtk/file_dlg.c:
-
-         Remove extraneous parameters of packet count in case the end-user
-         manually enters a range of packets. Comment this in the code.
-
-2004-01-07 19:49  obiot
-
-       * packet-sip.c:
-
-         Add a preference that controls the way the SIP version is
-         enforced. By default, strict enforcement of SIP/2.0 will be
-         applied.
-
-         Add some comments.
-
-         From Anders Broman:
-
-                 Fix the length of content_type_parameter_str.
-
-                 Fix a typo in a comment.
-
-2004-01-07 19:51  guy
-
-       * README:
-
-         Update the list of OSes and OS versions on which Ethereal is
-         known to work (or inferred to work - some lists were changed to
-         "XXX and later", on the assumption that later releases didn't
-         break anything).
-
-2004-01-07 19:52  obiot
-
-       * packet-wtp.c:
-
-         Get rid of a now unused variable.
-
-2004-01-07 20:14  ulfl
-
-       * gtk/proto_draw.c:
-
-         added some simple_dialogs, if save of raw data fails for some
-         reasons
-
-2004-01-07 21:14  guy
-
-       * packet-bpdu.c:
-
-         From Alex Rozin: cope with what appears to be an ambiguity in the
-         802.1s spec, where different implementations take different
-         interpretations.
-
-2004-01-07 21:29  guy
-
-       * gtk/file_dlg.c:
-
-         Get rid of "gtk_box_pack_start()" call to put the range table
-         into the range frame - we already have a "gtk_container_add()"
-         call that does that.
-
-2004-01-07 22:16  jmayer
-
-       * gtk/proto_draw.c:
-
-         Include string.h to import strerror
-
-2004-01-08 10:40  ulfl
-
-       * gtk/file_dlg.c, range.c, range.h:
-
-         Save As and range: don't use global vars in range.c, as this will
-         be also used for the print dialog later.  Calculate packet count
-         for user specified ranges
-
-2004-01-08 20:05  guy
-
-       * packet-bpdu.c:
-
-         Update the comment about the length issue to reflect mail from
-         somebody on the stds-802-1@ieee.org list.
-
-2004-01-08 20:19  guy
-
-       * AUTHORS, packet-sccp.c, doc/ethereal.pod:
-
-         From Jari Mustajarvi: fix handling of PDUs with 2-byte-long
-         variable and optional pointers.
-
-2004-01-08 20:39  guy
-
-       * gtk/: main.c, toolbar.c:
-
-         If building without libpcap, exclude some stuff that builds only
-         if you're building with libpcap or that's not necessary if you're
-         not building with libpcap.
-
-2004-01-08 22:52  guy
-
-       * configure.in:
-
-         Cope with "net-snmp-config --cflags" emitting flags that the C
-         compiler can use but cpp can't.
-
-2004-01-09 00:34  guy
-
-       * configure.in:
-
-         The extra flags that "net-snmp-config --cflags" might emit might
-         cause problems with compilation, so, if they do, the
-         "net-snmp-config" in question would need to be fixed; back out
-         the previous change.
-
-2004-01-09 00:56  guy
-
-       * packet-h225.c, packet-h245.c, packet-portmap.c, packet-sdp.c:
-
-         "conversation_new()" takes flags NO_ADDR2 and NO_PORT2, not
-         NO_ADDR_B and NO_PORT_B - the corresponding flags have the same
-         values, but they don't have the same semantics (a
-         "find_conversation()" call with a missing address or port B will
-         do a wildcard match on *both* addresses or ports, not just the
-         second one).
-
-2004-01-09 00:57  guy
-
-       * epan/conversation.c:
-
-         Fix a comment.
-
-2004-01-09 01:02  guy
-
-       * epan/circuit.c:
-
-         Fix a typo.
-
-2004-01-09 02:57  obiot
-
-       * file.c, epan/frame_data.h, gtk/main.c:
-
-         Fix the "unmarking a packet matching a color filter does not
-         apply the color filter's colors" bug, by storing the pointer to
-         the matching color_filter_t structure in the frame_data
-         structure.
-
-         Replace "frame" and "frames" by "packet" and "packets" in many
-         places.
-
-2004-01-09 08:36  guy
-
-       * gtk/: Makefile.am, Makefile.nmake, ethclist.c, ethclist.h,
-         gtkclist_v12.c, gtkclist_v12.h, gtkglobals.h, gui_prefs.c,
-         main.c, main.h, menu.c, packet_list.c, packet_list.h:
-
-         Turn the GTK+ 1.2.10 clist code into our own widget; that lets us
-         modify it to add functionality or improve performance, although,
-         until we make it work on GTK+ 1.3[.x] and 2.x, we shouldn't count
-         on the performance improvements, or make its API different from
-         that of the GtkClist API (other than names).
-
-         Move all the code that knows about the packet list into
-         gtk/packet_list.c, so that the GtkClist vs. EthClist stuff is
-         encapsulated inside it.
-
-2004-01-09 14:04  ulfl
-
-       * file.c, range.c, range.h, gtk/file_dlg.c:
-
-         some code cleanup in range.c
-
-2004-01-09 18:10  ulfl
-
-       * file.c, print.h, range.c, range.h, gtk/file_dlg.c,
-         gtk/print_dlg.c:
-
-         use the same packet range things for "Print" dialog, as already
-         implemented in the "Save As" dialog and some other minor changes
-
-2004-01-09 18:49  sharpe
-
-       * print.c:
-
-         There seems to be a missing #include ... there are still errors,
-         though.
-
-2004-01-09 19:02  ulfl
-
-       * tethereal.c:
-
-         use the same packet range things for "Print" dialog, as already
-         implemented in the "Save As" dialog and some other minor changes
-
-2004-01-09 20:19  obiot
-
-       * color.h, gtk/color_dlg.c, gtk/color_filters.c:
-
-         Part 2 of the "unmarking a packet matching a color filter does
-         not apply the color filter's colors" bug: keep a list of removed
-         color filters, so there's no problem if we delete a color filter
-         for which there are one or more packets that have its colors.
-         Only get rid of the lists when they ar no longer needed.
-
-2004-01-09 20:36  guy
-
-       * gtk/packet_list.c:
-
-         Include <string.h> to declare "strcmp()".
-
-2004-01-09 20:39  guy
-
-       * gtk/color_filters.h:
-
-         Export "remove_color_filter()", as it's used in "color_dlg.c".
-
-2004-01-09 21:38  guy
-
-       * cfile.h, file.c, proto_hier_stats.c, tethereal.c:
-
-         We don't need to keep the progress bar quantum or next step in
-         the capture_file structure - just make it local to the routine
-         scanning through the packets.
-
-2004-01-09 21:45  obiot
-
-       * packet-http.c:
-
-         Add support for the message/http media type defined in HTTP.
-
-         TODO: the HTTP dissector does not deal yet with chunked coding.
-
-2004-01-09 21:49  obiot
-
-       * AUTHORS:
-
-         Dissector for message/http media type defined in HTTP.
-
-2004-01-09 22:10  obiot
-
-       * packet-wsp.c:
-
-         Decode HEAD, OPTIONS, TRACE, DELETE as GET.  Decode PUT as POST.
-
-         Note: It looks like the WAP specs are not publicly available
-         anymore.
-
-2004-01-09 22:56  guy
-
-       * file.c:
-
-         Have a common "process_specified_packets()" routine for
-         processing packets in a loop; it handles reading the packet from
-         the capture file, creating and updating the progress bar,
-         handling the stop button, and handling range specifications.
-
-         Use that for printing and saving packets.  (There might be other
-         loops that should use it as well.)
-
-2004-01-09 23:18  guy
-
-       * packet-ses.c, packet-ses.h:
-
-         From Yuriy Sidelnikov:
-
-                 fixed up the problem with short SPDU (dissector didn't
-         recognize
-                 short SPDU);
-
-                 added support for presentation dissector.  Presentation
-         as well
-                 as ASCE dissectors have to know type of session
-         primitives.
-
-2004-01-09 23:24  guy
-
-       * packet-t38.c:
-
-         From Martin Regner:
-
-                 temporary hack added to check for packets that look like
-         RTPv2
-                 packets and to dissect them as such (the right fix is to
-         support
-                 starting and ending frames in conversations and to have
-         H.245
-                 close UDP conversations when appropriate and start new
-         ones);
-
-                 add preferences for the UDP and TCP port numbers;
-
-                 add a preference to specify whether to use
-         pre-corrigendum T.38
-                 or post-corrigendum T.38;
-
-                 give a summary in the Info column.
-
-2004-01-10 02:38  obiot
-
-       * Makefile.am, packet-http.c, packet-text-media.c, Makefile.nmake:
-
-         Add support for a generic line-based text data dissector.
-
-2004-01-10 02:40  obiot
-
-       * AUTHORS:
-
-         Generic line-based text data dissector.
-
-2004-01-10 02:43  guy
-
-       * Makefile.am, alignment.h, packet-msproxy.c, packet-smb-browse.c,
-         packet-smb-common.h, packet-smb.c, packet-socks.c:
-
-         Eliminate "alignment.h" header - the stuff in it is no longer
-         used.
-
-2004-01-10 02:54  obiot
-
-       * packet-text-media.c:
-
-         Get rid of an unused variable.
-
-         NOTE: the HTTP dissecotr does not remove content and transfer
-         coding from the entity yet. This may look a little weird, but it
-         is not unsafe :) Anyway, we now know what to do next ;^p
-
-2004-01-10 04:09  guy
-
-       * Makefile.am, Makefile.nmake:
-
-         Move header files for stuff used by dissectors, and source files
-         containing helper routines, to DISSECTOR_HELPER_SRC.  Include
-         DISSECTOR_HELPER_SRC in ETHEREAL_COMMON_SRC, and include
-         BUILT_SOURCES in ETHEREAL_COMMON_SRC rather than repeating those
-         headers directly.  Do similar things with ETHEREAL_COMMON_OBJECTS
-         and DISSECTOR_COMMON_OBJECTS in Makefile.nmake.
-
-         Add "packet-x11-keysymdef.h" to "noinst_Headers", so it's built
-         as part of the tarball.
-
-2004-01-10 12:43  ulfl
-
-       * gtk/tcp_graph.c:
-
-         removed two MSVC warnings (GTK2 related)
-
-2004-01-10 12:50  jmayer
-
-       * epan/to_str.h:
-
-         to_str.c declares this: gchar* ip6_to_str ..., make to_str.h do
-         the same   (char -> gchar)
-
-2004-01-10 13:15  jmayer
-
-       * epan/frame_data.h:
-
-         Remove a C++ style comment
-
-2004-01-10 13:49  jmayer
-
-       * packet-h245.c:
-
-         Fix the following type of warings: packet-h245.c:13932: warning:
-         invalid storage class for function
-         `dissect_h245_RedundancyEncodingElement' by moving the function
-         declarations outside other functions
-
-2004-01-10 14:10  ulfl
-
-       * gtk/compat_macros.h:
-
-         added various button compatibility macros, to be used in the
-         dialogs and elsewhere
-
-2004-01-10 14:11  ulfl
-
-       * gtk/: capture_dlg.c, color_dlg.c, file_dlg.c, print_dlg.c:
-
-         using button compatibility macros
-
-2004-01-10 14:57  obiot
-
-       * packet-ldp.c:
-
-         Pointed out by Joerg Mayer:
-
-         The LDP dissector uses a pointer-to-func for the translation of
-         addresses to text. Replace the void * and obscure type casts with
-         a storage class definition for such a function, and type cast its
-         argument in the cases where it is not a const guint8 * anymore
-         (e.g., IPv6 address).
-
-         Add a default type-casting function for unhandled cases.
-
-         Fix signedness complaint of the TCP and UDP port preferences for
-         LDP.
-
-2004-01-10 15:33  obiot
-
-       * packet-wsp.c:
-
-         Get rid of 290 warnings (-pedantic). The only warnigs that
-         remain, are braces in expressions, which should be no harm
-         however.
-
-         NOTE: Is there a means of disabling this type of warning in gcc?
-
-2004-01-10 16:27  ulfl
-
-       * gtk/: bootp_stat.c, capture_dlg.c, capture_prefs.c, color_dlg.c,
-         column_prefs.c, compat_macros.h, dcerpc_stat.c, decode_as_dlg.c,
-         dfilter_expr_dlg.c, display_opts.c, fc_stat.c, filter_prefs.c,
-         find_dlg.c, follow_dlg.c, goto_dlg.c, gui_prefs.c, help_dlg.c,
-         http_stat.c, ldap_stat.c, main.c, plugins_dlg.c, prefs_dlg.c,
-         print_dlg.c, proto_dlg.c, proto_hier_stats_dlg.c, rpc_stat.c,
-         simple_dialog.c, smb_stat.c, supported_protos_dlg.c,
-         tap_dfilter_dlg.c, tcp_graph.c, wsp_stat.c:
-
-         using button compatibility macros
-
-2004-01-10 16:34  obiot
-
-       * Makefile.am, configure.in:
-
-         Get rid of rdps in CLEAN target for cygwin (EXEEXT = ".exe").
-
-2004-01-10 16:35  ulfl
-
-       * gtk/proto_draw.c:
-
-         using button compatibility macros
-
-2004-01-10 16:50  obiot
-
-       * configure.in, epan/configure.in, wiretap/configure.in:
-
-         Add -Wbad-function-cast to extra gcc flags.
-
-2004-01-10 16:58  ulfl
-
-       * image/toolbar/stock_save_as_24.xpm:
-
-         add a "Save As" button to the toolbar
-
-2004-01-10 17:10  ulfl
-
-       * gtk/toolbar.c:
-
-         add a "Save As" button to the toolbar, changed some tooltips
-
-2004-01-10 17:28  ulfl
-
-       * gtk/file_dlg.c, file.c, ui_util.h:
-
-         close the Save (As) dialog, when the capture file is closed
-
-2004-01-10 17:31  obiot
-
-       * epan/: resolv.c, resolv.h:
-
-         Replace guchar * with gchar * and get rid of many signedness
-         warnings.
-
-2004-01-11 10:02  jmayer
-
-       * gtk/: ansi_map_stat.c, isup_stat.c:
-
-         #if 0 out test that causes an always false warning
-
-2004-01-11 22:17  guy
-
-       * Makefile.am, Makefile.nmake, tethereal.c, util.c, util.h,
-         version_info.c, version_info.h, gtk/main.c:
-
-         Rename DISSECTOR_HELPER_{SRC,OBJECTS} to
-         DISSECTOR_SUPPORT_{SRC,OBJECTS}.
-
-         Add some additional files, required by dissectors, to those
-         lists.
-
-         Extract the stuff to get version information strings for
-         libraries and the OS, which is *not* needed by dissectors, from
-         "util.c", which contains routines that *are* needed by
-         dissectors, and put it into a separate file.
-
-         Make "dftest" link only with the dissector support stuff, not
-         with all of the Ethereal common files.
-
-2004-01-12 08:55  guy
-
-       * Makefile.nmake:
-
-         Fix a source file name that got added to the list of object
-         files.
-
-2004-01-13 01:52  guy
-
-       * packet-ses.c:
-
-         From Yuriy Sidelnikov: remove an incorrect "&".
-
-2004-01-13 01:55  guy
-
-       * packet-ses.c:
-
-         From Yuriy Sidelnikov: fix a bug caused by incorrect by-hand
-         application of an earlier one of his patches.
-
-2004-01-13 02:10  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-pres.c,
-         packet-pres.h:
-
-         From Yuriy Sidelnikov: ISO 8823 Presentation Protocol support.
-
-2004-01-13 02:36  guy
-
-       * plugins/asn1/packet-asn1.c:
-
-         From Matthijs Melchior: allow an absent or empty file name to
-         mean "no type table".
-
-2004-01-13 03:27  guy
-
-       * AUTHORS, packet-radius.c, doc/ethereal.pod:
-
-         From Joost Yervante Damad:
-
-                 add 3 new vendors;
-
-                 add 3 non-encapsulated Merit vendor-specific attributes;
-
-                 display the authenticator in the protocol tree.
-
-2004-01-13 03:35  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: dissect media type application/ISUP as ISUP.
-
-2004-01-13 07:55  guy
-
-       * packet-text-media.c:
-
-         Get rid of CRs.
-
-         Note that we have to deal with the character set of the text.
-
-2004-01-13 08:25  guy
-
-       * gtk/tcp_graph.c:
-
-         Make the variable into which values from
-         "gtk_spin_button_get_value_as_float()" be doubles rather than
-         floats - GTK+ 2.x's "gtk_spin_button_get_value_as_float()"
-         actually returns doubles.
-
-2004-01-13 20:59  obiot
-
-       * packet-wap.c:
-
-         Fix the MIBenum mapping for HZ-GB-2312 (MIBenum = 2085).  Add "*"
-         value (MIBenum = 0).  Add the IANA character set registry URL in
-         a comment.
-
-2004-01-13 21:04  guy
-
-       * gtk/io_stat.c:
-
-         Add a routine "io_stat_reset()" to reset an io_stat_t; have
-         "gtk_iostat_reset()" call it, and have calls to
-         "gtk_iostat_reset(&io->graphs[0])" just call "io_stat_reset(io)".
-
-         Add a routine "io_stat_draw()" to draw an io_stat_t; have
-         "gtk_iostat_draw()" call it, and have calls to
-         "gtk_iostat_draw(&io->graphs[0])" just call "io_stat_draw(io)".
-
-         Add a routine "io_stat_redraw()" to set the "needs_redraw" flag
-         on an io_stat_t and call "io_stat_draw()" on it, in order to
-         force a redraw.  Use that in place of set flag/io_stat_draw
-         pairs.
-
-         Add a routine "enable_graph()" to set an io_stat_graph_t's
-         display flag to TRUE and register a tap listener for it, and add
-         a routine "disable_graph()" to, if an io_stat_graph_t's display
-         flag is set, clear it, remove its tap listener, and turn its
-         display button off.  Use "disable_graph()" to disable graphs,
-         rather than just turning the display flag off, so that we ensure
-         that the invariant "tap listener present iff graph enabled" is
-         preserved - the code to destroy an io-stat window only removes
-         tap listeners for enabled graphs, so it depends on that invariant
-         being preserved.
-
-         Check the validity of a display filter by compiling it, not by
-         going through the whole sequence of registering a tap listener.
-
-2004-01-13 21:10  guy
-
-       * gtk/io_stat.c:
-
-         "dfilter_compile()" supplies a null dfilter pointer for an empty
-         filter expression; don't assume it always supplies a non-null
-         pointer.
-
-2004-01-13 21:49  guy
-
-       * packet-atalk.c, packet-dsi.c:
-
-         You can't rely on "proto_tree_add_item()" returning a non-null
-         pointer, so you can't rely on getting the length of an
-         FT_UINT_STRING item by calling "proto_tree_add_item()" and
-         fetching the item length from the item.  Get the length of the
-         string explicitly, and advance the offset by the length of the
-         string plus the length of the length field.
-
-2004-01-13 22:33  guy
-
-       * file.c, file.h, gtk/io_stat.c:
-
-         Add a routine "retap_packet()" that runs through all packets,
-         dissecting them and running all taps on them, but not
-         reconstructing the packet list.  Use that in the IO-stat tap
-         rather than "redissect_packet()"; the latter does more work and
-         redraws the display, neither of which are necessary.
-
-         Call the filter callback when the Calc field is changed, to
-         redraw the graphs; that change also fixes things so that it's
-         called when the Filter field is changed.
-
-         Rename the "filter_button" member of an io_stat_graph_t to
-         "filter_field", as it's not the "Filter:" button, it's the text
-         field containing the filter expression.
-
-2004-01-13 22:49  guy
-
-       * gtk/: bootp_stat.c, dcerpc_stat.c, endpoint_talkers_table.c,
-         fc_stat.c, http_stat.c, ldap_stat.c, mgcp_stat.c, rpc_stat.c,
-         rtp_analysis.c, rtp_stream.c, smb_stat.c, wsp_stat.c:
-
-         Use "retap_packets()" rather than "redissect_packets()".
-
-2004-01-13 22:58  guy
-
-       * packet-isup.c:
-
-         From Anders Broman:
-
-                 handle the case where the address presentation restricted
-                 indicator in a location number parameter indicates the
-         address
-                 isn't available;
-
-                 register as "application/isup", not "application/ISUP",
-         as
-                 dissectors that use the media_type dissector table
-         convert the
-                 media type to lower case, under the assumption that
-         dissectors
-                 register all-lower-case media types, to make the match
-                 case-insensitive.
-
-2004-01-13 23:03  guy
-
-       * packet-isup.c:
-
-         In at least one capture, the User teleservices parameter length
-         is 2, not 3; change the value, and use the length of the
-         parameter tvbuff when constructing an item for that parameter.
-
-2004-01-13 23:11  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: dissect message compatibility information
-         parameter.
-
-2004-01-13 23:18  guy
-
-       * packet-sdp.c:
-
-         From Martin Mathieson: handle up to 4 RTP channels in an SDP
-         packet.
-
-2004-01-14 14:28  ulfl
-
-       * gtk/file_dlg.c:
-
-         destroy the "save as" dialog only, if it's existing
-
-2004-01-14 23:32  ulfl
-
-       * gtk/: prefs_dlg.c, stream_prefs.c:
-
-         Change labels from "TCP Streams" to "Colors", to add other color
-         values later Later, file has to be renamed to color_prefs.dlg
-         (function renaming similar)
-
-2004-01-15 01:13  ulfl
-
-       * gtk/: gui_prefs.c, stream_prefs.c:
-
-         move "marked packet color" setting from gui_prefs to Colors page.
-          remove the Color dialog from gui_prefs.c
-
-2004-01-15 02:23  guy
-
-       * packet-isup.c, packet-q931.c, packet-q931.h:
-
-         From Anders Broman: dissect access transport, user teleservice
-         info, user service infor prime, and echo control information
-         parameters.
-
-2004-01-15 02:29  guy
-
-       * packet-isup.c:
-
-         Put in a space where it belongs.
-
-2004-01-16 01:32  obiot
-
-       * packet-http.c, packet-multipart.c, AUTHORS, Makefile.am,
-         Makefile.nmake:
-
-         Add support for MIME multipart dissection.
-
-2004-01-16 01:49  obiot
-
-       * packet-multipart.c:
-
-         Fix a typo in protocol tree.
-
-2004-01-16 04:32  gerald
-
-       * packet-multipart.c:
-
-         GLib versions prior to 2.0 don't have g_ascii_strdown().  Use
-         g_strdown() instead.
-
-2004-01-16 04:37  gerald
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-olsr.c:
-
-         From Aaron Woo (via Jeff Weston): Optimized Link State Routing
-         Protocol (OLSR) support.
-
-2004-01-16 11:53  ulfl
-
-       * gtk/stream_prefs.c:
-
-         bugfix: use correct size of global value
-
-2004-01-16 14:08  gerald
-
-       * doc/ethereal.pod:
-
-         From Aaron Woo (via Jeff Weston): Optimized Link State Routing
-         Protocol (OLSR) support.
-
-2004-01-16 18:28  guy
-
-       * packet-q931.c:
-
-         From Tomas Kukosa: there are 3, not 4, bits of codeset in an IE.
-
-         That means that the codeset number cannot be bigger than the
-         number of elements in "q931_info_element_vals[]", so we can get
-         rid of the checks for the codeset value; we also make
-         NUM_INFO_ELEMENT_VALS equal to (Q931_IE_SHIFT_CODESET+1), to make
-         this clearer.
-
-2004-01-16 19:35  guy
-
-       * file.c:
-
-         Reset the tap listeners in "retap_packets()" before rerunning the
-         taps.
-
-2004-01-16 19:51  guy
-
-       * AUTHORS, packet-sdp.c, doc/ethereal.pod:
-
-         From Thomas Anders: fix a typo.
-
-         Update the list of contributors in the man page.
-
-2004-01-16 20:03  jmayer
-
-       * Makefile.am, make-version.pl, mergecap.c, tethereal.c,
-         gtk/main.c:
-
-         In case of CVS sources, add the date of the last change to the
-         version number.
-
-         2do: Add support to Makefile.nmake      Enforce the generation of
-         cvsversion.h on each run of make
-
-2004-01-16 21:25  ulfl
-
-       * gtk/column_prefs.c:
-
-         column preferences page now looks similar to the color dialog
-         layout, as it's doing the same thing
-
-2004-01-16 22:11  guy
-
-       * Makefile.am:
-
-         Add a Mac OS X icon file, for possible future use.
-
-2004-01-16 22:18  guy
-
-       * Makefile.am:
-
-         CVS isn't letting me check in the icons file, so back the
-         Makefile.am change out for now.
-
-2004-01-16 22:19  guy
-
-       * .cvsignore:
-
-         Add cvsversion.h to the list of files to be ignored by CVS, as
-         it's a generated file.
-
-2004-01-16 22:22  guy
-
-       * packet-multipart.c:
-
-         Constify some pointers to which pointers-to-const are assigned.
-
-2004-01-16 22:31  guy
-
-       * packet-olsr.c:
-
-         Passing a double as the value argument to "proto_tree_add_uint()"
-         or "proto_tree_add_uint_format()" truncates it to a guint32; that
-         might be what you'd want if it has no fractional part, but it's
-         probably not what you want if it has a fractional part.  Make the
-         validity time and hello emission interval values be FT_DOUBLE -
-         and make the variables storing them doubles so that we don't get
-         whinging from some compilers about stuffing doubles into floats.
-
-         Use hex, not decimal, for bitmasks.
-
-2004-01-17 00:26  ulfl
-
-       * gtk/: gui_prefs.c, gui_prefs.h, prefs_dlg.c:
-
-         new "Font" preferences page instead of a font dialog in "User
-         Interface"
-
-2004-01-17 00:26  jmayer
-
-       * Makefile.nmake:
-
-         Try to genereate cvsversion.h Note: I don't know anything about
-         the limitations of nmake, so I don't know whether the `find ...`
-         will work and I can't test it, as I don't have a Windows system
-         with anything even remotely resembling a compiler on it.
-
-2004-01-17 00:45  obiot
-
-       * packet-mmse.c:
-
-         PDUs with a content-type header may contain data that can be
-         handed off to subdissectors.  This means that we need to parse
-         the MMS headers for those PDUs.
-
-         Fix also indentation (8-space tabs, 4-space soft tabs).
-
-2004-01-17 03:09  guy
-
-       * gtk/gui_prefs.c:
-
-         Clean up some compiler warnings.
-
-         Clean up white space.
-
-         Have "font_fetch()" return a Boolean indicating whether it
-         succeeded or not.  If it failed, don't use "new_font_name", as it
-         hasn't been set.
-
-2004-01-17 11:05  ulfl
-
-       * README.win32:
-
-         precompiled wpdpack.zip file is now at the website
-
-2004-01-17 11:10  ulfl
-
-       * doc/README.capture:
-
-         First attempt to make a description of the capturing things
-
-2004-01-17 12:12  ulfl
-
-       * gtk/column_prefs.c:
-
-         Select first row in column list by default, fixed sensitivity of
-         option_menu
-
-2004-01-17 12:50  ulfl
-
-       * packet-cops.c, packet-diameter.c, packet-http.c, packet-ldp.c,
-         packet-rsync.c, packet-rtsp.c, packet-smtp.c, packet-snmp.c:
-
-         splitted some of the preferences texts into more than one line,
-         to reduce the size of the preferences dialog.  This becoming
-         necessary, as some of the texts were huge
-
-2004-01-17 13:09  jmayer
-
-       * Makefile.am, Makefile.nmake, make-version.pl:
-
-         Integrate the "find . -name Entries" into make-version.pl, to
-         make this work with nmake too.
-
-2004-01-17 18:52  ulfl
-
-       * Makefile.nmake:
-
-         cvsversion.h: added distclean target and dependencies
-
-2004-01-18 00:07  obiot
-
-       * AUTHORS, packet-smpp.c, doc/ethereal.pod:
-
-         From Chris Wilson:
-
-                 Support for dissection of concatenated SMPP PDUs.
-
-         Also:
-
-                 Add more information to the protocol tree summary.
-                 Clean up the white space so it's in-line with the
-         conventions
-                 of the original author (8-space tabs, 4-space
-         indentations).
-
-2004-01-18 00:33  ulfl
-
-       * gtk/: color_dlg.c, compat_macros.h:
-
-         complete redesign of color dialog
-
-2004-01-18 00:40  ulfl
-
-       * gtk/: filter_prefs.c, filter_prefs.h, main.c:
-
-         no more differences, wether display filter dialog is called from
-         menu "Analyze->Display Filter" or statusbar "Filter:" button.
-
-2004-01-18 00:53  ulfl
-
-       * gtk/column_prefs.c:
-
-         make the column preferences page look a bit more like the color
-         rules dialog
-
-2004-01-18 01:33  jmayer
-
-       * FAQ, help/faq.txt:
-
-         Update to Jan 16th
-
-2004-01-18 01:41  obiot
-
-       * make-version.pl, tethereal.c, mergecap.c, gtk/main.c:
-
-         Nice rendering of the CVS version as "(cvs 200401181200003000)".
-         The make-version.pl script only defines CVSVERSION if this was a
-         build from CVS.
-
-2004-01-18 02:12  jmayer
-
-       * mergecap.c, tethereal.c:
-
-         Output the result of -h to stdout, not stderr
-
-2004-01-18 02:19  jmayer
-
-       * gtk/main.c:
-
-         Output the result of -h to stdout, not stderr
-
-2004-01-18 02:29  guy
-
-       * image/Ethereal.icns:
-
-         Add a Mac OS X icon file, for possible future use.
-
-2004-01-18 02:47  guy
-
-       * Makefile.am:
-
-         Add a Mac OS X icon file, for possible future use.
-
-2004-01-18 03:48  guy
-
-       * doc/README.capture:
-
-         Give it an RCS ID.
-
-2004-01-18 03:49  guy
-
-       * Makefile.am:
-
-         Add README.capture to the list of files.
-
-2004-01-18 03:55  guy
-
-       * Makefile.nmake:
-
-         Put the list of generated source files (well, generated header
-         files, really) into a BUILD_SOURCES macro, as is done in
-         Makefile.am, and use that in the "distclean" rule.
-
-2004-01-18 04:13  guy
-
-       * capture.c, tethereal.c:
-
-         Update the Win32 information given when we fail to open a capture
-         device to note that the 3.0 and later versions of WinPcap don't
-         support PPP/WAN captures even on Windows OT.
-
-2004-01-18 04:26  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: fix some string output (and split some
-         lines).
-
-2004-01-18 05:17  jmayer
-
-       * make-version.pl:
-
-         Add a few comments
-
-2004-01-18 06:38  sharpe
-
-       * packet-dcerpc-wkssvc.c:
-
-         Fix a type that Jean-Baptiste Marchand found.
-
-2004-01-18 08:32  guy
-
-       * packet-fr.c, packet-lapb.c, packet-lapd.c, packet-llc.c,
-         packet-sdlc.c, packet-v120.c, xdlc.c, xdlc.h,
-         plugins/irda/packet-irda.c:
-
-         Add arguments to "dissect_xdlc_control()" to specify value_string
-         tables, for use in the top-level item for the control field, for
-         unnumbered frame function codes for commands and responses.  If
-         the argument is null, default to the standard tables.
-
-         Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for
-         IrDA.
-
-         Use the reported length rather than the data length in the IrDA
-         dissector when iterating over the data in an IrDA packet.
-
-         Make "dissect_xid()" update the column information as well as the
-         protocol tree.  Put the slot number into the protocol tree only
-         for command frames - "the slot number field is undefined in
-         discovery XID response frames", to quote the IrLAP spec.
-
-2004-01-18 11:10  guy
-
-       * packet-olsr.c:
-
-         Use a value_string for the message type field.
-
-         Do some checks for validity before dissecting the packet - reject
-         as not being OLSR packets that don't match.
-
-         Use "proto_tree_add_item()" in some places where the value of the
-         field isn't used.
-
-         Do some sanity checking on the message size field.
-
-2004-01-18 12:57  guy
-
-       * plugins/plugin_api_list.c:
-
-         Add arguments to "dissect_xdlc_control()" to specify value_string
-         tables, for use in the top-level item for the control field, for
-         unnumbered frame function codes for commands and responses.  If
-         the argument is null, default to the standard tables.
-
-         Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for
-         IrDA.
-
-         Use the reported length rather than the data length in the IrDA
-         dissector when iterating over the data in an IrDA packet.
-
-         Make "dissect_xid()" update the column information as well as the
-         protocol tree.  Put the slot number into the protocol tree only
-         for command frames - "the slot number field is undefined in
-         discovery XID response frames", to quote the IrLAP spec.
-
-2004-01-18 13:02  guy
-
-       * plugins/Xplugin_table.h:
-
-         Add arguments to "dissect_xdlc_control()" to specify value_string
-         tables, for use in the top-level item for the control field, for
-         unnumbered frame function codes for commands and responses.  If
-         the argument is null, default to the standard tables.
-
-         Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for
-         IrDA.
-
-         Use the reported length rather than the data length in the IrDA
-         dissector when iterating over the data in an IrDA packet.
-
-         Make "dissect_xid()" update the column information as well as the
-         protocol tree.  Put the slot number into the protocol tree only
-         for command frames - "the slot number field is undefined in
-         discovery XID response frames", to quote the IrLAP spec.
-
-2004-01-18 14:03  guy
-
-       * plugins/irda/packet-irda.c:
-
-         Give the IrDA dissector its own private value_string table for
-         the frame type in the IrLAP control field - on most UNIXes the
-         dissector should be able to use the table from the main program,
-         but that doesn't currently work on Windows.
-
-2004-01-18 14:08  jmayer
-
-       * plugins/asn1/Makefile.am:
-
-         Remove unused rule to build packet-asn1-static.o
-
-2004-01-18 15:34  jmayer
-
-       * epan/dfilter/drange.h:
-
-         Warning fix when compiling with -strict-prototypes
-         ../../epan/dfilter/drange.h:62: warning: function declaration
-         isn't a prototype ../../epan/dfilter/drange.h:83: warning:
-         function declaration isn't a prototype
-
-2004-01-18 15:53  jmayer
-
-       * tools/lemon/lemon.c:
-
-         Fix some of the warnings when compiling with -Wstrict-prototypes
-
-2004-01-18 15:57  jmayer
-
-       * plugins/asn1/packet-asn1.c:
-
-         Fix warnings found by -Wstrict-prototypes
-
-2004-01-18 16:08  jmayer
-
-       * gtk/rtp_stream.c, gtk/rtp_stream.h, xmlstub.h:
-
-         Fix warnings found by -Wstrict-prototypes
-
-2004-01-18 16:15  jmayer
-
-       * packet-icmpv6.c:
-
-         Fix warnings found by -Wstrict-prototypes
-
-2004-01-18 16:18  jmayer
-
-       * packet-x11.c, xmlstub.c, conditions.c, editcap.c, mergecap.c:
-
-         Fix warnings found by -Wstrict-prototypes
-
-2004-01-18 16:24  jmayer
-
-       * configure.in:
-
-         Add -Wstrict-prototypes to extra-gcc-checks
-
-2004-01-18 16:48  gerald
-
-       * packet-olsr.c:
-
-         Note that Jeff Weston is now the maintainer.
-
-2004-01-18 23:21  obiot
-
-       * packet-sip.c:
-
-         From Anders Broman:
-
-                 Convert content type to lowercase, and save
-         pinfo->prvate_data before
-                 handing off to a subdissector.
-
-2004-01-19 00:42  ulfl
-
-       * prefs.c, prefs.h, gtk/Makefile.am, gtk/main.c, gtk/main.h,
-         gtk/Makefile.nmake, gtk/menu.c, gtk/menu.h, gtk/packet_list.c,
-         gtk/packet_list.h, gtk/packet_win.c, gtk/proto_draw.c,
-         gtk/proto_draw.h, gtk/recent.c, gtk/recent.h, gtk/toolbar.c,
-         gtk/toolbar.h:
-
-         added some menuitems "View->Show" including show/hide of all main
-         widgets, saving the states in the recent file
-
-2004-01-19 01:00  guy
-
-       * gtk/recent.c:
-
-         Include <string.h> to declare "strcasecmp()".
-
-2004-01-19 02:23  guy
-
-       * wiretap/netxray.c:
-
-         It appears that, for ISDN captures, the rules for whether there's
-         4 bytes of extra stuff at the end of the packet or not are the
-         same as for Ethernet and 802.11.
-
-2004-01-19 03:46  ulfl
-
-       * column.c, dftest.c, tethereal.c, epan/column-utils.c,
-         epan/timestamp.h, gtk/display_opts.c, gtk/main.c, gtk/menu.c,
-         gtk/packet_list.c, gtk/recent.c, gtk/recent.h:
-
-         move timestamp format options from "View->Options" dialog into
-         menuitems under "View->Time Display Format".  renamed timestamp
-         enum items e.g. from ABSOLUTE to TS_ABSOLUTE, to prevent
-         conflicting definitions with MSVC
-
-2004-01-19 10:54  sahlberg
-
-       * packet-ldap.c:
-
-         Update to CLDAP
-
-         dissect the CLDAP netlogon rpc call
-
-2004-01-19 18:21  jmayer
-
-       * tethereal.c, gtk/main.c:
-
-         The current year is 2004
-
-2004-01-19 18:23  jmayer
-
-       * tap-dcerpcstat.c, gtk/dcerpc_stat.c:
-
-         Trivial signed/unsigned warning fixes
-
-2004-01-19 18:28  jmayer
-
-       * packet-diameter.c:
-
-         Trivial warning fixes: func(void), not func()
-
-2004-01-19 18:36  jmayer
-
-       * packet-afs-macros.h, packet-afs.c:
-
-         Trivial signed/unsigned warning fixes
-
-2004-01-19 20:10  jmayer
-
-       * packet-dcerpc-atsvc.c, packet-dcerpc-browser.c,
-         packet-dcerpc-conv.c, packet-dcerpc-epm.c, packet-dcerpc-epm4.c,
-         packet-dcerpc-initshutdown.c, packet-dcerpc-krb5rpc.c,
-         packet-dcerpc-lsa-ds.c, packet-dcerpc-lsa.c, packet-dcerpc-lsa.h,
-         packet-dcerpc-mapi.c, packet-dcerpc-messenger.c,
-         packet-dcerpc-ndr.c, packet-dcerpc-netlogon.c,
-         packet-dcerpc-nt.c, packet-dcerpc-nt.h, packet-dcerpc-oxid.c,
-         packet-dcerpc-reg.c, packet-dcerpc-rpriv.c,
-         packet-dcerpc-rs_acct.c, packet-dcerpc-rs_misc.c,
-         packet-dcerpc-rs_pgo.c, packet-dcerpc-samr.c,
-         packet-dcerpc-spoolss.c, packet-dcerpc-srvsvc.c,
-         packet-dcerpc-svcctl.c, packet-dcerpc-tapi.c,
-         packet-dcerpc-wkssvc.c, packet-dcerpc.c, packet-dcerpc.h,
-         packet-gssapi.c, packet-ntlmssp.c, packet-smb-browse.c,
-         packet-smb-browse.h, packet-smb-common.h, packet-smb.c:
-
-         char *drep -> guint8 *drep
-
-2004-01-19 21:00  guy
-
-       * Makefile.nmake:
-
-         We need "cvsversion.h" in order to build stuff in the "gtk"
-         directory.
-
-2004-01-19 22:26  guy
-
-       * Makefile.am:
-
-         Put $(srcdir) in front of "make-version.pl", as is done for other
-         scripts.
-
-2004-01-19 22:58  guy
-
-       * packet-ldap.c:
-
-         Before checking for SASL security stuff, make sure the bytes
-         you're going to check exist.
-
-         Doing so arranges that "tvb_reported_length_remaining(tvb,
-         offset) is >= 5 (unless the reported length is less than the data
-         length, but that "shouldn't happen").  Instead of comparing
-         "tvb_get_ntohl(tvb, offset) - 4" against
-         "tvb_reported_length_remaining(tvb, offset)", which runs the risk
-         of giving a bogus answer if "tvb_get_ntohl(tvb, offset)" is < 4,
-         compare "tvb_get_ntohl(tvb, offset) against
-         "tvb_reported_length_remaining(tvb, offset)-4", as the latter is
-         guaranteed to be > 0 (and cast the latter expression to get rid
-         of the signed/unsigned comparison warning that caused me to
-         notice this issue in the first place).
-
-2004-01-19 23:00  guy
-
-       * gtk/dcerpc_stat.c:
-
-         Make the signatures of "dcerpcstat_reset()",
-         "dcerpcstat_packet()", and "dcerpcstat_draw()" match what
-         "register_tap_listener()" expects, to squelch warnings.
-
-2004-01-19 23:03  guy
-
-       * epan/timestamp.h, gtk/main.c, gtk/menu.c, gtk/recent.c:
-
-         Move "ts_type_text" out of "epan/timestamp.h into "gtk/recent.c",
-         as it's only used in the latter; that avoids lots of warnings
-         about "ts_type_text" being defined but not used in other source
-         files that include "epan/timestamp.h".  (If it's going to be used
-         in more than one file, make it non-static and declare it "extern"
-         in "epan/timestamp.h".)
-
-         Define TS_NOT_SET as ((ts_type)-1), and use that when
-         initializing "timestamp_type" in Ethereal and when checking to
-         see whether "timestamp_type" was set, to avoid signed vs.
-         unsigned comparison warnings.
-
-         Clean up indentation.
-
-2004-01-19 23:08  obiot
-
-       * packet-sip.c:
-
-         Fix a double free bug introduced by the previous patch.
-
-2004-01-19 23:35  obiot
-
-       * gtk/rtp_analysis.c:
-
-         From Lars Ruoff: temporarily comment out the code for the
-         "refresh" button; register and unregister the tap listener in a
-         thread-safe manner.
-
-2004-01-19 23:43  guy
-
-       * tap-dcerpcstat.c, gtk/dcerpc_stat.c:
-
-         DCE RPC statistics are maintained only by major version, not by
-         major and minor version.
-
-2004-01-19 23:48  guy
-
-       * packet-sip.c:
-
-         Free "media_type_str" once we've made the lower-cased copy - and
-         refer only to the lower-cased copy in subsequent code.
-
-2004-01-19 23:57  guy
-
-       * packet-http.c:
-
-         From Yaniv Kaul: add Shoutcast's ICY as a response(?).
-
-2004-01-20 00:11  guy
-
-       * packet-dns.c:
-
-         From David Fort: use the checksum algorithm when computing the
-         key ID for all algorithms other than RSAMD5.
-
-         Make "compute_key_id()" return a "guint16", as the key IDs are
-         16-bit and as it can no longer return -1 meaning "I don't know
-         how to compute the key ID for that algorithm".
-
-2004-01-20 02:21  ulfl
-
-       * gtk/: capture_dlg.c, compat_macros.h, file_dlg.c, find_dlg.c,
-         toolbar.c, toolbar.h:
-
-         code cleanup and added some more application specific stock items
-         in toolbar.c, use them where appropriate
-
-2004-01-20 02:26  ulfl
-
-       * gtk/main.c:
-
-         minor tooltip changes
-
-2004-01-20 02:35  guy
-
-       * gtk/compat_macros.h:
-
-         Put in missing GTK_STOCK_STOP #define for GTK+ 1.2[.x].
-
-2004-01-20 02:36  guy
-
-       * gtk/toolbar.c:
-
-         Get rid of declaration of no-longer-extant routine.
-
-2004-01-20 17:58  obiot
-
-       * packet-smpp.c:
-
-         From Chris Wilson:
-
-                 Use tcp_dissect_pdus() for SMPP dissection over TCP.
-
-         Also:
-
-                 Get rid of the (broken) loop in dissect_smpp() which is
-         called
-                 dissect_smpp_pdu() now.
-                 Add a preference to enable reassembly of SMPP over TCP.
-
-         NOTE:
-
-                 The SMPP dissector currently uses a global variable
-         static to
-                 packet-smpp.c for distinguishing between the first PDU
-         and subsequent
-                 PDUs so the summary line can be set correctly.
-
-2004-01-20 18:30  obiot
-
-       * packet-isup.c:
-
-         From Anders Broman:
-
-                 Append "/ISUP(ITU)" to the protocol column.
-
-2004-01-20 18:47  ulfl
-
-       * capture.c, file.c, file.h, prefs.c, prefs.h, gtk/compat_macros.h,
-         gtk/gui_prefs.c, gtk/main.c, gtk/main.h, gtk/menu.c,
-         gtk/recent.c, gtk/recent.h, gtk/toolbar.c:
-
-         a.) saving GTK1 and GTK2 fontnames in different preference
-         setting, to prevent problems when switching between GTK1 and GTK2
-         ethereal versions b.) added new feature "Edit->Go To First
-         Packet" "Edit->Go To Last Packet" with corresponding menu and
-         toolbar items c.) added new feature "View->Zoom In" / "View->Zoom
-         Out" / View->Normal Size" with corresponding menu and toolbar
-         items This feature will act as a "size offset" to the current
-         fontsize, so that the packet list/tree view/... will have a
-         larger/smaller font size.  The value is stored inside the recent
-         file.  d.) Win32 only: Try to get the win32 system font and
-         fontsize at program startup and show the menus/dialogs and such
-         with the same font and fontsize like other win32 windows.  This
-         makes the program make a *lot* more feel like a normal win32
-         program.
-
-2004-01-20 19:24  jmayer
-
-       * packet-kerberos.c:
-
-         signed/unsigned warning fixes
-
-2004-01-20 19:31  ulfl
-
-       * gtk/rtp_analysis.c:
-
-         commented out refresh_bt, as it's currently unused
-
-2004-01-20 19:33  ulfl
-
-       * gtk/gui_prefs.c:
-
-         prevented GTK-warning, as the column index was too high
-
-2004-01-20 20:06  ulfl
-
-       * image/toolbar/: stock_bottom_24.xpm, stock_left_arrow_24.xpm,
-         stock_top_24.xpm, stock_zoom_1_24.xpm, stock_zoom_in_24.xpm,
-         stock_zoom_out_24.xpm:
-
-         missing icons for recent GUI additions
-
-2004-01-20 20:27  guy
-
-       * xdlc.c:
-
-         From Jan Kiszka: compress the summary line display.
-
-2004-01-20 20:32  guy
-
-       * packet-kerberos.c:
-
-         The offset argument to a "get_pdu_len" function is an "int", not
-         a "guint".
-
-2004-01-20 21:20  guy
-
-       * gtk/menu.c:
-
-         "Go To {First,Last} Packet" don't pop up dialog boxes, they Just
-         Do It - don't give their menu items a "...", as that's for menu
-         items that pop up dialog boxes to ask you for more information.
-
-         Give them menu accelerators that don't clash with other
-         accelerators.
-
-2004-01-21 01:10  guy
-
-       * packet-kerberos.c:
-
-         Fix a check.
-
-2004-01-21 03:02  ulfl
-
-       * gtk/main.c:
-
-         don't try to set font size <= 0
-
-2004-01-21 03:54  ulfl
-
-       * gtk/ansi_a_stat.c, gtk/ansi_map_stat.c, gtk/bootp_stat.c,
-         gtk/capture_dlg.c, gtk/capture_info_dlg.c, gtk/capture_prefs.c,
-         gtk/color_dlg.c, gtk/compat_macros.h, gtk/dcerpc_stat.c,
-         gtk/fc_stat.c, gtk/filter_prefs.c, gtk/gsm_a_stat.c,
-         gtk/http_stat.c, gtk/io_stat.c, gtk/isup_stat.c, gtk/ldap_stat.c,
-         gtk/print_dlg.c, gtk/print_prefs.c, gtk/proto_draw.c,
-         gtk/rpc_stat.c, gtk/rtp_analysis.c, gtk/rtp_stream_dlg.c,
-         gtk/smb_stat.c, gtk/summary_dlg.c, gtk/tap_dfilter_dlg.c,
-         gtk/tcp_graph.c, gtk/toolbar.c, gtk/wsp_stat.c,
-         image/toolbar/stock_add_24.xpm, image/toolbar/stock_ok_20.xpm,
-         image/toolbar/stock_properties_24.xpm:
-
-         use stock buttons whereever possible, added some ethereal
-         specific stock icons
-
-2004-01-21 05:35  ulfl
-
-       * gtk/filter_prefs.c:
-
-         redesign of capture/display filter dialog.  didn't change the
-         behaviour of the edit buttons, although they should be changed
-
-2004-01-21 06:41  ulfl
-
-       * gtk/menu.c:
-
-         moved remaining display options dialog settings to menuitems, to
-         get rid of the options dialog completely still need to think, how
-         the whole thing should work with these settings
-
-2004-01-21 08:39  guy
-
-       * packet-ipv6.c:
-
-         From Taisuke Sasaki: convert the ident field in the fragment
-         header to host byte order.
-
-2004-01-21 09:00  guy
-
-       * gtk/main.c:
-
-         Squelch some compiler warnings.
-
-         "font_point_size_l" is a "long", so use "strtol()" to set it
-         (note that even "strtoul()", for some not-entirely-obvious
-         reason, accepts numbers starting with a "-" as input - ANSI C
-         requires it!).
-
-2004-01-21 09:02  guy
-
-       * gtk/toolbar.c:
-
-         Don't include some xpm's when built with GTK+ 1.2[.x] - the icons
-         they define aren't used with 1.2[.x].
-
-2004-01-21 12:19  oabad
-
-       * gtk/: gui_prefs.c, prefs_dlg.c:
-
-         gtk_font_selection_set_font_name doesn't work when run before
-         appending the font selection widget to the notebook (at least in
-         GTK2).
-
-2004-01-21 19:21  ulfl
-
-       * gtk/: Makefile.am, Makefile.nmake, menu.c:
-
-         display_opts.c / .h no longer needed, all items moved to
-         menuitems
-
-2004-01-21 21:19  ulfl
-
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         capture_dlg.c, capture_info_dlg.c, capture_prefs.c, color_dlg.c,
-         dcerpc_stat.c, decode_as_dlg.c, dfilter_expr_dlg.c,
-         display_opts.c, dlg_utils.c, dlg_utils.h, fc_stat.c,
-         filter_prefs.c, find_dlg.c, goto_dlg.c, gsm_a_stat.c, help_dlg.c,
-         http_stat.c, isup_stat.c, ldap_stat.c, main.c, plugins_dlg.c,
-         prefs_dlg.c, print_dlg.c, proto_dlg.c, proto_draw.c,
-         proto_hier_stats_dlg.c, rpc_stat.c, simple_dialog.c, smb_stat.c,
-         summary_dlg.c, supported_protos_dlg.c, tap_dfilter_dlg.c,
-         tcp_graph.c, wsp_stat.c:
-
-         implemented dlg_button_row_new to get a standard function for
-         layouting the dialog buttons, and use it where appropriate.  This
-         will help us with the GTK1/2 conflict on button layouts and will
-         also result in a more consistent look of the dialogs at all.
-
-2004-01-21 21:46  jmayer
-
-       * Makefile.am, Makefile.common, Makefile.nmake,
-         doc/README.developer, doc/ethereal-tut.mgp:
-
-         Move the list of dissectors (DISSECTOR_SRC) out of Makefile.am
-         and Makefile.nmake into a shared file named Makefile.common
-
-2004-01-21 21:56  ulfl
-
-       * gtk/: display_opts.c, display_opts.h:
-
-         this dialog isn't used any longer.  All setting moved to direct
-         menuitems under View
-
-2004-01-21 22:00  ulfl
-
-       * file.c, progress_dlg.h, proto_hier_stats.c, gtk/progress_dlg.c,
-         gtk/rtp_analysis.c:
-
-         The progressbar had a parameter to specify the text of the
-         Cancel/Stop button.  As this will always be a Cancel of a running
-         operation, this parameter was removed.  This makes us also able
-         to use a stock button for this.
-
-2004-01-22 07:14  obiot
-
-       * Makefile.common:
-
-         Add RCS ID with "$Id: ChangeLog,v 1.34 2004/02/19 02:26:48 gerald Exp $" (colon was missing).
-
-2004-01-22 18:08  ulfl
-
-       * gtk/: Makefile.am, Makefile.common, Makefile.nmake:
-
-         added new Makefile.common just like in root, including sources
-         common in Makefile.am and Makefile.nmake
-
-2004-01-22 18:13  ulfl
-
-       * capture.c, ui_util.h, gtk/menu.c, gtk/toolbar.c, gtk/ui_util.c:
-
-         moved GTK specific parts from capture.c to ui_util.c, implemented
-         Win32 "Capture Stop" when using "update list of packets in
-         realtime" while capturing
-
-2004-01-22 19:25  ulfl
-
-       * capture.c:
-
-         bugfix: wrong parameter name
-
-2004-01-22 19:27  ulfl
-
-       * epan/: Makefile.nmake, dfilter/Makefile.nmake,
-         ftypes/Makefile.nmake:
-
-         epan don't need GTK_CFLAGS as GTK isn't used, GLIB_CFLAGS are
-         just enough
-
-2004-01-22 20:31  guy
-
-       * gtk/: Makefile.am, Makefile.common:
-
-         Move the list of headers to "Makefile.am" (it's not used by
-         "Makefile.nmake"), and rename it to "noinst_HEADERS", as that's
-         what automake requires.
-
-2004-01-22 20:33  guy
-
-       * gtk/dlg_utils.c:
-
-         Fix a typo.
-
-2004-01-22 20:43  guy
-
-       * packet-msproxy.c, packet-socks.c, packet-udp.c, packet-udp.h:
-
-         Use the length field in the UDP header:
-
-                 if it's < 8, don't dissect anything past the length field
-         (the
-                 length must be >= 8);
-
-                 otherwise, if it's less than the data or reported length
-         from
-                 the tvbuff, use the length from the header;
-
-                 otherwise, don't checksum the packet (if it's greater
-         than the
-                 reported length, and the packet isn't fragmented, we
-         should
-                 somehow report that as an error).
-
-2004-01-22 20:45  guy
-
-       * capture.c:
-
-         Use "fork_child" rather than "child_process" - on Win32,
-         "child_process" tracks "fork_child", and, on UNIX,
-         "child_process" doesn't exist.
-
-2004-01-22 20:47  guy
-
-       * gtk/ui_util.c:
-
-         We can't save "child_process" as a HANDLE on UNIX - save it as an
-         "int", and cast it in the "GetExitCodeProcess()" call (rather
-         than converting it when assigning it).
-
-2004-01-22 21:32  guy
-
-       * gtk/Makefile.common:
-
-         Fix the RCS ID.
-
-2004-01-22 23:09  jmayer
-
-       * gtk/Makefile.common:
-
-         Slight formatting change Reorder lists alphabetically
-
-2004-01-22 23:47  obiot
-
-       * packet-multipart.c:
-
-         From Yaniv Kaul: register multipart/form-data.
-
-2004-01-23 00:29  guy
-
-       * gtk/rtp_analysis.c:
-
-         From Lars Roland:
-
-                 - "Refresh" button is back again.  Everything should work
-         fine now
-                   with multiple windows on the same streams.
-                 - made packet list sortable by column.
-                 - show a warning when user chooses "RTP Streams/Analyze"
-                   without having a RTP packet selected instead of
-         displaying the
-                   streams box.
-                 - minor GUI updates, renamed button "Next" to "Next
-         non-Ok" for
-                   more clarity.
-
-2004-01-23 00:35  guy
-
-       * AUTHORS, doc/ethereal.pod, plugins/plugin_api_list.c,
-         plugins/Xass-list, plugins/Xplugin_api.c, plugins/Xplugin_api.h,
-         plugins/Xplugin_api_decls.h, plugins/Xplugin_table.h:
-
-         From Pierre Juhen: add "find_protocol_by_id()" to the list of
-         functions exported to plugins.
-
-         Fix some author list glitches.
-
-2004-01-23 00:40  jmayer
-
-       * packet-snmp.c:
-
-         signed/unsigned warning fixes
-
-2004-01-23 00:43  jmayer
-
-       * rdps.c:
-
-         trivial signed/unsigned warning fixes
-
-2004-01-23 00:43  ulfl
-
-       * gtk/menu.c:
-
-         make some of the new menuitems insensitive, if no capture
-         file/data is available
-
-2004-01-23 00:51  guy
-
-       * packet-dns.c:
-
-         From David Fort: add support for RFC2535bis records.
-
-2004-01-23 01:10  ulfl
-
-       * gtk/gui_prefs.c:
-
-         code cleanup
-
-2004-01-23 01:12  ulfl
-
-       * gtk/prefs_dlg.c:
-
-         gtk_font_selection_set_filter doesn't work when run before
-         appending the font selection widget to the notebook.
-
-2004-01-23 01:42  jmayer
-
-       * follow.c, follow.h:
-
-         Move struct tcp_frag from follow.h to follow.c as it wasn't used
-         anywere else.  Fix a trivial signed/unsigned warning in follow.c
-         by changing tcp_frag.data from guchar* to gchar*
-
-2004-01-23 01:51  jmayer
-
-       * packet-tcap.c:
-
-         trivial signed/unsigned warning fixes
-
-2004-01-23 02:09  guy
-
-       * gtk/prefs_dlg.c:
-
-         Improve some comments.
-
-2004-01-23 02:38  gerald
-
-       * README.win32, config.nmake:
-
-         Update to GLib 2.2.3-20040116 and gettext 0.13.1.
-
-2004-01-23 09:24  jmayer
-
-       * manuf:
-
-         Update manuf
-
-2004-01-23 09:40  jmayer
-
-       * packet-rsvp.c, packet-wsp.c, epan/tvbuff.c, epan/tvbuff.h:
-
-         Change return type of tvb_format_text from guint8* to gchar*.
-         Remove now unnecessary casts in two files.
-
-2004-01-23 09:47  jmayer
-
-       * plugins/megaco/packet-megaco.c:
-
-         Change msg from guint8* to gchar* (because of tvb_format_text
-         change)
-
-2004-01-23 09:50  guy
-
-       * packet-kerberos.c:
-
-         "%.*" requires an "int" argument for the length.
-
-2004-01-23 09:53  guy
-
-       * packet-pres.c:
-
-         From Yuriy Sidelnikov: call ACSE dissector for any presentation
-         context.
-
-2004-01-23 10:15  guy
-
-       * AUTHORS, Makefile.am, Makefile.common, packet-acse.c,
-         packet-acse.h:
-
-         From Yuriy Sidelnikov: call ACSE dissector for any presentation
-         context.
-
-2004-01-23 10:25  guy
-
-       * packet-snmp.c:
-
-         "sprint_realloc_value()" takes a "u_char **" as an argument -
-         pass it one.
-
-2004-01-23 16:07  ulfl
-
-       * gtk/main.c:
-
-         fix assert, when failed loading zoomed font, prepare possibility
-         to put filter toolbar just below the main toolbar
-
-2004-01-23 16:08  ulfl
-
-       * gtk/toolbar.c:
-
-         added a comment
-
-2004-01-23 16:10  ulfl
-
-       * gtk/menu.c:
-
-         fixed various things in "View" menu
-
-2004-01-23 18:18  ulfl
-
-       * packet-acse.c:
-
-         removed line breaks to be able to compile again
-
-2004-01-23 19:16  guy
-
-       * packet-dns.c:
-
-         From David Fort: NSEC RRs aren't the same as NXT RRs - dissect
-         them differently.
-
-         Remove a redundant "break" statement.
-
-2004-01-23 19:19  guy
-
-       * packet-bgp.c:
-
-         From Akira Endoh: support for labeled IPv6 unicast in the MP-BGP
-         dissector.
-
-2004-01-23 19:53  guy
-
-       * gtk/main.c:
-
-         Clean up indentation.
-
-         Make "font_zoom()" static - it's not used outside gtk/main.c.
-
-         Use "g_strdup()" rather than "strdup()", as we use "g_free()" to
-         free the result.
-
-         Put in a little more information when "font_zoom()" fails due to
-         the font name not being an XLFD font name, and don't continue if
-         it fails.
-
-         Don't continue if the attempt to load the fonts fails, either.
-
-2004-01-23 20:11  guy
-
-       * gtk/main.c:
-
-         If the zoom factor is zero, don't construct a new font name - the
-         supplied font name is correct.  That lets us handle fonts whose
-         size we can't change because this is GTK+ 1.2[.x] and the name
-         isn't an XLFD name so we don't know where the size is.
-
-         In "font_zoom()", remove some code from the GTK+ 1.2[.x] vs. GTK+
-         2.x #ifdefs.
-
-         Fix the comment for "font_zoom()".
-
-         Get rid of a no-longer-used "simple_dialog()" argument.
-
-2004-01-23 20:13  guy
-
-       * gtk/gui_prefs.c:
-
-         If we call "font_apply()", we don't need to call
-         "redraw_hex_dump_all()".
-
-2004-01-23 20:34  guy
-
-       * gtk/main.c:
-
-         Include the AddStyleName information in the zoomed font name.
-
-2004-01-23 21:22  guy
-
-       * gtk/main.c:
-
-         Do the font loading code as two larger sections of code, one for
-         GTK+ 1.2[.x] and one for GTK+ 2.x, rather than as one section
-         peppered with #ifdefs.
-
-2004-01-24 01:02  guy
-
-       * gtk/: gui_prefs.c, main.c, main.h, recent.c:
-
-         Have "font_apply()" return an indication as to whether it
-         succeeded or failed and, if it failed, how it failed.  Have it
-         leave up to its caller the job of reporting that it couldn't load
-         the requested font; have its callers do that, and have them set
-         the zoom level on failure so that we have a zoom level that is at
-         least more likely to work.  Make the alert boxes for
-         "font_apply()" failures be error boxes, not warning boxes.
-
-2004-01-24 01:15  guy
-
-       * gtk/rtp_analysis.c:
-
-         From Lars Ruoff (who also contributed the previous change; my
-         apologies to both Larses):
-
-                 - Comfort noise (CN) packets and packets following them
-                   immediately are excluded from maximum delay calculation
-         (as
-                   well as marked packets are)
-                 - Payload changes between CN and regular packets are
-         ignored.
-                 - Added a "Marker missing?" status warning for packets
-         following
-                   CN that don't have the marker bit set (cf. RFC1890 4.1)
-                 - Changed status "Ok" to "[ Ok ]", so that when sorting
-         by status
-                   column, all non-Oks are grouped together.
-                 - Minor GUI updates: reduced size of box, borders,
-         spacing,
-                   changed highlight colors.
-
-2004-01-24 01:30  jmayer
-
-       * packet-acse.h:
-
-         Remove extra , at end of enum, change C++ style comment
-
-2004-01-24 01:44  guy
-
-       * capture.c, file.c, file.h, tethereal.c, epan/filesystem.c,
-         epan/filesystem.h:
-
-         Add a new "file_open_error_message()" routine in
-         "epan/filesystem.c", to translate UNIX errno values to a somewhat
-         friendly message format string.
-
-         Rename "file_open_error_message()" in "file.c" to
-         "cf_open_error_message()", make "cf_open_error_message()" use the
-         new "file_open_error_message()" for UNIX errno values, have
-         "do_capture()" in "capture.c" use "file_open_error_message()" to
-         report errors from "open()", and make "cf_open_error_message()"
-         static as nothing outside "file.c" uses it.
-
-         Do similar stuff in "tethereal.c".
-
-2004-01-24 01:53  jmayer
-
-       * packet-acse.c:
-
-         Trivial warning fixes
-
-2004-01-24 02:01  guy
-
-       * file.c, file.h, epan/filesystem.c, epan/filesystem.h,
-         gtk/follow_dlg.c:
-
-         As with "cf_open_error_message()"/"file_open_error_message()", so
-         with "cf_write_error_message()"/"file_write_error_message()".
-
-         Use "file_open_error_message()" instead of
-         "cf_open_error_message()" in some places we missed in the
-         previous checkin.
-
-         Catch ENOSPC and EDQUOT in "file_open_error_message()".
-
-         Use "file_open_error_message()" rather than
-         "file_write_error_message()" to report errors when creating the
-         file to which we're saving the "Follow TCP Stream" data.
-
-2004-01-24 02:07  jmayer
-
-       * plugins/gryphon/packet-gryphon.c:
-
-         Trivial signed/unsigned warning fixes
-
-2004-01-24 10:53  guy
-
-       * file.c, print.c, print.h, ps.h, rdps.c, gtk/follow_dlg.c:
-
-         As with "file_write_error_message()", so with
-         "file_close_error_message()" - but just use
-         "file_write_error_message()" for UNIX-style errors, under the
-         assumption that a close will only fail because a buffer-flushing
-         write fails or because "close()" itself fails when, for example,
-         pushing unsynced NFS client-side writes out over the wire.
-
-         Make several routines in "print.c" return success/failure
-         indications.
-
-         Check for write errors when printing "Follow TCP Stream" stuff or
-         saving it to a file.
-
-2004-01-24 16:48  jmayer
-
-       * wiretap/: configure.in, cosine.c, dbs-etherwatch.c, iptrace.c,
-         libpcap.c, radcom.c, vms.c:
-
-         Fix all fixable warnings
-
-         Move addional warnings from extra-gcc-checks to normal
-         compilation flags
-
-2004-01-24 20:01  ulfl
-
-       * Makefile.nmake, config.nmake, plugins/asn1/Makefile.nmake:
-
-         Added the ability to compile both GTK versions 1 and 2 at the
-         same time.
-
-2004-01-25 00:58  guy
-
-       * cfile.h, file.c, file.h, print.c, print.h, ps.h, rdps.c,
-         tethereal.c, gtk/follow_dlg.c, gtk/print_dlg.c:
-
-         There's no need to keep a "FILE *" for the file being printed to
-         in a "capture_file" structure.  Keep it locally, instead.
-
-         Check for errors when printing packets.
-
-         Report failure to open a print destination and failure to write
-         to a print destination differently.
-
-         Don't have the "print preamble" and "print final" routines return
-         success/failure indications - revert to the old scheme where they
-         didn't, and have the callers use "ferror()" to check for errors.
-
-         Report write errors when printing dissections in Tethereal.
-
-         Report print errors as errors, not warnings.
-
-2004-01-25 01:19  guy
-
-       * tethereal.c:
-
-         Add another check for output errors when printing.
-
-2004-01-25 01:53  guy
-
-       * gtk/follow_dlg.c:
-
-         Don't have "follow_print_text()" display the error message, leave
-         that up to its caller.
-
-         Show errors as such, not as warnings, and show the right error
-         message for failures to open/create output files.
-
-2004-01-25 01:58  guy
-
-       * gtk/rtp_analysis.c:
-
-         Check whether the "fopen()" that creates a CSV file fails and, if
-         so, report the error and don't dismiss the file selection dialog
-         box.
-
-2004-01-25 02:14  guy
-
-       * gtk/rtp_analysis.c:
-
-         Check for write errors when writing CSV data as well.
-
-         Check for write errors when opening the CSV file to write the
-         reverse data information.
-
-         For some reason (perhaps having to do with the sort indicators in
-         titles, the column titles don't show up in the GtkCList
-         structure, so they don't get printed; just directly use the table
-         of column titles.
-
-2004-01-25 02:24  guy
-
-       * gtk/: rtp_stream.c, rtp_stream.h, rtp_stream_dlg.c:
-
-         Report open errors when saving the contents of an RTP stream.
-         Check for and report write errors as well.
-
-2004-01-25 09:49  jmayer
-
-       * tools/lemon/lemon.c:
-
-         Fix a warning by using a function typedef
-
-2004-01-25 12:10  ulfl
-
-       * gtk/column_prefs.c:
-
-         minor GTK2 layout change
-
-2004-01-25 12:22  ulfl
-
-       * gtk/prefs_dlg.c:
-
-         make resized prefs_dlg look better
-
-2004-01-25 12:25  ulfl
-
-       * gtk/filter_prefs.c:
-
-         changed the behaviour of the edit buttons to make more sense,
-         removed the no longer needed "Edit and "Copy" buttons, do a lot
-         of code cleanup
-
-2004-01-25 13:47  ulfl
-
-       * gtk/: color_dlg.c, filter_prefs.c:
-
-         added/changed some tooltips
-
-2004-01-25 15:10  ulfl
-
-       * gtk/: filter_prefs.c, filter_prefs.h, main.c:
-
-         add syntax check and an "Add Expression" button to the filter
-         toolbar
-
-2004-01-25 15:35  jmayer
-
-       * epan/resolv.c:
-
-         The octets in an ip address are unsigned
-
-2004-01-25 15:56  jmayer
-
-       * packet-distcc.c:
-
-         A few signedness warning fixes
-
-2004-01-25 16:58  jmayer
-
-       * epan/: strutil.c, strutil.h:
-
-         Change the first arg to hex_str_to_bytes from guchar* -> char*
-
-2004-01-25 17:07  jmayer
-
-       * epan/ftypes/ftype-bytes.c:
-
-         Add a cast to avoid a signedness warning
-
-2004-01-25 17:22  jmayer
-
-       * epan/ftypes/: ftype-bytes.c, ftypes.h:
-
-         Remove the cast again and do the proper fix (add right type to
-         union)
-
-2004-01-25 17:33  jmayer
-
-       * epan/ftypes/ftype-pcre.c:
-
-         Fix 'warning: cast discards qualifiers from pointer target type'
-         by removing cast
-
-2004-01-25 17:51  gerald
-
-       * Makefile.am, image/README.image:
-
-         Capitalize "Ethereal.icns" to fix a distclean error.  Add its
-         description to README.image.
-
-2004-01-25 17:53  gerald
-
-       * plugins/: Xplugin_table.h, plugin_api_list.c:
-
-         Make the definition of tvb_format_text() match what's in
-         tvbuff.h.
-
-2004-01-25 18:39  ulfl
-
-       * gtk/dcerpc_stat.c:
-
-         fix some filter dialog things
-
-2004-01-25 18:51  ulfl
-
-       * gtk/: endpoint_talkers_table.c, follow_dlg.c, main.c, main.h,
-         recent.c, rtp_stream_dlg.c, service_response_time_table.c:
-
-         apply automatically generated filters strings to the recent
-         dropdown list, e.g. when applying a "Follow TCP stream", fix a
-         bug in the recent function, discarding the newest entries when
-         saving a full list (now discarding the oldest).
-
-2004-01-25 18:52  gerald
-
-       * plugins/Makefile.am:
-
-         Delete generated files during distclean instead of
-         maintainerclean, so that we pass distcheck.
-
-2004-01-25 21:27  ulfl
-
-       * gtk/: dlg_utils.c, filter_prefs.c, help_dlg.c, help_dlg.h:
-
-         adding a function to the help dialog, showing a specific topic
-         (context help), beautifying the placement of the help button in
-         the button_row, using the context help for the filter dialog
-
-2004-01-25 21:55  guy
-
-       * capture.c, editcap.c, file.c, file.h, mergecap.c,
-         proto_hier_stats.c, tethereal.c, gtk/file_dlg.c, gtk/main.c,
-         gtk/menu.c, gtk/rtp_analysis.c, gtk/tcp_graph.c,
-         wiretap/5views.c, wiretap/5views.h, wiretap/airopeek9.c,
-         wiretap/airopeek9.h, wiretap/ascend-grammar.y,
-         wiretap/ascend-int.h, wiretap/ascend.c, wiretap/ascend.h,
-         wiretap/cosine.c, wiretap/cosine.h, wiretap/csids.c,
-         wiretap/csids.h, wiretap/dbs-etherwatch.c,
-         wiretap/dbs-etherwatch.h, wiretap/erf.c, wiretap/erf.h,
-         wiretap/etherpeek.c, wiretap/etherpeek.h, wiretap/file_access.c,
-         wiretap/hcidump.c, wiretap/hcidump.h, wiretap/i4btrace.c,
-         wiretap/i4btrace.h, wiretap/iptrace.c, wiretap/iptrace.h,
-         wiretap/lanalyzer.c, wiretap/lanalyzer.h, wiretap/libpcap.c,
-         wiretap/libpcap.h, wiretap/netmon.c, wiretap/netmon.h,
-         wiretap/nettl.c, wiretap/nettl.h, wiretap/network_instruments.c,
-         wiretap/network_instruments.h, wiretap/netxray.c,
-         wiretap/netxray.h, wiretap/ngsniffer.c, wiretap/ngsniffer.h,
-         wiretap/pppdump.c, wiretap/pppdump.h, wiretap/radcom.c,
-         wiretap/radcom.h, wiretap/snoop.c, wiretap/snoop.h,
-         wiretap/toshiba.c, wiretap/toshiba.h, wiretap/visual.c,
-         wiretap/visual.h, wiretap/vms.c, wiretap/vms.h,
-         wiretap/wtap-int.h, wiretap/wtap.c, wiretap/wtap.h:
-
-         Have the Wiretap open, read, and seek-and-read routines return,
-         in addition to an error code, an error info string, for
-         WTAP_ERR_UNSUPPORTED, WTAP_ERR_UNSUPPORTED_ENCAP, and
-         WTAP_ERR_BAD_RECORD errors.  Replace the error messages logged
-         with "g_message()" for those errors with g_strdup()ed or
-         g_strdup_printf()ed strings returned as the error info string,
-         and change the callers of those routines to, for those errors,
-         put the info string into the printed message or alert box for the
-         error.
-
-         Add messages for cases where those errors were returned without
-         printing an additional message.
-
-         Nobody uses the error code from "cf_read()" - "cf_read()" puts up
-         the alert box itself for failures; get rid of the error code, so
-         it just returns a success/failure indication.
-
-         Rename "file_read_error_message()" to "cf_read_error_message()",
-         as it handles read errors from Wiretap, and have it take an error
-         info string as an argument.  (That handles a lot of the work of
-         putting the info string into the error message.)
-
-         Make some variables in "ascend-grammar.y" static.
-
-         Check the return value of "erf_read_header()" in
-         "erf_seek_read()".
-
-         Get rid of an unused #define in "i4btrace.c".
-
-2004-01-25 22:20  guy
-
-       * gtk/main.c:
-
-         In "main_filter_packets()", use the "cf" argument rather than
-         always passing "&cfile" to "filter_packets()".
-
-         Mark the "w" argument to "filter_activate_cb()" as unused.
-
-2004-01-25 22:21  guy
-
-       * gtk/filter_prefs.c:
-
-         Get rid of an unused variable.
-
-2004-01-25 22:21  guy
-
-       * editcap.c, mergecap.c:
-
-         Free the error info string after using it.
-
-2004-01-25 22:27  guy
-
-       * file.c:
-
-         Don't use "cf_read_error_message()" when reporting errors not
-         from Wiretap.
-
-2004-01-25 23:50  guy
-
-       * wiretap/netxray.c:
-
-         Don't muck with the Ethernet pseudo-header if we have an 802.11
-         capture.
-
-2004-01-26 06:43  ulfl
-
-       * file.c:
-
-         filter_packets: don't refilter all the packets, if the new filter
-         string is identical to the old one (as it's useless then)
-
-2004-01-26 09:05  guy
-
-       * gtk/capture_dlg.c:
-
-         On Windows OT, interface names *can* have spaces in them; to find
-         the interface name, look forward in the interface string for
-         "\Device\", not backwards for a space, on Windows.  (Continue to
-         look backwards for a space on UNIX; names don't start with
-         "\Device\", or even "/dev/", and don't have spaces in them on any
-         UNIX-flavored OS I know of.)
-
-2004-01-26 18:35  ulfl
-
-       * gtk/menu.c:
-
-         slightly changed the menuitem names in View->Show->Packet xy
-
-2004-01-26 18:40  ulfl
-
-       * gtk/main.c:
-
-         added a tooltip to explain the behaviour of the syntax check in
-         the filter toolbar
-
-2004-01-26 18:51  ulfl
-
-       * gtk/filter_prefs.c:
-
-         added a tooltip to explain the behaviour of the syntax check in
-         the filter string
-
-2004-01-26 19:16  obiot
-
-       * gtk/: rtp_stream.c, rtp_stream.h, rtp_stream_dlg.c:
-
-         From Lars Ruoff:
-
-         - made streams list sortable by column - added a button "Find
-         Reverse" that finds the reverse stream to the   selected forward
-         stream. (If different reverse streams available,   pushing the
-         button repeatedly will cycle through all of them,   one after the
-         other.) - tidied up lots of superflous code.
-
-         Also get rid of a const pointer cast warning, and remove the _U_
-         attribute from rtpstream_reset().
-
-2004-01-26 20:48  guy
-
-       * AUTHORS, Makefile.am, Makefile.common, lapd_sapi.h,
-         packet-lapd.c, packet-q931.c, packet-teimanagement.c,
-         doc/ethereal.pod:
-
-         Add a dissector table for LAPD SAPIs, and move the #defines for
-         them into "lapd_sapi.h".  Use that to register the Q.931
-         dissector atop LAPD.
-
-         From Rolf Fiedler: ISDN TEI management frame support.
-
-2004-01-26 21:02  obiot
-
-       * gtk/dfilter_expr_dlg.c:
-
-         Add support for the "matches" operator if HAVE_LIBPCRE is
-         defined.
-
-2004-01-26 21:12  ulfl
-
-       * Makefile.nmake, packaging/nsis/Makefile.nmake,
-         packaging/nsis/ethereal.nsi:
-
-         updated NSIS generation to build GTK version 1 or 2, added new
-         target "packaging" to root Makefile.nmake, which will generate
-         version 1 or 2 or both, depending on config.nmake GTK?_DIR
-         setting
-
-2004-01-26 21:26  guy
-
-       * wiretap/i4btrace.c:
-
-         Fix a compiler warning.
-
-2004-01-26 22:16  obiot
-
-       * packet-t38.c:
-
-         From Martin Regner:
-
-         - support both T.38IFP/TCP and T38IFP/TPKT/TCP
-
-         There is one new preference setting tpkt_usage where you can
-         specify if TPKT header is used. With the default setting
-         (tpkt_usage=Maybe) the dissector will look on the first four
-         octets and try to determine if TPKT is used or not. This setting
-         seems to work well with the captures I have tried, but there
-         might be some scenarios where it will be better to set the value
-         to 'Always' or 'Never' dependant on if TPKT header is used or
-         not.
-
-         There is also a new preference setting regarding TCP
-         desegmentation. TCP desegmentation is currently only supported
-         when TPKT header is used.  You will need to set the preference
-         setting "Allow subdisectors to desegment TCP streams" for TCP and
-         also the "Desegment all TPKT messages spanning multiple TCP
-         segments" for TPKT if you want to use this feature. I don't have
-         any T.38 captures with segmented packets so I have not been able
-         to test this so much.
-
-         - Support for T.38 (2002) ASN.1 specification
-         http://www.itu.int/ITU-T/asn1/database/itu-t/t/t38/2003/T38(2002).html
-          Note: This ASN.1 specification is incompatible with the
-         Pre-Corigendum T.38 ASN.1 specification (1998) so you will need
-         to set the preference setting accordingly.
-
-         - When there are extra octets after the T.38 UDPTL packet you
-         will now see [Malformed?] in the Info-column. I thought that it
-         was quite irritating that non-T.38 packets could look like they
-         were correctly coded T.38 packets.
-
-         - There might be several T.38 IFP packets in a TCP packet for the
-         T.38 directly over TCP scenario. There is now at least some
-         support for this, but since TCP desegmentation is only supported
-         for the TPKT scenario this will not work if an IFP packet is
-         splitted into several TCP packets.
-
-2004-01-26 22:34  guy
-
-       * gtk/follow_dlg.c:
-
-         Newlines in filter strings are a Bad Idea, as they don't display
-         well in the title or contents of the filtering progress bar
-         window and don't work very well in files such as "recent" or
-         "dfilters".
-
-2004-01-26 22:52  guy
-
-       * packet-t38.c:
-
-         Rename "dissect_t38_tcp()" to "dissect_t38_tcp_pdu()" to make it
-         clearer what it does (dissect a single T.38-over-TCP or
-         T.38-over-TPKT PDU).
-
-         Have "dissect_t38_udp()" that does T.38-over-UDP dissection and
-         "dissect_t38_tcp()" that does T.38-over-TCP dissection; register
-         handles for them for the appropriate protocols, rather than
-         having a single dissector that checks the IP protocol type.
-
-         Use -1 rather than "tvb_length(tvb)" as the length for top-level
-         protocol tree items.
-
-         Clean up indentation.
-
-2004-01-26 23:49  obiot
-
-       * packet-text-media.c:
-
-         Add application/smil to the registered line-based text media
-         dissector.
-
-2004-01-27 00:20  obiot
-
-       * packet-gsm_sms_ud.c, packet-smpp.c, packet-wsp.c, AUTHORS,
-         Makefile.common, packet-wtp.c:
-
-         From Chris Wilson:
-
-                 Separate the GSM SMS User Data dissector from the SMPP
-         dissector.
-
-                 Rename the protocol.
-
-2004-01-27 00:26  obiot
-
-       * packet-gsm_sms_ud.c:
-
-         Get rid of a debug printf statement.
-
-2004-01-27 00:30  obiot
-
-       * packet-gsm_sms_ud.c:
-
-         Add a correct RCS ID (starts with capitalized "i").
-
-2004-01-27 01:35  guy
-
-       * AUTHORS, Makefile.am, Makefile.common, packet-iax2.c,
-         packet-iax2.h, doc/ethereal.pod:
-
-         From  Alastair Maw: IAX2 support.
-
-2004-01-27 01:43  guy
-
-       * packet-iax2.c:
-
-         Clear the Info column.
-
-2004-01-27 03:49  guy
-
-       * AUTHORS, packet-bvlc.c, doc/ethereal.pod:
-
-         From David Richards: don't stuff the packet length into a guint8,
-         as it can be bigger than 255.
-
-2004-01-27 03:55  guy
-
-       * packet-dcerpc-afs4int.c:
-
-         Update from Jaime Fournier.
-
-2004-01-27 04:11  guy
-
-       * prefs.c:
-
-         Map SMPP and smpp-gsm-sms preferences to their new homes in
-         gsm-sms-ud.
-
-2004-01-27 04:15  guy
-
-       * packet-dcerpc-afs4int.c, packet-dcerpc-bossvr.c,
-         packet-dcerpc-budb.c, packet-dcerpc-butc.c,
-         packet-dcerpc-cds_clerkserver.c, packet-dcerpc-cds_solicit.c,
-         packet-dcerpc-cprpc_server.c, packet-dcerpc-dce122.c,
-         packet-dcerpc-dce122.h, packet-dcerpc-dtsprovider.c,
-         packet-dcerpc-dtsstime_req.c, packet-dcerpc-fldb.c,
-         packet-dcerpc-ftserver.c, packet-dcerpc-icl_rpc.c,
-         packet-dcerpc-krb5rpc.c, packet-dcerpc-rep_proc.c,
-         packet-dcerpc-roverride.c, packet-dcerpc-rpriv.c,
-         packet-dcerpc-rs_acct.c, packet-dcerpc-rs_attr.c,
-         packet-dcerpc-rs_bind.c, packet-dcerpc-rs_misc.c,
-         packet-dcerpc-rs_pgo.c, packet-dcerpc-rs_plcy.c,
-         packet-dcerpc-rs_prop_acct.c, packet-dcerpc-rs_repadm.c,
-         packet-dcerpc-rs_replist.c, packet-dcerpc-rs_unix.c,
-         packet-dcerpc-rsec_login.c, packet-dcerpc-secidmap.c,
-         packet-dcerpc-tkn4int.c, packet-dcerpc-ubikdisk.c,
-         packet-dcerpc-ubikvote.c, packet-dcerpc-update.c:
-
-         From Jaime Fournier: update his e-mail address.
-
-2004-01-27 04:24  guy
-
-       * AUTHORS, doc/ethereal.pod:
-
-         Update Jaime Fournier's address.
-
-2004-01-27 04:43  guy
-
-       * packet-enip.c:
-
-         For EtherNet/IP-over-TCP, handle multiple PDUs in a TCP segment
-         and PDUs split across segment boundaries.
-
-2004-01-27 05:05  guy
-
-       * gtk/menu.c:
-
-         Add a detail-pane context menu item for "Export As Raw Packet
-         Data", so you can select something and export it without shoving
-         the rodent up to the menu bar.
-
-2004-01-27 08:06  guy
-
-       * packet-ieee80211.c, wiretap/airopeek9.c, wiretap/etherpeek.c,
-         wiretap/libpcap.c, wiretap/netxray.c, wiretap/wtap.h:
-
-         Supply a pseudo-header for all 802.11 packets; add an "fcs_len"
-         field to it, similar to the Ethernet pseudo-header's "fcs_len"
-         field, and use it in the 802.11 dissector.
-
-2004-01-27 17:17  obiot
-
-       * packet-gsm_sms_ud.c:
-
-         From Chris Wilson: add missing initialization of CL-WSP dissector
-         handle.
-
-         As proposed by some postings on Ethereal-Dev, remove the email
-         addresses from the authors and refer to the AUTHORS file or the
-         man page.
-
-2004-01-27 18:05  obiot
-
-       * gtk/rtp_analysis.c:
-
-         From Lars Ruoff: - use create_tempfile() to create the temporary
-         files (causes temp files to be   created at the same location as
-         other Ethereal temp files). Changed temp   filenames to
-         "ether_rtp_dXXXXXX", where d is the stream direction.  - fixed a
-         bug with temp files not being removed
-
-2004-01-27 19:46  ulfl
-
-       * gtk/: menu.c, proto_draw.c, proto_draw.h:
-
-         always select the current item under cursor, before showing up
-         the corresponding context menu (right mouse click)
-
-2004-01-27 20:13  guy
-
-       * AUTHORS, doc/ethereal.pod:
-
-         Update Andy Hood's e-mail address.
-
-2004-01-27 20:25  guy
-
-       * packet-iax2.c:
-
-         From Alastair Maw: the IAX2 type is unsigned, not signed.
-
-2004-01-27 20:36  guy
-
-       * gtk/: proto_draw.c, proto_draw.h:
-
-         Make "{byte,tree}_view_select()" return "gboolean", not "gint",
-         as they return TRUE or FALSE as a success/failure indication.
-
-2004-01-27 20:58  ulfl
-
-       * gtk/: menu.c, proto_draw.c:
-
-         "Export Selected Packet Bytes" -> change all appearances to this
-         text, don't show up this dialog if no data *is* selected (didn't
-         find an easy way to control sensitivity of the menus by some
-         mechanism :-(
-
-2004-01-28 01:24  guy
-
-       * wiretap/: libpcap.c, wtap.c, wtap.h:
-
-         From Tomas Kukosa: reserve private WTAP_ENCAP values and map them
-         to reserved private DLT_ values.
-
-2004-01-28 03:36  gerald
-
-       * packet-ethertype.c:
-
-         Catch any exceptions that add_ethernet_trailer() throws in
-         add_dix_trailer().  Otherwise, they're caught by ethertype()
-         which results in an infinite loop.
-
-2004-01-28 09:10  guy
-
-       * gtk/main.c:
-
-         "gtk/main.c" no longer has any code to manage the packet list, so
-         it no longer needs to define the "column_arrows" structure.
-
-2004-01-28 09:53  guy
-
-       * gtk/packet_list.c:
-
-         For columns whose data comes from the frame_data structure for a
-         packet, sort the columns based on that data, rather than on the
-         raw text of the column - that's probably faster, and also doesn't
-         get rudely surprised by "atof()" being locale-dependent.
-
-2004-01-28 10:19  guy
-
-       * gtk/packet_list.c:
-
-         Clean up the comparison code a bit.
-
-2004-01-28 10:37  guy
-
-       * gtk/packet_list.c:
-
-         Fix a comment.
-
-2004-01-28 20:09  guy
-
-       * packet-ethertype.c:
-
-         If we don't have any of the packet padding in the tvbuff, don't
-         even try to add the trailer - that avoids the problem with
-         throwing an exception inside a CATCH* clause for that same
-         exception.  (XXX - is this a problem with our exception
-         mechanism? What happens in languages with built-in exceptions if
-         a
-
-                 try
-                         XXX
-                 catch YYY
-                         ZZZ
-                 end
-
-         construct throws exception YYY inside code block ZZZ?  If it
-         doesn't re-enter ZZZ, that argues that our exception mechanism is
-         buggy or, at least, violates the Principle of Least Surprise.)
-
-         Move the code to put the trailer information into the protocol
-         tree out of the CATCH2 clause, so the trailer shows up if we *do*
-         have the trailer information.
-
-2004-01-28 22:14  ulfl
-
-       * packet-clnp.c:
-
-         commented out setting the packet_info srcport and destport
-         fields, as this will prevent "ISO on TCP" (RFC1006) packet from
-         using: "follow TCP stream" function
-
-2004-01-29 03:37  guy
-
-       * epan/column-utils.c:
-
-         Clean up whitespace, and use "%u" to print unsigned quantities.
-
-2004-01-29 03:46  guy
-
-       * packet-dhcpv6.c:
-
-         From Shinsuke Suzuki:
-
-                 - updated the IETF spec names
-                 - changed Prefix-Delegation related DHCPv6 option
-                   numbers from temporary one to the official one
-                 - fixed typo in DHCPv6 message type
-
-2004-01-29 03:51  guy
-
-       * AUTHORS, packet-gre.c:
-
-         From Shinsuke Suzuki: add the payload type code for IPv6.
-
-2004-01-29 03:59  guy
-
-       * AUTHORS, packet-icmpv6.c, doc/ethereal.pod:
-
-         From Shusaku Ueda:
-
-                 - show all Home Agent Addresses of DHAAD Reply
-                 - show ICMP options of Mobile Prefix Advertisement
-
-2004-01-29 10:58  guy
-
-       * packet-tzsp.c, packet-wlancap.c, wiretap/libpcap.c,
-         wiretap/wtap.c, wiretap/wtap.h:
-
-         The DLT_ value 127 is being used for the BSD radio header, and
-         the current CVS libpcap uses 163 for the AVS radio header (127
-         was never used for the AVS radio header).  Redo the Wiretap
-         encapsulation values for that (and shuffle them to put the 802.11
-         Wiretap values together).
-
-2004-01-29 21:19  obiot
-
-       * packet-gsm_sms_ud.c:
-
-         From Chris Wilson:
-
-          - Do not reassemble if the fragmentation IE is available but
-         there is
-            only one fragment reported.
-          - Add a preference to disallow sub-dissectors to update the
-         columns.
-
-         Also: fix white-space at 2 places (tabs to spaces).
-
-2004-01-29 22:37  ulfl
-
-       * gtk/: compat_macros.h, dlg_utils.c:
-
-         added GTK_STOCK_YES and GTK_STOCK_NO to the dlg_button_row
-
-2004-01-29 23:07  ulfl
-
-       * simple_dialog.h, gtk/simple_dialog.c:
-
-         added "Yes" and "No" buttons to the simple_dialog, added a
-         callback method, to be called if a button was pressed
-
-2004-01-29 23:11  ulfl
-
-       * gtk/: capture_dlg.c, capture_dlg.h, file_dlg.c, file_dlg.h,
-         main.c, main.h, menu.c, menu.h:
-
-         every GUI action, which will erease a currently unsaved capture
-         file, will now raise a dialog "Save xy before z?" with
-         Yes/No/Cancel buttons.
-
-2004-01-30 06:43  ulfl
-
-       * gtk/ui_util.c:
-
-         slightly higher polling rate, to detect stop condition from
-         capture task
-
-2004-01-30 10:51  sahlberg
-
-       * packet-ndmp.c:
-
-         update to ndmp   if there is an error, put the error string in
-         the packet summary
-
-2004-01-31 01:28  ulfl
-
-       * gtk/simple_dialog.c, image/stock_dialog_error_48.xpm,
-         image/stock_dialog_info_48.xpm,
-         image/stock_dialog_question_48.xpm,
-         image/stock_dialog_warning_48.xpm:
-
-         using GTK2 stock icons for dialogs instead of Ethereal specific
-         ones
-
-2004-01-31 01:32  guy
-
-       * capture.c:
-
-         If "pcap_compile()" fails to compile an empty filter string
-         (because, for example, the libpcap code generator doesn't support
-         the link-layer type for the capture), "dfilter_compile()" will
-         succeed but return a null rfcode pointer.
-
-         In that case, instead of telling people that it looks like a
-         valid display filter (which it does, but it also looks like a
-         complete list of all the Basque words likely to be known by
-         Hammurabi :-)), and then crashing when we try to "free" that
-         non-existent dfilter code, we just report it as a "sorry,
-         couldn't compile that capture filter.
-
-2004-01-31 02:25  ulfl
-
-       * capture.c, file.c, proto_hier_stats.c, simple_dialog.h,
-         gtk/capture_dlg.c, gtk/color_dlg.c, gtk/color_filters.c,
-         gtk/dfilter_expr_dlg.c, gtk/file_dlg.c, gtk/filter_prefs.c,
-         gtk/find_dlg.c, gtk/follow_dlg.c, gtk/goto_dlg.c,
-         gtk/gui_prefs.c, gtk/help_dlg.c, gtk/main.c, gtk/print_dlg.c,
-         gtk/rtp_analysis.c, gtk/rtp_stream.c, gtk/simple_dialog.c,
-         gtk/tcp_graph.c:
-
-         renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to better reflect the
-         real error text
-
-2004-01-31 02:29  guy
-
-       * capture.c:
-
-         Add some more information to the error message for invalid
-         capture filters that look like display filters.
-
-2004-01-31 03:22  guy
-
-       * capture.c, file.c, proto_hier_stats.c, gtk/ansi_a_stat.c,
-         gtk/ansi_map_stat.c, gtk/bootp_stat.c, gtk/capture_dlg.c,
-         gtk/capture_prefs.c, gtk/color_dlg.c, gtk/color_filters.c,
-         gtk/colors.c, gtk/dcerpc_stat.c, gtk/decode_as_dlg.c,
-         gtk/dfilter_expr_dlg.c, gtk/endpoint_talkers_table.c,
-         gtk/fc_stat.c, gtk/file_dlg.c, gtk/filter_prefs.c,
-         gtk/find_dlg.c, gtk/follow_dlg.c, gtk/goto_dlg.c,
-         gtk/gsm_a_stat.c, gtk/gui_prefs.c, gtk/h225_counter.c,
-         gtk/h225_ras_srt.c, gtk/help_dlg.c, gtk/http_stat.c,
-         gtk/io_stat.c, gtk/isup_stat.c, gtk/ldap_stat.c, gtk/main.c,
-         gtk/mgcp_stat.c, gtk/prefs_dlg.c, gtk/print_dlg.c,
-         gtk/proto_dlg.c, gtk/proto_draw.c, gtk/rpc_stat.c,
-         gtk/rtp_analysis.c, gtk/rtp_stream.c,
-         gtk/service_response_time_table.c, gtk/simple_dialog.c,
-         gtk/smb_stat.c, gtk/tcp_graph.c, gtk/wsp_stat.c:
-
-         Pass ESD_BTN_OK rather than NULL as a second argument to
-         "simple_dialog()"; NULL might be #defined to be a pointer
-         expression on some platforms, causing compiler warnings (and, on
-         platforms where a null pointer doesn't have all its bits 0,
-         possibly causing misbehavior, although I don't think there are
-         any such platforms on which Ethereal runs).
-
-         Don't allow 0 as button mask argument to "simple_dialog()".
-
-         Squelch a compiler warning.
-
-         Report fatal problems as errors, not warnings.
-
-         Report file I/O errors with "file_open_error_message()".
-
-         Report file write errors (including those reported by "close()",
-         e.g.  some errors writing to an NFS server) when saving raw
-         packet data to a file.
-
-2004-01-31 03:35  guy
-
-       * config.nmake:
-
-         Raise the Wiretap version number to 0.1, as the current version
-         isn't binary-compatible with earlier versions.  (That should have
-         been done for all binary-incompatible changes, and should be done
-         for binary-incompatible changes in the future.)
-
-2004-01-31 04:10  guy
-
-       * column.c, file.c, tethereal.c, epan/column-utils.c,
-         epan/column_info.h, epan/frame_data.h, gtk/packet_list.c:
-
-         Fix the spelling of "cumulative" (and variables whose names
-         derive from that spelling).
-
-2004-01-31 04:26  guy
-
-       * gtk/packet_list.c:
-
-         If comparing any field other than the frame number, if both field
-         values are the same, compare the frame number, so that the sort
-         order doesn't depend on how packets happened to be sorted
-         previously (i.e., so that if you sort on a given column in a
-         given direction, the sort order is always the same).
-
-2004-01-31 04:40  guy
-
-       * AUTHORS, Makefile.am, Makefile.common, packet-radiotap.c,
-         packet-radiotap.h, doc/ethereal.pod:
-
-         From Sam Leffler: support for BSD radiotap header for 802.11.
-
-2004-01-31 09:48  guy
-
-       * packet-rtp.c, packet-rtp.h, gtk/rtp_analysis.c, gtk/rtp_stream.c:
-
-         Add to the _rtp_info structure a "info_all_data_present" boolean,
-         which is TRUE if all the RTP raw data is present in the tvbuff
-         and FALSE otherwise.  If it's not all present, also set
-         "info_data_len" to 0 and "info_data" to NULL.
-
-         In the RTP Analysis "Save Payload..." operation, check the
-         "info_all_data_present" flag and fail if it's not set, and use
-         "rtpinfo->info_data" and "rtpinfo->info_payload_offset" to get at
-         the payload, rather than using "cfile.pd", as the latter doesn't
-         necessarily refer to the current frame data.
-
-         Note that the RTP Streams save operation should also check the
-         "info_all_data_present" flag.
-
-2004-01-31 12:13  ulfl
-
-       * simple_dialog.h, gtk/capture_dlg.c, gtk/color_dlg.c,
-         gtk/compat_macros.h, gtk/dlg_utils.c, gtk/file_dlg.c, gtk/main.c,
-         gtk/menu.c, gtk/simple_dialog.c:
-
-         cleanup of new "question dialogs", using GTK2 primary/secondary
-         message text from GNOME HIG for simple_dialogs, added a "question
-         dialog" for the coloring rules "Clear" button
-
-2004-01-31 12:19  ulfl
-
-       * Makefile.nmake:
-
-         use identical depencies for gtk1 also for gtk2 target
-
-2004-01-31 12:49  ulfl
-
-       * gtk/simple_dialog.c:
-
-         gtk_label_set_selectable() is only available from GTK version 2
-
-2004-01-31 14:16  ulfl
-
-       * gtk/file_dlg.c:
-
-         minor change in dialog text
-
-2004-01-31 14:23  ulfl
-
-       * gtk/menu.c:
-
-         fixed some sensitivity things in the context menues
-
-2004-01-31 18:32  ulfl
-
-       * gtk/: file_dlg.c, file_dlg.h, main.c, main.h:
-
-         Implemented rudimentary Drag and Drop support.
-
-2004-01-31 20:31  ulfl
-
-       * gtk/print_dlg.c:
-
-         change layout, as dialog was a bit tall, improved resizability
-
-2004-02-01 02:10  jmayer
-
-       * FAQ, make-faq, help/faq.txt:
-
-         Update FAQ to Jan 27th 2004
-
-2004-02-01 02:26  jmayer
-
-       * make-manuf, manuf:
-
-         Update manuf to Feb, 1st 2004
-
-2004-02-01 02:35  jmayer
-
-       * epan/packet.c:
-
-         Fix some pointer types
-
-2004-02-01 02:35  jmayer
-
-       * epan/: ipv4.c, ftypes/ftype-string.c, ftypes/ftypes.h:
-
-         signed/unsigend warning fixes
-
-2004-02-01 02:59  guy
-
-       * gtk/main.c:
-
-         Konqueror, in KDE 3.0, appears to drop file names of the form
-         "file:/foo/bar/...", so that only the "file:" should be stripped
-         off.
-
-         Note that we should probably look for "file:" followed by an
-         arbitrary number of "/"s, and, at least on UNIX, strip off all
-         but the last of those "/"s.
-
-2004-02-01 03:35  guy
-
-       * packaging/nsis/ethereal.nsi:
-
-         Arrange that the shortcuts for Ethereal start Ethereal in the
-         user's profile directory, so that the file dialogs start there
-         rather than in the directory in which the MIB files appear.
-
-2004-02-01 04:20  jmayer
-
-       * packet-radiotap.c:
-
-         Remove comma after last element of enum
-
-2004-02-01 04:29  jmayer
-
-       * packet-radiotap.c:
-
-         Add consts to avoid 'cast discards qualifiers from pointer target
-         type'
-
-2004-02-01 04:34  gerald
-
-       * Makefile.am:
-
-         Add the new dialog images to the distribution.
-
-2004-02-01 04:54  jmayer
-
-       * epan/strutil.c:
-
-         Add consts to fix 'cast discards qualifiers from pointer target
-         type'
-
-2004-02-01 06:49  jmayer
-
-       * packet-dcerpc-afs4int.c, packet-http.c, packet-radius.c,
-         epan/configure.in, epan/tvbuff.c, epan/tvbuff.h,
-         plugins/Xplugin_table.h, plugins/plugin_api_list.c:
-
-         packet-dcerpc-afs4int.c
-
-2004-02-01 06:56  jmayer
-
-       * packet-radius.c:
-
-         Undo previous checkin, it only contained acidentally escaped
-         unfinished code
-
-2004-02-01 10:01  ulfl
-
-       * gtk/main.c:
-
-         DND: also unescape URI characters (e.g. %20 -> ' ')
-
-2004-02-01 10:07  jmayer
-
-       * Makefile.am, Makefile.common, Makefile.nmake:
-
-         Move sourcelists into Makefile.common
-
-2004-02-01 10:11  jmayer
-
-       * Makefile.nmake:
-
-         The last commit was only half complete
-
-2004-02-01 10:31  jmayer
-
-       * Makefile.common:
-
-         Saved wrong version
-
-2004-02-01 11:32  obiot
-
-       * make-version.pl:
-
-         Speed up the generation of the CVS version tag, by only looking
-         for directories named CVS, and by considering only the most
-         recent Entries file herein.
-
-         Get rid of the code assuming that a CVS snapshot generates a
-         "cvsversion" file.
-
-2004-02-01 13:12  ulfl
-
-       * gtk/progress_dlg.c:
-
-         avoid problems when strings becoming too large, especially true
-         when working with TCP stream filtering
-
-2004-02-01 13:13  ulfl
-
-       * gtk/summary_dlg.c:
-
-         avoid very large dialogs, when display filters becoming too
-         large, especially true when working with TCP stream filtering
-
-2004-02-01 15:33  ulfl
-
-       * gtk/summary_dlg.c:
-
-         beautified the dialog a bit
-
-2004-02-01 15:36  ulfl
-
-       * gtk/menu.c:
-
-         replace "RTT Graph" by "Round Trip Time Graph" as this is more
-         descriptive
-
-2004-02-01 20:28  ulfl
-
-       * prefs.c, prefs.h, gtk/file_dlg.c, gtk/gui_prefs.c, gtk/main.c,
-         gtk/menu.h, gtk/recent.c, gtk/recent.h:
-
-         moved window geometry values from prefs to recent, added new pref
-         / recent setting: "maximized main window", which will save, if
-         the main window is maximized or not, this will take effect on GTK
-         version 2 only, but is saved nonetheless
-
-2004-02-01 20:46  guy
-
-       * packet-srvloc.c:
-
-         From Greg Morris: handle SLPv1 service type requests that ask for
-         all naming authorities.
-
-2004-02-01 21:30  guy
-
-       * epan/: tvbuff.c, tvbuff.h:
-
-         Make "tvb_strneql()" take a "gchar *" rather than a "guint8 *" as
-         the string argument.
-
-         Add some casts to squelch compiler warnings.
-
-2004-02-01 21:33  guy
-
-       * packet-tds.c:
-
-         From Yaniv Kaul:
-
-                 add dissection of TDS7 results token and login_ack token;
-
-                 fix a small bug in the login packet dissection;
-
-                 add partial dissection of a query packet.
-
-2004-02-01 21:48  guy
-
-       * Ethereal.desktop:
-
-         At least with KDE 3.0, it appears that the icon color (high vs.
-         low) and size are specified by the directory in which the icon
-         resides, so you have to just have "ethereal.png" be the icon in
-         the "icons/hicolor/{16x16,32x32,48x48}" directory.
-
-2004-02-01 22:42  guy
-
-       * epan/ftypes/ftype-tvbuff.c:
-
-         Cast the result of "tvb_get_ptr()" to squelch a compiler warning.
-
-2004-02-01 22:43  guy
-
-       * gtk/main.c:
-
-         Mark the "widget" argument to "main_load_window_geometry()" as
-         unused when building for GTK+ 1.2[.x].
-
-2004-02-02 11:07  sahlberg
-
-       * packet-telnet.c:
-
-         start to dissect telnet (kerberos) authentication according to
-         rfc2941 start with dissection of the SEND request and the NAME
-         field.  continue later with the ones holding a kerberos ticket.
-
-2004-02-02 17:57  guy
-
-       * AUTHORS, packet-mtp3mg.c, doc/ethereal.pod:
-
-         From Jonathan Perkins; the in ANSI MTP3, the SLC field of
-         SLTM/SLTA messages is in a different place from where it is in
-         ITU MTP3.
-
-2004-02-02 18:00  guy
-
-       * plugins/: plugin_api_list.c, Xplugin_table.h:
-
-         From Lars Roland: fix the declaration of "tvb_strneql()".
-
-2004-02-02 22:51  guy
-
-       * gtk/summary_dlg.c:
-
-         Include <string.h> to declare "strlen()".
-
-2004-02-02 23:55  ulfl
-
-       * doc/README.capture:
-
-         reflect latest changes to capture.c
-
-2004-02-03 00:16  ulfl
-
-       * cfile.h, file.c, gtk/main.c, gtk/main.h, gtk/menu.c,
-         gtk/packet_list.c:
-
-         added some more info to the statusbar (filesize, packet count,
-         ..), fixed a minor bug in the cfile handling (file length in
-         summary dialog)
-
-2004-02-03 00:30  guy
-
-       * file.c:
-
-         Use "%ld", not "%u", to print "long" values.
-
-2004-02-03 01:06  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         set compression mechanism for Modern UI to lzma
-
-2004-02-03 11:40  sahlberg
-
-       * packet-telnet.c:
-
-         update to packet-telnet and kerberos authentication it now
-         dissects the kerberos blobs inside the ktelnet+keytab files
-         posted yesterday.
-
-         it still needs the kerberos+ber updates to be checked in after
-         next release before we can attack opening hte encrypted parts of
-         kerberos tickets and authenticators
-
-         the code assumes all telnet authentications being krb5.  if that
-         is inconvenient feel welcome to send me captures with krb4 or
-         other telnet authentication protocols,
-
-2004-02-03 17:59  ulfl
-
-       * capture.c, file.c, simple_dialog.h, gtk/file_dlg.c, gtk/main.c,
-         gtk/menu.c, gtk/simple_dialog.c:
-
-         enhanced some dialog messages, close capture file when user told
-         so
-
-2004-02-03 18:22  guy
-
-       * AUTHORS, packet-eap.c, doc/ethereal.pod:
-
-         From Holger Schurig; add support for EAP-TTLS.
-
-2004-02-03 18:39  guy
-
-       * capture.c:
-
-         Add a missing "%s" to the format string.
-
-2004-02-03 18:41  guy
-
-       * packet-telnet.c:
-
-         Make a pointer to which a "const" pointer value is assigned
-         "const" itself.
-
-         Instead of crashing if a too-large Kerberos blob is seen, just
-         show it as an undecoded item.
-
-2004-02-03 18:57  guy
-
-       * AUTHORS, Makefile.common, packet-sipfrag.c, doc/ethereal.pod:
-
-         From Martin Mathieson: SIP sipfrag support.
-
-2004-02-03 19:54  ulfl
-
-       * capture.c:
-
-         ups, moved previously missing %s to the right place
-
-2004-02-03 20:03  ulfl
-
-       * packaging/nsis/: ethereal.nsi, Makefile.nmake:
-
-         from Lars Roland: fix NSIS uninstallation
-
-2004-02-03 20:13  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         patch error removed
-
-2004-02-03 20:39  guy
-
-       * packet-sip.c:
-
-         Handle the media type "message/sip".
-
-2004-02-03 20:48  guy
-
-       * capture.c:
-
-         Tweak the error messages for bad capture filters.
-
-2004-02-03 22:30  guy
-
-       * version_info.c:
-
-         As Apple's advertising industry might have said, "word-wrap
-         different".
-
-2004-02-03 23:19  guy
-
-       * AUTHORS, packet-eth.c, doc/ethereal.pod:
-
-         From Peter J. Creath: add a heuristic dissector table, so that
-         dissectors for protocols that put non-802.3 packets inside 802.3
-         frames can intercept 802.3/Ethernet frames before they're
-         dissected as 802.3/Ethernet packets.
-
-2004-02-04 01:10  guy
-
-       * simple_dialog.h, gtk/capture_dlg.c, gtk/file_dlg.c, gtk/main.c,
-         gtk/menu.c, gtk/simple_dialog.c:
-
-         Add some comments about the types of alert boxes you get with the
-         simple_dialog routines (which are really just message box/alert
-         box routines).
-
-         Add some macros for combinations of buttons (corresponding to
-         combinations that some GUI toolkits, which only support some
-         combinations, allow).
-
-2004-02-04 20:19  obiot
-
-       * packet-wsp.c:
-
-         Use InterCapNotation on the protocol header field.  Add the hex
-         encoding of the main PDU items displayed in the protocol header
-         field.
-
-         Some small white space fixes.
-
-2004-02-04 20:34  guy
-
-       * AUTHORS, packet-enip.c, doc/ethereal.pod:
-
-         From Magnus Hansson:
-
-                 * Added decoding of Transport type/trigger
-                 * Updated service code's text to match specification
-                 * Added new vendor IDs from ODVA
-                 * Added service etc to info column, formatted info column
-         for
-                   easier overview
-                 * Added actual time out calculation for Forward close,
-                   Unconnected send
-                 * Fixed bug, port not shown for extended addresses
-                 * Added Network Segment to EPATH decode
-                 * NOP packets not decoded as they contain Common data
-         Format
-
-2004-02-04 20:46  guy
-
-       * gtk/menu.c:
-
-         The menu item for changing the state of name resolution for
-         network-layer addresses should call the callback for network name
-         resolution, not MAC name resolution.
-
-2004-02-05 08:16  guy
-
-       * plugins/docsis/packet-docsis.c:
-
-         Update a comment.
-
-2004-02-05 09:42  guy
-
-       * packet-radius.c, epan/strutil.c:
-
-         We can't test the GTK+ version in dissectors or libethereal code,
-         as they don't include any GTK+ headers (and shouldn't do so, as
-         they can't use GTK+); we use the GLib version as a proxy.
-
-2004-02-05 18:57  obiot
-
-       * packet-wbxml.c:
-
-         Spotted by Guy Harris: SyncML media type was not registered (it
-         was lost when we introduced the media dissector table and got rid
-         of the WSP binary content type dissector table).
-
-2004-02-05 19:08  obiot
-
-       * packet-ssl.c:
-
-         From Holger Schurig: add two cipher strings.
-
-2004-02-05 19:19  obiot
-
-       * packet-h225.c:
-
-         From Martin Regner (patch from Anders Broman):
-
-                 Calculate the correct offset for fastStart (bits, not
-         bytes).
-
-2004-02-05 23:57  obiot
-
-       * epan/: column-utils.c, column-utils.h:
-
-         Add new col_append methods which will prepend the (format) string
-         with the provided separator (or a default ", ") if the column is
-         not empty.
-
-2004-02-06 00:45  guy
-
-       * wiretap/libpcap.c:
-
-         Sort the link-layer type values a little better.
-
-2004-02-06 01:07  obiot
-
-       * packet-mmse.c, packet-multipart.c:
-
-         Add a new dissector table for multipart media encpsulation
-         (similar to the "media_type" dissector table defined in the HTTP
-         dissector), allowing us to make the distinction between
-         dissecting a standaone media type and an encapsulated media type
-         (e.g., encapsulated in a multipart entity).
-
-         Provide separate dissectors for "standalone" and "encapsulated"
-         MMSE, hence fixing the needlessly clearing of the Info column
-         when the MMSE is only part of the encapsulated entity (e.g., in
-         the PAP protocol for WAP Push).
-
-2004-02-06 02:09  guy
-
-       * wiretap/etherpeek.c:
-
-         Fix up a comment to note that this is also used for AiroPeek, and
-         used only for versions 5, 6, and 7 of the file format.
-
-         Add another comment explaining why this refers to "etherpeek"
-         even though it's also used for AiroPeek and probably also
-         TokenPeek.
-
-2004-02-06 02:11  guy
-
-       * wiretap/: airopeek9.c, file_access.c:
-
-         V9 format appears to be used by some versions of EtherPeek, too.
-
-         The MediaType field seems to be 0 for the Ethernet captures;
-         however, the MediaSubType field is different.
-
-         The fields in the header are different - we can't use hard-coded
-         offsets for the fields, we have to process them as a sequence of
-         tag/value items.
-
-         Rename some routines to use the same naming convention as the V9
-         open routine rather than the same convention as the V5/V6/V7 read
-         and seek/read routines.
-
-2004-02-06 03:12  guy
-
-       * wiretap/airopeek9.c:
-
-         Ethernet frames appear to have 4 bytes of 0 at the end, at least
-         in the captures I've seen.
-
-2004-02-06 03:25  guy
-
-       * packet-tds.c:
-
-         From Yaniv Kaul:
-
-                 label each column of a results token;
-
-                 handle types 35, 38, and 104.
-
-2004-02-06 04:27  guy
-
-       * wiretap/airopeek9.c:
-
-         The time stamps in *Peek V9 files appear to be in nanoseconds
-         from the Windows FILETIME epoch, i.e. midnight, January 1, 1601.
-
-2004-02-06 04:48  guy
-
-       * wiretap/airopeek9.c:
-
-         Make sure a packet has one and only one length field, one and
-         only one timestamp lower field, and one and only one timestamp
-         lower field.
-
-2004-02-06 05:23  guy
-
-       * wiretap/airopeek9.c:
-
-         A MediaSubType value of 1 also means 802.11.  (Is that what
-         indicates whether there's an FCS or not?)
-
-2004-02-06 06:51  ulfl
-
-       * image/README.image:
-
-         simple_dialog now uses the stock_dialog_xy icons
-
-2004-02-06 14:59  jmayer
-
-       * gtk/main.c:
-
-         Fix a few warnings
-
-2004-02-06 18:47  ulfl
-
-       * Makefile.nmake, packaging/nsis/ethereal.nsi,
-         packaging/nsis/Makefile.nmake:
-
-         renamed GTK2 version from ethereal2.exe to ethereal-gtk2.exe, as
-         this is *not* the Ethereal version 2 already.  Some other cleanup
-         done
-
-2004-02-06 19:19  ulfl
-
-       * gtk/ansi_a_stat.c, gtk/ansi_map_stat.c, gtk/capture_prefs.c,
-         gtk/color_dlg.c, gtk/column_prefs.c, gtk/decode_as_dlg.c,
-         gtk/dfilter_expr_dlg.c, gtk/endpoint_talkers_table.c,
-         gtk/filter_prefs.c, gtk/follow_dlg.c, gtk/gsm_a_stat.c,
-         gtk/gtk_stat_util.c, gtk/h225_counter.c, gtk/h225_ras_srt.c,
-         gtk/help_dlg.c, gtk/isup_stat.c, gtk/mgcp_stat.c,
-         gtk/packet_list.c, gtk/plugins_dlg.c, gtk/prefs_dlg.c,
-         gtk/proto_dlg.c, gtk/proto_draw.c, gtk/proto_hier_stats_dlg.c,
-         gtk/rtp_analysis.c, gtk/rtp_stream_dlg.c,
-         gtk/service_response_time_table.c, gtk/supported_protos_dlg.c,
-         gtk/tcp_graph.c, gtk/ui_util.c, plugins/asn1/packet-asn1.c:
-
-         replaced every appearance of gtk_scrolled_window_new() with
-         scrolled_window_new().  added
-         gtk_scrolled_window_set_policy(AUTOMATIC,AUTOMATIC) to
-         scrolled_window_new() added GTK2's
-         gtk_scrolled_window_set_shadow(GTK_SHADOW_IN) to every place
-         needed
-
-2004-02-06 20:04  jmayer
-
-       * packet-h225.c:
-
-         From Lars Roland: Warning fixes
-
-2004-02-06 20:50  guy
-
-       * wiretap/: airopeek9.c, wtap-int.h:
-
-         Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0
-         or an FCS at the end appears to depend on the network subtype
-         value.
-
-2004-02-07 04:25  guy
-
-       * util.c:
-
-         Use G_DIR_SEPARATOR_S rather than "/" as the pathname separator
-         when constructing the pathname of a temporary file, so as not to
-         frighten the horses when they see an error message for a
-         temporary capture file.
-
-2004-02-07 04:35  jmayer
-
-       * .cvsignore, epan/.cvsignore, wiretap/.cvsignore:
-
-         Ignore byproducts of shared lib compilation
-
-2004-02-07 05:44  jmayer
-
-       * epan/configure.in, wiretap/configure.in:
-
-         Don't build as shared *and* static by default
-
-2004-02-07 06:32  jmayer
-
-       * configure.in:
-
-         Put AM_DISABLE_STATIC into the same place as in epan and wiretap
-
-2004-02-07 21:47  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         corrected links to the ethereal.exe for GTK2 version
-
-2004-02-08 01:15  jmayer
-
-       * epan/configure.in:
-
-         Move -pedandic & co back into extra-flags (prepare for dissectors
-         moving to epan/)
-
-2004-02-08 14:11  jmayer
-
-       * wiretap/configure.in:
-
-         Move -pedantic back to extra-gcc-flags, as glib generates more
-         warnings than our code
-
-2004-02-09 00:05  guy
-
-       * wiretap/network_instruments.c:
-
-         Add extra {} to "avoid ambiguous `else'", to quote the GCC
-         warning that this squelches.
-
-2004-02-09 00:06  guy
-
-       * wiretap/: cosine.c, dbs-etherwatch.c, vms.c:
-
-         Cast the arguments to <ctype.h> macros to "guchar", to squelch
-         "subscript has type `char'" warnings and to make the code work
-         correctly if there are characters with the 8th bit set.
-
-2004-02-09 16:49  jmayer
-
-       * epan/: dfilter/.cvsignore, ftypes/.cvsignore:
-
-         Ignore shared dll stuff
-
-2004-02-09 17:23  jmayer
-
-       * epan/: dfilter/.cvsignore, ftypes/.cvsignore:
-
-         Forgot *.la
-
-2004-02-09 18:22  ulfl
-
-       * help/: Makefile.am, capturing.txt, getting_started.txt:
-
-         two new help pages: getting_started for the very first steps
-         running Ethereal capturing for some explanation how to capture
-         data
-
-2004-02-09 18:23  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         typo fixed
-
-2004-02-09 18:25  ulfl
-
-       * gtk/color_dlg.c:
-
-         minor changes
-
-2004-02-09 18:32  ulfl
-
-       * gtk/toolbar.c:
-
-         bugfix: init the toolbar's Save icons correctly
-
-2004-02-09 19:19  ulfl
-
-       * capture.c:
-
-         bugfix: close capture file again, if empty after capturing (bug
-         appears only, if "update list of packets ..." not used)
-
-2004-02-09 19:36  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: fix the decoding of BAT ASE elements with
-         more than one octet.
-
-2004-02-10 00:50  jmayer
-
-       * Makefile.am:
-
-         Run make-version.pl on every make (at least with gnu make)
-
-2004-02-10 12:11  jmayer
-
-       * Makefile.am:
-
-         Undo last change for cvsversion.h generation. It causes make to
-         loop on some systems
-
-2004-02-10 18:02  ulfl
-
-       * help/toc:
-
-         added help pages "Getting Started" and "Capturing"
-
-2004-02-10 18:12  ulfl
-
-       * config.nmake:
-
-         making the Modern UI the default
-
-2004-02-10 23:30  guy
-
-       * plugins/: plugin_api_list.c, Xass-list, Xplugin_api.c,
-         Xplugin_api.h, Xplugin_api_decls.h, Xplugin_table.h:
-
-         Add "tvb_strsize()".
-
-2004-02-10 23:38  guy
-
-       * AUTHORS, Makefile.common, packet-dcerpc-llb.c,
-         packet-dcerpc-rdaclif.c, packet-dcerpc-rs_attr_schema.c,
-         packet-dcerpc-rs_prop_acl.c, packet-dcerpc-rs_prop_attr.c,
-         packet-dcerpc-rs_prop_pgo.c, packet-dcerpc-rs_prop_plcy.c,
-         packet-dcerpc-rs_pwd_mgmt.c, packet-dcerpc-rs_repmgr.c:
-
-         From Jaime Fournier: add a bunch of DCE RPC stub dissectors.
-
-2004-02-11 00:55  guy
-
-       * Makefile.common, alert_box.c, alert_box.h, file.c,
-         gtk/file_dlg.c, gtk/find_dlg.c, gtk/io_stat.c, gtk/main.c:
-
-         Add a routine to be used to put up alert boxes for invalid
-         display filter expressions; use that in a number of places, so we
-         use the same alert box.  (More work is needed to figure out the
-         right way to handle some other "dfilter_compile()" failures.)
-
-         Use the error message from the display filter as the primary
-         error, as that's the message that tells you what the underlying
-         problem is.  (The GNOME HIG says "In most situations the user
-         should only need the primary text to make a quick decision", so
-         the primary text should tell you what's wrong with the filter,
-         not just that it's invalid.  If there are messages from the
-         display filter code that don't give enough information, or are a
-         bit cryptic, such as "Unexpected end of filter string," those
-         should be fixed in the display filter code.)
-
-         Improve the error used if an empty filter is used for "find
-         frame".
-
-2004-02-11 01:23  guy
-
-       * alert_box.c, alert_box.h, capture.c, file.c, gtk/follow_dlg.c,
-         gtk/print_dlg.c, gtk/proto_draw.c, gtk/rtp_analysis.c,
-         gtk/rtp_stream.c:
-
-         Add an "open_failure_alert_box()" routine to pop up an alert box
-         for a failed attempt to open/create a file.
-
-         Fix one call to pass the right value for the "for_writing" flag.
-
-2004-02-11 01:37  guy
-
-       * alert_box.c, alert_box.h, file.c, gtk/follow_dlg.c,
-         gtk/print_dlg.c, gtk/proto_draw.c, gtk/rtp_analysis.c,
-         gtk/rtp_stream.c:
-
-         Add "write_failure_alert_box()" to put up an alert box for a
-         failed attempt to write to a file (or close a file opened for
-         writing).
-
-         Get rid of no-longer-needed #includes of <epan/filesystem.h>.
-
-2004-02-11 02:02  guy
-
-       * file.c:
-
-         Replace the "cf_XXX_error_message()" routines with
-         "cf_XXX_failure_alert_box()" routines that put the alert box up,
-         and directly call the "alert_box.h" routines for OS errors.
-
-2004-02-11 03:40  guy
-
-       * gtk/simple_dialog.c:
-
-         Give alert boxes an empty title on UN*X and a title of "Ethereal"
-         on Win32, to match the GNOME HIG on UN*X and the Win32 HIG on
-         Windows (or, at least, to approximate the Win32 HIG on Windows).
-
-2004-02-11 03:55  guy
-
-       * simple_dialog.h, gtk/capture_dlg.c, gtk/file_dlg.c, gtk/main.c,
-         gtk/menu.c, gtk/simple_dialog.c:
-
-         Get rid of the "Question" alert box type - rename it to
-         "Confirmation", as that seems to be the name used in the GNOME
-         HIG, at least.  Make it use the Warning icon (that's what the
-         GNOME HIG says - and it's also what's used for the equivalent on
-         Windows), and use it for the "Save current capture?" alert boxes.
-
-2004-02-11 04:17  guy
-
-       * gtk/: Makefile.am, ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         dcerpc_stat.c, endpoint_talkers_eth.c, endpoint_talkers_fc.c,
-         endpoint_talkers_fddi.c, endpoint_talkers_ip.c,
-         endpoint_talkers_ipx.c, endpoint_talkers_tcpip.c,
-         endpoint_talkers_tr.c, endpoint_talkers_udpip.c, fc_stat.c,
-         gsm_a_stat.c, h225_counter.c, h225_ras_srt.c, http_stat.c,
-         io_stat.c, isup_stat.c, ldap_stat.c, menu.c, menu.h, mgcp_stat.c,
-         rpc_progs.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c,
-         smb_stat.c, tap_menu.h, wsp_stat.c:
-
-         Move the declaration of "register_tap_menu_item()" into a new
-         "tap_menu.h" file, and have the Ethereal taps include that rather
-         than "menu.h", so we don't have to worry about making sure we've
-         included <stdio.h> to define FILE, etc. just because some
-         "menu.h" functions require it.
-
-2004-02-11 04:19  guy
-
-       * AUTHORS, Makefile.common, packet-gsm_map.c, gtk/Makefile.common,
-         gtk/gsm_map_stat.c:
-
-         From Michael Lum: add tap for GSM MAP message statistics.
-
-2004-02-11 04:27  guy
-
-       * packet-gsm_map.h:
-
-         From Michael Lum: add tap for GSM MAP message statistics.
-
-2004-02-11 04:28  guy
-
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         dcerpc_stat.c, endpoint_talkers_eth.c, endpoint_talkers_fc.c,
-         endpoint_talkers_fddi.c, endpoint_talkers_ip.c,
-         endpoint_talkers_ipx.c, endpoint_talkers_tcpip.c,
-         endpoint_talkers_tr.c, endpoint_talkers_udpip.c, fc_stat.c,
-         gsm_a_stat.c, h225_counter.c, h225_ras_srt.c, http_stat.c,
-         io_stat.c, isup_stat.c, ldap_stat.c, menu.c, mgcp_stat.c,
-         rpc_progs.c, rpc_stat.c, smb_stat.c, wsp_stat.c:
-
-         Most taps that now include "tap_menu.h" no longer need to include
-         <stdio.h> to define FILE; get rid of the include.
-
-2004-02-11 04:34  guy
-
-       * AUTHORS, packet-nfs.c:
-
-         From Prabhakar Krishnan: dissect NetApp ONTAP file handles.
-
-2004-02-11 09:19  guy
-
-       * packet-multipart.c, packet-sip.c, range.c, gtk/main.c:
-
-         Cast "char" values to "guchar" before passing them to <ctype.h>
-         macros, so that characters with the 8th bit set don't get
-         sign-extended and cause the macros not to return the right
-         answer.
-
-2004-02-11 09:58  guy
-
-       * Makefile.nmake:
-
-         The top-level Makefile.nmake doesn't yet get all the source files
-         from Makefile.common, so we have to add alert_box.obj to the list
-         of object files for Ethereal.
-
-2004-02-11 20:05  guy
-
-       * AUTHORS, doc/ethereal.pod, wiretap/AUTHORS, wiretap/Makefile.am,
-         wiretap/Makefile.nmake, wiretap/eyesdn.c, wiretap/eyesdn.h,
-         wiretap/file_access.c, wiretap/wtap.h:
-
-         From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.
-
-2004-02-11 20:23  jmayer
-
-       * AUTHORS, Makefile.common, packet-slsk.c, doc/ethereal.pod:
-
-         Christian Wagner: Support for the Soul Seek P2P protocol
-
-2004-02-11 20:30  guy
-
-       * README, doc/editcap.pod, doc/ethereal.pod, doc/mergecap.pod,
-         doc/tethereal.pod:
-
-         Include EyeSDN USB S0 trace files in the list of file formats we
-         read.
-
-2004-02-11 20:47  guy
-
-       * wiretap/libpcap.c:
-
-         Map WTAP_ENCAP_IEEE_802_11_WITH_RADIO to DLT_IEEE802_11, for now;
-         we could probably map it to one of the many different
-         802.11+radio headers, but we should probably just have *one*
-         Wiretap encapsulation for 802.11, with a radiotap-style list of
-         attributes attached to it.
-
-2004-02-11 20:55  guy
-
-       * packet-h225.c:
-
-         From Anders Broman: dissect manufacturer information in
-         "dissect_h225_h221NonStandard()".
-
-2004-02-11 21:20  guy
-
-       * epan/dfilter/: grammar.lemon, semcheck.c:
-
-         Make an existence test of an arbitrary entity syntactically
-         valid, but check, in the semantics-checking phase, that we're
-         testing a field, so that we can give a better message than, for
-         example, "Unexpected end of filter string." for an existence test
-         with a misspelled field name.
-
-2004-02-11 22:52  guy
-
-       * epan/dfilter/: dfilter-int.h, dfilter.c, scanner.l:
-
-         Use -1 rather than 0 as the SCAN_FAILED return value from the
-         lexical analyzer on errors, and check for SCAN_FAILED from the
-         lexical analyzer and abort the parse if we see it; 0 means "end
-         of input", and we want to distinguish errors from end-of-input,
-         so that we can report errors as such.
-
-         If we see end-of-input while parsing a double-quoted string,
-         report the error (missing closing quote).
-
-         Fix the URL for the "Start conditions" section of the Flex
-         manual.
-
-2004-02-12 07:59  ulfl
-
-       * README.win32:
-
-         from Anders Broman: added some tips for compiling with GTK2 and
-         other things
-
-2004-02-12 19:49  guy
-
-       * wiretap/libpcap.c:
-
-         Note that 164 is reserved for Juniper chassis-internal
-         meta-information (DLT_JUNIPER_MONITOR/LINKTYPE_JUNIPER_MONITOR).
-
-         Fix a typo.
-
-2004-02-12 20:47  guy
-
-       * packet-socks.c:
-
-         From Yaniv Kaul: the response to an V5 authentication response is
-         a V5 authentication response, not a V5 command.
-
-         Clean up white space.
-
-2004-02-12 20:58  guy
-
-       * packet-slsk.c:
-
-         From Kendy Kutzner: don't use variable-length arrays, not all C
-         compilers support them.
-
-         Also, use "tvb_memdup()" to make a copy of the compressed data -
-         it's faster, and also checks to make sure the data is actually
-         there (it throws an exception before allocating anything).
-
-2004-02-12 21:04  guy
-
-       * packet-socks.c:
-
-         Eliminate a compiler warning.
-
-         Use "guint8" for 8-bit binary data, and use "%u" to print
-         unsigned values.
-
-2004-02-12 21:25  guy
-
-       * wiretap/eyesdn.c:
-
-         Use "guint8" for 8-bit binary data.
-
-         "file_getc()" returns either an 8-bit unsigned value, or -1 for
-         error or EOF; store its return value into an "int", and check for
-         -1 and return -2, in "esc_read()" (rather than checking
-         "file_error()" at the end).
-
-         Clean up some comments, routine names, and variable names -
-         eyeSDN files are binary, not text.
-
-         In "parse_eyesdn_packet_data()", handle the case of an EOF from
-         "esc_read()".
-
-2004-02-12 22:24  guy
-
-       * simple_dialog.h, gtk/capture_dlg.c, gtk/color_dlg.c,
-         gtk/dfilter_expr_dlg.c, gtk/file_dlg.c, gtk/gui_prefs.c,
-         gtk/main.c, gtk/menu.c, gtk/rtp_analysis.c, gtk/rtp_stream.c,
-         gtk/simple_dialog.c:
-
-         The HIG's and/or GUI toolkit documentation for:
-
-                 Mac OS X
-
-                 GNOME
-
-                 Qt
-
-                 KDE
-
-                 Windows
-
-         all indicate that {message,alert} boxes are modal, at least for
-         the window to which they apply.  (Presumably the idea is that not
-         forcing the user to pay attention to the alert box, and allowing
-         more than one alert box to be up for a given window, causes more
-         problems than not letting the user do stuff to that window in
-         order to figure out what the underlying problem is or figure out
-         what to do to fix it - the message should be sufficient, in most
-         if not all cases, to let you know what the problem is.)
-
-         Make "simple_dialog()" unconditionally make the alert box modal,
-         and get rid of ESD_TYPE_MODAL.  XXX - we need to make it possible
-         to make an alert box modal for a given window, rather than just
-         the top-level window.
-
-2004-02-13 00:00  guy
-
-       * gtk/main.c:
-
-         Create only one "About Ethereal" window per process.
-
-2004-02-13 00:00  guy
-
-       * gtk/plugins_dlg.c:
-
-         Create only one "Plugins" window per process.
-
-2004-02-13 00:53  guy
-
-       * gtk/: bootp_stat.c, capture_prefs.c, dcerpc_stat.c, dlg_utils.c,
-         endpoint_talkers_table.c, fc_stat.c, follow_dlg.c,
-         h225_counter.c, h225_ras_srt.c, http_stat.c, io_stat.c,
-         ldap_stat.c, main.c, mgcp_stat.c, packet_win.c, rpc_progs.c,
-         rpc_stat.c, rtp_analysis.c, smb_stat.c, summary_dlg.c,
-         tcp_graph.c, ui_util.c, ui_util.h, wsp_stat.c:
-
-         Add a "window_new()" routine that creates a window of a given
-         type, sets the title, and arranges to set the icon for it.  Use
-         that instead of "gtk_window_new()" and separate calls to set the
-         title and arrange to set the icon.
-
-         Regularize #includes a bit.
-
-         Clean up white space.
-
-2004-02-13 00:56  guy
-
-       * gtk/help_dlg.c:
-
-         The Help window should be a separate top-level window, not a
-         dialog subordinate to the main window - it's a separate top-level
-         window in W2K, Mac OS X, and, I think, both GNOME and KDE.
-
-2004-02-13 01:09  guy
-
-       * epan/resolv.h, gtk/menu.c:
-
-         As noted by Pavel Kankovsky, the "Resolve Name" menu items should
-         be available if *any* forms of name resolution aren't enabled.
-         (Well, actually, it should probably affect only the item the
-         mouse was over when you selected it, and should be available if
-         name resolution for that type of name isn't enabled, but....)
-
-2004-02-13 02:03  guy
-
-       * Makefile.nmake:
-
-         Now that Ethereal *itself* (not just Wiretap) can use libz (the
-         Soulseek dissector can use it), we have to link Ethereal,
-         Tethereal, and dftest with libz, as well as linking Wiretap with
-         it.
-
-         We also probably need to link dftest with the PCRE library, as
-         the display filter code uses PCRE.
-
-2004-02-13 19:15  guy
-
-       * packet-iax2.c:
-
-         From Alastair Maw: fix DTMF and call transfer dissection.
-
-2004-02-13 19:19  guy
-
-       * wiretap/eyesdn.c:
-
-         Get rid of unused variables and #defines.
-
-2004-02-13 19:33  guy
-
-       * packet-h225.c, packet-h245.c:
-
-         From Anders Broman: fix the offsets usd when adding the
-         manufacturer info.
-
-2004-02-14 10:37  obiot
-
-       * doc/README.developer:
-
-         Add a note on white space conventions (tab expansion different
-         from 8 spaces is a Bad Idea).
-
-         Add a note on the new col_append_sep_str() and
-         col_append_sep_fstr() methods.
-
-2004-02-14 11:13  obiot
-
-       * packet-image-jfif.c:
-
-         Update the Info column.
-
-2004-02-14 20:55  guy
-
-       * AUTHORS, packet-prism.c, doc/ethereal.pod:
-
-         From Pavel Kankovsky: fix the name of the channel field in the
-         Prism 802.11 radio header.
-
-2004-02-14 22:25  guy
-
-       * AUTHORS, doc/ethereal.pod:
-
-         Update Andreas Sikkema's e-mail address.
-
-2004-02-14 22:48  guy
-
-       * packet-h225.c, packet-h245.c, packet-h261.c, packet-rtcp.c,
-         packet-rtp.c, packet-tpkt.c:
-
-         Update Andreas Sikkema's e-mail address.
-
-2004-02-15 07:35  jmayer
-
-       * doc/README.tvbuff:
-
-         Put a prominent note at the top that the actual function
-         descriptions can be found in epan/tvbuff.h
-
-2004-02-16 09:42  sahlberg
-
-       * packet-kpasswd.c:
-
-         Update to kpasswd so that it calls the kerberos dissector to
-         dissect the AP-REQ and KRB-PRIV ans.1 encoded kerberos blobs
-
-         KRB-PRIV (application 21) is not yet supported/handled by the
-         existing kerberos dissector but will be after next release when
-         the new one makes it test run.
-
-2004-02-16 13:30  jmayer
-
-       * AUTHORS, packet-postgresql.c, doc/ethereal.pod:
-
-         Edwin Calo: Extract strings from a postgres datastream
-
-2004-02-16 16:49  jmayer
-
-       * Makefile.common:
-
-         Edwin Calo: Extract strings from a postgres datastream
-
-2004-02-16 18:23  sahlberg
-
-       * packet-h450.c:
-
-         Update to fix the bug reported by Zhao, Allen Weitao using the
-         fix proposed by Tomas Kukosa.
-
-         There were a number of dissect_per_choice() calls where the hf
-         field passed to it were of the wrong type, i.e. not FT_UINT32.
-
-         All these instances have been updated to use FT_UINT32.
-
-2004-02-16 18:31  sahlberg
-
-       * packet-per.c, packet-per.h, plugins/plugin_api_list.c:
-
-         From Tomas Kukosa,  add a PER helper to dissect BITSTRINGS
-
-2004-02-16 18:47  obiot
-
-       * packet-text-media.c:
-
-         Use col_append_sep_str() instead of col_append_str().
-
-2004-02-16 19:00  ulfl
-
-       * gtk/: menu.c, recent.c:
-
-         bugfix: don't write the recent files list in the wrong order to
-         the recent file
-
-2004-02-16 19:07  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         bugfix from greg morris: two help pages were missing
-
-2004-02-16 20:58  guy
-
-       * packet-per.c:
-
-         Squelch a signed vs. unsigned comparison complaint.
-
-2004-02-17 10:03  jmayer
-
-       * packet-postgresql.c:
-
-         Bytes should be read with tvb_get_guint8 instead of _ntohs
-         (spotted by Ulf Lamping)
-
-2004-02-17 14:49  ulfl
-
-       * gtk/: file_dlg.c, main.c, recent.c, recent.h:
-
-         bugfix: use last_open_dir for the recent file, instead of the
-         somewhat duplicated value in the recent struct
-
-2004-02-17 17:48  ulfl
-
-       * file.c:
-
-         fixed dialog box text and some comments
-
-2004-02-18 00:31  jmayer
-
-       * FAQ, make-faq, help/faq.txt:
-
-         Update make-faq to the new URL and the changed internal structure
-           of the FAQ.
-
-         Update the FAQ.
-
-2004-02-18 00:33  jmayer
-
-       * manuf:
-
-         Update manuf
-
-2004-02-18 04:11  jmayer
-
-       * gtk/: gsm_map_stat.c, isup_stat.c:
-
-         Warning fixes:   gsm_map_stat.c: comparison is always false due
-         to limited                range of data type   both: get rid of a
-         "discards qualifier" warning
-
-2004-02-18 04:41  jmayer
-
-       * packet-tds.c:
-
-         Get rid of unused parameter token_sz in function
-         dissect_tds7_results_token
-
-2004-02-18 05:33  guy
-
-       * plugins/rtnet/: moduleinfo.h, packet-rtnet.c:
-
-         From Erwin Rol: update RTnet plugin to the latest spec.
-
-2004-02-18 05:55  guy
-
-       * packet-dcerpc.c:
-
-         From Jaime Fournier: add a hidden FT_BOOLEAN variable that's
-         present if the interface UUID in a datagram call is unknown.
-
-         Clean up white space a bit.
-
-2004-02-18 06:01  guy
-
-       * packet-ncp.c:
-
-         From Greg Morris: don't use a global variable to track whether
-         packets are signed, attach to conversations a "packets are
-         signed" flag.
-
-2004-02-18 06:08  guy
-
-       * packet-dcerpc-fldb.c:
-
-         From Jaime Fournier: updates to the FLDB dissector.
-
-2004-02-18 06:42  guy
-
-       * AUTHORS, packet-ip.c, doc/ethereal.pod:
-
-         From Nick Black: the 0x8000 bit in the flags field is *NOT* a
-         "congestion" bit for ECN.  Show it as a reserved bit.
-
-         Put semicolons, not commas, at the end of the calls to put flags
-         field bits into the protocol tree.
-
-2004-02-18 06:51  guy
-
-       * packet-clnp.c:
-
-         Register the COTP dissector for the IP protocol IP_PROTO_TP, for
-         TP4-over-IP.
-
-2004-02-18 07:14  guy
-
-       * AUTHORS, packet-q931.c, doc/ethereal.pod:
-
-         From Rolf Fiedler: German ISDN carriers don't supply the seconds
-         in the date/time IE, so support IE lengths of 5 (no seconds) or 6
-         (includes seconds).
-
-         Merge the two AUTHORS and man page entries for him.
-
-2004-02-18 07:27  guy
-
-       * packet-postgresql.c:
-
-         Use "tvb_get_string()" to get counted strings.
-
-2004-02-18 07:56  guy
-
-       * packet-ieee80211.c:
-
-         From Pavel Kankovsky: deal with yet another gross non-standard
-         802.11 encapsulation by bridges - this one stuffs a complete
-         Ethernet frame into the payload of a data frame.
-
-2004-02-18 09:10  sahlberg
-
-       * packet-iscsi.c:
-
-         update iscsi so that we can also measure the time between request
-         and response for those transactions where we have phase collaps
-         (no explicit response PDU, status embedded inside the last DataIn
-         PDU)
-
-2004-02-18 09:58  guy
-
-       * packet-q931.c:
-
-         Newlines don't belong in format strings for the "proto_tree_add"
-         routines.
-
-2004-02-18 10:11  guy
-
-       * packet-cops.c, packet-gprs-ns.c, packet-ismp.c, packet-q933.c,
-         packet-trmac.c:
-
-         Newlines don't belong in format strings for the "proto_tree_add"
-         routines.
-
-2004-02-18 14:30  jmayer
-
-       * packet-iax2.c:
-
-         Alastair Maw: Fix retransmissions
-
-2004-02-18 19:44  ulfl
-
-       * packet-dcerpc.c:
-
-         using G_MAXFLOAT and G_MAXDOUBLE, DCERPC is talking about a
-         response, not a reply
-
-2004-02-18 20:43  guy
-
-       * packet-q931.c:
-
-         From Tomas Kukosa:
-
-            - display the type of segmented message in the info column
-            - don't dissect the last IE in the 1st segment if it is
-         incomplete
-            - don't dissect IEs in following segments as segment
-         boundaries
-              usually don't IE boundaries
-
-2004-02-18 20:45  gerald
-
-       * plugins/asn1/Makefile.nmake, Makefile.nmake,
-         packaging/nsis/Makefile.nmake, packaging/nsis/ethereal.nsi:
-
-         From Lars Roland: Add support for a combined GTK1/2 Windows
-         installer.
-
-2004-02-18 20:55  guy
-
-       * packet-sip.c:
-
-         From Martin Mathieson: make the top-level SIP item include the
-         message body, as that's included in the SIP tree.
-
-2004-02-19 00:28  gerald
-
-       * config.nmake, configure.in, epan/configure.in:
-
-         Bump the version to 0.10.1.
-
-2004-02-19 00:29  gerald
-
-       * packet-fc.c, packet-fcip.c:
-
-         From Dinesh Dutt:     - Add FCIP to the list of protocols that
-         can be selected from "Decode As"     - Add an indicator for EISL
-         header in FC frames.
-
-
-
-
-2003-12-13 00:38  gerald
-
-       * Makefile.am:
-
-         Add packet-isup.h as well.
-
-2003-12-13 00:22  gerald
-
-       * Makefile.am:
-
-         Add packet-ansi_map.h to the distribution.
-
-2003-12-12 23:47  obiot
-
-       * packet-smpp.c:
-
-         Always dissect a sm_submit otherwise reassembly of short messages
-         does not work.
-
-2003-12-12 23:35  obiot
-
-       * packet-wbxml.c:
-
-         Move info column update code outside of if (tree).
-
-2003-12-12 23:23  guy
-
-       * packet-dns.c:
-
-         Add some checks to make sure we're not running past the end of
-         the RR we're dissecting.  (Some RR's still don't do that check,
-         as they don't maintain an "rr_len" variable, and as
-         "get_dns_name()" doesn't do any length checking.)
-
-         That obviates the need for having "compute_key_id()" check the
-         length, as we won't even get to calling it if the RR is too
-         short.  Have it still do a check for sanity, but just abort if
-         the check fails, and have it return -1 if the algorithm is
-         unsupported.
-
-         Don't bother processing T_CERT RRs if we're not building a
-         protocol tree, don't fetch data from a T_CERT RR until we put it
-         into the tree, and fix the bug that change found, namely that we
-         were using the wrong variable in the "val_to_str()" call for the
-         certificate type.
-
-2003-12-12 22:19  guy
-
-       * packet-ses.c, packet-ses.h:
-
-         From Yuriy Sidelnikov: if the first SPDU in a TSDU has a type of
-         1 or 2, treat it specially - a type of 1 means GIVE_TOKENS, not
-         DATA_TRANSFER, in that case.
-
-2003-12-12 21:17  guy
-
-       * packet-pim.c:
-
-         From Hannes Gredler:
-
-                 display the PIM hello option values in brackets after the
-         option
-                 name;
-
-                 in the LAN prune delay option dissector:
-
-                         put the top-level item for the option into the
-         PIM
-                         options tree rather than the PIM main tree;
-
-                         calculate the correct LAN prune delay and display
-         it in
-                         units of milliseconds;
-
-                         calculate the correct override interval and
-         display it
-                         in units of milliseconds;
-
-                         fix the offset and length calculation.
-
-2003-12-12 19:55  guy
-
-       * AUTHORS, packet-ansi_a.c, packet-ansi_a.h, packet-ansi_map.c,
-         packet-ansi_map.h, packet-isup.c, packet-isup.h, gtk/Makefile.am,
-         gtk/Makefile.nmake, gtk/ansi_map_stat.c, gtk/isup_stat.c:
-
-         From Michael Lum:
-
-                 Fix point code display.
-
-                 Add taps for ANSI MAP and ISUP statistics.
-
-2003-12-12 16:06  gerald
-
-       * README.win32:
-
-         Switch from gettext 0.13 to 0.12.1.
-
-2003-12-12 02:50  gerald
-
-       * gtk/: dlg_utils.c, main.c:
-
-         In "dlg_window_new()" check to see if "top_level" has been
-         initialized, as is the case for the spawned capture process.
-
-2003-12-11 21:23  ulfl
-
-       * packet-afp.c, packet-bssap.c, packet-cops.c, packet-esis.c,
-         packet-gsm_sms.c, packet-isakmp.c, packet-osi-options.c,
-         gtk/dcerpc_stat.c, plugins/docsis/packet-tlv.c,
-         plugins/docsis/packet-vendor.c, wiretap/erf.c,
-         wiretap/lanalyzer.c:
-
-         prevent MSVC warning: "warning C4761: Größenkonflikt im Argument.
-         Konvertierung vorgenommen" -> size conflict in argument,
-         conversion done
-
-2003-12-11 18:38  guy
-
-       * packet-dns.c:
-
-         Have "compute_key_id()" return different values for different
-         errors, and have its caller put an entry into the tree for "we
-         don't support the algorithm" (the "RR too short" error is a
-         "can't happen").
-
-2003-12-11 18:37  guy
-
-       * epan/configure.in:
-
-         Add "/usr/local/include" in case the PCRE header file is there.
-
-2003-12-11 08:54  ulfl
-
-       * packet-dns.c:
-
-         replaced type u_int32_t by glib's guint32 (to satisfy MSVC)
-
-2003-12-11 01:13  guy
-
-       * tethereal.c:
-
-         Fix a typo.
-
-2003-12-10 23:21  gerald
-
-       * README.win32, packaging/nsis/ethereal.nsi:
-
-         Update the Windows environment to GLib 2.2.3 and GTK+
-         1.3.0-20030717.  This requires replacing libintl-1.dll from the
-         libintl package (which is no longer used) with intl.dll from
-         intl.dll from the gettext package.
-
-2003-12-10 22:52  gram
-
-       * print.c:
-
-         Analyzer's PDML will be changed to start the packet offset (the
-         "pos" field) at 0 instead of 1. This works better for Ethereal,
-         as our offsets start at 0. Change the "geninfo" pseudo-protocol
-         to use pos="0" instead of pos="1".
-
-2003-12-10 22:38  obiot
-
-       * epan/dfilter/Makefile.nmake:
-
-         PCRE support requires $(PCRE_CFLAGS) in CFLAGS.
-
-2003-12-10 22:27  obiot
-
-       * tap-wspstat.c:
-
-         WSP status code is hexadecimal.
-
-2003-12-10 21:50  gerald
-
-       * config.nmake, configure.in, epan/configure.in:
-
-         Bump the version to 0.10.0.  It could be (and has been) argued
-         that the last release should have been 0.10.0.
-
-2003-12-10 21:21  guy
-
-       * gtk/gsm_a_stat.c:
-
-         Oops, I checked the wrong tap into CVS somehow.
-
-2003-12-10 21:12  gerald
-
-       * epan/ftypes/: ftypes-int.h, ftypes.h:
-
-         Make the _pcre_tuple_t struct internal.
-
-2003-12-10 19:35  guy
-
-       * packet-dns.c:
-
-         From David Fort: compute and display the key ID in a DNS KEY RR,
-         if possible.
-
-2003-12-10 19:26  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: add CIC to Info column.
-
-2003-12-10 19:21  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-igap.c,
-         packet-igap.h, packet-igmp.c:
-
-         From Akira Endoh: IGAP support.
-
-2003-12-10 19:21  guy
-
-       * packet-isakmp.c:
-
-         Squelch a compiler warning.
-
-2003-12-10 19:05  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         added some more uninstall info and offering only removal of
-         program (instead of modify/repair)
-
-2003-12-10 10:47  guy
-
-       * packet-isakmp.c:
-
-         Check whether the packet length is less than the length of the
-         packet header, and give up if it is.
-
-2003-12-09 23:45  obiot
-
-       * gtk/tcp_graph.c:
-
-         Mark parameter data as unused in callback_create_help().
-
-2003-12-09 23:15  obiot
-
-       * epan/ftypes/Makefile.nmake:
-
-         Internal PCRE field type for efficient RE parsing in dfilters.
-
-2003-12-09 23:02  obiot
-
-       * epan/: ftypes/Makefile.am, ftypes/ftype-pcre.c,
-         ftypes/ftype-string.c, ftypes/ftypes.c, ftypes/ftypes.h,
-         dfilter/semcheck.c:
-
-         Internal PCRE field type for efficient RE parsing in dfilters.
-
-2003-12-09 22:41  ulfl
-
-       * file.c, gtk/main.h, gtk/menu.c:
-
-         print system enhanced, more print ranges and expanded states
-
-2003-12-09 22:27  ulfl
-
-       * print.c:
-
-         print system enhanced, more print ranges and expanded states
-
-2003-12-09 22:21  ulfl
-
-       * print.h, tethereal.c, gtk/print_dlg.c:
-
-         print system enhanced, more print ranges and expanded states
-
-2003-12-09 22:04  ulfl
-
-       * print.h:
-
-         print system enhanced, more print ranges and expanded states
-
-2003-12-09 18:49  guy
-
-       * Makefile.am, Makefile.nmake, packet-gsm_a.c, packet-gsm_a.h,
-         tap-ansi_astat.c, tap-gsm_astat.c, gtk/Makefile.am,
-         gtk/Makefile.nmake, gtk/ansi_a_stat.c, gtk/gsm_a_stat.c:
-
-         From Michael Lum:
-
-                 new taps for GSM A-interface;
-
-                 fixes for ANSI A-interface taps.
-
-2003-12-09 06:48  guy
-
-       * column.c, column.h, file.c, ui_util.h, epan/column-utils.c,
-         epan/column_info.h, gtk/main.c, gtk/packet_list.c:
-
-         Don't automatically size the columns - that's expensive in large
-         captures, as it has to compute the width of an auto-resizing
-         column in every row.  Just pick fixed widths for the columns (and
-         tune the width of the "Protocol" column so that it's not narrower
-         than the column title).
-
-2003-12-09 05:56  gram
-
-       * tethereal.c, doc/README.xml-output, doc/tethereal.pod,
-         tools/msnchat:
-
-         -Tpdml and -Tps force -V. Thus, -V is no longer required when
-         using -Tpdml.  Eventually, -Tps will not force -V, and will print
-         summaries when -V is not selected. However, work still has to be
-         done there.
-
-2003-12-09 05:10  guy
-
-       * packet-radius.c:
-
-         Add a new attribute type RADIUS_IP6_ADDRESS for IPv6 addresses.
-
-         Put in a note explaining the enum for those types.
-
-         From Rui Carmo: add all 3GPP VSA's.
-
-2003-12-09 05:06  guy
-
-       * epan/: resolv.c, to_str.c, to_str.h:
-
-         Add "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".
-
-2003-12-09 00:52  guy
-
-       * packet-ansi_637.c:
-
-         From Michael Lum: fix incorrect switch values which resulted in
-         NULL strings being passed to ..._add_text().
-
-2003-12-09 00:12  guy
-
-       * packet-tcp.c:
-
-         As per Didier Gautheron, dissect TCP options regardless of
-         whether we're building a protocol tree, so the Info column is set
-         correctly.
-
-2003-12-08 23:40  guy
-
-       * packet-alcap.c, packet-ansi_637.c, packet-ansi_683.c,
-         packet-ansi_a.c, packet-ansi_map.c, packet-gsm_a.c,
-         packet-gsm_map.c, packet-gsm_sms.c, epan/to_str.c, epan/to_str.h:
-
-         Get rid of the private "my_decode_bitfield_value()" a number of
-         dissectors had.  Instead, rename it
-         "other_decode_bitfield_value()", put it in "epan/to_str.c", and
-         make "decode_bitfield_value()" use it.
-
-2003-12-08 22:28  guy
-
-       * Makefile.nmake:
-
-         Add a "doc" target, as per Ulf Lamping's comment.
-
-2003-12-08 22:24  guy
-
-       * doc/ethereal-filter.pod.template:
-
-         Note the types of fields for which the "contains" operator is
-         available.
-
-         Always capitalize the names "Ethereal" and "Tethereal" (we don't
-         capitalize the command names, however, as they're
-         all-lower-case).
-
-         Note that you can find out from the GUI whether Ethereal was
-         built with the PCRE library or not.
-
-         Fix a typo.
-
-2003-12-08 21:57  guy
-
-       * print.c:
-
-         "proto_construct_dfilter_string()" can return a null pointer,
-         e.g. for protocol tree fields that don't have values and that are
-         zero-length.
-
-         Combine the "if (fi->hfinfo->type != FT_PROTOCOL && fi->length >
-         0)" stuff to show the raw value into the previous "if".
-
-2003-12-08 21:36  guy
-
-       * AUTHORS, packet-mtp3.c, packet-mtp3.h, packet-sccp.c,
-         epan/packet_info.h, epan/to_str.c:
-
-         From Michael Lum: support an AT_SS7PC address type for SS7 point
-         codes, and set the direction in pinfo for SS7 packets based on
-         source and destination addresses.
-
-2003-12-08 20:58  guy
-
-       * packet-dcerpc.c:
-
-         From Jamie Fournier: don't show UNKUUID information for fragments
-         for known dissectors.
-
-2003-12-08 20:50  guy
-
-       * packet-srvloc.c:
-
-         From Greg Morris: ecode the attribute structure instead of
-         reporting a really long undecoded string.
-
-2003-12-08 20:43  guy
-
-       * packaging/nsis/ethereal.nsi:
-
-         From Lars Roland: fix a typo.
-
-2003-12-08 20:42  guy
-
-       * packaging/nsis/Makefile.nmake:
-
-         From Lars Roland: fix the NSIS Makefile to handle PCRE.
-
-2003-12-08 20:40  guy
-
-       * packet-isis-clv.c, packet-isis-clv.h, packet-isis-hello.c,
-         packet-isis-hello.h, packet-isis-lsp.c, packet-isis-lsp.h,
-         packet-isis-snp.c, packet-isis-snp.h:
-
-         From Hannes Gredler:
-
-         - unify the IS-IS CLV space   IS-IS uses a unified CLV space
-         across all Level and PDU Types   there is no need to define PDU-
-         and Level- Specific CLV   Types;
-
-         - clean up Authentication CLV   TLV #10 is the official supported
-         TLV for carrying authentication   information- todays code
-         displays TLV #10 as non-standard which   is wrong;   also the
-         notion of "Domain" "Authentication" and "Link" password   has
-         disappeared from contemporary routing SW;
-
-         - add IP Authentication CLV dissector   this CLV is depreciated -
-         however it is using different semantics   than TLV #10 so we need
-         a dedicated dissector;
-
-         - add Checksum CLV dissector   add support for RFC 3358 Checksum
-         CLVs   majority of code re-used from the LSP checksum
-         verification   dissector.
-
-2003-12-08 20:37  obiot
-
-       * packet-wsp.c, packet-mmse.c, packet-wbxml.c:
-
-         Get rid of the integer media type dissector table in WSP, WBXML
-         and MMSE.
-
-2003-12-08 20:36  guy
-
-       * packet-dsi.c:
-
-         From Didier Gautheron: check packet format in get_dsi_pdu_len.
-
-2003-12-08 20:36  guy
-
-       * packet-afp.c:
-
-         From Didier Gautheron: add offset and size parameters in info
-         colum for read and write commands.
-
-2003-12-08 20:25  guy
-
-       * packet-sip.c:
-
-         From Anders Broman:
-
-                 Call subdissectors regardless of whether we're building a
-                 protocol tree or not.
-
-                 Use the "media_type" dissector table to hand off to
-                 subdissectors, rather than wiring in SDP.
-
-                 Put the message body into a subtree of the SIP tree
-         rather than
-                 at the top level.
-
-2003-12-08 19:25  ulfl
-
-       * gtk/menu.c:
-
-         moved "File->Save Highlighted Data" to "File->Export->Raw Packet
-         Data"
-
-2003-12-08 17:54  ulfl
-
-       * doc/ethereal.pod:
-
-         updated to reflect the menu redesign changes
-
-2003-12-08 17:49  ulfl
-
-       * gtk/menu.c:
-
-         removed seperator between the two print menuitems
-
-2003-12-07 19:09  obiot
-
-       * AUTHORS:
-
-         Update address of Johan Feyaerts. Dfilter matches operator.
-
-2003-12-07 18:32  obiot
-
-       * doc/ethereal-filter.pod.template:
-
-         Clarify dfilter syntax (mainly the implicit exists operator), add
-         subsections in syntax section, add description of new "contains"
-         operator (and inform that it is only available if libpcre has
-         been linked in).
-
-2003-12-07 18:09  obiot
-
-       * packet-mmse.c, packet-wbxml.c, packet-wsp.c:
-
-         Remove the literal WSP content type dissector table, and replace
-         it with the "media_type" table defined in the HTTP dissector.
-
-2003-12-07 09:43  oabad
-
-       * gtk/main.c:
-
-         Update various set_menu_object_data() calls to reflect recent
-         menu hierarchy changes. This avoids a crash when selecting "Folow
-         TCP stream" from the "Analyze" menu.
-
-2003-12-07 03:46  guy
-
-       * packet-sdp.c:
-
-         Register the SDP dissector with the media_type dissector table
-         with its media type.
-
-2003-12-07 03:34  guy
-
-       * packet-http.c:
-
-         Use a cleanup handler to free the Content-Type header value, so
-         it gets freed even if we throw an exception after processing the
-         Content-Type header but before we call a subdissector.
-
-2003-12-07 03:21  guy
-
-       * packet-http.c:
-
-         Change the name of the variable holding the dissector table
-         pointer to match the previous checkin.
-
-2003-12-07 03:17  guy
-
-       * packet-http.c, packet-mmse.c:
-
-         Rename the "http.content_type" dissector table to "media_type",
-         as it's for use in any dissector that uses Internet media types.
-
-2003-12-07 02:42  guy
-
-       * packet-nt-sonmp.c:
-
-         Only check the destination address if it's AT_ETHER; otherwise,
-         there's no guarantee that "data[5]" exists or can be interpreted
-         in that fashion.
-
-2003-12-07 02:26  guy
-
-       * packet-ssl.c:
-
-         From Devin Heitmueller: include the AES ciphersuites from RFC
-         3268.
-
-2003-12-07 02:23  guy
-
-       * doc/tethereal.pod:
-
-         Put the "-V" flag in boldface, so pod2man doesn't whine.
-
-2003-12-07 00:04  gerald
-
-       * Makefile.nmake, README.win32, config.h.win32, config.nmake,
-         epan/Makefile.nmake, epan/config.h.win32,
-         epan/ftypes/Makefile.nmake, packaging/nsis/ethereal.nsi:
-
-         Add PCRE support to the Windows build.
-
-2003-12-06 19:26  oabad
-
-       * packet-nt-sonmp.c:
-
-         Check if pinfo->dl_dst.data is not NULL before accessing the data
-         (it was NULL in one of my "linux cooked" captures which contains
-         no destination address).
-
-2003-12-06 19:14  jmayer
-
-       * packet-mtp3mg.c:
-
-         Declaration included the line above
-
-2003-12-06 16:35  gram
-
-       * Makefile.am, acinclude.m4, configure.in, util.c,
-         epan/acinclude.m4, epan/configure.in, epan/dfilter/dfvm.c,
-         epan/dfilter/dfvm.h, epan/dfilter/gencode.c,
-         epan/dfilter/grammar.lemon, epan/dfilter/scanner.l,
-         epan/dfilter/semcheck.c, epan/dfilter/sttype-test.c,
-         epan/dfilter/sttype-test.h, epan/ftypes/ftype-bytes.c,
-         epan/ftypes/ftype-double.c, epan/ftypes/ftype-integer.c,
-         epan/ftypes/ftype-ipv4.c, epan/ftypes/ftype-none.c,
-         epan/ftypes/ftype-string.c, epan/ftypes/ftype-time.c,
-         epan/ftypes/ftype-tvbuff.c, epan/ftypes/ftypes.c,
-         epan/ftypes/ftypes.h:
-
-         From Olivier Biot
-
-         New "matches" operater in display filter language. Uses PCRE.
-
-         If a "matches" operator is found in a dfilter while libpcre has
-         not been used to build the binary, then an exception is thrown
-         after using dfilter_fail() to set an apporporiate error message.
-
-2003-12-06 06:22  gram
-
-       * epan/Makefile.am:
-
-         slab.h needs to be in libethereal_a_SOURCES
-
-2003-12-06 06:09  gram
-
-       * Makefile.am, packet-frame.c, packet-frame.h, print.c, print.h,
-         tethereal.c, doc/README.xml-output, doc/tethereal.pod,
-         epan/proto.c, epan/proto.h, tools/EtherealXML.py,
-         tools/Makefile.am, tools/msnchat:
-
-         Add the ability to print packet dissections in PDML (an XML-based
-         format) to tethereal. It could be added to Ethereal, but the GUI
-         changes to allow the user to select PDML as a print format have
-         not been added.
-
-         Provide a python module (EtherealXML.py) to help parse PDML.
-
-         Provide a sample app (msnchat) which uses tethereal and
-         EtherealXML.py to reconstruct MSN Chat sessions from packet
-         capture files. It produces a nice HTML report of the chat
-         sessions.
-
-         Document tethereal's PDML and EtherealXML.py usage in
-         doc/README.xml-output
-
-         Update tethereal's manpage to reflect the new [-T pdml|ps|text]
-         option
-
-2003-12-06 04:05  guy
-
-       * file.c, ui_util.h, gtk/packet_list.c:
-
-         From Jeff Morriss: avoid at least some N^2 behavior when changing
-         the time stamp format.
-
-2003-12-05 22:33  guy
-
-       * packet-ccsds.c:
-
-         "hf_ccsds_secheader" is an FT_BOOLEAN; use
-         "proto_tree_add_boolean()" for it.
-
-2003-12-05 16:00  gerald
-
-       * Makefile.nmake, README.win32, config.nmake:
-
-         Switch over to Net-SNMP 5.1.  A ZIP file of the Net-SNMP 5.1
-         sources plus a static Windows library (netsnmp.lib) has been
-         placed at
-
-             http://www.ethereal.com/distribution/win32/development/
-
-         The Net-SNMP documentation recommends against using a DLL at the
-         present time.
-
-2003-12-05 09:34  guy
-
-       * packet-sdp.c:
-
-         We have to parse the SDP packet even if we're not building a
-         protocol tree, as we might be setting up a conversation.
-
-2003-12-05 09:33  guy
-
-       * packet-isup.c:
-
-         Subdissectors must be called regardless of whether a protocol
-         tree is being built.
-
-2003-12-05 09:25  guy
-
-       * plugins/mgcp/packet-mgcp.c:
-
-         Subdissectors must be called regardless of whether a protocol
-         tree is being built.
-
-2003-12-04 22:37  guy
-
-       * plugins/asn1/Makefile.am:
-
-         From some reason, at least on Mac OS X 10.3, the change to have
-         the protocol tree stuff not use GNodes means that the ASN.1
-         plugin now needs to be explicitly linked against GLib in order to
-         get access to the GNode routines, otherwise you get errors from
-         the run-time linker.
-
-2003-12-04 19:53  guy
-
-       * epan/: proto.c, proto.h:
-
-         It turns out the protocol tree parent link was used, so we need
-         it in our new scheme.
-
-2003-12-04 10:59  guy
-
-       * file.c, print.c, proto_hier_stats.c, tap-protohierstat.c,
-         epan/proto.c, epan/proto.h, gtk/proto_draw.c, gtk/rtp_analysis.c:
-
-         Don't use GNodes for the protocol tree, put the sibling pointer,
-         and pointers to the first *and* last child, in the "proto_node"
-         structure itself.  That saves us one level of indirection and
-         memory allocation, and lets us append to a tree by appending to
-         the last child directly, rather than having to scan through the
-         list of siblings of the first child to find the end of that list.
-
-2003-12-04 08:15  sahlberg
-
-       * packet-kerberos.c:
-
-         update to kerberos
-
-         if the kerberos blob contains a krb error, print the error string
-         to COL_INFO
-
-2003-12-04 08:13  sahlberg
-
-       * packet-ldap.c:
-
-         update to ldap.
-
-         some implementations specify GSSAPI in the bind call.  the
-         encapsulation seems to be the same as GSS-SPNEGO so handle it the
-         same way
-
-2003-12-04 06:02  gram
-
-       * packet-wsp.c:
-
-         Add {0, NULL} to the vals_wsp_reason_codes value_string array.
-
-2003-12-04 05:59  gram
-
-       * packet-wlancap.c:
-
-         Add {0, NULL} to all the value_string arrays.
-
-2003-12-04 05:57  gram
-
-       * packet-socks.c:
-
-         Add {0, NULL} to the reply_table_v5 value_string array.
-
-2003-12-04 05:55  gram
-
-       * packet-ldp.c:
-
-         ldp.msg.tlv.returned.msg.ubit needs to be an FT_BOOLEAN field,
-         not an FT_UINT8, since it is using a true_false_string struct to
-         print its values.  Add {0, NULL} to the fec_vc_interfaceparm
-         value_string array.
-
-2003-12-04 05:47  gram
-
-       * packet-isup.c:
-
-         Add {0, NULL} to the isup_Pass_on_not_possible_indicator_vals and
-         ISUP_Broadband_narrowband_interworking_indicator_vals
-         value_string arrays.
-
-2003-12-04 05:40  gram
-
-       * packet-fcswils.c:
-
-         Add {0, NULL} to end of fc_swils_rscn_addrfmt_val value_string
-         array.
-
-2003-12-04 05:38  gram
-
-       * packet-fcip.c:
-
-         Add {0, NULL} to end of fcencap_proto_vals value_string array.
-
-2003-12-04 00:45  guy
-
-       * filters.c, filters.h, gtk/dcerpc_stat.c,
-         gtk/endpoint_talkers_table.c, gtk/fc_stat.c, gtk/filter_prefs.c,
-         gtk/find_dlg.c, gtk/h225_counter.c, gtk/h225_ras_srt.c,
-         gtk/ldap_stat.c, gtk/mgcp_stat.c, gtk/prefs_dlg.c,
-         gtk/rpc_stat.c, gtk/service_response_time_table.c,
-         gtk/smb_stat.c:
-
-         In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *";
-         assign its value to pointer-to-const variables.
-
-2003-12-03 23:54  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-gsm_map.c,
-         doc/ethereal.pod:
-
-         From Felix Fei: GSM MAP support.
-
-         From Michael Lum:
-
-                 Modified for better TCAP separation, fixed EOC handling
-         (a la
-                 TCAP).
-
-                 Added parameter parsing (although not dissection or
-         naming).
-
-2003-12-03 23:46  guy
-
-       * AUTHORS, packet-ansi_a.c, packet-ansi_a.h, tap-ansi_astat.c,
-         gtk/Makefile.am, gtk/Makefile.nmake, gtk/ansi_a_stat.c:
-
-         From Michael Lum: Ethereal tap for ANSI A-interface.
-
-         Tweak some Makefile.nmake whitespace.
-
-2003-12-03 22:50  guy
-
-       * packet-mtp2.c, packet-mtp3.c:
-
-         From Jeff Morriss: add support for WTAP_ENCAP_MTP2 and
-         WTAP_ENCAP_MTP3.
-
-2003-12-03 22:40  guy
-
-       * wiretap/: AUTHORS, libpcap.c, wtap.c, wtap.h:
-
-         From Jeff Morriss: add support for libpcap MTP2 and MTP3
-         captures.
-
-         Add a missing entry in "encap_table[]" for Bluetooth H4, and fix
-         some comments.
-
-2003-12-03 20:01  guy
-
-       * packet-bootp.c:
-
-         From Greg Morris: handle the backwards compatibility flag for
-         options 78 and 79.
-
-2003-12-03 19:59  guy
-
-       * gtk/menu.c:
-
-         From Greg Morris: the "File->Save Highlighted" menu item has no
-         icon, so don't use "ITEM_FACTORY_STOCK_ENTRY()" for it.
-
-2003-12-03 19:47  guy
-
-       * wiretap/airopeek9.c:
-
-         "strtoul()" returns a "long", not a "long long".
-
-2003-12-03 10:14  sahlberg
-
-       * epan/tvbuff.c:
-
-         Replace two expensive macros with a much simpler mechanism to
-         prevent memory leaks due to exceptions.
-
-         makes my tethereal testcase ~1% faster.
-
-2003-12-03 09:50  sahlberg
-
-       * epan/: proto.c, tvbuff.c, tvbuff.h:
-
-         performance update
-
-         replace tvb_raw_offset() which is essentially a simple assignment
-         and which is called a lot with a macro.
-
-         this makes my tethereal testcase 2-3% faster.
-
-2003-12-03 09:28  guy
-
-       * packet-ncp2222.inc, print.c, proto_hier_stats.c,
-         tap-protohierstat.c, epan/proto.c, epan/proto.h,
-         epan/ftypes/ftypes.c, epan/ftypes/ftypes.h, gtk/main.c,
-         gtk/menu.c, gtk/prefs_dlg.c, gtk/rtp_analysis.c:
-
-         The "ptr_u" unions no longer have a "next" pointer - they now
-         just have one member - or have one that's not used, so get rid of
-         those unions.
-
-2003-12-03 08:53  guy
-
-       * epan/: proto.c, proto.h, slab.h, ftypes/ftypes.c,
-         ftypes/ftypes.h:
-
-         Instead of requiring slab-allocated structures to have a "next"
-         pointer, when adding them to the free list, cast the pointer to
-         the structure to a pointer to a "freed_item_t" which contains the
-         "next" pointer.
-
-         This reduces the memory requirement for some of those structures,
-         and leaves us free to slab-allocate structures that have a "next"
-         pointer for other reasons.
-
-2003-12-03 08:43  sahlberg
-
-       * packet-smb.c:
-
-         Update to SMB ReadAndX replies.
-
-         There might be a 4 (not 2) byte datalen high field.  If there is
-         no such field (due to an early dialect being used) these bytes
-         are often 0xff.  If these four bytes are all 0xff    dont display
-         them in the tree.
-
-2003-12-03 07:46  guy
-
-       * README.linux:
-
-         Bring it up to date.
-
-2003-12-02 23:14  guy
-
-       * file.c, tethereal.c, epan/column-utils.c, epan/column_info.h,
-         gtk/main.c:
-
-         From Didier Gautheron: for each column format type, save the
-         first and last columns, if any, with that format, and use that to
-         speed up processing of columns with a particular format and
-         checking whether we're displaying a column with a particular
-         format.
-
-2003-12-02 21:15  guy
-
-       * packet-ncp2222.inc, packet-smb-sidsnooping.c, tap-iostat.c,
-         epan/proto.c, epan/proto.h, epan/dfilter/dfvm.c,
-         epan/ftypes/ftypes.c, epan/ftypes/ftypes.h, gtk/io_stat.c,
-         gtk/main.c, gtk/rtp_analysis.c:
-
-         From Didier Gautheron: put an "fvalue_t" structure into a
-         "field_info" structure, rather than separately allocating
-         "fvalue_t"s and having the "field_info" structure point to them -
-         this appears to speed up protocol tree construction a bit.
-
-2003-12-02 20:27  guy
-
-       * wiretap/airopeek9.c:
-
-         Check for errors and EOF, and handle them appropriately; don't
-         treat all errors when reading the header as indications that the
-         file isn't an AiroPeek V9 file.
-
-         Put in comments nothing some additional checks we should do.
-
-2003-12-02 19:37  guy
-
-       * AUTHORS, doc/ethereal.pod, wiretap/AUTHORS, wiretap/Makefile.am,
-         wiretap/Makefile.nmake, wiretap/airopeek9.c, wiretap/airopeek9.h,
-         wiretap/file_access.c, wiretap/wtap.h:
-
-         From Martijn Schipper: support for reading AiroPeek files in V9
-         capture file format (AiroPeek 2.x).
-
-2003-12-02 18:50  guy
-
-       * packet-tpkt.c:
-
-         Tomas Kukosa noted that the TPKT dissector spends a significant
-         amount of time in "find_protocol_by_id()"; the protocol_t pointer
-         for a protocol doesn't change over time, so get that pointer when
-         the protocol is registered and save it.
-
-2003-12-02 18:35  guy
-
-       * packet-isakmp.c:
-
-         From Yaniv Kaul:
-
-                 1) fix description of Check Point version 5004;
-
-                 2) add description of Check Point version 5005.
-
-2003-12-02 10:23  sahlberg
-
-       * epan/: proto.c, tvbuff.c, tvbuff.h:
-
-         Move the definition of the tvbuff_t structure and friends to
-         tvbuff.h so that we can change tvb_get_ds_tvb() into a macro.
-
-         This function was a single line assignment and was called a lot.
-
-         This made tethereal ~2.5% faster in one testcase I use.
-
-2003-12-02 09:47  sahlberg
-
-       * epan/: proto.c, ftypes/ftypes.c, ftypes/ftypes.h:
-
-         Use the LSAB_ALLOC and SLAB_FREE macros to allocate/free fvalue_t
-         data
-
-2003-12-02 09:11  sahlberg
-
-       * epan/: proto.c, slab.h:
-
-         Moving SLAB_ALLOC and SLAB_FREE to its own header file
-
-2003-12-02 09:05  guy
-
-       * AUTHORS, packet-isakmp.c, doc/ethereal.pod:
-
-         From Arnaud Jacques: fix a typo, and handle another CheckPoint
-         version number.
-
-2003-12-02 06:06  guy
-
-       * packet-fcfzs.c:
-
-         From Dave Sclarsky:
-
-                 Correct several problems with zoneset decodes (e.g.  the
-         zoneset
-                 and zone name lengths do *not* include the pad bytes, so
-         the
-                 offset calculation needed to be fixed).
-
-                 Move the decode of zoneset name into the routine
-                 "dissect_fcfzs_zoneset", so that it is done in only one
-         place.
-
-2003-12-02 05:53  guy
-
-       * packet-ses.c:
-
-         Don't call the presentation layer dissector if we don't have a
-         handle for it.
-
-2003-12-02 02:58  guy
-
-       * packet-bssap.c, packet-tcap.c:
-
-         From Michael Lum: don't register the handoff routine for
-         dissectors as a preference change callback if the ports they
-         register on aren't preferences.
-
-2003-12-01 23:41  guy
-
-       * epan/value_string.c, epan/value_string.h,
-         plugins/plugin_api_list.c, plugins/Xass-list,
-         plugins/Xplugin_api.c, plugins/Xplugin_api.h,
-         plugins/Xplugin_api_decls.h, plugins/Xplugin_table.h:
-
-         From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()",
-         which is like "decode_enumerated_bitfield()" but handles
-         value_string tables containing values as they appear in the
-         bitfield rather than as they appear in the item containing the
-         bitfield.
-
-2003-12-01 23:26  guy
-
-       * packet-m2ua.c:
-
-         From Michael Lum: add a preference setting to specify the
-         parameter tag for "Protocol Data 1", as it changed between draft
-         7 and RFC 3331.
-
-2003-12-01 23:05  guy
-
-       * Makefile.am, Makefile.nmake, packet-ansi_a.c, packet-ansi_a.h,
-         packet-bssap.c, tap-ansi_astat.c:
-
-         From Michael Lum:
-
-                 add a message statistics tap for ANSI A interface for
-         Tethereal;
-
-                 fix the BSSAP, BSMAP, and DTAP interface dissectors to
-         call
-                 subdissectors even if no protocol tree is being built.
-
-2003-12-01 22:25  guy
-
-       * packet-ranap.c:
-
-         From Michael Lum: add a heuristic RANAP dissector, for use atop
-         SCCP, as the SCCP dissector currently doesn't support
-         conversations to be given dissectors.
-
-2003-12-01 20:27  gerald
-
-       * util.c:
-
-         Don't automatically fill in a capture filter if CLIENTNAME is set
-         to "Console".
-
-2003-12-01 17:25  gerald
-
-       * README.win32:
-
-         Updates for new zlib.
-
-2003-12-01 17:19  gerald
-
-       * packaging/nsis/ethereal.nsi:
-
-         Switch from zlib.dll to zlib1.dll.
-
-2003-12-01 17:17  gerald
-
-       * config.nmake:
-
-         Switch to the new (and official) zlib DLL from www.gzip.org.
-
-2003-12-01 06:59  sharpe
-
-       * wiretap/file_access.c:
-
-         It's RedHat, not Red Hat.
-
-2003-12-01 02:01  guy
-
-       * gtk/: file_dlg.c, file_dlg.h, print_dlg.c, proto_draw.c:
-
-         "select_file_cb()" only needs a title, not a "construct_args_t" -
-         "construct_args_t" is for use with filter dialogs, and the
-         members other than the title apply only to filter dialogs.
-
-         Have "select_file_cb()" actually use the title supplied to it.
-
-2003-12-01 01:57  sharpe
-
-       * gtk/menu.c:
-
-         Fix the accelerator issue ...
-
-2003-11-30 23:05  guy
-
-       * gtk/proto_draw.c:
-
-         Not all platforms have <unistd.h> - in particular, Windows
-         doesn't.
-
-         If you're using "open()", "close()", "read()", "write()", etc.,
-         you should include <io.h> on Windows.
-
-2003-11-30 18:01  sharpe
-
-       * gtk/proto_draw.c:
-
-         Fix some warnings in proto_draw.c
-
-2003-11-30 04:40  sharpe
-
-       * gtk/menu.c:
-
-         Rename that to Save Highlighted with Ctl-H as the accellerator.
-
-2003-11-30 04:37  sharpe
-
-       * gtk/menu.c:
-
-         Add Save Selected as a menu item in the File Menu.
-
-         This still has a way to go, though, because the menu item should
-         be greyed out until something is Highlighted.
-
-2003-11-30 04:21  sharpe
-
-       * gtk/: color_dlg.c, file_dlg.c, file_dlg.h, menu.c, print_dlg.c,
-         proto_draw.c, toolbar.c:
-
-         Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c
-         and rename it to select_file_cb to reflect its function.
-
-         While this cleans things up a bit, I am still not happy because
-         now filter_prefs.h must be included before file_dlg.h just to get
-         construct_args_t.
-
-2003-11-29 12:34  jmayer
-
-       * doc/README.tapping:
-
-         Fix two small typos
-
-2003-11-29 06:15  sharpe
-
-       * gtk/menu.c:
-
-         Properly capitalize the string for the menu item.
-
-2003-11-29 06:09  sharpe
-
-       * gtk/: file_dlg.h, menu.c, print_dlg.c, proto_draw.c:
-
-         Add an entry in the byte_view pane that allows the user to save
-         the highlighted data to a file. This allows the user to select
-         some stuff, and analyse it with external tools, and is very
-         useful for quickly prototying dissectors etc.
-
-         This works by retrieving the info that is needed to define where
-         the selected region is.
-
-         It puts up a dialog box that asks for the file to save in.
-
-         However, it is an ugly hack, because it reuses print_file_cb,
-         while print_file_cb should be moved into file_dlg.c.
-
-         It also needs to have some warning dialogs put up in error cases.
-
-         Finally, it would be good to be able to select a region in the
-         byte_view, which you can do with click and drag, and then have a
-         menu item to save the selected bytes.
-
-2003-11-29 03:55  guy
-
-       * AUTHORS, packet-gtp.c, doc/ethereal.pod:
-
-         From melerski [AT] poczta.onet.pl: fix a problem with unknown
-         IEs.
-
-2003-11-28 19:13  ulfl
-
-       * gtk/menu.c:
-
-         renamed frame to packet in all GUI elements moved "Enabled
-         Protocols" and such from "View" to "Analyze" toplevel menu
-
-2003-11-28 19:02  ulfl
-
-       * gtk/goto_dlg.c:
-
-         renamed frame to packet in all GUI elements
-
-2003-11-28 19:00  ulfl
-
-       * gtk/capture_info_dlg.c:
-
-         use dlg_window_new instead of gtk_window_new
-
-2003-11-28 18:59  ulfl
-
-       * gtk/: toolbar.c, find_dlg.c:
-
-         renamed frame to packet in all GUI elements
-
-2003-11-28 00:44  ulfl
-
-       * gtk/capture_info_dlg.c:
-
-         label changed from "Portions" to "% of total" as suggested by Guy
-
-2003-11-28 00:13  ulfl
-
-       * gtk/main.c:
-
-         using dlg_utils.c functions to catch the ESC key to close the
-         dialog
-
-2003-11-28 00:07  ulfl
-
-       * gtk/: supported_protos_dlg.c, plugins_dlg.c:
-
-         using dlg_utils.c functions to catch the ESC key to close the
-         dialog
-
-2003-11-27 23:25  ulfl
-
-       * gtk/help_dlg.c:
-
-         using dlg_utils.c functions to catch the ESC key to close the
-         dialog
-
-2003-11-27 22:29  guy
-
-       * print.c:
-
-         "representation", in an "item_label_t", is now an array, not a
-         pointer, so "fi->rep->representation" can't be null.
-
-2003-11-27 22:15  guy
-
-       * tap-rpcstat.c, tap-wspstat.c:
-
-         Fix comments to correctly refer to the "-z" option.
-
-2003-11-27 22:14  guy
-
-       * tap-rpcstat.c:
-
-         From Michael Lum: fix the usage message to refer to "-z", not
-         "-Z".
-
-2003-11-27 22:12  guy
-
-       * gtk/main.c:
-
-         Show the -z flag in the usage message.
-
-2003-11-27 22:04  guy
-
-       * tethereal.c:
-
-         From Michael Lum: fix the usage message to say "-z", not "-Z".
-
-2003-11-27 21:20  guy
-
-       * AUTHORS, packet-rtp-events.c, doc/ethereal.pod:
-
-         From Arsen Chaloyan: fix offsets in "proto_tree_add" calls.
-
-2003-11-27 21:09  guy
-
-       * etypes.h, packet-ethertype.c, plugins/rtnet/packet-rtnet.c:
-
-         From Erwin Rol: RTCFG support.
-
-         Add in a URL to the RTNET home page.
-
-2003-11-27 21:02  guy
-
-       * packet-dns.c:
-
-         From David Fort: fix to previous patch.
-
-2003-11-27 20:34  ulfl
-
-       * gtk/menu.c:
-
-         Redesign of the whole menu structure, to be more intuitive to the
-         user and conforms somewhat better to the Gnome Human Interface
-         Guideline
-
-2003-11-27 17:18  ulfl
-
-       * print.c:
-
-         bugfix: removed access violation when using "File/Print Packet".
-         The label_ptr could be NULL, when calling function print_line
-
-2003-11-27 00:22  ulfl
-
-       * gtk/help_dlg.c:
-
-         using text files from help dir, to display the help texts.  the
-         "dynamic protocol fields" are already moved to
-         gtk/supported_protos_dlg.c
-
-2003-11-27 00:17  ulfl
-
-       * help/: capture_filters.h, display_filters.h, faq.h, overview.h,
-         well_known.h:
-
-         Added this intermediate files, until a Makfile.am is available
-         for unix systems
-
-2003-11-26 23:23  guy
-
-       * AUTHORS, packet-dns.c, doc/ethereal.pod:
-
-         From David Fort: DNS DSS RR support.
-
-2003-11-26 12:22  sahlberg
-
-       * epan/: proto.c, proto.h:
-
-         Speed updates
-
-         create generic macros for allocating/freeing structures.
-
-         remove one more slow GMemChunk and replace it with a simple
-         linked list
-
-         ~4% speed improvement in my tests.
-
-         the allocated data is never freed.   this may be a problem if
-         ethereal is ever supported on a platform lacking resource
-         tracking but makes the implementation faster and simpler.
-
-2003-11-26 02:58  guy
-
-       * AUTHORS, packet-giop.c, doc/ethereal.pod:
-
-         From Patrick Kursawe: rename "getline()" so it doesn't collide
-         with the "getline()" declared in <stdio.h> with recent versions
-         of glibc.
-
-         Fix a typo in the AUTHORS file.
-
-2003-11-26 02:54  guy
-
-       * pcap-util.c:
-
-         From Jaime Fournier: fix a typo.
-
-2003-11-25 20:26  guy
-
-       * AUTHORS, packet-ucp.c, doc/ethereal.pod:
-
-         From Reinhard Speyerer: handle 10-digit UCP dates, which lack a
-         seconds value.
-
-2003-11-25 20:02  guy
-
-       * epan/proto.c:
-
-         As with fvalue_t, so with field_info and item_label - the
-         individual items aren't individually g_mallocated and can't be
-         g_freed, only the chunks can.
-
-2003-11-25 19:25  guy
-
-       * epan/ftypes/ftypes.c:
-
-         Individual fvalue_t's aren't individually allocated with
-         "g_malloc()", so they can't be freed with "g_free()"; keep a list
-         of the chunks of "fvalue_t"s, which are whare are allocated with
-         "g_malloc()", so we can free them all.
-
-2003-11-25 18:02  guy
-
-       * packet-sip.c:
-
-         From Anders Broman: add more SIP headers, and the PUBLISH method.
-
-2003-11-25 14:16  sahlberg
-
-       * epan/proto.c:
-
-         replace free_node_field_info with a macro since it is only called
-         from one other place in the code and this reduces one unnecessary
-         function call overhead.  and it makes ethereal ~1% faster.
-
-2003-11-25 14:11  sahlberg
-
-       * epan/proto.c:
-
-         rename FREE_FIELD_INFO to FIELD_INFO_FREE for consistency
-
-2003-11-25 14:10  sahlberg
-
-       * epan/proto.c:
-
-         create a FIELD_INFO_NEW for consistency
-
-2003-11-25 14:07  sahlberg
-
-       * file.c, print.c, epan/proto.c, epan/proto.h, gtk/proto_draw.c:
-
-         remove another slow GMemChunk from ethereal making ethereal a
-         little bit faster
-
-2003-11-25 13:23  sahlberg
-
-       * epan/proto.c:
-
-         change free_field_info to FREE_FIELD_INFO to indicate it is a
-         macro and not a function
-
-2003-11-25 13:20  sahlberg
-
-       * epan/proto.c, epan/dfilter/dfvm.c, epan/ftypes/ftype-ipv4.c,
-         epan/ftypes/ftype-string.c, epan/ftypes/ftypes-int.h,
-         epan/ftypes/ftypes.c, epan/ftypes/ftypes.h,
-         gtk/dfilter_expr_dlg.c:
-
-         fvalue_free() is one of the most called functions.  This function
-         is also very small, so small that teh overhead for the actual
-         function call and return is likely to be a significant part of
-         its execution time.
-
-         change it into a macro and make it thus slightly faster by
-         eliminating the function call overhead.
-
-2003-11-25 08:50  sahlberg
-
-       * epan/ftypes/: ftypes.c, ftypes.h:
-
-         Change the handling of temporary allocation of fvalue_t
-         structures to be faster.  Use a similar technique as was used in
-         epan/proto.c to speed up the field_info allocation/deallocation
-         routines
-
-2003-11-25 08:19  guy
-
-       * packet-dcerpc.c:
-
-         From Jaime Fournier: show the RPC version of the unknown
-         interface in the Info column.
-
-2003-11-25 08:10  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-dcerpc-budb.c,
-         packet-dcerpc-epm4.c, packet-dcerpc-icl_rpc.c,
-         packet-dcerpc-rs_prop_acct.c:
-
-         From Jamie Fournier: DCE RPC EPM version 4 support, and stub
-         support for BUDB, ICL RPC, and RS_PROP_ACCT DCE RPC-based
-         protocols.
-
-2003-11-25 05:58  guy
-
-       * wiretap/cosine.c:
-
-         "file_seek()" sets "*err" - we don't have to set it ourselves.
-
-         The same is true of "parse_cosine_rec_hdr()".
-
-2003-11-25 05:56  guy
-
-       * wiretap/network_instruments.c:
-
-         "file_seek()" sets "*err" - there's no need to set it ourselves.
-         It returns -1 on errors, so just check for that.
-
-2003-11-25 00:21  guy
-
-       * ipproto.h:
-
-         Fix a typo.
-
-2003-11-24 23:46  guy
-
-       * packet-ccsds.c:
-
-         Eliminate compiler warnings.
-
-2003-11-24 22:11  guy
-
-       * packet-ncp2222.inc, print.c, proto_hier_stats.c,
-         tap-protohierstat.c, epan/proto.c, epan/proto.h, gtk/main.c,
-         gtk/menu.c, gtk/prefs_dlg.c, gtk/rtp_analysis.c:
-
-         Make the recent epan/proto.{c,h} change compile.
-
-2003-11-24 21:42  guy
-
-       * ipproto.c, ipproto.h, packet-mip6.c:
-
-         Preserve 62 as an (old) IP protocol type for mobility headers.
-
-2003-11-24 21:12  sahlberg
-
-       * epan/: proto.c, proto.h:
-
-         performance enhancement to proto.c
-
-         Removed the GMemChunk used to allocate/free field_info structures
-         and used a free list to store the freed structs until they are
-         allocated again.
-
-         Ethereal will allocate more field_info structs as it needs to but
-         never free them. Instead the are just placed in a cheap and fast
-         free list so that if we want to use the struct again, this will
-         be fast.
-
-         This affects the speed of the two functions alloc_field_info()
-         that should be slightly faster now free_field_info() that was
-         replaced with a 2 line macro.
-
-         All in all  my testing suggests that ethereal is 2-3% faster with
-         this patch.
-
-2003-11-24 17:41  ulfl
-
-       * Makefile.nmake:
-
-         bugfix: corrected clean and distclean targets
-
-2003-11-24 00:34  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-ccsds.c,
-         doc/ethereal.pod:
-
-         From Scott Hovis :CCSDS (Consultative Committee for Space Data
-         Systems) support.
-
-2003-11-24 00:05  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: fix dissection of GRS/GRA messages.
-
-2003-11-23 23:42  guy
-
-       * Makefile.nmake:
-
-         Include the BFD dissector when building with MSVC++.
-
-2003-11-23 22:00  gerald
-
-       * AUTHORS, Makefile.am, packet-bfd.c:
-
-         From Hannes Gredler: Add support for Bi-directional Fault
-         Detection (BFD).
-
-2003-11-22 12:02  jmayer
-
-       * packet-radius.c:
-
-         - Bugfix: Passworddecoding should only be done for attribute 2,
-         but           not for VSA 2 - Fixme comment about length handling
-         added - Cleanup: Setting a variable to the right type removes the
-         necessity           for casts.
-
-2003-11-22 11:12  sahlberg
-
-       * packet-h245.c:
-
-         Change the way signalType is dissected to be compatible with and
-         dissect the packets from Martin R and Paul H.
-
-         I still think ethereal was correct before this patch and that
-         this patch is not compatible with teh standard.  Anyway, that
-         doesnt matter much. With this patch ethereal will dissect the
-         packets properly.  Time to study x691 again.
-
-2003-11-22 08:35  guy
-
-       * ipproto.h, packet-ipv6.h:
-
-         From Martti Kuparinen: use correct values for Mobile IPv6.
-
-2003-11-22 04:41  sahlberg
-
-       * epan/proto.c:
-
-         As per Guys suggestion, continue optimizing proto.c to macroize
-         it and make it even faster
-
-2003-11-21 22:18  guy
-
-       * packet-smpp.c:
-
-         From Olivier Biot: fix up the description of the
-         "port_number_udh_means_wsp" preference.
-
-2003-11-21 22:00  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot:
-
-                 * Fix the WSP dissector so a Quoted-string with
-         extraneous
-                   trailing quote is displayed without duplicated final
-         quote, and
-                   issue a warning in the protocol tree.
-                 * Remove the Openwave x-up-proxy-client-id header
-         decoding as it
-                   was incorrectly decoded as a text string, and process
-         it with
-                   the default Openwave header parser.
-                 * Fix byte highlighting of some WSP parameters.
-                 * Rename the WSP parameter filter names so they don't all
-         refer to
-                   content_type.
-
-2003-11-21 21:58  guy
-
-       * packet-wbxml.c, epan/packet.c, epan/packet_info.h:
-
-         From Olivier Biot:
-
-                 * Add a "match_string" field to the "packet_info"
-         structure,
-                   saving the string value that matched in a string
-         dissector
-                   lookup, by analogy to "match_port" - this was required
-         for
-                   dissection with token rendering of WBXML content when
-         no public
-                   ID was given (e.g. Nokia/Ericsson OTA provisioning
-         data).
-                 * Add support for textual content type based WBXML token
-                   mapping.
-                 * Add extra WBXML public identifiers.
-                 * Add the Nokia/Ericsson OTA provisioning (version 7)
-         token
-                   definitions.
-                 * Inform the user when a content-type based token match
-         is found.
-
-2003-11-21 21:33  guy
-
-       * AUTHORS, packet-dcerpc-srvsvc.c, doc/ethereal.pod:
-
-         From Eric Wedel: fix dissection of NetServerDiskEnum reply.
-
-2003-11-21 19:24  guy
-
-       * gtk/rtp_stream.c:
-
-         From Lars Ruoff: use the pointer to the RTP payload, rather than
-         extracting the data from the frame directly.
-
-2003-11-21 14:58  sahlberg
-
-       * epan/: proto.c, proto.h:
-
-         Performance fix
-
-         In the GPROF logs proto_registrar_get_nth() used to take anything
-         between 2.5 and 5.5% of the time.
-
-         Replace the GLIB array with a handroleld one for one of the
-         private structures.
-
-         the function should now be virtually zero cost and thus ethereal
-         should be 2.5-5.5% faster on those traces.
-
-         anyone that wants to, please rerun GPROF with this fix and see
-         what has changed.
-
-2003-11-21 08:40  guy
-
-       * packet-dcerpc-epm.c:
-
-         A "handle_t" as the first argument to a call doesn't seem to be
-         sent over the wire, at least in the DCE RPC 1.1 code.
-
-         That suggests that the first 24 bytes of a Map request are the
-         UUID pointer that the EPM IDL says should be there, not a context
-         handle.
-
-2003-11-21 08:33  guy
-
-       * pcap-util.c:
-
-         Maybe the problem is that the compilers used on AIX weren't
-         defining "AIX", and that code was never compiled.  Libpcap uses
-         "_AIX" to conditionally compile in the extra AIX BPF support;
-         we'll do the same.
-
-2003-11-21 08:30  guy
-
-       * pcap-util.c:
-
-         Pass "strncmp()" the right number of arguments.  (Why hasn't
-         anybody reported this as a problem when compiling on AIX?
-         Doesn't any compiler complain that "strncmp()" isn't being passed
-         enough arguments?  GCC sure did in a test program I built on
-         FreeBSD 3.4....)
-
-2003-11-21 04:01  guy
-
-       * packet-dcerpc.c:
-
-         From Jamie Fournier: add the UUID to the Info column for datagram
-         calls.
-
-2003-11-21 02:57  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-dcerpc-rs_plcy.c:
-
-         From Jamie Fournier: DCERPC RS_PLCY support.
-
-2003-11-21 02:48  guy
-
-       * packet-dcerpc-ndr.c, packet-dcerpc.h:
-
-         The 32-bit integer at the beginning of a context_handle is called
-         "context_handle_attributes" in the DCE RPC 1.1 "nbase.idl".
-         Rename our structure member accordingly.
-
-         Note in a comment that we should perhaps display a context_handle
-         as the attributes and UUID.
-
-         Use "proto_tree_add_item()", not "proto_tree_add_bytes()", to put
-         the context handle raw data into the protocol tree.
-
-2003-11-20 23:34  guy
-
-       * packet-rtp.c, packet-rtp.h, gtk/Makefile.am, gtk/Makefile.nmake,
-         gtk/rtp_stream.c, gtk/rtp_stream.h, gtk/rtp_stream_dlg.c:
-
-         From Lars Roland:
-
-                 - added a pointer to raw rtp data to _rtp_info that can
-         be used by
-                   taps;
-
-                 - RTP packets are passed to the tap queue only if they
-         are not
-                   error packets (so that you don't need to filter out
-         ICMP
-                   packets)
-
-                 - use that pointer in rtp_stream, so it handles packets
-         with
-                   padding, and should handle RTP packets fragmented
-         across
-                   lower-level packets
-
-                 - moved rtp_stream from tap sources to normal files
-                   (prevents on-start-up registration of the rtp_stream
-         tap
-                   listener)
-
-                 - rtp_stream tap gets registered/unregistered with the
-         "RTP
-                   Streams" dialog box
-                   i.e. the tap is registered as long as the dialog box is
-         open.
-                   Alternatively, it is de-/registered on demand if RTP
-         Analysis is
-                   called directly on a packet.
-
-                 - rtp_stream tap listener no longer uses a filter in
-         dissection
-         `         and does not need to have a proto tree being built.
-         (performance increase)
-
-                 - fixed: RTP Streams list will get updated in real time
-         if the
-                   dialog box is open while a redissection takes place.
-
-2003-11-20 23:21  guy
-
-       * packet-dcerpc-srvsvc.c:
-
-         #if 0-out some no-longer-used routines.
-
-         Use #if 0/#endif rather than comments to remove the code that
-         used to refer to those routines - it's a bit more robust in the
-         presence of comments (there aren't currently any, but, just in
-         case somebody adds them...).
-
-2003-11-20 22:50  guy
-
-       * packet-wbxml.c:
-
-         From Olivier Biot: add support for media type
-         "application/x-prov.syncset+wbxml".
-
-2003-11-20 22:38  guy
-
-       * packet-sip.c:
-
-         From Martin Mathieson:
-
-                 - Add some summary info to REGISTER requests and
-         responses
-                 - Tidy up whitespace a little
-
-2003-11-20 22:24  guy
-
-       * packet-wbxml.c:
-
-         From Olivier Biot:
-
-                 * Fix an incorrectly #ifdef'ed return introduced by the
-         previous
-                   patch
-                 * Remove the parsed_length parameter from the function
-         signature
-                   of the tag and attribute dissectors - have it return
-         the
-                   parsed length, instead
-                 * Throw ReportedBoundsError exceptions if we run past the
-         end of
-                   the tvbuff, rather than putting a special entry in
-                 * Produce consistent and extensive debug logging (enabled
-         by
-                   defining DEBUG_wbxml)
-                 * Get rid of the dozens of "#ifdef DEBUG ... #endif"
-         constructs
-                   for debug logging
-
-2003-11-20 19:05  guy
-
-       * epan/osi-utils.c:
-
-         From Hannes Gredler: "print_system_id()" should call
-         "print_system_id_buf()", not "print_nsap_net_buf()".  (What idiot
-         made *that* mistake? :-))
-
-2003-11-20 14:29  nneul
-
-       * AUTHORS:
-
-         update proto list
-
-2003-11-20 06:43  sharpe
-
-       * packet-dcerpc-srvsvc.c:
-
-         Clean up some IDL and remove some structures that Windows of all
-         flavors does not understand. SHARE_INFO_1004, 1005, 1006, 1007,
-         and 1501 seem not to be understood by any, and it can screw up
-         dissections.
-
-2003-11-20 05:20  guy
-
-       * epan/proto.c:
-
-         Use "tvb_get_string()" in "proto_tree_set_string_tvb()" - it
-         won't leak memory if it throws an exception, as it checks whether
-         the entire string is in the tvbuff *before* allocating a buffer
-         for it, and that also means that if the length is absurdly large,
-         an exception will be thrown, rather than the memory allocation
-         failing.
-
-2003-11-20 05:04  guy
-
-       * epan/resolv.c:
-
-         On Mac OS X, disable the alarm/longjmp stuff for timing out name
-         resolution queries - it runs a significant risk of crashing
-         applications that do that.
-
-2003-11-20 04:28  gerald
-
-       * AUTHORS, doc/ethereal.pod:
-
-         Update Jakob Schlyter's address.
-
-2003-11-19 22:55  guy
-
-       * packet-wbxml.c:
-
-         From Olivier Biot: fix  the WBXML dissector in cases where
-         dissection is interrupted because of a short frame or packets not
-         being reassembled, and provide additional debug logging.
-
-2003-11-19 22:13  nneul
-
-       * Makefile.am, Makefile.nmake, packet-sebek.c:
-
-         Add dissector for the SEBEK kernel read() data capture and/or
-         rootkit tool used as part of the HoneyNet project.
-
-         Info at: http://project.honeynet.org/tools/sebek/
-
-2003-11-19 21:24  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot:
-
-                 correct (and document) the offset computation in the
-         parameter()
-                 and parameter_value_q() functions.
-
-         From Loïc Minier:
-
-                 - a copy-paste with a missing replacement;
-                 - content-disposition uses parameters not q-values;
-                 - missing "+" for the calculation of parameter-offsets;
-                 - white-space cleanup;
-                 - comment fixes.
-
-2003-11-19 09:58  guy
-
-       * packet-isis-lsp.c, packet-isis-lsp.h:
-
-         Fix the ATT bit definitions.
-
-2003-11-19 09:49  guy
-
-       * packet-cpfi.c:
-
-         Get rid of unused variables.
-
-2003-11-19 09:43  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot: get rid of no-longer-used routines.
-
-2003-11-19 09:32  sahlberg
-
-       * packet-tcp.c:
-
-         Update to TCP,   when we see a SYN|ACK packetm reset base_ack to
-         the current ACK-1 so that it looks right when doing relative
-         sequence numbers.  I.e. SEQ :    seq==0  ack==0      SEQ|ACK
-         seq==0  ack==1      ACK      seq==1  ack==1
-
-         This looks much more correct.
-
-         This change also fixes the problem reported to ethereal-dev
-         recently with "Follow TCP Stream" dropping the first character of
-         the stream.
-
-2003-11-19 07:13  sharpe
-
-       * packet-dcerpc-wkssvc.c:
-
-         Fix some IDL ...
-
-2003-11-19 04:30  guy
-
-       * packet-fcswils.c:
-
-         From Dave Sclarsky: fix the offset for the Node WWN.
-
-2003-11-19 04:26  guy
-
-       * packet-cpfi.c:
-
-         Get rid of some unused arguments and variables.
-
-         Clean up the handling of the footer, so that it works even with
-         short frames.
-
-2003-11-19 04:05  guy
-
-       * packet-cpfi.c:
-
-         "uint" preferences should be "guint"s, not "int"s.
-
-2003-11-19 04:02  guy
-
-       * packet-cpfi.c:
-
-         Fix a typo.
-
-2003-11-19 04:00  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-cpfi.c,
-         doc/ethereal.pod:
-
-         From Dave Sclarsky: CPFI support.
-
-2003-11-19 03:53  guy
-
-       * packet-smb-browse.c, packet-smb-logon.c, packet-smb-mailslot.c:
-
-         "dissect_mailslot_browse()", "dissect_mailslot_lanman()", and
-         "dissect_smb_logon()" always return TRUE, so just get rid of
-         their return value.
-
-         "call_dissector()" automatically calls the data dissector if the
-         protocol for the dissector being called is disabled, so we don't
-         have to check its result and call the data dissector if it
-         returns 0.
-
-2003-11-19 02:58  guy
-
-       * packet-mmse.c:
-
-         Register the MMSE dissector with the "http.content_type"
-         dissector table, rathe than as a heuristic subdissector of HTTP.
-
-2003-11-19 01:50  guy
-
-       * gtk/supported_protos_dlg.c:
-
-         Use "OK" for the "OK" button, as we do elsewhere.
-
-2003-11-19 01:45  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot:
-
-                 Implement quoted-string parsing by appending the closing
-         quote
-                 to the string value.  If the quoted-string value does not
-         start
-                 with a quote, dissection resumes but a warning is
-         displayed.
-                 Textual headers are assumed to be 0x00 terminated
-         (otherwise we
-                 have a malformed packet or a short frame).
-
-                 The Trailer header is also dissected now, and the charset
-                 parameter dissection has been rewritten.
-
-                 The Content-ID header dissector was registered at the
-         place of
-                 the Trailer dissector; this has also been fixed.
-
-2003-11-19 01:39  guy
-
-       * packet-ansi_map.c:
-
-         From Michael Lum: fix param_digits() subtree for "Nature of
-         Number".
-
-2003-11-19 00:10  ulfl
-
-       * gtk/gui_prefs.c:
-
-         redraw supported_protos dialog, if GUI prefs changed
-
-2003-11-19 00:04  ulfl
-
-       * gtk/menu.c:
-
-         added supported_protos menu item
-
-2003-11-19 00:02  ulfl
-
-       * gtk/Makefile.am:
-
-         added supported_protos_dlg
-
-2003-11-19 00:01  ulfl
-
-       * gtk/Makefile.nmake:
-
-         added supported_protos_dlg.obj
-
-2003-11-18 23:56  ulfl
-
-       * gtk/: supported_protos_dlg.c, supported_protos_dlg.h:
-
-         seperated "supported protocols and protocol fields" dialog,
-         coming from help_dlg.c/.h
-
-2003-11-18 23:40  ulfl
-
-       * Makefile.nmake:
-
-         generate "static" help content
-
-2003-11-18 23:11  ulfl
-
-       * help/: capture_filters.txt, convert-include.sh, Makefile.nmake,
-         display_filters.txt, faq.txt, overview.txt, well_known.txt:
-
-         "static content" and make environment of redesigned online help
-
-2003-11-18 19:56  guy
-
-       * packet-bootp.c:
-
-         From Greg Morris:
-
-                 dissect the RFC 2610 DHCP options for SLP;
-
-                 dissect Novell-specific options 85, 86, and 87.
-
-2003-11-18 19:46  guy
-
-       * packet-tcp.c:
-
-         From Lars Roland: the window size passed to
-         "tcp_analyze_sequence_number()" is a "guint32", as it might be
-         scaled - make the arugment a "guint32" as well.
-
-2003-11-18 19:36  guy
-
-       * plugins/: Xass-list, Xplugin_api.c, Xplugin_api.h,
-         Xplugin_api_decls.h, Xplugin_table.h:
-
-         Get rid of the second "col_set_fence()" entry.
-
-2003-11-18 19:34  guy
-
-       * plugins/plugin_api_list.c:
-
-         The second of the "col_set_fence()" entries is the one that
-         should've been removed; that way, the ordinals of existing
-         entries in the function vector is preserved.
-
-2003-11-18 19:31  guy
-
-       * plugins/Makefile.nmake:
-
-         From Lars Roland: put missing "enttec" into "all" list.
-
-2003-11-18 19:29  ulfl
-
-       * gtk/capture_dlg.c:
-
-         removed MSVC compiler warnings
-
-2003-11-18 19:28  guy
-
-       * packet-ntp.c:
-
-         From Matthias Drochner:
-
-                 extensions need only be a multiple of 4 bytes in length,
-         not 8
-                 bytes;
-
-                 put in a missing increment of "offset".
-
-2003-11-18 19:27  ulfl
-
-       * gtk/print_dlg.c:
-
-         removed unused vars
-
-2003-11-18 19:26  ulfl
-
-       * plugins/plugin_api_list.c:
-
-         col_set_fence occurs twice, removed one appearance
-
-2003-11-18 19:20  guy
-
-       * epan/filesystem.h:
-
-         From Tomas Kukosa: add "extern"s so that the plugin API stuff
-         works.
-
-2003-11-18 19:20  ulfl
-
-       * packet-sdp.c:
-
-         includes changed, to be working with MSVC also
-
-2003-11-18 19:18  ulfl
-
-       * plugins/rdm/Makefile.nmake:
-
-         corrected cut and paste errors, makefile was unchanged copied
-         from rtnet
-
-2003-11-18 08:59  guy
-
-       * plugins/: Xass-list, Xplugin_api.c, Xplugin_api.h,
-         Xplugin_api_decls.h, Xplugin_table.h:
-
-         Add "col_get_writable()", "col_set_writable()", and
-         "col_set_fence()" to the plugin API list.
-
-2003-11-18 08:58  guy
-
-       * plugins/Xplugin_table.h:
-
-         Export "protocol_t" as an opaque type.
-
-         Make "proto_is_protocol_enabled()" and
-         "proto_get_protocol_short_name()" take a "protocol_t *" as an
-         argument, so they don't have to look up the "protocol_t" - this
-         will probably speed them up considerably, and they're called on
-         almost every dissector handoff.
-
-         Get rid of a number of "proto_is_protocol_enabled()" calls that
-         aren't necessary (dissectors called through handles, including
-         those called through dissector tables, or called as heuristic
-         dissectors, aren't even called if their protocol isn't enabled).
-
-         Change some direct dissector calls to go through handles.
-
-2003-11-18 08:55  guy
-
-       * plugins/plugin_api_list.c:
-
-         Add "col_get_writable()", "col_set_writable()", and
-         "col_set_fence()" to the plugin API list.
-
-2003-11-18 08:13  guy
-
-       * configure.in, epan/configure.in, wiretap/configure.in:
-
-         From Olivier Biot: add a "--enable-profile-build" flag to request
-         that "-pg" binaries be built.
-
-2003-11-18 08:04  guy
-
-       * packet-http.c:
-
-         Content-Type values are case-insensitive; force them to lower
-         case (subdissectors must register their Content-Type values as
-         all-lower-case).
-
-         Don't include parameters in the value we look up in the
-         Content-Type subdissector table.
-
-2003-11-18 07:49  guy
-
-       * packet-http.c:
-
-         Add an "http.content_type" dissector table,
-
-         Process the Content-Type header, and, if one is found, look up
-         its value in the aforementioned dissector table.
-
-2003-11-18 07:08  guy
-
-       * packet-ses.c:
-
-         Handle concatenated SPDUs.
-
-         Handle the Serial Number parameter.
-
-2003-11-18 06:31  guy
-
-       * config.guess, config.sub:
-
-         Latest config.guess and config.sub from
-
-                 http://savannah.gnu.org/projects/config/
-
-2003-11-18 06:06  ulfl
-
-       * gtk/capture_info_dlg.c:
-
-         removed MSVC warnings
-
-2003-11-18 04:19  gerald
-
-       * doc/ethereal.pod:
-
-         Document the capture filter changes that were just checked in.
-
-2003-11-18 04:16  gerald
-
-       * util.c, util.h, gtk/main.c:
-
-         Check the environment variables SSH_CONNECTION, SSH_CLIENT,
-         REMOTEHOST, DISPLAY, and CLIENTNAME (in that order).  If any of
-         them are set, create a capture filter that excludes their traffic
-         and set it as the default.  The longer filters should be
-         efficient without being overly long; they may need some tweaking.
-
-2003-11-18 00:46  ulfl
-
-       * gtk/toolbar.c:
-
-         removed some warnings
-
-2003-11-17 22:56  sahlberg
-
-       * epan/to_str.c:
-
-         updates to ip_to_str[_buf]() to make them faster.
-
-         This functin was in a recent profiling run the fifth most
-         expensive function.  It consumed ~3.5% of the total cpu in that
-         run.
-
-         Using a static table this function is now just over twice as fast
-         as previously.
-
-         My testrun calling it 10.000.000 times in a loop changed the
-         execution time from ~17.3s ro ~8.2s
-
-         If this test was representative for the speedup and if ~3.5 in
-         the profile run was representative for normal cases this should
-         make ethereal ~1.8% faster.  Woohoo.  (low hanging fruit)
-
-2003-11-17 22:34  guy
-
-       * plugins/: acn/Makefile.am, artnet/Makefile.am, asn1/Makefile.am,
-         gryphon/Makefile.am, mgcp/Makefile.am, pcli/Makefile.am,
-         rtnet/Makefile.am:
-
-         Fix the copyright notices (Gerald has the copyright on Ethereal).
-
-2003-11-17 22:31  guy
-
-       * plugins/giop/Makefile.am:
-
-         Tweak the introductory comment.
-
-2003-11-17 22:29  guy
-
-       * plugins/: enttec/.cvsignore, rdm/.cvsignore:
-
-         Fix the .cvsignore files.
-
-2003-11-17 22:26  guy
-
-       * plugins/rdm/packet-rdm.c:
-
-         From Erwin Rol: check the checksum in RDM packets.
-
-2003-11-17 22:09  guy
-
-       * configure.in:
-
-         From Loïc Minier: append $(EXEEXT) to the names of binaries, so
-         that the configure script generates the right executable image
-         file names on Cygwin.
-
-2003-11-17 21:52  guy
-
-       * packet-sdp.c:
-
-         From Lars Roland: use the c= and m= information to set up
-         conversations to use RTP/RTCP.
-
-2003-11-17 20:57  guy
-
-       * AUTHORS, Makefile.am, configure.in,
-         packaging/nsis/Makefile.nmake, packaging/nsis/ethereal.nsi,
-         plugins/Makefile.am, plugins/Makefile.nmake,
-         plugins/artnet/ChangeLog, plugins/artnet/moduleinfo.h,
-         plugins/artnet/packet-artnet.c, plugins/enttec/.cvsignore,
-         plugins/enttec/AUTHORS, plugins/enttec/COPYING,
-         plugins/enttec/ChangeLog, plugins/enttec/INSTALL,
-         plugins/enttec/Makefile.am, plugins/enttec/Makefile.nmake,
-         plugins/enttec/NEWS, plugins/enttec/moduleinfo.h,
-         plugins/enttec/packet-enttec.c, plugins/rdm/.cvsignore,
-         plugins/rdm/AUTHORS, plugins/rdm/COPYING,
-         plugins/rdm/Makefile.am, plugins/rdm/Makefile.nmake,
-         plugins/rdm/moduleinfo.h, plugins/rdm/packet-rdm.c:
-
-         From Erwin Rol: initial ENTTEC support and RDM support.
-
-2003-11-17 20:00  guy
-
-       * gtk/capture_info_dlg.c:
-
-         Not all compilers allow array/structure/union members of
-         automatic variables to be initialized to non-constant values (C89
-         says that "All the expressions in an initializer for an object
-         that has static storage duration or in an initializer list for an
-         object that has aggregate or union type shall be constant
-         expressions"; presumably the intent of the former was to avoid
-         run-time initialization and of the latter was to let the
-         initialization be done by copying from a compile-time-created
-         blob of memory), so we have to initialize "info->counts" by hand.
-
-2003-11-17 19:40  guy
-
-       * capture.c:
-
-         Fix a typo.
-
-2003-11-17 18:23  ulfl
-
-       * etypes.h, packet-ethertype.c:
-
-         added ETHERTYPE_PROFINET
-
-2003-11-17 00:27  guy
-
-       * gtk/capture_info_dlg.c:
-
-         "capture()" takes a "struct pcap_stat *" argument, so you need to
-         include <pcap.h> before including "capture.h".
-
-         Include "dlg_utils.h" to declare "dlg_set_cancel()".
-
-2003-11-17 00:26  guy
-
-       * capture.c:
-
-         Get rid of a no-longer-used variable.
-
-2003-11-16 23:17  guy
-
-       * Makefile.am, disabled_protos.c, packet-alcap.c,
-         packet-ansi_637.c, packet-ansi_683.c, packet-ansi_a.c,
-         packet-ansi_map.c, packet-atalk.c, packet-clnp.c,
-         packet-dcerpc.c, packet-dcerpc.h, packet-dvmrp.c, packet-fcip.c,
-         packet-giop.c, packet-giop.h, packet-gsm_a.c, packet-gsm_sms.c,
-         packet-gssapi.c, packet-gssapi.h, packet-iscsi.c,
-         packet-mrdisc.c, packet-msnip.c, packet-pim.c, packet-ppp.c,
-         packet-rpc.c, packet-rpc.h, packet-smb-browse.c,
-         packet-smb-browse.h, packet-smb-logon.c, packet-smb-logon.h,
-         packet-smb-mailslot.c, packet-smb-pipe.c, packet-snmp.c,
-         packet-tpkt.c, prefs.c, epan/packet.c, epan/proto.c,
-         epan/proto.h, gtk/dfilter_expr_dlg.c, gtk/help_dlg.c,
-         gtk/proto_dlg.c, plugins/plugin_api_list.c:
-
-         Export "protocol_t" as an opaque type.
-
-         Make "proto_is_protocol_enabled()" and
-         "proto_get_protocol_short_name()" take a "protocol_t *" as an
-         argument, so they don't have to look up the "protocol_t" - this
-         will probably speed them up considerably, and they're called on
-         almost every dissector handoff.
-
-         Get rid of a number of "proto_is_protocol_enabled()" calls that
-         aren't necessary (dissectors called through handles, including
-         those called through dissector tables, or called as heuristic
-         dissectors, aren't even called if their protocol isn't enabled).
-
-         Change some direct dissector calls to go through handles.
-
-2003-11-16 23:11  sahlberg
-
-       * AUTHORS, Makefile.am, Makefile.nmake, h225-persistentdata.c,
-         h225-persistentdata.h, packet-h225.c, packet-h225.h,
-         tap-h225rassrt.c, doc/ethereal.pod, doc/tethereal.pod,
-         gtk/Makefile.am, gtk/Makefile.nmake, gtk/h225_ras_srt.c:
-
-         From Lars Roland   Service Response times for H225 RAS
-
-2003-11-16 22:33  sahlberg
-
-       * packet-h450.c:
-
-         Bugfix for h450.
-
-         The hf field we give to dissect_per_object_string is a FT_STRING
-         and not a FT_BYTES.  This caused ethereal to abort with an assert
-         failure.
-
-         This fixes the issue that Keith French recently brought up in his
-         mailing to ethereal-users
-
-2003-11-15 23:58  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot: fix the offset for the Encoding-Version header
-         in the general form.
-
-2003-11-15 23:48  guy
-
-       * gtk/menu.c:
-
-         From Michael Lum: add <shift><control> hotkeys for Protocols and
-         Preferences.
-
-2003-11-15 11:46  ulfl
-
-       * gtk/menu.c:
-
-         GTK2 specific: use some Ethereal specific stock icons generated
-         in toolbar.c
-
-2003-11-15 11:44  ulfl
-
-       * gtk/: toolbar.c, toolbar.h:
-
-         handlebar removed, GTK2 specific: generate some Ethereal specific
-         stock icons and use them in the toolbar
-
-2003-11-15 11:39  ulfl
-
-       * config.nmake:
-
-         added gdk_pixbuf to GTK2 specific libs to link (needed in
-         toolbar.c)
-
-2003-11-15 10:06  ulfl
-
-       * file.c:
-
-         removed no longer used gtk includes
-
-2003-11-15 08:53  ulfl
-
-       * gtk/capture_info_dlg.c:
-
-         seperated capture dialog from capture.c and put into new
-         gtk/capture_info_dlg.c, added some tiny bars, that will indicate
-         the percentage, added ESC key handler and use of GTK_STOCK button
-
-2003-11-15 08:50  ulfl
-
-       * gtk/capture_dlg.c:
-
-         added "#include <epan/packet.h>" to be able to include
-         "capture.h"
-
-2003-11-15 08:47  ulfl
-
-       * capture.c, capture.h, gtk/Makefile.am, gtk/Makefile.nmake:
-
-         seperated capture dialog from capture.c and put into new
-         gtk/capture_info_dlg.c
-
-2003-11-14 21:18  guy
-
-       * capture.c:
-
-         When it comes to whether to use "select()" or not, even if you're
-         building in Cygwin's pretend-it's-UNIX environment, we need to
-         treat the platform as Windows.
-
-         Get rid of the BSD #define - just check for the platforms on
-         which we mustn't use "select()".
-
-2003-11-14 19:20  guy
-
-       * doc/README.developer:
-
-         Fix the stuff that talks about adding to DISSECTOR_SOURCES to
-         talk about adding to DISSECTOR_SRC instead, and update it to
-         mention "Makefile.nmake" in the first instance.
-
-2003-11-14 18:59  guy
-
-       * packet-gprs-ns.c:
-
-         From Josef Korelus: update the offset after decoding an IE.
-
-2003-11-14 10:11  guy
-
-       * packet-null.c:
-
-         Fix the heuristics so that they recognize Linux DLT_NULL headers.
-
-2003-11-14 02:07  guy
-
-       * packet-sip.c:
-
-         Add support for the compact form of headers.
-
-2003-11-14 01:35  guy
-
-       * packet-tcap.c:
-
-         From Michael Lum: fix up handling of ABORT package.
-
-2003-11-14 01:27  guy
-
-       * packet-wap.c:
-
-         From Olivier Biot: fix the debugging output of
-         "tvb_get_guintvar()".
-
-2003-11-13 23:44  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot: use "g_strdup_printf()" to generate
-         dynamically-allocated sprintf output.
-
-2003-11-13 23:38  guy
-
-       * packet-eapol.c, packet-isup.c, packet-ldp.c, packet-m2ua.c,
-         epan/proto.c:
-
-         Require that field names contain only alphanumerics, "-", "_",
-         and ".".
-
-         Fix the names that contained other characters.
-
-2003-11-13 23:13  guy
-
-       * packet-dcerpc.c:
-
-         From Jaime Fournier: get rid of space in field name.
-
-2003-11-13 20:53  sahlberg
-
-       * packet-tcp.c:
-
-         Change the gboolean controlling whether to use TCP Sequence
-         Number Analysis and TCP Relative Sequence Numbers to default to
-         ENABLED instead of DISABLED.
-
-         These features do not consume that much memory or CPU but will
-         greatly enhance the feature set of ethereal.  Make it enabled by
-         default so also those that never venture into the preferences
-         dialog will benefit from it.
-
-2003-11-13 08:22  sahlberg
-
-       * file.c, doc/ethereal.pod:
-
-         For Time Reference frames  reset the counter for
-         CulmulativeBytes.  This makes the CulmulativeBytes field make
-         more sense since if we want something to be a TimeReference frame
-         it is likely that we also want to measure BOTH time and number of
-         bytes (==culmulative bytes) until the event we are looking at.
-
-2003-11-13 08:16  sahlberg
-
-       * packet-ip.c:
-
-         Change the strings shown for ICMP TTL exceeded to match the
-         wording in the standard
-
-2003-11-13 05:08  gerald
-
-       * packet-wsp.c:
-
-         We can't pass NULLs to proto_tree_add_text().  Replace a bunch of
-         occurrences of match_strval() with val_to_str() so that we don't
-         throw an assertion.
-
-         These changes fix a problem with a file from Martin Dubovsky;
-         otherwise they haven't been heavily tested.
-
-2003-11-12 23:17  guy
-
-       * plugins/docsis/packet-docsis.c:
-
-         From Anand Narwani: fix bitmask for Active Grants field.
-
-2003-11-12 22:44  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot:
-
-                 implement the TE header decoding;
-
-                 fix the exported add_content_type function;
-
-                 reimplement the header parameter dissection so the
-         parameters
-                 also show up in the related header.
-
-2003-11-12 21:22  guy
-
-       * packet-tzsp.c:
-
-         From Chris Waters:
-
-                 * Better decoding of TZSP header.
-                 * Handle unknown tags in packet.
-                 * Removed encapsulation types which are not actually
-         supported.
-                 * Added tags for original length and sensor address.
-                 * Fix signedness of some fields.
-
-         Get rid of unused "hf_tzsp_reserved" variable.
-
-         Use -1 rather than "tvb_length(tvb)" when constructing the
-         top-level protocol tree item, and set the length if we have
-         payload that we dissect separately.
-
-         Have "add_option_info()" take a starting offset, rather than
-         constructing a subset tvbuff for it.
-
-         Clean up indentation.
-
-2003-11-12 20:44  guy
-
-       * AUTHORS, packet-ntp.c, doc/ethereal.pod:
-
-         From Matthias Drochner: support for mode 6 and mode 7 control
-         packets and NTP4 autokey extension data.
-
-2003-11-12 19:04  ulfl
-
-       * gtk/print_dlg.c:
-
-         completely redesigned print dialog layout, to be more obvious to
-         the user
-
-2003-11-12 18:48  gerald
-
-       * file.c:
-
-         Remove MAX_DECODE_BUFFER_SIZE; it's no longer used.
-
-2003-11-12 09:00  guy
-
-       * packet-dcerpc.c:
-
-         Put stub data back where it was in the tree before.
-
-2003-11-12 08:58  guy
-
-       * packet-smb.c:
-
-         If what remains of the SMB byte count exceeds the data left in
-         the tvbuff, show what's left as extra byte parameters - don't act
-         as if there aren't any extra byte parameters.
-
-2003-11-11 20:49  guy
-
-       * packet-null.c, wiretap/snoop.c:
-
-         From Brian Ginsbach: fix handling of IRIX and UNICOS/mp snoop
-         captures on loopback interfaces.
-
-2003-11-11 20:33  guy
-
-       * packet-ses.c:
-
-         Add parameter length checking.
-
-2003-11-11 20:11  guy
-
-       * packet-rsvp.c:
-
-         From Mohammad Hanif: fix dissection of RSVP DETOUR object code.
-
-2003-11-11 20:08  guy
-
-       * image/toolbar/capture_24.xpm, image/toolbar/cfilter_24.xpm,
-         image/toolbar/dfilter_24.xpm, image/toolbar/stock_close_24.xpm,
-         image/toolbar/stock_colorselector_24.xpm,
-         image/toolbar/stock_help_24.xpm,
-         image/toolbar/stock_jump_to_24.xpm,
-         image/toolbar/stock_open_24.xpm,
-         image/toolbar/stock_preferences_24.xpm,
-         image/toolbar/stock_print_24.xpm,
-         image/toolbar/stock_refresh_24.xpm,
-         image/toolbar/stock_right_arrow_24.xpm,
-         image/toolbar/stock_save_24.xpm,
-         image/toolbar/stock_search_24.xpm,
-         image/toolbar/stock_stop_24.xpm, plugins/asn1/moduleinfo.h:
-
-         Get rid of carriage returns in source files.
-
-2003-11-11 19:24  guy
-
-       * packet-tcp.c:
-
-         Make the declaration of "process_tcp_payload()" match the
-         definition.
-
-2003-11-11 19:23  guy
-
-       * packet-tacacs.c:
-
-         "tacplus_pref_cb()" takes no arguments, not an unspecified list
-         of arguments.
-
-2003-11-11 18:25  guy
-
-       * config.nmake:
-
-         Get rid of GLib 1.3 support - current versions of GTK+ 1.3
-         require GLib 2.0, and earlier versions are sufficiently buggy
-         that we don't want to support them.
-
-2003-11-11 13:59  ulfl
-
-       * gtk/print_mswin.c:
-
-         added some print dialog flags, to disable some unsupported print
-         features (e.g. selection of pages from X to Y)
-
-2003-11-11 08:29  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-ses.c, packet-ses.h,
-         doc/ethereal.pod:
-
-         From Yuriy Sidelnikov: ISO 8327-1 Session Protocol support.
-
-2003-11-11 06:10  guy
-
-       * plugins/: plugin_api_list.c, Xass-list, Xplugin_api.c,
-         Xplugin_api.h, Xplugin_api_decls.h, Xplugin_table.h:
-
-         Add "asn1_id_decode1()" to the list of exported functions.
-
-2003-11-11 05:54  guy
-
-       * packet-ansi_map.c:
-
-         From Michael Lum:
-
-                 Minor improvements.
-
-                 Added IEI level decoding of cdma2000 Handoff * IOS data
-                 parameters.
-
-2003-11-11 05:51  guy
-
-       * packet-ansi_a.c:
-
-         From Michael Lum:
-
-                 Change P_xxx to ANSI_A_E_xxx.
-
-                 Fix decoding of some parameters.
-
-                 Fix initialization of ett array.
-
-2003-11-11 05:23  guy
-
-       * gtk/gui_prefs.c:
-
-         The user interface preference page has only 9 rows in the GTK+
-         2.x version.
-
-2003-11-11 05:09  guy
-
-       * gtk/gui_prefs.c:
-
-         Create the last two items in the GUI preferences page's first
-         column the same way the other items are created - in order, going
-         down the page, and using "pos++" as the table position.
-
-2003-11-10 22:31  guy
-
-       * packet-ansi_a.c:
-
-         From Albert Chin: <stdlib.h> on HP-UX 11.00 (and possibly 10.20
-         and perhaps some versions of Digital/Tru64 UNIX) drags in
-         <wait.h>, which drags in <sys/procset.h>, which defines P_SID in
-         ways that cause this not to compile.  Use P_MY_SID instead.
-
-2003-11-10 21:42  guy
-
-       * packet-h225.c:
-
-         From Martin Regner:
-
-                 "aliasAddress", in an EndPoint sequence, is a sequence of
-                 aliasAddresses.
-
-                 Don't update the Info or Protocol columns in a pdu_item.
-
-2003-11-10 20:22  guy
-
-       * packet-dcerpc-epm.c:
-
-         From Yaniv Kaul:
-
-                 1. Add dissection of inquiry type (rpc_c_ep_all_elts /
-                    rpc_c_ep_match_by_if / rpc_c_ep_match_by_obj /
-                    rpc_c_ep_match_by_both).
-
-                 2. The version field seems incorrect to me - I believe it
-         is usually
-                    should be version 2.0, not 0.2.
-                    I suspect that the insertion of version information to
-         the hash
-                    table is also wrong, (and the get for the version
-         should have
-                    used _letohl() ) - but I did not change it.
-
-                 3. Clean up some white space.
-
-2003-11-10 20:15  guy
-
-       * packet-ansi_a.c:
-
-         From Albert Chin: dynamically allocate the "ett" array - some
-         compilers (such as at least one older version of the HP C
-         compiler) can't cope with constant expressions that involve the
-         "?" operator, it appears; they think it's not a constant
-         expression.
-
-         Also, as Albert notes, there's no reason for "ett" to be static
-         here.
-
-2003-11-10 08:14  sahlberg
-
-       * packet-q931.c:
-
-         The Q.931 dissector never checked whether the codeset variable
-         was set to a reasonable value or not.
-
-         This was problematic and caused crashes since this variable is
-         used as an index into an array where we grab a pointer (which is
-         later dereferenced).
-
-         Dereferencing that pointer will have surprising effects. Usually
-         crashes.
-
-         Update Q.931 to verify sanity of the codeset variable everytime
-         it gets set.
-
-2003-11-10 08:02  sahlberg
-
-       * packet-smb.c:
-
-         Bugfix for ethereal crashes
-
-         If the ByteCount field in the SMB PDU spanned beyond the end of
-         the packet because the packet was short or because the BC field
-         was corrupted and contained garbade data  then the tree item for
-         the command (the subtree just after the SMBHeader subtree) would
-         describe data continuing beyond the end of the packet.
-
-         If we selected one such tree in the dissect pane and used
-         Prepare/Match Selected  this would cause the filter build thing
-         to try to access data beyod the end of the packet and ethereal
-         would dump core.
-
-         Change the END_OF_SMB macro so that it shrinks bc so that bc
-         never describes data beyond the end of the packet.
-
-2003-11-10 07:44  sahlberg
-
-       * packet-ldap.c, gtk/dcerpc_stat.c:
-
-         Not all LDAP PDUs are aligned to the start of a TCP segment.
-
-         If we failed to dissect the GSS-SPNEGO blob it probably means
-         that the segment is somewhere in the middle of an LDAP PDU.
-
-         Just bail out and stop dissecting the PDU instead of aborting
-         ethereal completely using g_assert() since this is not really a
-         pathological error, its just something that can and will happen
-         normally.
-
-2003-11-09 22:57  guy
-
-       * asn1.c, asn1.h:
-
-         Fix the type of the "integer" argument to
-         "asn1_uint32_value_decode()", as per a note by Michael Lum.
-
-2003-11-09 22:55  guy
-
-       * AUTHORS, packet-rtcp.c, packet-rtp.c, doc/ethereal.pod:
-
-         From Martin Mathieson: display the bitfields for
-
-                 - the first 2 bytes of RTP headers
-                 - the first byte of RTCP report.
-
-2003-11-09 22:49  guy
-
-       * packet-ansi_map.c:
-
-         From Michael Lum: add the ability to put parameter data at the
-         end of the parameter name so that the user doesn't have to open
-         the parameter subtree to see the most important data.
-
-         Use "%u", not "%d", to print unsigned quantities.
-
-         Get rid of includes of <gmodule.h> (we're not loading any code at
-         run-time in the dissector itself), and <sys/types.h> and
-         <netinet/in.h> (we shouldn't need either of those).
-
-2003-11-09 22:41  guy
-
-       * packet-gsm_a.c:
-
-         From Michael Lum get rid of non-portable "%N$" constructs in
-         printf formats.
-
-         Use "%u", not "%d", to print unsigned quantities.
-
-         Get rid of includes of <gmodule.h> (we're not loading any code at
-         run-time in the dissector itself), and <sys/types.h> and
-         <netinet/in.h> (we shouldn't need either of those).
-
-2003-11-09 22:32  guy
-
-       * packet-ansi_a.c:
-
-         Remove accidentally-inserted letter.
-
-2003-11-09 22:30  guy
-
-       * packet-ansi_a.c:
-
-         From Michael Lum:
-
-                 Fix some incorrect bit shifts.
-
-                 Get rid of non-portable "%N$" constructs in printf
-         formats.
-
-         Use "%u", not "%d", to print unsigned quantities.
-
-2003-11-09 22:15  guy
-
-       * plugins/asn1/packet-asn1.c:
-
-         From Albert Chin: the HP-UX 10.20 C compiler doesn't allow
-
-                 typedef enum _foo foo;
-                 enum _foo {
-                         ...
-                 };
-
-         You have to define the enum before using it in a typedef.  (If I
-         had my ANSI C89 standard handy, I could say whether that was
-         legal ANSI C or not.)
-
-2003-11-09 22:13  guy
-
-       * packet-bssgp.c:
-
-         From Albert Chin: get rid of null statements outside of function
-         bodies (that's what the ";" in
-
-                 int
-                 foo(...)
-                 {
-                         ...
-                 };
-
-         is).
-
-2003-11-09 19:53  guy
-
-       * packet-dcerpc-dcom.h:
-
-         From Albert Chin: get rid of C++ comments.
-
-2003-11-09 01:36  guy
-
-       * prefs.c:
-
-         From Gisle Vanem:
-
-                 Copy the "gui_fileopen_*" fields in "copy_prefs()".
-
-                 Fix a typo in "free_prefs()".
-
-2003-11-08 05:47  guy
-
-       * packet-tcp.c, packet-tcp.h:
-
-         Have "decode_tcp_ports()" handle only the handoff to a
-         subdissector - and have it return TRUE if we succeeded, FALSE
-         otherwise - and have an internal "process_tcp_payload()" routine
-         handle the (TCP-specific) PDU tracking and sequence number
-         analysis, with an argument to indicate whether it should do that
-         or not (i.e., whether it's being handed a TCP segment or
-         reassembled data).
-
-2003-11-08 00:09  guy
-
-       * AUTHORS, packet-rsvp.c, doc/ethereal.pod:
-
-         From Mohammad Hanif:
-
-                 correct and enhance support for RSVP FAST_REROUTE and
-         DETOUR
-                 objects (source:
-         draft-ietf-mpls-rsvp-lsp-fastreroute-03.txt);
-
-                 support an RSVP SESSION_OBJECT object with ctype = 1.
-         This
-                 object contains resource affinities (source: RFC 3209).
-
-2003-11-08 00:02  guy
-
-       * packet-msproxy.c, packet-socks.c, packet-tcp.c, packet-tcp.h:
-
-         "decode_tcp_ports()" is for use by protocols that proxy
-         transport-layer packets/sessions, e.g. MSProxy and SOCKS.  It
-         should not cause any of the TCP-specific stuff such as sequence
-         number analysis or PDU tracking to be done.  (Actually, MSProxy
-         and SOCKS should offer desegmentation services *themselves* and
-         do their *own* PDU tracking, rather than just passing stuff on to
-         "decode_tcp_ports()", but that's another matter.)
-
-         Make "tcp_tree" once again be a local variable to
-         "dissect_tcp()", and pass it as an argument to those functions
-         that use it.
-
-2003-11-07 23:27  guy
-
-       * Makefile.nmake, config.h.win32, config.nmake,
-         wiretap/Makefile.nmake, wiretap/config.h.win32:
-
-         Let people configure whether to build with Zlib or not solely by
-         controlling whether ZLIB_DIR is defined or not in config.nmake.
-
-2003-11-07 23:26  guy
-
-       * gtk/Makefile.nmake:
-
-         Nothing here should require zlib.h, so we shouldn't need to do
-         "/I$(ZLIB_DIR)".
-
-2003-11-07 20:23  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot: implement the Range, Content-Range and
-         Content-Disposition headers.
-
-2003-11-07 20:07  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot: add dissection for the Content-Base headeer.
-
-2003-11-07 08:50  guy
-
-       * packet-fcels.c, packet-fcels.h:
-
-         From Dinesh Dutt:
-
-             - Added support for displaying support for
-         Multicast/Broadcast supported
-               bits in *LOGI common service params
-             - Removed restriction for "Random Relative Offset" & its
-         alternate to be in
-               PLOGI or PDISC only. Some HBAs set it even in FLOGI.
-
-2003-11-07 08:47  guy
-
-       * packet-fcsp.c:
-
-         From Dinesh Dutt:
-
-             - Added support for decoding related to Security in *LOGI
-         service params
-             - Added support for new LS_RJT code for authentication
-         failure
-             - Brought packet-fcsp.c up-to-date with FC-SP rev 1.2
-
-2003-11-07 05:26  sahlberg
-
-       * Makefile.am, Makefile.nmake, packet-kpasswd.c:
-
-         New protocol:   MS Kpasswd  (RFC3244)
-
-         KPasswd is partially dissected for UDP.
-
-         It would be very useful if someone added dissection of the asn.1
-         encoded AP_REQ and the KRB-PRIV blobs. I dont think I will add
-         those.
-
-2003-11-07 04:03  sahlberg
-
-       * packet-ldap.c:
-
-         In some captures we might have already established and BOUND LDAP
-         session where GSS-SPNEGO is used.  If we havent seen the BIND
-         call ethereal would assume it is vanilla non-GSS-SPNEGO LDAP and
-         would fail to decode the packet.
-
-         Add heuristics to the LDAP dissector so that IF the first 4 bytes
-         of the LDAP PDU looks like ity could be a length field and IF the
-         fifth byte has the value 0x60 then assume what we have is
-         GSS-SPNEGO and assume this and all further commands on this
-         session is GSS-SPNEGO as well.
-
-2003-11-07 03:47  guy
-
-       * packet-http.c:
-
-         Make a field for the Content-Type entity header, and give it an
-         EH_ value so it can be handled specially (with a string dissector
-         table so that subdissectors can register for particular content
-         types).
-
-2003-11-07 01:29  guy
-
-       * gtk/: menu.c, toolbar.c, toolbar.h:
-
-         "File->Open" should be available whether or not we have a captue
-         file open.
-
-         The toolbar equivalent should *not* be available if we have an
-         "Update list of packets in real time" capture running.
-
-         The toolbar "Save" button should not be available if we don't
-         have an unsaved capture file.
-
-2003-11-06 23:02  guy
-
-       * gtk/menu.c:
-
-         Make Shift+Control+S an accelerator for "Save As...", as per the
-         GNOME HIG.
-
-2003-11-06 22:45  guy
-
-       * wiretap/: file_access.c, netmon.c, network_instruments.c,
-         network_instruments.h, wtap-int.h:
-
-         From Scott Emberley: support for writing Network Instruments
-         Observer files.
-
-2003-11-06 09:52  guy
-
-       * doc/README.plugins:
-
-         Note that not all OSes on which Ethereal runs can support
-         plugins.
-
-         Note that you have to modify plugins/Makefile.nmake.
-
-         Fix "plugin/" to "plugins/".
-
-         Update the sample Makefile.am and Makefile.nmake to match the
-         current state of affairs.
-
-2003-11-06 09:47  guy
-
-       * doc/README.developer:
-
-         Warn people not to use the "numbered argument" feature that many
-         UNIX printf's implement.
-
-2003-11-06 09:32  guy
-
-       * plugins/acn/packet-acn.c:
-
-         From Erwin Rol: fix some switched fields.
-
-2003-11-06 09:28  guy
-
-       * packet-sccp.c:
-
-         From Michael Lum: have the SCCP dissector register itself by
-         name.
-
-2003-11-06 09:18  sahlberg
-
-       * packet-ldap.c, packet-tcp.c:
-
-         Update to LDAP and TCP
-
-         LDAP messages that span multiple segments will throw an exception
-         unless we have reassembly enabled.
-
-         Update TCP so that IF an exception was thrown that we still pick
-         up any hints provided by the subdissector about where the next
-         PDU starts.
-
-         Update LDAP so that it will rpovide hints to TCP about where the
-         next LDAP PDU starts in the sequence number space.
-
-         Thus now ethereal can find and dissect LDAP PDUs that starts
-         somewhere in the middle of a TCP segment.
-
-2003-11-06 09:13  guy
-
-       * packet-dcerpc.c:
-
-         Update a comment.
-
-         Catch another case where we need to check for a null
-         decrypted_tvb.
-
-2003-11-06 09:05  guy
-
-       * plugins/: acn/Makefile.nmake, artnet/Makefile.nmake,
-         asn1/Makefile.nmake, docsis/Makefile.nmake,
-         gryphon/Makefile.nmake, lwres/Makefile.nmake,
-         megaco/Makefile.nmake, mgcp/Makefile.nmake, pcli/Makefile.nmake,
-         rtnet/Makefile.nmake:
-
-         Use "$(OBJECTS)" whenever a complete list of .obj files appears,
-         rather than repeating the list from the setting of OBJECTS.
-
-2003-11-06 08:54  guy
-
-       * packet-http.c:
-
-         Add a mechanism to handle various entity headers, allowing their
-         (string) values to be put into the protocol tree as fields and
-         allowing some headers to get special treatment, and use it for
-         Authorization, Proxy-Authorization, WWW-Authenticate, and
-         Proxy-Authenticate.
-
-2003-11-06 08:51  sahlberg
-
-       * packet-tcp.c:
-
-         Fix for TCP.
-
-         If we have short or malformed PDUs in protocols above TCP this
-         will generate an exception and thus some of the stateful things
-         such as keeping track of and printing the tcp analysis data will
-         be shourcutted and not called.
-
-         Add a wrapper around the call to the subdissectors above TCP so
-         that if an exception is generated we will still catch it and
-         explicitely call tcp_print_sequence_number_analysis() so that
-         also short packets are handled well.
-
-2003-11-06 07:44  sahlberg
-
-       * packet-dcerpc.c:
-
-         Bugfix for dcerpc parsing of encrypted short packets.
-
-         Sometimes if we cant decrypt a DCERPC packet decrypted_tvb is
-         NULL.
-
-         do not pass a NULL pointer to show_stub_data() since this will
-         dump core.
-
-2003-11-05 20:19  guy
-
-       * packet-ansi_a.c:
-
-         Get rid of includes of <gmodule.h> (we're not loading any code at
-         run-time in the dissector itself), and <sys/types.h> and
-         <netinet/in.h> (we shouldn't need either of those, and they might
-         be responsible for dragging in <sys/procset.h> on Digital UNIX -
-         that header defines P_SID in a way that conflicts with our
-         definition).
-
-2003-11-05 20:10  guy
-
-       * plugins/acn/packet-acn.c:
-
-         Update from Erwin Rol.
-
-2003-11-05 20:10  guy
-
-       * packet-ldap.c:
-
-         A "GHashFunc()" returns a "guint", not a "gint".
-
-2003-11-05 09:04  sahlberg
-
-       * gtk/ldap_stat.c:
-
-         the LDAP service response time dialog
-
-2003-11-05 09:04  sahlberg
-
-       * packet-ldap.c, packet-ldap.h, doc/ethereal.pod, gtk/Makefile.am,
-         gtk/Makefile.nmake, gtk/service_response_time_table.c:
-
-         update for LDAP measure the response time for some LDAP commands
-         and add a service response time dialog for it
-
-2003-11-05 04:23  guy
-
-       * packet-wtp.c:
-
-         From Olivier Biot: have a separate subtree ett_ value for
-         concatenated PDUs.
-
-2003-11-04 22:14  guy
-
-       * wiretap/snoop.c:
-
-         Sigh.  Some snoop files have 6 bytes of padding; assume the file
-         is a snoop file unless it has enoguh padding to hold a Shomiti
-         trailer record.  (DEAR SUN MICROSYSTEMS: PLEASE DO NOT STUFF 16
-         OR MORE BYTES OF PADDING INTO A SNOOP PACKET.  THANK YOU.  HAVE A
-         NICE DAY.)
-
-         Add a little paranoia about the record and captured data lengths.
-
-2003-11-04 21:44  guy
-
-       * packet-isakmp.c:
-
-         Get rid of all the UDP-encapsulated IPSec stuff.
-
-         draft-ietf-ipsec-udp-encaps-06 says "The UDP port numbers are the
-         same as used by IKE traffic, as defined in [Kiv05]", and
-         "[Kiv05]" is draft-ietf-ipsec-nat-t-ike-05, which has been
-         superseded by draft-ietf-ipsec-nat-t-ike-07; the latter appears
-         to imply that it goes over port 4500, not port 500.
-
-         We already have a draft-ietf-ipsec-udp-encaps-06 dissector for
-         port 4500 (packet-ipsec-udp.c), and it's not entirely clear to me
-         how, if draft-ietf-ipsec-udp-encaps-06 traffic *did* go over port
-         500, you'd distinguish it from regular ISAKMP traffic.
-
-2003-11-04 20:33  guy
-
-       * gtk/prefs_dlg.c:
-
-         Skip the check for the module if a page doesn't have a module.
-
-2003-11-04 20:22  guy
-
-       * gtk/prefs_dlg.c:
-
-         Clean up the way we find the properties page for a given protocol
-         somewhat; this fixes a bug wherein we were assuming all modules
-         necessarily had preference pages (they won't, if the only
-         preferences for the module are obsolete preferences).
-
-2003-11-04 19:47  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot:
-
-                 * Extra headers: Encoding-Version, WWW-Authenticate,
-                   Proxy-Authenticate
-
-                 * Fix memory allocate/free in header parsing functions &
-         macros
-
-                 * Add missing "ok = TRUE" for some header parsing
-         functions
-
-                 * Header subfields all share the same subtree identifier
-         (more
-                   intuitive)
-
-                 * Get rid of unused header fields and subtrees
-
-                 * Some whitespace changes
-
-2003-11-04 18:37  guy
-
-       * plugins/asn1/packet-asn1.c, plugins/gryphon/packet-gryphon.c,
-         AUTHORS, doc/ethereal.pod:
-
-         From Masaki Chikama: fix static compilation of "generic ASN.1"
-         and Gryphon plugins.
-
-2003-11-04 16:44  gerald
-
-       * plugins/asn1/packet-asn1.c:
-
-         #ifdef out "#include <gtk/gtk.h>", so that --disable-ethereal
-         works again.
-
-2003-11-04 08:16  guy
-
-       * packet-http.c:
-
-         If we've already constructed a subset tvbuff, don't construct an
-         identical one and throw away the first one.
 
+------------------------------------------------------------------------