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