aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
1999-02-12Add a first cut at HTTP decoding.Guy Harris6-20/+380
1999-02-11Have MIN_PACKET_SIZE, rather than 1, be the minimum value in the spinGuy Harris1-3/+3
1999-02-11Make the minimum and maximum packet sizes #defines.Guy Harris4-14/+17
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyGuy Harris14-112/+439
1999-02-08I removed the bit-fields that depended upon gcc's ability to use any typeGilbert Ramirez4-37/+28
1999-02-05Copy the RIP header to a buffer, so that we don't blow up if it'sGuy Harris1-13/+15
1999-02-02No need to disable filter-related widgets for packet capture if we'reGuy Harris1-8/+1
1999-01-30Add Network Monitor and "iptrace" to the list of capture file formatsGuy Harris1-3/+4
1999-01-30Correct and expand the discussion of ATM Sniffer captures.Guy Harris1-4/+17
1999-01-29Modified code to allow compilation under IBM's C compiler for AIX.Gilbert Ramirez3-74/+5
1999-01-28Added guy's time and DHCP patch.Gilbert Ramirez6-76/+163
1999-01-27Added token-ring support to netmon.cGilbert Ramirez3-5/+11
1999-01-24Removed Development notice within the CDP tree...hannes1-2/+1
1999-01-21Added news about Guy's netmon addition.Gilbert Ramirez2-1/+12
1999-01-21I changed the wtap_open_offline() function so that it takes only theGilbert Ramirez3-74/+30
1999-01-18Added Guy's netmon.[ch] files to CVS for him. His firewall admins forgotGilbert Ramirez2-0/+240
1999-01-17Add suppport for Microsoft Network Monitor Ethernet capture files.Guy Harris6-26/+54
1999-01-17Clean up some output lines, and show the checksum value on the line forGuy Harris1-5/+6
1999-01-13* Modified Makefile.am and configure.in so that wiretap isn't built unlessGerald Combs5-44/+104
1999-01-12Fixed a bug regarding bad packets. If a sub-vector indicated a 0-length,Gilbert Ramirez1-3/+10
1999-01-10* Added Tony Abbot's fixes for libpcap include directory discovery.Gerald Combs1-6/+8
1999-01-10* Added RPM .specGerald Combs1-0/+1
1999-01-08Use g_free instead of free so that I don't have to include <stdlib.h>Gilbert Ramirez1-4/+4
1999-01-08A bad frame control value could crash ethereal because I didn't doGilbert Ramirez1-5/+15
1999-01-07Logged my change about per-packet encapsulation types.Gilbert Ramirez1-0/+5
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez10-35/+39
1999-01-06The TLV structures in a CDP packet aren't necessarily aligned on 2-byteGuy Harris1-39/+84
1999-01-05Clean up what's displayed for unknown opcodes and unknown rcodes.Guy Harris2-6/+6
1999-01-05Decode the various flag fields in resource records in NBNS replies.Guy Harris2-87/+218
1999-01-05Neither "ether_to_str()" nor "ip_to_str()" modify the data pointed to byGuy Harris2-6/+6
1999-01-05* Fixed missing curly brace.Gerald Combs1-1/+1
1999-01-05Finished the first version of CDP support.hannes1-7/+38
1999-01-04Okay. Please test the CVS code....hannes1-33/+46
1999-01-04I've dicovered, that the existing CDP code does not work with Ciscohannes2-3/+49
1999-01-04Decode the word containing the opcode, flags, reply code, etc. in DNSGuy Harris3-130/+279
1999-01-04Include "snprintf.h", as we use "snprintf()", so that we don't getGuy Harris1-1/+10
1999-01-04Include "snprintf.h", as we use "snprintf()", so that we don't getGuy Harris1-1/+10
1999-01-04* Final commit for version 0.5.1Gerald Combs9-10/+78
1999-01-03Added files to handle AIX iptrace 2.0 files in wiretap.Gilbert Ramirez2-0/+154
1999-01-03The "lnk_t" field of per-packet data, and the "pkt_encap" field in theGuy Harris1-1/+3
1999-01-02I made sure to note that wiretap only supports iptrace 2.0 files so far.Gilbert Ramirez1-6/+7
1999-01-02Added the iptrace (AIX's packet-capture tool) file format to wiretap.Gilbert Ramirez10-19/+66
1999-01-01Added #include <sys/types.h> for compilation under gtk-1.1.11Gilbert Ramirez1-1/+5
1998-12-31Be smarter about IPX port numbers and which function to call.Gilbert Ramirez1-4/+10
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs26-334/+668
1998-12-29* Installation documentation updatesGerald Combs3-255/+236
1998-12-27* Add library version information to about box, -v and -h outputGerald Combs1-5/+24
1998-12-27* Minor changes for GTK+ 1.1/1.2 supportGerald Combs1-2/+2
1998-12-27* GTK+ 1.1/1.2 compatibility changes (use gtk_scrolled_window_add_with_viewportGerald Combs1-1/+6
1998-12-22Fixed more bugs with dialogues and gtk+-1.1.x.Gilbert Ramirez4-11/+40