aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris100-640/+781
2000-08-06Add some preferences in OSI CLNP/COTP/CLTP module to allow the user to:Laurent Deniel1-2/+20
2000-08-06Use "BYTES_ARE_IN_FRAME()" rather than explicitly checking an offset andGuy Harris3-23/+28
2000-08-06Use "BYTES_ARE_IN_FRAME()" rather than explicitly checking an offset andGuy Harris1-22/+47
2000-08-06Don't use "fd->pkt_len" when checking to see if you've run off the endGuy Harris8-28/+28
2000-08-06There is *no* guarantee that the "fd" argument to a dissector uniquelyGuy Harris1-11/+6
2000-08-05Arrange that filter dialog boxes have an "Apply" button only if one canGuy Harris3-21/+36
2000-08-05Make the ICMP top-of-protocol-tree item cover the entire rest of theGuy Harris1-2/+2
2000-08-05Make "ip_checksum()" take just pointer and length arguments, and makeGuy Harris1-31/+37
2000-08-05More changes from Peter Kjellerstedt.Guy Harris1-10/+8
2000-08-04ICQ improvements from Peter Kjellerstedt.Guy Harris2-32/+84
2000-08-04Fix to the SRVLOC dissector to correctly handle the error field of theGuy Harris3-7/+12
2000-08-04Clean up the checksumming stuff a bit:Guy Harris1-27/+29
2000-08-04Re-organize the README so that people who just want to run ethereal, notGilbert Ramirez1-36/+75
2000-08-04Fix a number of problems, and do some checking to make sure we don't runGuy Harris1-37/+132
2000-08-04Mention IDSN4BSD's i4btrace utility as a supported trace file format.Gilbert Ramirez1-1/+6
2000-08-04If IP checksum is incorrect, show what correct value should be.Gilbert Ramirez1-9/+37
2000-08-03Add some error values that, whilst they're not in the NFS V2 spec, are,Guy Harris1-1/+6
2000-08-03Add a "Save As" feature to the TCP Follow dialogue, to save the streamGilbert Ramirez14-505/+674
2000-08-03Replace calls to sprintf() with snprintf() in file_*_error_message routines,Gilbert Ramirez1-6/+11
2000-08-03Fix typo in description of Diameter.tcp.port preference.Gilbert Ramirez1-2/+2
2000-08-03Move to version 0.8.11Gilbert Ramirez7-26/+82
2000-08-02All 4 protocol versions included (as templates but not as decodings).Uwe Girlich1-23/+95
2000-08-02Procedure numbers as constants are much better.Uwe Girlich1-1/+31
2000-08-01Allow filtering on strings.Gilbert Ramirez5-5/+170
2000-07-31There is a <sys/stat.h> available on Win32, and, in fact, we now includeGuy Harris1-1/+4
2000-07-31Dissector now knows the actual game data communication too.Uwe Girlich1-46/+88
2000-07-31Add a routine to check whether a file is a directory or not.Guy Harris3-30/+77
2000-07-31Add a comment explaining why we're defining S_ISDIR and company.Guy Harris1-1/+7
2000-07-31It appears that, at least with Visual C++ 6.0, the "stat()" supplied inGuy Harris1-4/+15
2000-07-31In "buffer.h", include <winsock.h> if we have it, so that "u_char" isGuy Harris2-5/+9
2000-07-31Include "packet.h", not <packet.h> - the latter, at least on Win32,Guy Harris1-9/+2
2000-07-31Include <time.h> to declare "localtime()" and "strftime()", and useGuy Harris1-2/+3
2000-07-31Fix it to compile on non-Linux UNIX-flavored systems and Win32 systems.Guy Harris1-6/+22
2000-07-31Include "ptvcursor.obj" in the list of object that have to be linked in.Guy Harris1-1/+2
2000-07-30Add missing function prototypes.Olivier Abad1-1/+7
2000-07-30Support for capturing packet data from a pipe (a FIFO, or standard input).Olivier Abad5-117/+396
2000-07-30A small change to SMB dissector so it lists near the other SMB-relatedRichard Sharpe1-2/+2
2000-07-30Update and add ".cvsignore" files to reduce the level of noise from CVS.Guy Harris4-0/+10
2000-07-30In TCP segments with RST and data, display the data as text, labeling itGuy Harris1-3/+24
2000-07-30"rd_match_strval()" just does what "val_to_str()" does with a formatGuy Harris1-9/+2
2000-07-30David Frascone's DIAMETER dissector.Guy Harris8-4/+1635
2000-07-30Squelch a GCC complaint.Guy Harris1-1/+2
2000-07-29Added changes so Edit->Filters...->Apply works as I thinkRichard Sharpe3-2/+141
2000-07-28Add the re-write of the NetWare Core Protocol dissector. It's mostlyGilbert Ramirez13-824/+2060
2000-07-28... and remove the old dfilter2pod.in template.Gilbert Ramirez1-98/+0
2000-07-28Don't create dfilter2pod from dfilter2pod.in just for @PERL_PATH@; it'sGilbert Ramirez4-9/+108
2000-07-27For packets with GIOP versions that are not supported by the dissector,Gilbert Ramirez1-6/+19
2000-07-27Quake dissector packet-quake.c added.Uwe Girlich2-2/+4
2000-07-27A Quake dissector. It can only dissect Quake 1 packets to UDP port 26000,Uwe Girlich1-0/+714