aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
Commit message (Expand)AuthorAgeFilesLines
* PPP options in LCP, IPCP, etc. are like IP and TCP options - one octetGuy Harris1999-08-281-2/+7
* Add in the Async Map option.Guy Harris1999-08-251-1/+2
* Put in support for dissecting LCP and IPCP options.Guy Harris1999-08-251-1/+9
* Dump the values of the "flags" and "ttl" fields of the CDP header.Guy Harris1999-08-251-1/+2
* Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1999-08-241-2/+9
* Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1999-08-201-4/+14
* Re-arranged Ethereal's definitions of DLT_RAW et al. since capture.cGilbert Ramirez1999-08-181-17/+1
* Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1999-08-181-11/+15
* Add ICMP to the set of packet types counted in the window shown while aGuy Harris1999-08-141-1/+2
* Have the "delta" format for time stamps show the time delta between aGuy Harris1999-08-141-2/+1
* 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