aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
1999-11-10More small memleak fixes.Gilbert Ramirez3-4/+8
1999-11-10Fixed small memory leak in wiretap (frame_buffer wasn't being freed),Gilbert Ramirez5-17/+22
1999-11-10Added dissect_imap() prototype to get rid of compilation warningGilbert Ramirez1-1/+2
1999-11-10Added stubs for various RPC routines:Nathan Neulinger14-31/+457
1999-11-10added ypxfr program to rpcNathan Neulinger2-2/+8
1999-11-10fix ypbinb/ypbind typoNathan Neulinger1-2/+2
1999-11-10Added imap dissector, pretty much a simple translation of the popNathan Neulinger4-3/+127
1999-11-10Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris1-1/+4
1999-11-10Fix up the MX record handling.Guy Harris1-18/+21
1999-11-10Give all the fields in the VLAN header different names (fixing aGuy Harris1-4/+4
1999-11-08The equivalent, for NBNS, of Brian J. Murrell's DNS patch to putGuy Harris1-374/+417
1999-11-08Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris1-0/+4
1999-11-08Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris5-3/+214
1999-11-07Brian J. Murrell's patch to put information about the queries andGuy Harris1-194/+260
1999-11-06Add in a gross heuristic that attempts to detect files with the versionGuy Harris3-49/+161
1999-11-06Add support for capture files written by programs linked with AlexeyGuy Harris2-29/+78
1999-11-06Pop up a message box if a search for a frame fails.Guy Harris3-8/+14
1999-11-06Clean up some stuff I failed to cleanup before the initial checkin.Guy Harris1-16/+3
1999-11-06Add a "Find Frame" menu item under "Display"; it lets you use a displayGuy Harris1-0/+6
1999-11-06Add a "Find Frame" menu item under "Display"; it lets you use a displayGuy Harris9-31/+413
1999-11-06Updates to the ICQ decoder, from Kojak.Guy Harris2-234/+1439
1999-11-06Get rid of an unused #define.Guy Harris1-4/+1
1999-11-06more updates to bgp dissector.Jun-ichiro itojun Hagino4-33/+87
1999-11-05fixed processing of tci and encapsulated protoNathan Neulinger1-6/+7
1999-11-05Fix LPD dissector problem for bug reported byGilbert Ramirez1-2/+2
1999-11-05Updates to the ONC RPC and NFS code, from Uwe Girlich.Guy Harris4-117/+853
1999-11-04Note that "ethereal -v" should give the GTK+ and "libpcap" versionGuy Harris1-1/+4
1999-11-04For the "-v" flag, dump the "libpcap" version number, if we were builtGuy Harris1-5/+8
1999-11-04Expand the description of the steps to take when reporting a bug.Guy Harris1-3/+11
1999-11-04Decode the hardware and protocol types.Guy Harris1-85/+127
1999-11-04Define the hardware type, protocol type, and opcode values fields asGuy Harris1-61/+53
1999-11-04Include <netinet/in.h> before including "global.h", so that if - asGuy Harris1-5/+5
1999-11-03We *do* need <netinet/in.h> on Debian (and probably other Linuxes, andGuy Harris1-1/+5
1999-11-03Include <time.h>, so as to declare "ctime()" on systems whereGuy Harris1-1/+2
1999-11-03Don't include <netinet/in.h>; at least on AIX 4.3.2, that causesGuy Harris1-5/+1
1999-11-03Don't define IPV6_VERSION; at least on AIX 4.3.2, one user got aGuy Harris1-4/+1
1999-11-02Format the IP header length as an unsigned quantity.Guy Harris1-2/+2
1999-11-02Make the TCP header length field more closely resemble the IP headerGuy Harris1-5/+6
1999-11-02Make a bunch of the bitfields in the IP header filterable items.Guy Harris1-33/+68
1999-11-02Make a bunch of the TCP header fields filterable items.Guy Harris1-32/+81
1999-11-02little bit more fixes to bgp dissector.Jun-ichiro itojun Hagino2-20/+40
1999-11-01forgot to add this file... (separated from packet-bgp.c)Jun-ichiro itojun Hagino1-0/+111
1999-11-01tabify. fix BGP marker offsets.Jun-ichiro itojun Hagino1-32/+32
1999-11-01separate bgp declaration into separate header file.Jun-ichiro itojun Hagino1-88/+59
1999-10-31Give it an RCS ID.Guy Harris1-0/+2
1999-10-31Move the initial comment inside the first "%{", so that it shows up inGuy Harris1-3/+2
1999-10-31The answer to the question "why pass err to open_routines[i]() if err isGuy Harris1-4/+1
1999-10-31Give it an RCS ID.Guy Harris1-9/+8
1999-10-31Mention the Toshiba trace file capability in the man page.Gilbert Ramirez1-1/+1
1999-10-31Add a module to wiretap to be able to read trace files from Toshiba'sGilbert Ramirez11-32/+526