2004-02-24 02:19 gerald * gtk/capture_dlg.c: In get_if_name(), return immediately once we've found our interface name under Windows. 2004-02-24 01:14 guy * version_info.c: Put a period at the end of the "Running with" stuff. 2004-02-24 01:11 guy * pcap-util.c: Squelch a compiler warning. 2004-02-23 23:13 guy * gtk/capture_dlg.c: Sigh. On Windows OT, device names don't have "\Device\" in front of them, so we can't look for "\Device\" as the beginning of the interface name. Instead, on Windows, scan backwards for a colon and then skip the colon and any subsequent blanks. (I don't *think* interface names have colons in them in Windows, even on NT 5.x with the GUID crapola in the name.) 2004-02-23 22:48 guy * file.c, file.h, gtk/endpoint_talkers_table.c, gtk/follow_dlg.c, gtk/hostlist_table.c, gtk/main.c, gtk/main.h, gtk/rtp_stream_dlg.c, gtk/service_response_time_table.c: Add a "force" argument to "filter_packets()" and "main_filter_packets()", to force the filtering to be done even if the filter is the same as the current one; this is necessary in order to make sure "Follow TCP Stream" gets the packets processed even if you're filtering the stream that's currently filtered in. 2004-02-23 22:45 gerald * Makefile.common, Makefile.nmake: MSVC doesn't like having header files in .c=.obj targets. Fix dftest compiling under Windows. 2004-02-23 22:26 ulfl * gtk/io_stat.c: changed title and menu registering to "IO Graphs" and changed some of the labels to be more intuitive 2004-02-23 22:23 ulfl * gtk/tcp_graph.c: minor change 2004-02-23 21:14 gerald * Makefile.common: Move x11-declarations.h and x11-register-info.h back into BUILT_SOURCES, so that we can build after a "make distclean". 2004-02-23 20:28 ulfl * gtk/: hostlist_eth.c, hostlist_fc.c, hostlist_fddi.c, hostlist_ip.c, hostlist_ipx.c, hostlist_tr.c, io_stat.c, menu.c, tap_menu.h, tcp_graph.c: Changed all items to "Endpoint List" and get rid of the "Host List" group. called "IO stats" now "Throughput Graph" as this might be somewhat more descriptive IMHO. Same applies to the "TCP Stream Analysis" -> "TCP Stream Graphs" 2004-02-23 19:19 ulfl * 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, follow_dlg.c, gsm_a_stat.c, gsm_map_stat.c, h225_counter.c, h225_ras_srt.c, hostlist_eth.c, hostlist_fc.c, hostlist_fddi.c, hostlist_ip.c, hostlist_ipx.c, hostlist_tcpip.c, hostlist_tr.c, hostlist_udpip.c, http_stat.c, io_stat.c, isup_stat.c, ldap_stat.c, main.c, Makefile.common, menu.c, mgcp_stat.c, rpc_progs.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c, smb_stat.c, tap_menu.h, tcp_graph.c, wsp_stat.c: statistics menu redesigned, now looking more like the former menu, items now again grouped by function, not by ISO layer 2004-02-23 17:38 obiot * prefs.c: Use a pale variant of the foreground color for the background color of the follow TCP stream data display. As a result, we can now make the distinction between real data and whitespace wrapping by the UI. 2004-02-23 16:33 jmayer * AUTHORS, packet-nt-sonmp.c, packet-nt-tpcp.c, doc/ethereal.pod: Change Email address of Giles Scott 2004-02-23 16:12 gerald * Makefile.common, tethereal.c, gtk/main.c: Move cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES. This tells automake to create cvsversion.h before any "all" or "check" targets are built. Clean up a few CVS version strings that I missed last week. 2004-02-23 14:37 jmayer * randpkt.c: Remove a comma at end of enum 2004-02-23 08:39 sahlberg * packet-kerberos.c: update to kerberos. now also decrypting the KRB_PRIB blobs (application 21) of kerberos v5. there are commonly found in Kpasswd packets. Not too interesting yet until we start supporting decryption of kerberos blobs using mit/heimdal kerveros shared libraries. 2004-02-23 05:44 sharpe * editcap.c: Another small closing bracket fixup. 2004-02-23 05:35 guy * gtk/: hostlist_eth.c, hostlist_fc.c, hostlist_fddi.c, hostlist_ip.c, hostlist_ipx.c, hostlist_table.c, hostlist_tcpip.c, hostlist_tr.c, hostlist_udpip.c: Make the tap names for host statistics use "hosts" instead of "conv", and make the tap names for endpoint statistics use "endpoints" instead of "conv". Similarly, make the titles for their windows say "Hosts" or "Endpoints" rather than "Conversations". 2004-02-23 04:16 sharpe * editcap.c: Small fix to usage text to add a trailing closed square bracket (]). 2004-02-23 00:05 guy * gtk/simple_dialog.c: Put in a comment noting a problem with dialog boxes popped up before the main window is popped up. 2004-02-22 23:53 guy * plugins/asn1/packet-asn1.c: Make the default ASN.1 file be "no file", not {Ethereal install directory}/asn1/default.tt. 2004-02-22 23:42 ulfl * gtk/: hostlist_tcpip.c, hostlist_udpip.c: change menu item names from "Host List" to "Endpoint List" 2004-02-22 23:40 guy * Makefile.common: TETHEREAL_TAP_SRC contains the names of source files for taps for Tethereal. 2004-02-22 23:39 ulfl * gtk/follow_dlg.c: some changes to the dialog layout and added some tooltips 2004-02-22 23:31 ulfl * gtk/menu.c: minor bugfix 2004-02-22 22:45 guy * epan/value_string.h: From Peter J. Creath: add a convenience macro for value_string tables where the values all have #defines or enum values and the corresponding strings are just the #define or enum value names. 2004-02-22 22:42 guy * gtk/menu.c: Squelch a compiler warning. Get rid of C++ comments. Clean up indentation. 2004-02-22 22:33 guy * file.c: Make the message a bit more detailed (modeled after the one from the UNIX version of Acrobat Reader 4.0). 2004-02-22 22:22 guy * file.c: From Greg Morris: if a search reaches the end or beginning of the list, pop up an alert box letting the user know, and asking whether they want to continue the search. 2004-02-22 21:35 ulfl * gtk/: bootp_stat.c, h225_counter.c, http_stat.c, main.c, menu.c, wsp_stat.c: statistics menu structure proposal: renamed "Watch Protocol" to "Statistics", Made two new toplevel menu items "Transport" and "Application" 2004-02-22 19:48 ulfl * gtk/: Makefile.am, menu.c, tcp_graph.c, tcp_graph.h: tcp_graph.h is no longer needed, as the tap mechanism is now used 2004-02-22 18:58 ulfl * gtk/: bootp_stat.c, fc_stat.c, http_stat.c, ldap_stat.c, rpc_stat.c, smb_stat.c, wsp_stat.c: WIDGET_SET_SIZE(-2) is asserted by current GTK2 libs, so don't use it 2004-02-22 18:47 ulfl * make-tapreg-dotc: Redesigned the menu structure of the former statistics stuff, now sorted by ISO-layer, than alphabetically (now longer by functionality). Seperated the tap registering from the actual menu making stuff, so the seperate step of registering the tap and the menu is no longer needed. Removed all things related to this double registering. 2004-02-22 18:44 ulfl * 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, follow_dlg.c, gsm_a_stat.c, gsm_map_stat.c, h225_counter.c, h225_ras_srt.c, hostlist_eth.c, hostlist_fc.c, hostlist_fddi.c, hostlist_ip.c, Makefile.common, hostlist_ipx.c, hostlist_tcpip.c, hostlist_tr.c, hostlist_udpip.c, http_stat.c, io_stat.c, isup_stat.c, ldap_stat.c, main.c, menu.c, mgcp_stat.c, rpc_progs.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c, smb_stat.c, tap_menu.h, tcp_graph.c, wsp_stat.c: Redesigned the menu structure of the former statistics stuff, now sorted by ISO-layer, than alphabetically (now longer by functionality). Seperated the tap registering from the actual menu making stuff, so the seperate step of registering the tap and the menu is no longer needed. Removed all things related to this double registering. 2004-02-22 16:28 ulfl * README.win32: gtkclist.c is called ethclist.c now 2004-02-22 09:07 jmayer * Makefile.common: _HEADERS has special automake meaning. Rename to _INCLUDES where no magic is required (and see what breaks this time) 2004-02-22 08:58 jmayer * Makefile.am: build randpkt similar to dftest 2004-02-22 08:30 ulfl * Makefile.am, Makefile.common, Makefile.nmake: make the Makefile.common really common between automake and nmake, as lot's of definitions were used in the automake process only 2004-02-22 03:04 gram * epan/dfilter/semcheck.c, epan/ftypes/ftype-tvbuff.c, tools/dfilter-test.py: If the LHS is a STRING or UNPARSED string, and the RHS is a FIELD, then make sure that the FIELD can participate in the relation that is expressed in the display filter. Note that tvbuff's *should* be able to participate in == comparisons, etc., but those functions need to be added to ftype-tvbuff.c first. 2004-02-21 22:54 ulfl * gtk/capture_dlg.c: added a help button 2004-02-21 22:52 ulfl * help/capturing.txt: new somewhat improved layout of the capture options dialog 2004-02-21 22:28 ulfl * gtk/capture_dlg.c: new somewhat improved layout of the capture options dialog 2004-02-21 22:00 guy * dftest.c: Get rid of some "#if 0"ed out #includes. Define "report_open_failure()" and "report_read_failure()", so that dissectors can report file open and read errors. 2004-02-21 14:04 ulfl * capture.c: bugfix from previous check in 2004-02-21 13:40 ulfl * capture.c, capture.h, gtk/main.c: quit_after_cap should be a gboolean, not an int, and it should be initialized 2004-02-21 12:58 ulfl * capture.c, capture.h, file.c, gtk/capture_info_dlg.c: rework of capture.c: better seperation of sync and capture pipe by using explicit names and seperated functionality of do_capture(), but no functional change! 2004-02-21 11:38 guy * plugins/plugin_api.h: Include "report_err.h" to declare "report_open_failure()" and "report_read_failure()". 2004-02-21 11:13 guy * epan/plugins.c: Include "report_err.h" to declare "report_open_failure()" and "report_read_failure()". 2004-02-21 10:29 guy * packet-diameter.c: Make both the Diameter-over-TCP and Diameter-over-SCTP dissectors "new-style" dissectors, and have them reject packets that don't start with a version number of 1, in the hopes that it'll be less likely to try to dissect non-Diameter packets to/from port 1812 as Diameter and thus less likely to spew out a bunch of warnings that cause users to ask the Ethereal mailing lists what the problem is. Use "tcp_dissect_pdus()" to handle Diameter-over-TCP. 2004-02-21 10:03 guy * packet-dcerpc-rs_pgo.c: Re-do fix for Jaime Fournier's e-mail address. 2004-02-21 09:57 guy * packet-dcerpc.c: From Jaime Fournier: The UNKUUID col_info update was only working as dcerpc_try_handoff() would fail to find the subdissector, and thus did not clobber it with col_add_str(). It is now in the right place to determine a UUID that was either not found, or is disabled. The boolean dcerpc.unknown_if_id is now only set on cases where the handoff fails. This has been tested, and the boolean now works as it should, and is not set for ALL packets as it was in the old location. 2004-02-21 09:49 guy * packet-dcerpc-rs_pgo.c: Update from Jaime Fournier. 2004-02-21 08:21 guy * packet-rpl.c: When constructing a tvbuff for an RPL packet, arrange that both the length and the reported length be set based both on the actual lengths remaining in the packet and on the length field. 2004-02-21 07:59 guy * prefs.c: Fix a typo. 2004-02-21 05:12 guy * packet-ethertype.c, packet-ieee8023.c: Save the current_proto value before calling subdissectors, and restore it if we catch an exception (after showing the exception), so that subsequent exceptions will have the right protocol. 2004-02-21 04:55 guy * packet-dcerpc-fldb.c: From Jaime Fournier: properly handle the name string in a KerbPrin in a getSiteInfo response; dispaly name sizes in decimal rather than hex. 2004-02-21 04:26 guy * packet-diameter.c: Include to declare "errno". 2004-02-21 04:19 guy * packet-q931.c: Fix a typo. 2004-02-21 02:59 guy * packet-diameter.c: Report a failure to open the XML disctionary file with "report_open_failure()". 2004-02-21 02:21 guy * plugins/: Xass-list, Xplugin_api.c, Xplugin_api.h, Xplugin_api_decls.h, Xplugin_table.h: Regenerate the files from the latest list of exported functions. 2004-02-21 02:20 guy * plugins/plugin_api_list.c: Move "dissect_per_bit_string()" to the end, to preserve the order of earlier entries in the table of exported functions. 2004-02-21 02:15 guy * Makefile.common, alert_box.c, file.c, report_err.h, tethereal.c, plugins/plugin_api_list.c, plugins/asn1/packet-asn1.c: Add routines that can be called from dissectors to report file open and read errors; there are separate implementations for Ethereal (pops up an alert box) and Tethereal (prints an error message). Use those routines in the ASN.1 dissector. 2004-02-21 01:31 guy * packet-http.c: Get the Content-Encoding and Transfer-Encoding headers and, for now, don't try to dissect the body if there's any special encoding. 2004-02-21 00:33 guy * packet-ethertype.c: Handle exceptions the same way we handle them in the DCE RPC dissector - rethrow BoundsError, call "show_exception()" for all other errors, and then fall through to dissect the trailer outside the TRY/CATCH/ENDRY construct. 2004-02-21 00:22 guy * packet-ieee8023.c: Handle exceptions the same way we handle them in the DCE RPC dissector - rethrow BoundsError, call "show_exception()" for all other errors, and then fall through to dissect the trailer outside the TRY/CATCH/ENDRY construct. 2004-02-20 23:09 jmayer * packet-skinny.c: Remove unused variables, make count unsigned to avoid s/u warning 2004-02-20 23:04 guy * gtk/recent.c: Revert to the previous scheme, wherein we always save the geometry information - there's really no reason not to do so (it turned out not to be the cause of the problem I saw wherein recent versions of Ethereal were popping up the main window in an inconvenient place - the problem wasn't that it was remembering the inconvenient place, it's something else). 2004-02-20 23:03 jmayer * packet-skinny.c: Change //-comments into /* comments 2004-02-20 22:56 gerald * gtk/capture_dlg.c: Don't clobber the concurrent DNS resolution flag each time we start a capture. 2004-02-20 22:38 guy * packet-fcsp.h: Give it an RCS ID. 2004-02-20 22:35 guy * packet-dcerpc-butc.c, gtk/supported_protos_dlg.c, gtk/ethclist.h, gtk/supported_protos_dlg.h: Give it an RCS ID. 2004-02-20 22:34 guy * packet-cast.c: Add an RCS ID. Get rid of unused variables (probably left over from cutting-and-pasting stuff from the Skinny Client Control Protocol dissector). Don't use C++style comments. Clean up indentation. 2004-02-20 22:32 guy * packet-q931.c: Squelch some compiler warnings. Format the definitions of the segment-reassembly fields the same way the other field definitions are formatted. 2004-02-20 22:14 guy * plugins/asn1/packet-asn1.c: Fix a typo. 2004-02-20 21:25 gerald * AUTHORS, Makefile.common, packet-cast.c, packet-skinny.c, doc/ethereal.pod: From Rowan McFarlane: Update Skinny to support Cisco CallManager 4.x, add support for Cast Client Control Protocol. 2004-02-20 20:36 gerald * make-version.pl, mergecap.c, tethereal.c, gtk/main.c: Add support for a "version.conf" file in the main directory which can be used to adjust version preferences. It understands two configuration directives: "enable", which can be 0 or 1, and "format", which can be any strftime()-compatible string, e.g. "V12-powered on %A %Y-%m-%d %H:%M:%S". If no configuration file is present, the configuration defaults to enable: 1 format: CVS %Y%m%d%H%M%S 2004-02-20 18:43 ulfl * gtk/menu.c: win32 only: when adding to the recent file list, prevent duplicates by: a) convert all slashes to backslashes b) do an insensitive filename compare 2004-02-20 18:37 ulfl * gtk/main.c: minor bugfix from recent check in 2004-02-20 17:43 ulfl * gtk/main.c: bugfix: resizing (values from recent) must be done, before the top_level window is shown, otherwise it has no effect! 2004-02-20 17:36 ulfl * gtk/main.c: win32 drag-n-drop: corrected handling of UNC filenames "\\host\share\dir..." 2004-02-20 17:31 ulfl * gtk/proto_draw.c: bugfix for export selected data: win32 needs O_BINARY flag for open call, otherwise it will do text mode translations (CRNL things) which isn't desired here 2004-02-20 17:27 ulfl * print.h: comment changed 2004-02-20 13:51 jmayer * ethereal_gen.py: Frederic Peters: handle ulong and ushort 2004-02-20 13:50 jmayer * Ethereal.desktop: Frederic Peters: Make Ethereal appear in Gnome Menu 2004-02-20 11:06 guy * Makefile.am: Add a few more new toolbar icons. 2004-02-20 10:56 guy * packet-h225.c: From Tomas Kukosa: support calling tunneled protocols subdissectors from an H.225 dissector. 2004-02-20 10:50 guy * packet-gsm_a.c: Changes required to match GSM SMS dissector changes. 2004-02-20 10:49 guy * packet-gsm_sms.c: Changed to allow GSM MAP to push up TPDUs. 2004-02-20 10:49 guy * packet-gsm_map.c: From Michael Lum: Lots of changes paralleling TCAP for nested sequences and multiple component support. Modified for partial parameter identification in selected messages. Added support for identifying embedded SMS and passing to GSM SMS dissector. 2004-02-20 10:43 guy * packet-tcap.c: From Michael Lum: Corrected many miscellaneous problems with nested indefinite length parameters. Now supports multiple Components. 2004-02-20 10:34 guy * AUTHORS, packet-q931.c: From Tomas Kukosa: reassemble segmented Q.931 messages. 2004-02-20 10:21 guy * packet-ieee8023.c: Handle the case where, after an exception is thrown dissecting the body of the 802.3 packet, we get *another* exception when dissecting the trailer (consider a truncated frame with a malformed body). 2004-02-20 10:04 sahlberg * Makefile.common, packet-ber.c, packet-ber.h, packet-kerberos.c: Update to Kerberos. Split kerberos prototype into two halves: helpers to dissect ASN.1 BER in packet-ber.c and kerberos stuff using those helpers in packet-kerberos.c This new kerberos thing places filterable items for every single field and also dissects the bitstring Option fields. It is hoped that this will make it easier to extend kerberos to do decryption of service tickets. 2004-02-20 09:27 guy * gtk/hostlist_table.c: FN_{SRC,DST}_ADDRESS and FN_{SRC,DST}_PORT aren't used - get rid of them. Add support for "Find Frame" and "Colorize Host Traffic" menus, similar to what the endpoint table has. 2004-02-20 09:09 guy * AUTHORS, doc/ethereal.pod, gtk/Makefile.am, gtk/Makefile.common, gtk/hostlist_eth.c, gtk/hostlist_fc.c, gtk/hostlist_fddi.c, gtk/hostlist_ip.c, gtk/hostlist_ipx.c, gtk/hostlist_table.c, gtk/hostlist_table.h, gtk/hostlist_tcpip.c, gtk/hostlist_tr.c, gtk/hostlist_udpip.c: From Ian Schorr: taps to keep statistics of traffic by host. 2004-02-20 08:40 guy * packet-tds.c: In the columns list in a results token, columns with a type of 106 appear to have 3 extra bytes of stuff before the column name. 2004-02-20 02:57 guy * plugins/asn1/packet-asn1.c: On Win32, don't treat "file not found" as an error when trying to load the ASN.1 file if the pathname is the old default file pathname, with the last component preceded by "/" rather than "\", to suppress complaints if you have a preferences file saved under the old regime. 2004-02-19 20:27 obiot * packet-msn-messenger.c: Add support for dissection over HTTP. 2004-02-19 15:08 gerald * README.win32: Remove redundant GTK2 entries. 2004-02-19 11:45 jmayer * doc/README.developer: Remove a comment on ancient Ethereal 2004-02-19 10:48 guy * gtk/recent.c: Don't save the geometry items unless the user asked to have them saved. 2004-02-19 08:56 guy * packet-postgresql.c: Give the official URLs on www.postgresql.org for various versions of the protocol. 2004-02-19 08:53 guy * packet-postgresql.c: Put in a comment with a URL for the protocol description. 2004-02-19 08:25 guy * packet-postgresql.c: From Edwin Calo: fix a bug in the way the bitone is obtained. Put the strings under the top-level protocol tree item. 2004-02-19 08:24 ulfl * Makefile.am, gtk/Makefile.am: added missing distribution files 2004-02-19 08:02 guy * wiretap/libpcap.c: A DLT_ value of 13, in a Nokia-format capture, appears to be an ATM capture of some sort. 2004-02-19 07:12 guy * packet-atalk.c: From Didier Gautheron: initialize "ett_asp_utf8_name". 2004-02-19 06:50 guy * help/capture_filters.txt: Fix the sample filter for capturing traffic to or from a particular MAC address to match what libpcap expects. 2004-02-19 05:19 guy * epan/: tvbuff.c, tvbuff.h: Constify a bunch of stuff.