aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
Commit message (Expand)AuthorAgeFilesLines
* Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1999-09-171-1/+12
* Peter Torvals' Internet Cache Protocol dissector.Guy Harris1999-09-141-1/+4
* Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris1999-09-121-1/+3
* Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1999-09-121-1/+4
* Added support for PPP Multilink Protocol (MP). Modified dissect_ppp_stuffGerald Combs1999-09-111-1/+4
* Give "globals.h" an RCS ID and copyright/GPL notice.Guy Harris1999-09-101-12/+1
* Add in a bunch of changes based on the IBM specification for the NetBIOSGuy Harris1999-09-031-1/+2
* Dissect the name type flag in NBIPX name service packets (at leastGuy Harris1999-09-031-1/+2
* Have the IPX code set "pi.len" and "pi.captured_len" based on the lengthGuy Harris1999-09-021-4/+4
* 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