| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved from using dissect_data to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -2/+5 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -30/+30 |
* | More signed-vs-unsigned changes from Joerg Mayer. | Guy Harris | 2001-04-27 | 1 | -2/+2 |
* | Get rid of END_OF_FRAME references in tvbuffified dissectors. | Guy Harris | 2001-04-23 | 1 | -2/+3 |
* | Move appletalk- and sna-related address routines out of the dissectors | Gilbert Ramirez | 2001-03-22 | 1 | -19/+2 |
* | Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSD | Guy Harris | 2001-03-15 | 1 | -1/+2 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -24/+17 |
* | 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 |