| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -7/+7 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -5/+5 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -5/+5 |
* | The source operand of "SET_ADDRESS()" has to be static, as a pointer to | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Give the "null" link-layer header dissector a dissector table, and put | Guy Harris | 2000-11-17 | 1 | -2/+4 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -2/+2 |
* | Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to check | Guy Harris | 2000-11-13 | 1 | -2/+2 |
* | Tvbuffify the AppleTalk dissectors. | Guy Harris | 2000-11-13 | 1 | -186/+213 |
* | Don't have separate versions of "ddp_hops()" and "ddp_len()" on | Guy Harris | 2000-11-11 | 1 | -11/+11 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+7 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -17/+17 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -29/+29 |
* | Give the IPX dissector dissector hash tables for the IPX type and socket | Guy Harris | 2000-05-30 | 1 | -2/+1 |
* | Give the Appletalk DDP dissector a dissector hash table, and have the | Guy Harris | 2000-05-28 | 1 | -28/+13 |
* | EIGRP over Appletalk and EIGRP over IPX support, from Paul Ionescu. | Guy Harris | 2000-05-22 | 1 | -1/+7 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -34/+34 |
* | Register a "ppp.protocol" dissector table for PPP, and have dissectors | Guy Harris | 2000-04-16 | 1 | -1/+3 |
* | Change the sub-dissector handoff registration routines so that the | Gilbert Ramirez | 2000-04-13 | 1 | -1/+8 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -2/+2 |
* | cleaned up nbp and added rtmp dissector | Nathan Neulinger | 1999-12-09 | 1 | -12/+143 |
* | cleanup/renaming of fields for nbp dissector | Nathan Neulinger | 1999-12-09 | 1 | -13/+17 |
* | Get rid of an unused variable. | Guy Harris | 1999-12-09 | 1 | -2/+1 |
* | extended nbp dissector, is stable, but i believe it's not completely correct yet | Nathan Neulinger | 1999-12-09 | 1 | -2/+107 |
* | started nbp dissector | Nathan Neulinger | 1999-12-08 | 1 | -4/+75 |
* | fix stupid atalk typo and remove other proto names stuff | Nathan Neulinger | 1999-12-08 | 1 | -12/+13 |
* | added a couple of ddp protocol names based on looking at packets in genbroad.... | Nathan Neulinger | 1999-12-08 | 1 | -2/+32 |
* | Remove #include "globals.h" from packet-atalk.c (not needed) and from | Gilbert Ramirez | 1999-12-06 | 1 | -2/+1 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -2/+8 |
* | Include <netinet/in.h> before including "global.h", so that if - as | Guy Harris | 1999-11-04 | 1 | -5/+5 |
* | We *do* need <netinet/in.h> on Debian (and probably other Linuxes, and | Guy Harris | 1999-11-03 | 1 | -1/+5 |
* | Don't include <netinet/in.h>; at least on AIX 4.3.2, that causes | Guy Harris | 1999-11-03 | 1 | -5/+1 |
* | Give DDP packets their own ETT_ type, rather than using ETT_IP. | Guy Harris | 1999-10-29 | 1 | -2/+3 |
* | Get rid of an "extern" before the definition of "atalk_addr_to_str()". | Guy Harris | 1999-10-22 | 1 | -4/+4 |
* | Add support for Appletalk DDP addresses to the code that handles the | Guy Harris | 1999-10-22 | 1 | -16/+46 |
* | New proto_tree header_field_info stuff. Header_field_infos now contain | Gilbert Ramirez | 1999-10-12 | 1 | -11/+30 |
* | - add display filters | Laurent Deniel | 1999-10-07 | 1 | -19/+55 |
* | Give it an RCS ID. | Guy Harris | 1999-09-23 | 1 | -0/+2 |
* | Some old CPP or tools that take C code in input do | Laurent Deniel | 1999-09-12 | 1 | -4/+4 |
* | Give "globals.h" an RCS ID and copyright/GPL notice. | Guy Harris | 1999-09-10 | 1 | -0/+1 |
* | Declare the "packet_info" structure "pi" in "packet.h", rather than in a | Guy Harris | 1999-08-18 | 1 | -2/+0 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -1/+15 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -13/+12 |
* | Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the new | Gilbert Ramirez | 1999-03-28 | 1 | -2/+0 |
* | Removed all references to gtk objects from packet*.[ch] files. They now | Gilbert Ramirez | 1999-03-23 | 1 | -25/+21 |
* | I removed the bit-fields that depended upon gcc's ability to use any type | Gilbert Ramirez | 1999-02-08 | 1 | -5/+11 |
* | * Added column formatting functionality. | Gerald Combs | 1998-11-17 | 1 | -7/+8 |
* | A lengthy patch to add the wiretap library. Wiretap is not used by default | Gilbert Ramirez | 1998-11-12 | 1 | -1/+0 |
* | Add a "val_to_str()" routine that calls "match_strval()" and, if | Guy Harris | 1998-10-20 | 1 | -13/+2 |
* | * Copied in the correct GNU license (I'm such a goober) | Gerald Combs | 1998-10-16 | 1 | -0/+122 |