aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2001-10-22Fix Martti Kuparinen's e-mail address, as per his request.guy2-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4060 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-22From Yaniv Kaul - handle UDP-encapsulated IPSec NAT Keepalive packets.guy1-2/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4059 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-22From Georg von Zezschwitz: fix an uninitialized variable, dissect theguy1-4/+7
S-max-age value in Cache-Control headers, and handle the 1.1, 1.3, and 1.4 encoding of Cache-Control headers. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4058 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatguy1-3/+3
strings used to generate pathnames. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4057 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatguy8-78/+86
strings used to generate pathnames. Move the definition of PF_DIR from <epan/epan.h> to <epan/filesystem.h>, so that files requiring only the definition of PF_DIR don't have to include <epan/epan.h>, and get rid of no-longer-necessary includes of <epan/epan.h>. Add a routine to get the directory for "system files" such as "/etc/ethers" - it's "/etc" on UNIX, and the datafile directory on Windows (as there's no "/etc" on Windows). Use that to construct the pathname of the ethers and ipxnet files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4056 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-21On Windows, get the "ethers" and "ipxnets" file from the directory inguy3-62/+114
which the Ethereal binary is found; there's no notion of "/etc" or of "/etc/ethers" or "/etc/ipxnets" files on Windows. Update the documentation to reflect that, and fix a typo in the Ethereal and Tethereal man pages. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4055 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-21Give the "iscsi_desegment" and "iscsi_port" the right types, matchingguy1-3/+3
the declarations of the functions to which a pointer to them is passed; this also fixes it so it compiles with MSVC++, as there's no "uint" type declared by MSVC++ by default. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4054 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-21Enhanced Ethereal icon from Gordon McKinney:guy3-0/+9
I have enhanced the standard Ethereal Icon and added the following renderings: * 32x32 - 256 Colour with transparency * 16x16 - 256 Colour with transparency * 16x16 - 16 Colour Add to the list of authors in the man page the names of people who've contributed to Wiretap but not to the rest of Ethereal - there's currently no Wiretap man page, so we might as well give them credit in the Ethereal man page. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4053 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-21Keep the list of modules with preferences sorted by the module name, inguy1-2/+11
dictionary order (case-insensitive), so that they show up in order in the "Preferences" dialog box. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4052 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-21Updates from Mark Burton:guy1-214/+349
The enclosed code contains the following improvements: 1 - Compatible with 08 version of the protocol 2 - Handles both header and data digests 3 - Supports desegmentation 4 - Dissects multiple PDUs per packet 5 - Stronger heuristics to avoid dissecting non-iSCSI packets 6 - General rationalisation and de-crufting! The old code that attempted to automatically detect the presence of a header digest has been removed. You now have to specify in the iSCSI preferences whether digests are enabled and if they are, whether they are CRC32 or not. If not CRC32, you also need to specify the size of the digests (in bytes). Another new option specifies the iSCSI port number. This is used in the heuristics to filter out packets with silly port numbers, set to 0 to disable the port filter. One problem that I haven't been able to track down is that if desegmentation is enabled and you turn digests on or off ethereal throws a SEGV. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4051 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-21Add little arrows to the column titles to indicate which column we'regerald3-6/+81
using to sort as well as the sort direction. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4050 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-20Properly handle the andX command in a LockingAndX message.guy1-13/+14
Fix up some closing braces. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4049 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-20If we decide that a packet to or from port 2000 isn't really a Skinnyguy1-1/+2
Client Control Protocol packet, at least dissect its payload as data. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4048 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-20FT_UINTn values must always have a base, even if they're bitfields - theguy1-2/+2
width of the item containing the bitfield is "n", so you don't have to specify it explicitly, as you have to do with FT_BOOLEAN bitfields. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4047 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-20Use "val_to_str()", rather than "match_strval()", in "socket_text()".guy1-19/+11
Make the source and destination socket fields enumerated types, so we don't have to use "proto_tree_add_uint_format()" on them, and so that you can match on them by service name. Use lower-case letters when formatting the hex value of sockets; that's what's done with fields not added with "proto_tree_add_XXX_format". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4046 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-19From Tom Uijldert: fix to the date decoding, fix a field's name, andguy1-5/+5
protocol-name cosmetic changes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4045 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-19From Tom Uijldert: fix the port number for Push-traffic dissecting forguy1-2/+2
WSP/WTLS. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4044 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-19From Mark Burton: update to the -08 draft.guy1-850/+514
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4043 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-19DBS Etherwatch wiretap module, from Marc Milgram.guy13-34/+448
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4042 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-19L2TP Dissconnect Cause Information AVP support, from Motonori Shindo.guy2-1/+45
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4041 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-18From Frank Singleton: catch attempts to use recursive unions orguy1-2/+10
structures. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4040 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-18VMS TCPIPtrace wiretap module, from Marc Milgram.guy13-40/+516
Update the lists of known capture file formats in the Tethereal, editcap, and mergecap man pages to match the current list (as found in the Ethereal man page). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4039 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-18Add link to local mirror.gerald1-1/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4038 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-18From Georg von Zezschwitz:guy2-48/+31
Fix a bug with WSP Connect requests with headers > 256 bytes Implement attributes of WSP Suspend/Resume git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4037 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-17fixed bug in packet-smb-pipe.c dissect_transact_data routine. If thejfoster1-2/+4
aux_count_p value was NULL the program would SIGSEGV when *aux_count_p was initially set to 0. Added NULL pointer test. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4036 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-17Enable building of the coseventcomm plugin on Win32.gram4-18/+106
Some of these changs are from Frank Singleton, some are mine. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4035 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-16The Quake3 dissector wasn't in the previous release, only users runningguy1-29/+9
CVS versions would've had "quake3.udp.port" in the preferences file; therefore, we can remove the code to map them to "quake3.udp.arena_port" and "quake3.udp.master_port". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4034 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-16Update from Scott Renfro: a simple patch that adds support for FIPSguy1-1/+13
Cipher Suite identifiers. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4033 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-16Don't create a Wiretap dump file unless we're at least sure we supportguy1-32/+69
the specified encapsulation with the specified capture file type, and that we can allocate a "wtap_dumper *". If we could do all that, and could create the dump file, but the file-type-specific create routine fails (e.g., because there's not enough disk space to write out the header), remove the dump file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4032 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-16Fix conversation_new description. Add descriptions forgerald1-28/+97
conversation_add_proto_data, conversation_get_proto_data, and conversation_delete_proto_data. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4031 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-15Fixes from Steffen Weinreich:guy3-4/+13
fix the processing of the month and year fields in the SCTC Timestamp (the month is 1-origin, so subtract 1 from it before putting it in "tm_mon", which is 0-origin; the year is a 2-digit field that is, at least, Y2K-safe (but Y2.1K-unsafe), so if it's less than 90, assume it's in the 21st century); UCP OT 50-57 messages have a fixed number of fields and a special handling of the MT is not necessary, so get rid of that. Also, fix a typo in a comment. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4030 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-15Fixes to take the Vendor-Specific attribute into consideration whenguy2-6/+65
dissecting L2TP, from Motonori Shindo. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4029 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-13Make NEWS current to today (October 13).gerald1-3/+80
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4027 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-13A small patch from Moronori Shindo to fix compiles under MSVC etc ...sharpe1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4026 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-13Put the scrollbar for the scrolled window containing the CList in theguy1-1/+3
preferences dialog where the user specified, and register that scrolled window so that if the preference is changed the scrollbar moves. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4025 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-13Set the data for E_{PRINT,COLUMN,STREAM,GUI}_PAGE_KEY to the notebookguy1-5/+5
page for the preferences item rather than to the frame for the preferences item, as that's what the code in "gtk/gui_prefs.c" expects (otherwise you get errors). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4024 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-13The Quake III dissector called both the arena server port preference andguy2-58/+80
the master server port preference "quake3.udp.port"; rename them to "quake3.udp.arena_port" and "quake3.udp.master_port". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4023 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-12Make current up to August 31.gerald1-4/+88
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4022 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-12Get NEWS current up to July 31, update version to 0.8.20.gerald4-7/+75
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4021 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-12From Frank Singleton:guy2-18/+127
Added some functionality to idl2eth to allow C code generation and display of CORBA IDL Enum's as symbolic values, along side the numerical value currently being displayed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4020 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-12Sigh. A MacOS X 10.1 appeared to have put out a malformed NetBIOSguy1-2/+10
session request with a length greater than 128 bytes; crank the length limitation up to 256. (Perhaps I've misread the DNS spec or the NetBIOS-over-TCP spec, but the request sure *looked* as if it had a bogus second-level-encoding in the calling machine name.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4019 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-11For the SCCP message ID field, use the formerly commented-out versionguy1-3/+2
with the value_string table, as per mail from Joerg. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4018 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-11Get rid of C++ comment.guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4017 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-11Initial Skinny Client Control Protocol support, from Joerg Mayer.guy4-2/+298
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4016 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-11Reduce the CinemaScope-like proportions of the preferences dialog bygerald1-24/+131
getting rid of the notebook tabs and using a CTree to select pages. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4015 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-11Instead of saying the "manuf" file is in "/usr/local/etc/manuf", sayguy2-8/+16
it's in the "etc" subdirectory of the installation directory on UNIX and in the installation directory on Windows, and give the typical pathnames of both of those directories. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4014 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-11Install the "manuf" file.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4013 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-08add a couple of socket numbers that seem to be consistently allocated for ↵nneul1-1/+7
these services git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4012 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-08As UCP is atop TCP, its dissector isn't called unless there's at leastguy1-8/+6
one byte in the tvbuff being handed to it, so the check I added for the existence of that byte is unnecessary. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4011 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-08Remove the check I added to see whether the length of the packet, basedguy1-5/+1
on the location of the UCB_ETX, is greater than the length of the tvbuff - that can never happen, as the UCB_ETX is, as it was found, definitely inside the tvbuff. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4010 f5534014-38df-0310-8fa8-9805f1628bb7