aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
Commit message (Expand)AuthorAgeFilesLines
* Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2Guy Harris1999-08-101-1/+7
* Building a GList by adding elements to the end with "g_list_append()" isGuy Harris1999-08-101-1/+3
* Add a "dissect_xdlc_control()" routine, to dissect the control field ofGuy Harris1999-08-041-1/+2
* Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1999-08-021-1/+8
* Make unsigned the members of a "packet_info" structure that store IPGuy Harris1999-07-311-7/+7
* Remove srcip and destip from packet_info since it is not safe to affectLaurent Deniel1999-07-311-3/+2
* Patches from Thierry Andry to support Classical IP captures from systemsGuy Harris1999-07-281-1/+4
* Have:Guy Harris1999-07-281-4/+6
* Revert to static sizing of columns.Guy Harris1999-07-221-3/+1
* Added "Packet Length in bytes" as an optional column.Gilbert Ramirez1999-07-221-1/+2
* Fixed packet.h for good.Gilbert Ramirez1999-07-121-33/+90
* Some more updates. Now have open_andx decoded mostly ... Still some funniesRichard Sharpe1999-07-121-83/+33
* The previous checkins were based on versions of the file prior toGuy Harris1999-07-111-33/+83
* More decoding of fields. Now handle enumerated fields, but still haveRichard Sharpe1999-07-101-83/+33
* Declare "dissect_radius()" here.Guy Harris1999-07-081-1/+2
* Added Johan's RADIUS dissector, finally. I modified it to fit in with theGilbert Ramirez1999-07-081-1/+3
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-26/+18
* Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) insideGuy Harris1999-07-071-1/+5
* Fixed a small problem that would have prevented Ethereal from compiling.Richard Sharpe1999-07-011-2/+2
* Update the display if the "command-line-specified" time format isGuy Harris1999-06-221-1/+2
* Use "gtk_toggle_button_set_state()" rather thanGuy Harris1999-06-191-1/+3
* Changed the Access Control and Frame Control fields in the Token-Ring headerGilbert Ramirez1999-06-141-1/+3
* Make the string argument to "col_add_str()" a "const gchar *" - itGuy Harris1999-06-121-2/+2
* Added RSVP protocol dissector.Gilbert Ramirez1999-06-111-1/+23
* Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1999-06-111-1/+19
* Fixed some serious bugs in the NCP hash routines. I also simplifiedGilbert Ramirez1999-05-131-1/+3
* Added Didier Jorand's dissect_snmp routine. This is only compiled inGilbert Ramirez1999-05-121-1/+3
* Turn "arpaddr_to_str()" into "bytes_to_str()", and make it public, so itGuy Harris1999-05-111-1/+2
* Decode SMB requests inside NetBIOS Datagram Service packets.Guy Harris1999-05-101-2/+2
* Fixed the number of parameters for the other super-IPX protocols so thatGilbert Ramirez1999-05-101-2/+2
* Decode the "flags2" field in the SMB header.Guy Harris1999-05-101-1/+2
* This small change lets me read SMBtrans packets that come over NBIPX.Gilbert Ramirez1999-05-101-4/+4
* Mode decoded SMBs ... Now decode part of a TCONX request,Richard Sharpe1999-05-101-2/+4
* Added initial support for SMB plus most of negprot decode ..Richard Sharpe1999-05-091-1/+11
* Add support for the NetBIOS Session Service.Guy Harris1999-04-301-6/+10
* Add NNTP support.Guy Harris1999-04-061-1/+3
* FTP, POP, and Telnet support from Richard Sharpe.Guy Harris1999-04-051-2/+16
* Move the bitfield-decoding routines to "packet.h", along with otherGuy Harris1999-03-311-1/+7
* Changes to the routines to help decode text-oriented protocols (FTP,Guy Harris1999-03-301-3/+6
* Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1999-03-281-3/+22
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-338/+106
* Well, that was dumb. I didn't have to add a "capture_data()" routine; IGuy Harris1999-03-221-2/+1
* Have "sap_capture_func()" return "capture_data" rather thanGuy Harris1999-03-221-1/+2
* Added Richard Sharpe's TFTP support.Guy Harris1999-02-151-1/+6
* Add a first cut at HTTP decoding.Guy Harris1999-02-121-2/+8
* When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1999-02-091-1/+32
* I removed the bit-fields that depended upon gcc's ability to use any typeGilbert Ramirez1999-02-081-22/+7
* Added guy's time and DHCP patch.Gilbert Ramirez1999-01-281-1/+6
* Decode the various flag fields in resource records in NBNS replies.Guy Harris1999-01-051-1/+3
* Neither "ether_to_str()" nor "ip_to_str()" modify the data pointed to byGuy Harris1999-01-051-3/+3