Final updates for 0.10.2.
[metze/wireshark/wip.git] / ChangeLog
1 2004-02-24 02:19  gerald
2
3         * gtk/capture_dlg.c:
4
5           In get_if_name(), return immediately once we've found our
6           interface name under Windows.
7
8 2004-02-24 01:14  guy
9
10         * version_info.c:
11
12           Put a period at the end of the "Running with" stuff.
13
14 2004-02-24 01:11  guy
15
16         * pcap-util.c:
17
18           Squelch a compiler warning.
19
20 2004-02-23 23:13  guy
21
22         * gtk/capture_dlg.c:
23
24           Sigh.  On Windows OT, device names don't have "\Device\" in front
25           of them, so we can't look for "\Device\" as the beginning of the
26           interface name.  Instead, on Windows, scan backwards for a colon
27           and then skip the colon and any subsequent blanks.  (I don't
28           *think* interface names have colons in them in Windows, even on
29           NT 5.x with the GUID crapola in the name.)
30
31 2004-02-23 22:48  guy
32
33         * file.c, file.h, gtk/endpoint_talkers_table.c, gtk/follow_dlg.c,
34           gtk/hostlist_table.c, gtk/main.c, gtk/main.h,
35           gtk/rtp_stream_dlg.c, gtk/service_response_time_table.c:
36
37           Add a "force" argument to "filter_packets()" and
38           "main_filter_packets()", to force the filtering to be done even
39           if the filter is the same as the current one; this is necessary
40           in order to make sure "Follow TCP Stream" gets the packets
41           processed even if you're filtering the stream that's currently
42           filtered in.
43
44 2004-02-23 22:45  gerald
45
46         * Makefile.common, Makefile.nmake:
47
48           MSVC doesn't like having header files in .c=.obj targets.  Fix
49           dftest compiling under Windows.
50
51 2004-02-23 22:26  ulfl
52
53         * gtk/io_stat.c:
54
55           changed title and menu registering to "IO Graphs" and changed
56           some of the labels to be more intuitive
57
58 2004-02-23 22:23  ulfl
59
60         * gtk/tcp_graph.c:
61
62           minor change
63
64 2004-02-23 21:14  gerald
65
66         * Makefile.common:
67
68           Move x11-declarations.h and x11-register-info.h back into
69           BUILT_SOURCES, so that we can build after a "make distclean".
70
71 2004-02-23 20:28  ulfl
72
73         * gtk/: hostlist_eth.c, hostlist_fc.c, hostlist_fddi.c,
74           hostlist_ip.c, hostlist_ipx.c, hostlist_tr.c, io_stat.c, menu.c,
75           tap_menu.h, tcp_graph.c:
76
77           Changed all items to "Endpoint List" and get rid of the "Host
78           List" group.  called "IO stats" now "Throughput Graph" as this
79           might be somewhat more descriptive IMHO.  Same applies to the
80           "TCP Stream Analysis" -> "TCP Stream Graphs"
81
82 2004-02-23 19:19  ulfl
83
84         * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
85           dcerpc_stat.c, endpoint_talkers_eth.c, endpoint_talkers_fc.c,
86           endpoint_talkers_fddi.c, endpoint_talkers_ip.c,
87           endpoint_talkers_ipx.c, endpoint_talkers_tcpip.c,
88           endpoint_talkers_tr.c, endpoint_talkers_udpip.c, fc_stat.c,
89           follow_dlg.c, gsm_a_stat.c, gsm_map_stat.c, h225_counter.c,
90           h225_ras_srt.c, hostlist_eth.c, hostlist_fc.c, hostlist_fddi.c,
91           hostlist_ip.c, hostlist_ipx.c, hostlist_tcpip.c, hostlist_tr.c,
92           hostlist_udpip.c, http_stat.c, io_stat.c, isup_stat.c,
93           ldap_stat.c, main.c, Makefile.common, menu.c, mgcp_stat.c,
94           rpc_progs.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c,
95           smb_stat.c, tap_menu.h, tcp_graph.c, wsp_stat.c:
96
97           statistics menu redesigned, now looking more like the former
98           menu, items now again grouped by function, not by ISO layer
99
100 2004-02-23 17:38  obiot
101
102         * prefs.c:
103
104           Use a pale variant of the foreground color for the background
105           color of the follow TCP stream data display. As a result, we can
106           now make the distinction between real data and whitespace
107           wrapping by the UI.
108
109 2004-02-23 16:33  jmayer
110
111         * AUTHORS, packet-nt-sonmp.c, packet-nt-tpcp.c, doc/ethereal.pod:
112
113           Change Email address of Giles Scott
114
115 2004-02-23 16:12  gerald
116
117         * Makefile.common, tethereal.c, gtk/main.c:
118
119           Move cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES.  This
120           tells automake to create cvsversion.h before any "all" or "check"
121           targets are built.
122
123           Clean up a few CVS version strings that I missed last week.
124
125 2004-02-23 14:37  jmayer
126
127         * randpkt.c:
128
129           Remove a comma at end of enum
130
131 2004-02-23 08:39  sahlberg
132
133         * packet-kerberos.c:
134
135           update to kerberos.   now also decrypting the KRB_PRIB blobs
136           (application 21) of kerberos v5.  there are commonly found in
137           Kpasswd packets.
138
139           Not too interesting yet until we start supporting decryption of
140           kerberos blobs using mit/heimdal kerveros shared libraries.
141
142 2004-02-23 05:44  sharpe
143
144         * editcap.c:
145
146           Another small closing bracket fixup.
147
148 2004-02-23 05:35  guy
149
150         * gtk/: hostlist_eth.c, hostlist_fc.c, hostlist_fddi.c,
151           hostlist_ip.c, hostlist_ipx.c, hostlist_table.c,
152           hostlist_tcpip.c, hostlist_tr.c, hostlist_udpip.c:
153
154           Make the tap names for host statistics use "hosts" instead of
155           "conv", and make the tap names for endpoint statistics use
156           "endpoints" instead of "conv".
157
158           Similarly, make the titles for their windows say "Hosts" or
159           "Endpoints" rather than "Conversations".
160
161 2004-02-23 04:16  sharpe
162
163         * editcap.c:
164
165           Small fix to usage text to add a trailing closed square bracket
166           (]).
167
168 2004-02-23 00:05  guy
169
170         * gtk/simple_dialog.c:
171
172           Put in a comment noting a problem with dialog boxes popped up
173           before the main window is popped up.
174
175 2004-02-22 23:53  guy
176
177         * plugins/asn1/packet-asn1.c:
178
179           Make the default ASN.1 file be "no file", not {Ethereal install
180           directory}/asn1/default.tt.
181
182 2004-02-22 23:42  ulfl
183
184         * gtk/: hostlist_tcpip.c, hostlist_udpip.c:
185
186           change menu item names from "Host List" to "Endpoint List"
187
188 2004-02-22 23:40  guy
189
190         * Makefile.common:
191
192           TETHEREAL_TAP_SRC contains the names of source files for taps for
193           Tethereal.
194
195 2004-02-22 23:39  ulfl
196
197         * gtk/follow_dlg.c:
198
199           some changes to the dialog layout and added some tooltips
200
201 2004-02-22 23:31  ulfl
202
203         * gtk/menu.c:
204
205           minor bugfix
206
207 2004-02-22 22:45  guy
208
209         * epan/value_string.h:
210
211           From Peter J. Creath: add a convenience macro for value_string
212           tables where the values all have #defines or enum values and the
213           corresponding strings are just the #define or enum value names.
214
215 2004-02-22 22:42  guy
216
217         * gtk/menu.c:
218
219           Squelch a compiler warning.
220
221           Get rid of C++ comments.
222
223           Clean up indentation.
224
225 2004-02-22 22:33  guy
226
227         * file.c:
228
229           Make the message a bit more detailed (modeled after the one from
230           the UNIX version of Acrobat Reader 4.0).
231
232 2004-02-22 22:22  guy
233
234         * file.c:
235
236           From Greg Morris: if a search reaches the end or beginning of the
237           list, pop up an alert box letting the user know, and asking
238           whether they want to continue the search.
239
240 2004-02-22 21:35  ulfl
241
242         * gtk/: bootp_stat.c, h225_counter.c, http_stat.c, main.c, menu.c,
243           wsp_stat.c:
244
245           statistics menu structure proposal: renamed "Watch Protocol" to
246           "Statistics", Made two new toplevel menu items "Transport" and
247           "Application"
248
249 2004-02-22 19:48  ulfl
250
251         * gtk/: Makefile.am, menu.c, tcp_graph.c, tcp_graph.h:
252
253           tcp_graph.h is no longer needed, as the tap mechanism is now used
254
255 2004-02-22 18:58  ulfl
256
257         * gtk/: bootp_stat.c, fc_stat.c, http_stat.c, ldap_stat.c,
258           rpc_stat.c, smb_stat.c, wsp_stat.c:
259
260           WIDGET_SET_SIZE(-2) is asserted by current GTK2 libs, so don't
261           use it
262
263 2004-02-22 18:47  ulfl
264
265         * make-tapreg-dotc:
266
267           Redesigned the menu structure of the former statistics stuff, now
268           sorted by ISO-layer, than alphabetically (now longer by
269           functionality).  Seperated the tap registering from the actual
270           menu making stuff, so the seperate step of registering the tap
271           and the menu is no longer needed.  Removed all things related to
272           this double registering.
273
274 2004-02-22 18:44  ulfl
275
276         * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
277           dcerpc_stat.c, endpoint_talkers_eth.c, endpoint_talkers_fc.c,
278           endpoint_talkers_fddi.c, endpoint_talkers_ip.c,
279           endpoint_talkers_ipx.c, endpoint_talkers_tcpip.c,
280           endpoint_talkers_tr.c, endpoint_talkers_udpip.c, fc_stat.c,
281           follow_dlg.c, gsm_a_stat.c, gsm_map_stat.c, h225_counter.c,
282           h225_ras_srt.c, hostlist_eth.c, hostlist_fc.c, hostlist_fddi.c,
283           hostlist_ip.c, Makefile.common, hostlist_ipx.c, hostlist_tcpip.c,
284           hostlist_tr.c, hostlist_udpip.c, http_stat.c, io_stat.c,
285           isup_stat.c, ldap_stat.c, main.c, menu.c, mgcp_stat.c,
286           rpc_progs.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c,
287           smb_stat.c, tap_menu.h, tcp_graph.c, wsp_stat.c:
288
289           Redesigned the menu structure of the former statistics stuff, now
290           sorted by ISO-layer, than alphabetically (now longer by
291           functionality).  Seperated the tap registering from the actual
292           menu making stuff, so the seperate step of registering the tap
293           and the menu is no longer needed.  Removed all things related to
294           this double registering.
295
296 2004-02-22 16:28  ulfl
297
298         * README.win32:
299
300           gtkclist.c is called ethclist.c now
301
302 2004-02-22 09:07  jmayer
303
304         * Makefile.common:
305
306           _HEADERS has special automake meaning. Rename to _INCLUDES where
307           no magic is required (and see what breaks this time)
308
309 2004-02-22 08:58  jmayer
310
311         * Makefile.am:
312
313           build randpkt similar to dftest
314
315 2004-02-22 08:30  ulfl
316
317         * Makefile.am, Makefile.common, Makefile.nmake:
318
319           make the Makefile.common really common between automake and
320           nmake, as lot's of definitions were used in the automake process
321           only
322
323 2004-02-22 03:04  gram
324
325         * epan/dfilter/semcheck.c, epan/ftypes/ftype-tvbuff.c,
326           tools/dfilter-test.py:
327
328           If the LHS is a STRING or UNPARSED string, and the RHS is a
329           FIELD, then make sure that the FIELD can participate in the
330           relation that is expressed in the display filter.
331
332           Note that tvbuff's *should* be able to participate in ==
333           comparisons, etc., but those functions need to be added to
334           ftype-tvbuff.c first.
335
336 2004-02-21 22:54  ulfl
337
338         * gtk/capture_dlg.c:
339
340           added a help button
341
342 2004-02-21 22:52  ulfl
343
344         * help/capturing.txt:
345
346           new somewhat improved layout of the capture options dialog
347
348 2004-02-21 22:28  ulfl
349
350         * gtk/capture_dlg.c:
351
352           new somewhat improved layout of the capture options dialog
353
354 2004-02-21 22:00  guy
355
356         * dftest.c:
357
358           Get rid of some "#if 0"ed out #includes.
359
360           Define "report_open_failure()" and "report_read_failure()", so
361           that dissectors can report file open and read errors.
362
363 2004-02-21 14:04  ulfl
364
365         * capture.c:
366
367           bugfix from previous check in
368
369 2004-02-21 13:40  ulfl
370
371         * capture.c, capture.h, gtk/main.c:
372
373           quit_after_cap should be a gboolean, not an int, and it should be
374           initialized
375
376 2004-02-21 12:58  ulfl
377
378         * capture.c, capture.h, file.c, gtk/capture_info_dlg.c:
379
380           rework of capture.c: better seperation of sync and capture pipe
381           by using explicit names and seperated functionality of
382           do_capture(), but no functional change!
383
384 2004-02-21 11:38  guy
385
386         * plugins/plugin_api.h:
387
388           Include "report_err.h" to declare "report_open_failure()" and
389           "report_read_failure()".
390
391 2004-02-21 11:13  guy
392
393         * epan/plugins.c:
394
395           Include "report_err.h" to declare "report_open_failure()" and
396           "report_read_failure()".
397
398 2004-02-21 10:29  guy
399
400         * packet-diameter.c:
401
402           Make both the Diameter-over-TCP and Diameter-over-SCTP dissectors
403           "new-style" dissectors, and have them reject packets that don't
404           start with a version number of 1, in the hopes that it'll be less
405           likely to try to dissect non-Diameter packets to/from port 1812
406           as Diameter and thus less likely to spew out a bunch of warnings
407           that cause users to ask the Ethereal mailing lists what the
408           problem is.
409
410           Use "tcp_dissect_pdus()" to handle Diameter-over-TCP.
411
412 2004-02-21 10:03  guy
413
414         * packet-dcerpc-rs_pgo.c:
415
416           Re-do fix for Jaime Fournier's e-mail address.
417
418 2004-02-21 09:57  guy
419
420         * packet-dcerpc.c:
421
422           From Jaime Fournier:
423
424                   The UNKUUID col_info update was only working as
425                   dcerpc_try_handoff() would fail to find the subdissector,
426           and
427                   thus did not clobber it with col_add_str().  It is now in
428           the
429                   right place to determine a UUID that was either not
430           found, or is
431                   disabled.  The boolean dcerpc.unknown_if_id is now only
432           set on
433                   cases where the handoff fails.  This has been tested, and
434           the
435                   boolean now works as it should, and is not set for ALL
436           packets
437                   as it was in the old location.
438
439 2004-02-21 09:49  guy
440
441         * packet-dcerpc-rs_pgo.c:
442
443           Update from Jaime Fournier.
444
445 2004-02-21 08:21  guy
446
447         * packet-rpl.c:
448
449           When constructing a tvbuff for an RPL packet, arrange that both
450           the length and the reported length be set based both on the
451           actual lengths remaining in the packet and on the length field.
452
453 2004-02-21 07:59  guy
454
455         * prefs.c:
456
457           Fix a typo.
458
459 2004-02-21 05:12  guy
460
461         * packet-ethertype.c, packet-ieee8023.c:
462
463           Save the current_proto value before calling subdissectors, and
464           restore it if we catch an exception (after showing the
465           exception), so that subsequent exceptions will have the right
466           protocol.
467
468 2004-02-21 04:55  guy
469
470         * packet-dcerpc-fldb.c:
471
472           From Jaime Fournier:
473
474                   properly handle the name string in a KerbPrin in a
475           getSiteInfo
476                   response;
477
478                   dispaly name sizes in decimal rather than hex.
479
480 2004-02-21 04:26  guy
481
482         * packet-diameter.c:
483
484           Include <errno.h> to declare "errno".
485
486 2004-02-21 04:19  guy
487
488         * packet-q931.c:
489
490           Fix a typo.
491
492 2004-02-21 02:59  guy
493
494         * packet-diameter.c:
495
496           Report a failure to open the XML disctionary file with
497           "report_open_failure()".
498
499 2004-02-21 02:21  guy
500
501         * plugins/: Xass-list, Xplugin_api.c, Xplugin_api.h,
502           Xplugin_api_decls.h, Xplugin_table.h:
503
504           Regenerate the files from the latest list of exported functions.
505
506 2004-02-21 02:20  guy
507
508         * plugins/plugin_api_list.c:
509
510           Move "dissect_per_bit_string()" to the end, to preserve the order
511           of earlier entries in the table of exported functions.
512
513 2004-02-21 02:15  guy
514
515         * Makefile.common, alert_box.c, file.c, report_err.h, tethereal.c,
516           plugins/plugin_api_list.c, plugins/asn1/packet-asn1.c:
517
518           Add routines that can be called from dissectors to report file
519           open and read errors; there are separate implementations for
520           Ethereal (pops up an alert box) and Tethereal (prints an error
521           message).
522
523           Use those routines in the ASN.1 dissector.
524
525 2004-02-21 01:31  guy
526
527         * packet-http.c:
528
529           Get the Content-Encoding and Transfer-Encoding headers and, for
530           now, don't try to dissect the body if there's any special
531           encoding.
532
533 2004-02-21 00:33  guy
534
535         * packet-ethertype.c:
536
537           Handle exceptions the same way we handle them in the DCE RPC
538           dissector - rethrow BoundsError, call "show_exception()" for all
539           other errors, and then fall through to dissect the trailer
540           outside the TRY/CATCH/ENDRY construct.
541
542 2004-02-21 00:22  guy
543
544         * packet-ieee8023.c:
545
546           Handle exceptions the same way we handle them in the DCE RPC
547           dissector - rethrow BoundsError, call "show_exception()" for all
548           other errors, and then fall through to dissect the trailer
549           outside the TRY/CATCH/ENDRY construct.
550
551 2004-02-20 23:09  jmayer
552
553         * packet-skinny.c:
554
555           Remove unused variables, make count unsigned to avoid s/u warning
556
557 2004-02-20 23:04  guy
558
559         * gtk/recent.c:
560
561           Revert to the previous scheme, wherein we always save the
562           geometry information - there's really no reason not to do so (it
563           turned out not to be the cause of the problem I saw wherein
564           recent versions of Ethereal were popping up the main window in an
565           inconvenient place - the problem wasn't that it was remembering
566           the inconvenient place, it's something else).
567
568 2004-02-20 23:03  jmayer
569
570         * packet-skinny.c:
571
572           Change //-comments into /* comments
573
574 2004-02-20 22:56  gerald
575
576         * gtk/capture_dlg.c:
577
578           Don't clobber the concurrent DNS resolution flag each time we
579           start a capture.
580
581 2004-02-20 22:38  guy
582
583         * packet-fcsp.h:
584
585           Give it an RCS ID.
586
587 2004-02-20 22:35  guy
588
589         * packet-dcerpc-butc.c, gtk/supported_protos_dlg.c, gtk/ethclist.h,
590           gtk/supported_protos_dlg.h:
591
592           Give it an RCS ID.
593
594 2004-02-20 22:34  guy
595
596         * packet-cast.c:
597
598           Add an RCS ID.
599
600           Get rid of unused variables (probably left over from
601           cutting-and-pasting stuff from the Skinny Client Control Protocol
602           dissector).
603
604           Don't use C++style comments.
605
606           Clean up indentation.
607
608 2004-02-20 22:32  guy
609
610         * packet-q931.c:
611
612           Squelch some compiler warnings.
613
614           Format the definitions of the segment-reassembly fields the same
615           way the other field definitions are formatted.
616
617 2004-02-20 22:14  guy
618
619         * plugins/asn1/packet-asn1.c:
620
621           Fix a typo.
622
623 2004-02-20 21:25  gerald
624
625         * AUTHORS, Makefile.common, packet-cast.c, packet-skinny.c,
626           doc/ethereal.pod:
627
628           From Rowan McFarlane: Update Skinny to support Cisco CallManager
629           4.x, add support for Cast Client Control Protocol.
630
631 2004-02-20 20:36  gerald
632
633         * make-version.pl, mergecap.c, tethereal.c, gtk/main.c:
634
635           Add support for a "version.conf" file in the main directory which
636           can be used to adjust version preferences.  It understands two
637           configuration directives: "enable", which can be 0 or 1, and
638           "format", which can be any strftime()-compatible string, e.g.
639           "V12-powered on %A %Y-%m-%d %H:%M:%S".
640
641           If no configuration file is present, the configuration defaults
642           to
643
644           enable: 1 format: CVS %Y%m%d%H%M%S
645
646 2004-02-20 18:43  ulfl
647
648         * gtk/menu.c:
649
650           win32 only: when adding to the recent file list, prevent
651           duplicates by: a) convert all slashes to backslashes b) do an
652           insensitive filename compare
653
654 2004-02-20 18:37  ulfl
655
656         * gtk/main.c:
657
658           minor bugfix from recent check in
659
660 2004-02-20 17:43  ulfl
661
662         * gtk/main.c:
663
664           bugfix: resizing (values from recent) must be done, before the
665           top_level window is shown, otherwise it has no effect!
666
667 2004-02-20 17:36  ulfl
668
669         * gtk/main.c:
670
671           win32 drag-n-drop: corrected handling of UNC filenames
672           "\\host\share\dir..."
673
674 2004-02-20 17:31  ulfl
675
676         * gtk/proto_draw.c:
677
678           bugfix for export selected data: win32 needs O_BINARY flag for
679           open call, otherwise it will do text mode translations (CRNL
680           things) which isn't desired here
681
682 2004-02-20 17:27  ulfl
683
684         * print.h:
685
686           comment changed
687
688 2004-02-20 13:51  jmayer
689
690         * ethereal_gen.py:
691
692           Frederic Peters: handle ulong and ushort
693
694 2004-02-20 13:50  jmayer
695
696         * Ethereal.desktop:
697
698           Frederic Peters: Make Ethereal appear in Gnome Menu
699
700 2004-02-20 11:06  guy
701
702         * Makefile.am:
703
704           Add a few more new toolbar icons.
705
706 2004-02-20 10:56  guy
707
708         * packet-h225.c:
709
710           From Tomas Kukosa: support calling tunneled protocols
711           subdissectors from an H.225 dissector.
712
713 2004-02-20 10:50  guy
714
715         * packet-gsm_a.c:
716
717           Changes required to match GSM SMS dissector changes.
718
719 2004-02-20 10:49  guy
720
721         * packet-gsm_sms.c:
722
723           Changed to allow GSM MAP to push up TPDUs.
724
725 2004-02-20 10:49  guy
726
727         * packet-gsm_map.c:
728
729           From Michael Lum:
730
731                   Lots of changes paralleling TCAP for nested sequences and
732                   multiple component support.
733
734                   Modified for partial parameter identification in selected
735                   messages.
736
737                   Added support for identifying embedded SMS and passing to
738           GSM
739                   SMS dissector.
740
741 2004-02-20 10:43  guy
742
743         * packet-tcap.c:
744
745           From Michael Lum:
746
747                   Corrected many miscellaneous problems with nested
748           indefinite
749                   length parameters.
750
751                   Now supports multiple Components.
752
753 2004-02-20 10:34  guy
754
755         * AUTHORS, packet-q931.c:
756
757           From Tomas Kukosa: reassemble segmented Q.931 messages.
758
759 2004-02-20 10:21  guy
760
761         * packet-ieee8023.c:
762
763           Handle the case where, after an exception is thrown dissecting
764           the body of the 802.3 packet, we get *another* exception when
765           dissecting the trailer (consider a truncated frame with a
766           malformed body).
767
768 2004-02-20 10:04  sahlberg
769
770         * Makefile.common, packet-ber.c, packet-ber.h, packet-kerberos.c:
771
772           Update to Kerberos.  Split kerberos prototype into two halves:
773           helpers to dissect ASN.1 BER in packet-ber.c and kerberos stuff
774           using those helpers in packet-kerberos.c
775
776           This new kerberos thing places filterable items for every single
777           field and also dissects the bitstring Option fields.
778
779           It is hoped that this will make it easier to extend kerberos to
780           do decryption of service tickets.
781
782 2004-02-20 09:27  guy
783
784         * gtk/hostlist_table.c:
785
786           FN_{SRC,DST}_ADDRESS and FN_{SRC,DST}_PORT aren't used - get rid
787           of them.
788
789           Add support for "Find Frame" and "Colorize Host Traffic" menus,
790           similar to what the endpoint table has.
791
792 2004-02-20 09:09  guy
793
794         * AUTHORS, doc/ethereal.pod, gtk/Makefile.am, gtk/Makefile.common,
795           gtk/hostlist_eth.c, gtk/hostlist_fc.c, gtk/hostlist_fddi.c,
796           gtk/hostlist_ip.c, gtk/hostlist_ipx.c, gtk/hostlist_table.c,
797           gtk/hostlist_table.h, gtk/hostlist_tcpip.c, gtk/hostlist_tr.c,
798           gtk/hostlist_udpip.c:
799
800           From Ian Schorr: taps to keep statistics of traffic by host.
801
802 2004-02-20 08:40  guy
803
804         * packet-tds.c:
805
806           In the columns list in a results token, columns with a type of
807           106 appear to have 3 extra bytes of stuff before the column name.
808
809 2004-02-20 02:57  guy
810
811         * plugins/asn1/packet-asn1.c:
812
813           On Win32, don't treat "file not found" as an error when trying to
814           load the ASN.1 file if the pathname is the old default file
815           pathname, with the last component preceded by "/" rather than
816           "\", to suppress complaints if you have a preferences file saved
817           under the old regime.
818
819 2004-02-19 20:27  obiot
820
821         * packet-msn-messenger.c:
822
823           Add support for dissection over HTTP.
824
825 2004-02-19 15:08  gerald
826
827         * README.win32:
828
829           Remove redundant GTK2 entries.
830
831 2004-02-19 11:45  jmayer
832
833         * doc/README.developer:
834
835           Remove a comment on ancient Ethereal
836
837 2004-02-19 10:48  guy
838
839         * gtk/recent.c:
840
841           Don't save the geometry items unless the user asked to have them
842           saved.
843
844 2004-02-19 08:56  guy
845
846         * packet-postgresql.c:
847
848           Give the official URLs on www.postgresql.org for various versions
849           of the protocol.
850
851 2004-02-19 08:53  guy
852
853         * packet-postgresql.c:
854
855           Put in a comment with a URL for the protocol description.
856
857 2004-02-19 08:25  guy
858
859         * packet-postgresql.c:
860
861           From Edwin Calo: fix a bug in the way the bitone is obtained.
862
863           Put the strings under the top-level protocol tree item.
864
865 2004-02-19 08:24  ulfl
866
867         * Makefile.am, gtk/Makefile.am:
868
869           added missing distribution files
870
871 2004-02-19 08:02  guy
872
873         * wiretap/libpcap.c:
874
875           A DLT_ value of 13, in a Nokia-format capture, appears to be an
876           ATM capture of some sort.
877
878 2004-02-19 07:12  guy
879
880         * packet-atalk.c:
881
882           From Didier Gautheron: initialize "ett_asp_utf8_name".
883
884 2004-02-19 06:50  guy
885
886         * help/capture_filters.txt:
887
888           Fix the sample filter for capturing traffic to or from a
889           particular MAC address to match what libpcap expects.
890
891 2004-02-19 05:19  guy
892
893         * epan/: tvbuff.c, tvbuff.h:
894
895           Constify a bunch of stuff.
896