aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
AgeCommit message (Expand)AuthorFilesLines
1999-05-09Added initial support for SMB plus most of negprot decode ..sharpe1-1/+11
1999-04-30Add support for the NetBIOS Session Service.guy1-6/+10
1999-04-06Add NNTP support.guy1-1/+3
1999-04-05FTP, POP, and Telnet support from Richard Sharpe.guy1-2/+16
1999-03-31Move the bitfield-decoding routines to "packet.h", along with otherguy1-1/+7
1999-03-30Changes to the routines to help decode text-oriented protocols (FTP,guy1-3/+6
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newgram1-3/+22
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-338/+106
1999-03-22Well, that was dumb. I didn't have to add a "capture_data()" routine; Iguy1-2/+1
1999-03-22Have "sap_capture_func()" return "capture_data" rather thanguy1-1/+2
1999-02-15Added Richard Sharpe's TFTP support.guy1-1/+6
1999-02-12Add a first cut at HTTP decoding.guy1-2/+8
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyguy1-1/+32
1999-02-08I removed the bit-fields that depended upon gcc's ability to use any typegram1-22/+7
1999-01-28Added guy's time and DHCP patch.gram1-1/+6
1999-01-05Decode the various flag fields in resource records in NBNS replies.guy1-1/+3
1999-01-05Neither "ether_to_str()" nor "ip_to_str()" modify the data pointed to byguy1-3/+3
1999-01-04Decode the word containing the opcode, flags, reply code, etc. in DNSguy1-1/+3
1999-01-02Added the iptrace (AIX's packet-capture tool) file format to wiretap.gram1-1/+4
1998-12-29* Added Joerg Mayer's Vines patchgerald1-11/+28
1998-12-19Added "Cisco Discovery Protocol" Hookshannes1-2/+4
1998-12-04When dissecting DNS or NBNS queries or replies, add the item to the treeguy1-1/+2
1998-11-20Added NetBIOS Datagram (over UDP) support.gram1-2/+5
1998-11-18* Added patches from Laurent and Guygerald1-1/+3
1998-11-17* Added column formatting functionality.gerald1-7/+23
1998-11-03 Add a routine to convert Ethernet packet types to strings.guy1-14/+3
1998-10-28 Add the "Maximize security" type of service for IP, from RFCguy1-6/+7
1998-10-20 Add a "val_to_str()" routine that calls "match_strval()" and, ifguy1-1/+2
1998-10-16Add declarations of "dissect_aarp()' and "dissect_ddp()".guy1-1/+3
1998-10-16* Copied in the correct GNU license (I'm such a goober)gerald1-2/+3
1998-10-15Show queries as a summary line (as was the case before my DNS checkins)guy1-3/+5
1998-10-14Tag NetBIOS Name Service-over-UDP packets as "NBNS (UDP)".guy1-1/+5
1998-10-14I've started to figure out the difference between NetBIOS over IPX forgram1-1/+2
1998-10-14I rename the single dissect() function in packet-nbipx.c, and had packet-ipx.cgram1-2/+2
1998-10-14Added preliminary support for NetBIOS Name Services over IPX and UDP. Notegram1-1/+6
1998-10-13Add a routine to dissect IP or TCP options (and, from a look at RFCguy1-48/+169
1998-10-12- Added match_strval function to packet.cgerald1-2/+4
1998-10-10* OSPF alignment fixes (Gerald)gerald1-22/+31
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,gerald1-46/+55
1998-09-25* Ethernet manufacturer support (Laurent)gerald1-47/+55
1998-09-24NetWare SAP added.gram1-2/+4
1998-09-23I removed the ncp code from packet-ipx.c and created packet-ncp.c. Now thatgram1-2/+10
1998-09-21IPX over IP (rfc 1234) added. Very trivial.gram1-1/+2
1998-09-17* Added Mike Hall's TCP reconstruction code.gerald1-1/+12
1998-09-17* Added Don Lafontaine's support for Banyan Vines.gerald1-2/+6
1998-09-17* Added in Laurent's OSI/ISO CNLP and COTP support.gerald1-2/+5
1998-09-16Added ID tags to the beginning of each source file.gerald1-0/+2
1998-09-16Initial revisiongerald1-0/+354