aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-10-20renamed capinfo to capinfos, as the former name capinfo was already used in ↵Ulf Lamping13-87/+87
a program called tcprelay, so that might confuse packaging managers and users. Hopefully I got all the places need to be changed. svn path=/trunk/; revision=12358
2004-10-20From Tomas Kukosa: export bytes_to_str_punct().Guy Harris1-0/+1
svn path=/trunk/; revision=12355
2004-10-20add a small section about "GTK resources on the web"Ulf Lamping1-0/+32
svn path=/trunk/; revision=12354
2004-10-20Update the man page to indicate that "-q", when capturing without "-w",Guy Harris1-3/+4
suppresses the printing of packet information. svn path=/trunk/; revision=12353
2004-10-19If we're not printing packet information, don't print the preamble orGuy Harris1-7/+11
finale for that information, either. svn path=/trunk/; revision=12352
2004-10-19From Mark C. Brown:Guy Harris1-4/+44
fix FDDI to use correct bit swapped encap; tweak file open code to guess at file encap so merge works better. svn path=/trunk/; revision=12351
2004-10-19From Jacques, Olivier: - Fixing enums recognition when an XML dictionary is ↵Anders Broman1-1/+1
used (was OK with fixed dictionaries) svn path=/trunk/; revision=12350
2004-10-19adding a chapter about capturing, currently only containing the mail from ↵Ulf Lamping2-0/+84
Guy Harris about adding new capture types svn path=/trunk/; revision=12349
2004-10-19fixup whitespaceUlf Lamping1-1/+1
svn path=/trunk/; revision=12348
2004-10-19From Tomas Kukosa: add range preference functions.Guy Harris1-0/+2
svn path=/trunk/; revision=12344
2004-10-18Squelch a compiler warning.Guy Harris1-1/+5
svn path=/trunk/; revision=12343
2004-10-18From Laurent Constantin: fix a (presumed) cut-and-pasteo.Guy Harris2-1/+2
svn path=/trunk/; revision=12342
2004-10-18From Olivier Jacques: Add #defines to disable XML validation.Gerald Combs3-6/+23
svn path=/trunk/; revision=12340
2004-10-18Fix some include problems and compiler warnings pointed out by Thomas Anders.Gerald Combs1-3/+9
svn path=/trunk/; revision=12339
2004-10-18From Thomas Anders:Gerald Combs1-20/+23
- change DHCP option 122 dissection to use official RFC 3495/3594 wording (if bootp.pkt.ccc.protocol_version preference setting is 2 or 3) - update CableLabs specification references - some minor cleanup (option 43 also) svn path=/trunk/; revision=12338
2004-10-18One more item from CableLabs: Add conversation support to the KerberosGerald Combs1-1/+20
UDP dissector. svn path=/trunk/; revision=12337
2004-10-18Add a rule to make ../AUTHORS-SHORT-FORMAT, as it won't necessarily haveGuy Harris1-1/+6
been made by the time this Makefile is used. svn path=/trunk/; revision=12336
2004-10-18Don't blow up if the proto,colinfo tap is used but the columns aren'tGuy Harris1-0/+14
being printed. svn path=/trunk/; revision=12335
2004-10-17From Graeme Hewson: make AUTHORS-SHORT not include formatting codes,Guy Harris8-47/+75
with AUTHORS-SHORT-FORMAT containing the formatting codes. svn path=/trunk/; revision=12334
2004-10-17From Graeme Hewson: re-wrap some of the lines so that they fit into theGuy Harris1-11/+12
About dialog and ethereal.1 without wrapping. svn path=/trunk/; revision=12333
2004-10-17From Alejandro Vaquero: in the RTP analysis code, don't analyze packetsGuy Harris3-0/+14
that have an RTP version other than 2. svn path=/trunk/; revision=12332
2004-10-17Update some SIP headers from http://www.iana.org/assignments/sip-parameters.Anders Broman1-315/+402
svn path=/trunk/; revision=12331
2004-10-17From Rene Pilz: make DTAP be dissected for a GPRS LLC SAPI of 1.Guy Harris1-0/+1
svn path=/trunk/; revision=12330
2004-10-17From Rene Pilz: add a preference to ignore the cipher bit, in caseGuy Harris2-2/+22
captures have unciphered data with the cipher bit set. svn path=/trunk/; revision=12329
2004-10-17file_hdr.network is one byte long, so don't use htoles() on values it'sGuy Harris1-2/+2
set to - that causes it to be set to zero. svn path=/trunk/; revision=12328
2004-10-17When merging, default to the current file format as the output format.Guy Harris1-0/+3
svn path=/trunk/; revision=12327
2004-10-17From Mark C. Brown: allow the file type for the merge operation to beGuy Harris4-19/+38
specified in the GUI. svn path=/trunk/; revision=12326
2004-10-17From Thomas Anders: DHCP option 6 enhancements:Guy Harris1-42/+109
- add full support for upcoming PacketCable 1.5 - fix bug regarding MTA/CM Device Capabilities Length - PacketCable MTA: fix bug regarding RSVP and UGS-AD options - make presentation more compact (similar to other TLV data dissectors) - change some descriptions and variables to (hopefully) make more sense to DOCSIS/PacketCable users svn path=/trunk/; revision=12325
2004-10-17Update to reflect changes to the range API.Guy Harris1-1/+2
svn path=/trunk/; revision=12324
2004-10-17Have "range_convert_range()" dynamically allocate a string large enoughGuy Harris4-40/+49
to hold the representation of the range, rather than imposing a fixed-size limit on the string. Check for overflow in "strtoul()" - and use "strtoul()" rather than "strtol()" for range members. Clean up indentation. Get rid of an unnecessary include in <epan/range.h>. svn path=/trunk/; revision=12323
2004-10-17"ssn_range" needs to be a copy of "global_ssn_range", so that it's notGuy Harris1-4/+1
freed if "global_ssn_range" is changed because the preference was changed. svn path=/trunk/; revision=12322
2004-10-17"ssn_range" needs to be a copy of "global_ssn_range", so that it's notGuy Harris1-1/+1
freed if "global_ssn_range" is changed because the preference was changed. svn path=/trunk/; revision=12321
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris13-181/+350
allocate them to be large enough. Add checks that the numbers in the range fit in a guint32. Check the validity of a range before saving or printing, and report errors in an alert box. Clean up white space. svn path=/trunk/; revision=12320
2004-10-16make the SEQUENCE dissection helper understand and handle Indefinite Length Ronnie Sahlberg1-9/+44
svn path=/trunk/; revision=12319
2004-10-16First support for Unix-to-DOS line termination translation by means of a smallOlivier Biot3-3/+42
perl script (unix2dos.pl). The NEWS file is now properly displayed on the Notepad.exe text editor on a Windows box. svn path=/trunk/; revision=12318
2004-10-16update to the current state of the artUlf Lamping1-7/+12
svn path=/trunk/; revision=12317
2004-10-16update setup target to latest win32 libsUlf Lamping1-4/+4
svn path=/trunk/; revision=12316
2004-10-16update win32 libsnmp infosUlf Lamping1-1/+6
svn path=/trunk/; revision=12315
2004-10-16fix a bug reported by Eric Wedel: Could not save preferences, as "You have ↵Ulf Lamping1-1/+9
not selected a font" dialog pops up, if no previous preferences file exists. fix: the default font name for GTK1 Win32 was mispelled (at least for WinXP). svn path=/trunk/; revision=12314
2004-10-16Make the nranges member of a range_t be the number of ranges, not theGuy Harris5-136/+118
number of ranges - 1, and update loops that iterate over all the ranges appropriately. Make "range_convert_str()" return a success/failure indication, and check it. Rewrite it to do more checks, and not to blithely ignore unknown characters. svn path=/trunk/; revision=12313
2004-10-16Fix a typo.Guy Harris1-1/+1
svn path=/trunk/; revision=12312
2004-10-16Clena up a few things.Guy Harris1-3/+5
Squelch a compiler warning. svn path=/trunk/; revision=12311
2004-10-16Update manufJörg Mayer1-2/+41
svn path=/trunk/; revision=12310
2004-10-16Add support for draft-ietf-dhc-fqdn-option-07.txtJörg Mayer1-2/+117
svn path=/trunk/; revision=12309
2004-10-16Change Client Identifier display a bit to better handle non-hw identifiers ↵Jörg Mayer1-5/+12
of length 7 svn path=/trunk/; revision=12308
2004-10-15Fix a cut-and-paste error.Gerald Combs1-1/+1
svn path=/trunk/; revision=12306
2004-10-15Updates to reflect revision 4 of ethereal-win32-libs.Gerald Combs3-7/+7
svn path=/trunk/; revision=12305
2004-10-15Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.Gerald Combs6-163/+396
Whitespace cleanup. svn path=/trunk/; revision=12304
2004-10-15Add range_convert_range and ranges_are_equal.Gerald Combs1-0/+2
svn path=/trunk/; revision=12303
2004-10-15Dectect MIT-Kerberos as wellJörg Mayer2-24/+40
svn path=/trunk/; revision=12302