aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
AgeCommit message (Expand)AuthorFilesLines
1999-10-10Big bunch of fixes to packet-smb.c for things I need.Richard Sharpe1-1/+3
1999-10-08Christophe Tronche's BPDU dissector.Guy Harris1-1/+3
1999-10-03A bunch of fixes for SMB decode.Richard Sharpe1-1/+3
1999-09-17Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1-1/+12
1999-09-14Peter Torvals' Internet Cache Protocol dissector.Guy Harris1-1/+4
1999-09-12Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris1-1/+3
1999-09-12Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1-1/+4
1999-09-11Added support for PPP Multilink Protocol (MP). Modified dissect_ppp_stuffGerald Combs1-1/+4
1999-09-10Give "globals.h" an RCS ID and copyright/GPL notice.Guy Harris1-12/+1
1999-09-03Add in a bunch of changes based on the IBM specification for the NetBIOSGuy Harris1-1/+2
1999-09-03Dissect the name type flag in NBIPX name service packets (at leastGuy Harris1-1/+2
1999-09-02Have the IPX code set "pi.len" and "pi.captured_len" based on the lengthGuy Harris1-4/+4
1999-08-28PPP options in LCP, IPCP, etc. are like IP and TCP options - one octetGuy Harris1-2/+7
1999-08-25Add in the Async Map option.Guy Harris1-1/+2
1999-08-25Put in support for dissecting LCP and IPCP options.Guy Harris1-1/+9
1999-08-25Dump the values of the "flags" and "ttl" fields of the CDP header.Guy Harris1-1/+2
1999-08-24Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1-2/+9
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1-4/+14
1999-08-18Re-arranged Ethereal's definitions of DLT_RAW et al. since capture.cGilbert Ramirez1-17/+1
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1-11/+15
1999-08-14Add ICMP to the set of packet types counted in the window shown while aGuy Harris1-1/+2
1999-08-14Have the "delta" format for time stamps show the time delta between aGuy Harris1-2/+1
1999-08-10Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2Guy Harris1-1/+7
1999-08-10Building a GList by adding elements to the end with "g_list_append()" isGuy Harris1-1/+3
1999-08-04Add a "dissect_xdlc_control()" routine, to dissect the control field ofGuy Harris1-1/+2
1999-08-02Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1-1/+8
1999-07-31Make unsigned the members of a "packet_info" structure that store IPGuy Harris1-7/+7
1999-07-31Remove srcip and destip from packet_info since it is not safe to affectLaurent Deniel1-3/+2
1999-07-28Patches from Thierry Andry to support Classical IP captures from systemsGuy Harris1-1/+4
1999-07-28Have:Guy Harris1-4/+6
1999-07-22Revert to static sizing of columns.Guy Harris1-3/+1
1999-07-22Added "Packet Length in bytes" as an optional column.Gilbert Ramirez1-1/+2
1999-07-12Fixed packet.h for good.Gilbert Ramirez1-33/+90
1999-07-12Some more updates. Now have open_andx decoded mostly ... Still some funniesRichard Sharpe1-83/+33
1999-07-11The previous checkins were based on versions of the file prior toGuy Harris1-33/+83
1999-07-10More decoding of fields. Now handle enumerated fields, but still haveRichard Sharpe1-83/+33
1999-07-08Declare "dissect_radius()" here.Guy Harris1-1/+2
1999-07-08Added Johan's RADIUS dissector, finally. I modified it to fit in with theGilbert Ramirez1-1/+3
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-26/+18
1999-07-07Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) insideGuy Harris1-1/+5
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