aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
AgeCommit message (Expand)AuthorFilesLines
1999-07-01Fixed a small problem that would have prevented Ethereal from compiling.Richard Sharpe1-2/+2
1999-06-22Update the display if the "command-line-specified" time format isGuy Harris1-1/+2
1999-06-19Use "gtk_toggle_button_set_state()" rather thanGuy Harris1-1/+3
1999-06-14Changed the Access Control and Frame Control fields in the Token-Ring headerGilbert Ramirez1-1/+3
1999-06-12Make the string argument to "col_add_str()" a "const gchar *" - itGuy Harris1-2/+2
1999-06-11Added RSVP protocol dissector.Gilbert Ramirez1-1/+23
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-1/+19
1999-05-13Fixed some serious bugs in the NCP hash routines. I also simplifiedGilbert Ramirez1-1/+3
1999-05-12Added Didier Jorand's dissect_snmp routine. This is only compiled inGilbert Ramirez1-1/+3
1999-05-11Turn "arpaddr_to_str()" into "bytes_to_str()", and make it public, so itGuy Harris1-1/+2
1999-05-10Decode SMB requests inside NetBIOS Datagram Service packets.Guy Harris1-2/+2
1999-05-10Fixed the number of parameters for the other super-IPX protocols so thatGilbert Ramirez1-2/+2
1999-05-10Decode the "flags2" field in the SMB header.Guy Harris1-1/+2
1999-05-10This small change lets me read SMBtrans packets that come over NBIPX.Gilbert Ramirez1-4/+4
1999-05-10Mode decoded SMBs ... Now decode part of a TCONX request,Richard Sharpe1-2/+4
1999-05-09Added initial support for SMB plus most of negprot decode ..Richard Sharpe1-1/+11
1999-04-30Add support for the NetBIOS Session Service.Guy Harris1-6/+10
1999-04-06Add NNTP support.Guy Harris1-1/+3
1999-04-05FTP, POP, and Telnet support from Richard Sharpe.Guy Harris1-2/+16
1999-03-31Move the bitfield-decoding routines to "packet.h", along with otherGuy Harris1-1/+7
1999-03-30Changes to the routines to help decode text-oriented protocols (FTP,Guy Harris1-3/+6
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1-3/+22
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-338/+106
1999-03-22Well, that was dumb. I didn't have to add a "capture_data()" routine; IGuy Harris1-2/+1
1999-03-22Have "sap_capture_func()" return "capture_data" rather thanGuy Harris1-1/+2
1999-02-15Added Richard Sharpe's TFTP support.Guy Harris1-1/+6
1999-02-12Add a first cut at HTTP decoding.Guy Harris1-2/+8
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1-1/+32
1999-02-08I removed the bit-fields that depended upon gcc's ability to use any typeGilbert Ramirez1-22/+7
1999-01-28Added guy's time and DHCP patch.Gilbert Ramirez1-1/+6
1999-01-05Decode the various flag fields in resource records in NBNS replies.Guy Harris1-1/+3
1999-01-05Neither "ether_to_str()" nor "ip_to_str()" modify the data pointed to byGuy Harris1-3/+3
1999-01-04Decode the word containing the opcode, flags, reply code, etc. in DNSGuy Harris1-1/+3
1999-01-02Added the iptrace (AIX's packet-capture tool) file format to wiretap.Gilbert Ramirez1-1/+4
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-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 treeGuy Harris1-1/+2
1998-11-20Added NetBIOS Datagram (over UDP) support.Gilbert Ramirez1-2/+5
1998-11-18* Added patches from Laurent and GuyGerald Combs1-1/+3
1998-11-17* Added column formatting functionality.Gerald Combs1-7/+23
1998-11-03 Add a routine to convert Ethernet packet types to strings.Guy Harris1-14/+3
1998-10-28 Add the "Maximize security" type of service for IP, from RFCGuy Harris1-6/+7
1998-10-20 Add a "val_to_str()" routine that calls "match_strval()" and, ifGuy Harris1-1/+2
1998-10-16Add declarations of "dissect_aarp()' and "dissect_ddp()".Guy Harris1-1/+3
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-2/+3
1998-10-15Show queries as a summary line (as was the case before my DNS checkins)Guy Harris1-3/+5
1998-10-14Tag NetBIOS Name Service-over-UDP packets as "NBNS (UDP)".Guy Harris1-1/+5
1998-10-14I've started to figure out the difference between NetBIOS over IPX forGilbert Ramirez1-1/+2
1998-10-14I rename the single dissect() function in packet-nbipx.c, and had packet-ipx.cGilbert Ramirez1-2/+2
1998-10-14Added preliminary support for NetBIOS Name Services over IPX and UDP. NoteGilbert Ramirez1-1/+6