aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-01-07minor changesUlf Lamping1-4/+8
2004-01-07added current windows versionsUlf Lamping1-2/+2
2004-01-07Fix some typoes.Guy Harris1-8/+19
2004-01-07The type values from Net-SNMP are u_chars; make the formal argument forGuy Harris1-3/+3
2004-01-07Don't assert that quoted_string be NULL; it can be non-NULL ifGilbert Ramirez1-2/+11
2004-01-07Don't do anything exotic to get signed integral values - Ethereal'sGuy Harris1-59/+3
2004-01-07The year in a LANalyzer capture's trace summary record is a 2-byte yearGuy Harris1-7/+5
2004-01-07Use "tvb_get_guint8()", not "tvb_get_ntohs()", to fetch 1-byte numbers.Guy Harris1-10/+8
2004-01-07Not that it really matters as the test still alwas evaluates to false:Jörg Mayer2-4/+4
2004-01-07save dialog with "Captured" and "Displayed" buttons in packet rangeUlf Lamping5-137/+352
2004-01-06GPL.txt -> ../../COPYINGJörg Mayer1-1/+1
2004-01-06Widgets get freed when the reference count goes to zero; we don't needGuy Harris1-22/+23
2004-01-06Clear the interface list and free up interface names whenever a newGuy Harris1-17/+20
2004-01-06Don't add an interface to the interface list if we already haveGuy Harris1-13/+13
2004-01-06Packet data is an array of "guint8"s, not an array of "char"s; declareGuy Harris3-11/+9
2004-01-06Make the forward declarations of routines and their definitions match.Guy Harris1-8/+8
2004-01-06Add some sanity checking for the "-i" argument.Guy Harris1-3/+5
2004-01-06Make a variable to which a 16-bit value is assigned big enough to holdGuy Harris1-2/+2
2004-01-06Make some variables to which 16-bit values are assigned wide enough toGuy Harris1-5/+5
2004-01-06The error code in an NBDS error packet is 1 byte, not 2.Guy Harris1-2/+2
2004-01-06In "decode_qos_umts()", "length" can get assigned a 2-byte value, soGuy Harris1-3/+3
2004-01-06"decode_MPLS_stack()" always returns a nonnegative value; make it returnGuy Harris1-5/+5
2004-01-06Note in a comment that "dissect_asp_reply_get_status()" might beGuy Harris2-36/+35
2004-01-06Get rid of an unused value_string table.Guy Harris1-7/+1
2004-01-06Use "rstat4_proc" rather than "rstat3_proc" for rstat version 4.Guy Harris1-2/+2
2004-01-05an enum represents the radio buttons much better,Ulf Lamping3-65/+45
2004-01-05fixed / updated some dependenciesUlf Lamping1-4/+10
2004-01-05switched to MSVC warning level 3 andUlf Lamping1-4/+4
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping19-52/+54
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping5-21/+21
2004-01-05From Alex Rozin: fix handling of MST messages.Guy Harris1-1/+1
2004-01-05 removed some MSVC warnings (level 3)Ulf Lamping8-19/+19
2004-01-05using the file "COPYING" instead of "GPL.txt"Ulf Lamping1-340/+0
2004-01-05From Alex Rozin: fix handling of MST messages.Guy Harris2-5/+7
2004-01-05using the file "COPYING" instead of "GPL.txt"Ulf Lamping1-3/+3
2004-01-05From Lars Roland: corrected PATH settingsUlf Lamping1-2/+5
2004-01-05Bugfix from Lars Roland: included missing xdlc.hUlf Lamping2-2/+4
2004-01-05For RTSP requests, we assume that, if there's no Content-Length header,Guy Harris1-17/+44
2004-01-05Handle non-Unicode error tokens.Guy Harris1-11/+38
2004-01-05From Yaniv Kaul:Guy Harris1-11/+122
2004-01-05From Yaniv Kaul:Guy Harris1-0/+1
2004-01-04From Dick Gooris: updated lots of commentsUlf Lamping1-165/+180
2004-01-04Add more information to the WTP protocol summary (PDU type and PDU specificOlivier Biot1-93/+173
2004-01-04From Shiang-Ming Huang: bug fix.Guy Harris1-2/+2
2004-01-04Move a comment to the appropriate location, and put in another commentGuy Harris1-6/+26
2004-01-04Move "XConvertCase()" from a header file to "packet-x11.c".Guy Harris3-196/+210
2004-01-04User Specified Decodes, since it brings up a dialog box, should be User Speci...Richard Sharpe1-2/+2
2004-01-04JPEG File Interchange Format (JFIF) dissection.Olivier Biot1-0/+1
2004-01-04Add support for JFIF (JPEG File Interchange Format) media.Olivier Biot3-2/+977
2004-01-04Fix the multipart dissection in WSP so media embedded in a multipart entityOlivier Biot3-63/+174