aboutsummaryrefslogtreecommitdiffstats
path: root/packet.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-26First pass at per frame proto data. Keep each proto block as a GSList list.Richard Sharpe1-1/+47
2000-03-23When dissecting an NFS file handle, show the raw bytes of the fileGuy Harris1-2/+2
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-5/+5
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-4/+13
2000-01-10Some initial changes for win32 support, but not all.Gilbert Ramirez1-1/+3
1999-12-29Put the frame number in the text for the top-level tree entry for theGuy Harris1-2/+3
1999-12-29Move the stuff to fill in those columns not filled in by dissectors fromGuy Harris1-1/+285
1999-12-12Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1-1/+4
1999-12-12Add the who protocol (rwho/rwhod/ruptime)Gilbert Ramirez1-1/+6
1999-12-02Christopher McAvaney's fix to "format_text()" to make it not stomp onGuy Harris1-1/+2
1999-11-27ARP requests with a hardware type of ARPHRD_ATM2225 are ATM ARPGuy Harris1-10/+9
1999-11-20Enable ether name resolution for packet summary lines of IPX packetsGilbert Ramirez1-3/+17
1999-11-17Provide a general mechanism by which dissectors can register "init"Guy Harris1-1/+28
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-9/+13
1999-11-11Add LAPD support.Gilbert Ramirez1-1/+4
1999-10-29Have the PROTOCOL field for ONC RPC just give the RPC programGuy Harris1-18/+44
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1-1/+16
1999-10-15Phil Techau's patch to add "col_append_str()".Guy Harris1-4/+28
1999-10-14Include <arpa/inet.h>, so we get a declaration of "inet_ntop()" onGuy Harris1-1/+3
1999-10-14Make it build on systems lacking "inet_pton()", "inet_ntop()", and aGuy Harris1-1/+5
1999-10-14use inet_pton() and inet_ntop(), which are RFC2553 standard functionJun-ichiro itojun Hagino1-1/+13
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-7/+13
1999-09-29Add an item to the "File/Print" dialog box to ask that the full hex dataGuy Harris1-1/+2
1999-09-18Handle the missing FT_BYTES field type.Laurent Deniel1-2/+2
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/+37
1999-09-11Added support for Lucent/Ascend packet traces. The MAX and Pipeline routerGerald Combs1-1/+4
1999-08-24Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1-2/+5
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1-2/+2
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1-3/+6
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1-1/+7
1999-08-14Have the "delta" format for time stamps show the time delta between aGuy Harris1-66/+42
1999-08-04Add a "dissect_xdlc_control()" routine, to dissect the control field ofGuy Harris1-2/+8
1999-08-02Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1-1/+4
1999-07-28Patches from Thierry Andry to support Classical IP captures from systemsGuy Harris1-1/+4
1999-07-22Added "Packet Length in bytes" as an optional column.Gilbert Ramirez1-1/+3
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1-25/+14
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+8
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-65/+100
1999-06-22Update the display if the "command-line-specified" time format isGuy Harris1-38/+56
1999-06-19Added "Capture" and "Display" menus; "Capture" has a "Start" item, whichGuy Harris1-3/+25
1999-06-12Make the string argument to "col_add_str()" a "const gchar *" - itGuy Harris1-2/+2
1999-05-11Turn "arpaddr_to_str()" into "bytes_to_str()", and make it public, so itGuy Harris1-1/+40
1999-03-31Move the bitfield-decoding routines to "packet.h", along with otherGuy Harris1-1/+81
1999-03-30Changes to the routines to help decode text-oriented protocols (FTP,Guy Harris1-38/+89
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1-1/+2
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-130/+11
1999-02-12Add a first cut at HTTP decoding.Guy Harris1-1/+133
1999-01-28Added guy's time and DHCP patch.Gilbert Ramirez1-1/+51
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez1-12/+2