| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Generalize the "ip_src" and "ip_dst" members of the "packet_info" | Guy Harris | 1999-10-22 | 1 | -11/+4 |
* | BGP decoding. more attributes and NLRIs needs to be added. | Jun-ichiro itojun Hagino | 1999-10-15 | 1 | -2/+6 |
* | Nathan Neulinger's NTP dissector. | Guy Harris | 1999-10-14 | 1 | -1/+5 |
* | Nathan Neulinger's dissector for the Yahoo messenger and pager | Guy Harris | 1999-10-14 | 1 | -1/+7 |
* | New proto_tree header_field_info stuff. Header_field_infos now contain | Gilbert Ramirez | 1999-10-12 | 1 | -6/+11 |
* | Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are a | Guy Harris | 1999-09-17 | 1 | -2/+3 |
* | PPP options in LCP, IPCP, etc. are like IP and TCP options - one octet | Guy Harris | 1999-08-28 | 1 | -23/+35 |
* | Fix up the call to "reassemble_tcp()" to use "pi.len" and | Guy Harris | 1999-08-18 | 1 | -6/+6 |
* | Declare the "packet_info" structure "pi" in "packet.h", rather than in a | Guy Harris | 1999-08-18 | 1 | -12/+8 |