| Commit message (Expand) | Author | Age | Files | Lines |
* | Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSI | Guy Harris | 2000-11-18 | 1 | -92/+116 |
* | Allow a plugin to specify several underlying protocols (i.e. tcp and udp). | Olivier Abad | 2000-11-05 | 1 | -2/+3 |
* | When checking whether we should build the list of flag names to put in | Guy Harris | 2000-10-22 | 1 | -2/+2 |
* | In "dissect_tcp()", compute the payload length of a TCP segment and use | Guy Harris | 2000-09-21 | 1 | -5/+9 |
* | If I ever again have to compute the sequence number of the first byte | Guy Harris | 2000-09-21 | 1 | -1/+12 |
* | Show CWR and ECN flags in TCP. Ulrich Kiermayr <kie@thp.univie.ac.at> | Gilbert Ramirez | 2000-09-14 | 1 | -3/+17 |
* | Move format_text(), get_token_len(), and fine_line_end(), into strutil.c | Gilbert Ramirez | 2000-09-11 | 1 | -1/+2 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -11/+5 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -15/+11 |
* | In TCP segments with RST and data, display the data as text, labeling it | Guy Harris | 2000-07-30 | 1 | -3/+24 |
* | Direct call to dissect_rpc() removed. This can be made much clearer with | Uwe Girlich | 2000-07-14 | 1 | -8/+2 |
* | Add an option to show/hide the TCP summary information in the protocol | Gilbert Ramirez | 2000-07-13 | 1 | -3/+20 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -14/+14 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -29/+29 |
* | Add routines to: | Guy Harris | 2000-05-05 | 1 | -18/+6 |
* | Have the IPv6 dissector use the same dissector table as the IPv4 | Guy Harris | 2000-04-20 | 1 | -2/+2 |
* | Make "decode_tcp_ports()" and "decode_udp_ports()" more closely resemble | Guy Harris | 2000-04-17 | 1 | -39/+38 |
* | Register an "ip.proto" dissector table for IPv4, and have dissectors for | Guy Harris | 2000-04-16 | 1 | -1/+8 |
* | Change dfilter_apply() to 4-argument function. 4th argument is not yet used, | Gilbert Ramirez | 2000-04-14 | 1 | -2/+2 |
* | Change the sub-dissector handoff registration routines so that the | Gilbert Ramirez | 2000-04-13 | 1 | -2/+2 |
* | Jeff Foster's SOCKS dissector, support for associating dissectors | Guy Harris | 2000-04-12 | 1 | -54/+73 |
* | Move calls to "dissector_add()" out of the register routines for TCP and | Guy Harris | 2000-04-08 | 1 | -70/+1 |
* | Jeff Foster's rlogin dissector, and changes to the TCP dissector to | Guy Harris | 2000-04-08 | 1 | -2/+8 |
* | Add a test to check if there is at least one enabled plugin before searching | Olivier Abad | 2000-04-04 | 1 | -2/+2 |
* | Make a routine that takes a dissector table, a port number, and | Guy Harris | 2000-04-04 | 1 | -15/+5 |
* | Fix a compile error introduced by the previous checkin, which also moved | Guy Harris | 2000-04-03 | 1 | -11/+12 |
* | Jeff Foster's patch to support attaching a hash table to a protocol | Guy Harris | 2000-04-03 | 1 | -81/+70 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -6/+6 |
* | In the TCP stream following code, we don't use the time stamp field in | Guy Harris | 2000-03-12 | 1 | -4/+2 |
* | Fred Reimer's patch to put the TCP segment length in the TCP packet | Guy Harris | 2000-02-28 | 1 | -5/+5 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -4/+24 |
* | Get rid of the include of "util.h" that some dissectors do - it's not | Guy Harris | 2000-01-16 | 1 | -2/+1 |
* | Merge in the final code to make Ethereal run on Win32, compiled | Gilbert Ramirez | 2000-01-15 | 1 | -4/+2 |
* | Dissect port 3128 as HTTP, as per Jamie Coe's patch and Squid and | Guy Harris | 1999-12-09 | 1 | -25/+29 |
* | plugins support (i.e. Dynamically loadable dissectors) | Olivier Abad | 1999-12-09 | 1 | -2/+22 |
* | added ldap dissector placeholder, just does request/response for now, until I... | Nathan Neulinger | 1999-12-09 | 1 | -1/+5 |
* | James Coe's patch to add SRVLOC and NCP-over-IP support. | Guy Harris | 1999-12-07 | 1 | -1/+9 |
* | added simple irc dissector | Nathan Neulinger | 1999-12-06 | 1 | -1/+5 |
* | added skeletal tacplus/xtacacs dissector | Nathan Neulinger | 1999-12-03 | 1 | -1/+5 |
* | added start of tns dissector | Nathan Neulinger | 1999-11-29 | 1 | -1/+5 |
* | Add code to colorize TCP streams. | Gerald Combs | 1999-11-28 | 1 | -2/+4 |
* | Fixed the problem causing a SIGSEGV, and fixed problems with | Richard Sharpe | 1999-11-26 | 1 | -2/+2 |
* | Added Uwe's update to RPC. | Gilbert Ramirez | 1999-11-19 | 1 | -2/+2 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -17/+29 |
* | Uwe Girlich's patches for nfs,mount,portmap and addition of nlm. | Nathan Neulinger | 1999-11-15 | 1 | -1/+10 |
* | added minimalist MAPI dissector - only determines request/reply | Nathan Neulinger | 1999-11-11 | 1 | -1/+5 |
* | Added imap dissector, pretty much a simple translation of the pop | Nathan Neulinger | 1999-11-10 | 1 | -1/+5 |
* | Make the TCP header length field more closely resemble the IP header | Guy Harris | 1999-11-02 | 1 | -5/+6 |
* | Make a bunch of the TCP header fields filterable items. | Guy Harris | 1999-11-02 | 1 | -32/+81 |