aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-14Change #include "wtap-int.h" to #include "wtap.h"Gilbert Ramirez1-2/+2
2000-09-14Move to version 0.8.12Gilbert Ramirez8-28/+32
2000-09-13Added to ignore Win32 detritusGraham Bloice1-0/+1
2000-09-13Updated to ignore Win32 detritusGraham Bloice5-0/+19
2000-09-13Don't put hf_text_only into the tree of filter-able protocols and fields.Gilbert Ramirez1-2/+7
2000-09-13Use another cleanup function to avoid compiler warning.Gilbert Ramirez1-3/+12
2000-09-13Throw ReportedBoundsError instead of asserting if reported_length < -1.Gilbert Ramirez3-12/+33
2000-09-13Add an item for Craig Metz's OSPF patches.Guy Harris1-0/+1
2000-09-13Changes from Craig Metz to:Guy Harris4-3/+13
2000-09-12Expand on the item about G_HAVE_GINT64.Guy Harris1-1/+2
2000-09-12Add support for NetBSD DLT_PPP_SERIAL, which has the value 50, and whichGuy Harris1-1/+55
2000-09-12NULL may be defined as something such as "(void *)0", rather than justGuy Harris1-3/+3
2000-09-12Add a col_get_writable in case there are any deeply embeddedRichard Sharpe1-1/+14
2000-09-12Oops, I left off one "-*" in the XLFD description for the font that isGuy Harris1-2/+2
2000-09-12Include <unistd.h> to declare "close()" and "unlink()".Guy Harris1-1/+5
2000-09-12Fix typos and give more detail on some changes.Guy Harris1-12/+15
2000-09-12It's "GSList", not "GSlist".Guy Harris1-2/+2
2000-09-12Also free the GSLists for per-frame data on frames we haven'tGuy Harris1-8/+6
2000-09-12Add news for upcoming 0.8.12Gilbert Ramirez1-0/+105
2000-09-12This completes the tvbuffication of packet-bxxp.c, in that all the cruft is g...Richard Sharpe1-33/+165
2000-09-11On some UNIX platforms, you need to include <sys/types.h> to getGuy Harris1-1/+6
2000-09-11Fix the problem with resetting per-frame state info problems that thereRichard Sharpe1-8/+7
2000-09-11Fix build on Win32.Gilbert Ramirez3-3/+13
2000-09-11Added #include "strutil.h"Gilbert Ramirez1-1/+2