aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2000-10-09It appears there's no guarantee that you'll actually get a font nameGuy Harris1-1/+8
2000-10-09Adding a small attribution to Invisible Worlds and Collab.Net as theRichard Sharpe1-1/+4
2000-10-09Update documentation URLs.Gerald Combs2-2/+2
2000-10-08Change addresses from ethereal.zing.org to www.ethereal.com.Gerald Combs5-13/+13
2000-10-07Patch from Jack Keane to keep the dissector from looping infintely onGuy Harris3-10/+17
2000-10-07Squash one more little bug where I wasn't handling the MIME headerRichard Sharpe1-5/+7
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez11-216/+390
2000-10-05Added further state keeping so I can distinguish the first message fromRichard Sharpe1-40/+176
2000-10-03Assignments for SHA2 and AES encryption and data integrity schemes, fromGuy Harris3-12/+22
2000-10-03Updates to allow CR and LF to be used (incorrectly) as terminators and toRichard Sharpe1-67/+103
2000-10-02Don't trust data in packet.Gilbert Ramirez1-1/+6
2000-10-02A6 and DNAME resource record support, and RFC 2673 bitstring labelGuy Harris3-3/+130
2000-10-02Add some clean up to the bxxp dissector and really handle all packets onRichard Sharpe1-126/+296
2000-09-30- HAVE_PLUGINS is defined in plugins.h so it must be included here.Olivier Abad1-1/+2
2000-09-30Don't put any "\r" and/or "\n" at the end of an RTSP request or replyGuy Harris1-4/+5
2000-09-30If a line consists *solely* of an LF, set "*eol" to point to the LF.Guy Harris1-1/+6
2000-09-30Don't put any "\r" and/or "\n" at the end of an HTTP request or replyGuy Harris1-3/+4
2000-09-29When displaying Telnet data, split it into lines (perhaps not ideal ifGuy Harris1-8/+29
2000-09-29Dynamically grow the buffer used by "format_text()", rather than cuttingGuy Harris1-24/+37
2000-09-29Make it clearer what it means for the glib and gtk DLLs to be in yourGuy Harris1-5/+6
2000-09-28Add string representation for WTAP_ENCAP_PPP_WITH_PHDRGilbert Ramirez1-1/+5
2000-09-28Simple code movement.Gilbert Ramirez4-6/+6
2000-09-28Simple code movement to epan.Gilbert Ramirez4-6/+6
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez13-126/+188
2000-09-27Move packet.[ch] to epanGilbert Ramirez4-8/+8
2000-09-27Fix for bug in lex command.Gilbert Ramirez1-2/+2
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez30-94/+222
2000-09-23Windows Sniffers appear to write out ATM traces with a network type ofGuy Harris2-3/+10
2000-09-22Move #included C code from an *.h file to an *.inc file.Gilbert Ramirez3-7/+12
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez17-53/+94
2000-09-21In "dissect_tcp()", compute the payload length of a TCP segment and useGuy Harris1-5/+9
2000-09-21If I ever again have to compute the sequence number of the first byteGuy Harris1-1/+12
2000-09-20Mention support for reading pppd log files.Gilbert Ramirez2-2/+8
2000-09-20Give Tethereal a "-l" flag, as tcpdump has, to make the standard outputGuy Harris2-4/+16
2000-09-19Oh well, get rid of the debug printf's.Gilbert Ramirez1-89/+1
2000-09-19Add pppdump.obj to win32 makefile.Gilbert Ramirez1-1/+2
2000-09-19Add support for reading pppd log files in wiretap.Gilbert Ramirez6-5/+735
2000-09-19Shomiti Surveyor 3.x appears to have changed the version number in theGuy Harris1-3/+9
2000-09-19Move the dlclose() of libsnmp_handle into the libsnmp_handle != NULLGilbert Ramirez1-2/+2
2000-09-17The correct way to check for an error (rather than an EOF) from a failedGuy Harris1-4/+4
2000-09-17Close the handle for the SNMP library after we're done with it - sharedGuy Harris1-7/+11
2000-09-17Close the handle for the SNMP library after we're done with it - sharedGuy Harris1-1/+2
2000-09-17libpcap unconditionally includes <net/if.h> on UNIX systems, as that is,Guy Harris3-9/+5
2000-09-16Apply the patch for ECN in the IP header fromRichard Sharpe1-9/+19
2000-09-15Code to read capture files from some version of tcpdump from some sortGuy Harris4-110/+316
2000-09-15Add a "-p" command-line option, and a checkbox in the "CaptureGuy Harris7-47/+179
2000-09-14Corrected startup // shutdown of windows sockets to allow name resolution to ...Graham Bloice2-2/+18
2000-09-14Show CWR and ECN flags in TCP. Ulrich Kiermayr <kie@thp.univie.ac.at>Gilbert Ramirez1-3/+17
2000-09-14TVBUFF_SUBSET constructor shouldn't die when cleaning up afterGilbert Ramirez1-2/+6
2000-09-14Move BSWAP32 definition from packet-null.c to pint.h. Add moreGilbert Ramirez2-9/+28