| Commit message (Expand) | Author | Age | Files | Lines |
* | Increment versions to 0.9.4, get NEWS current to April 25 (more NEWS to | Gerald Combs | 2002-05-18 | 1 | -2/+2 |
* | Get rid of an assigned-to-but-not-used variable, and eliminate another | Guy Harris | 2002-05-15 | 1 | -8/+2 |
* | Fix a compiler warning. | Guy Harris | 2002-05-14 | 1 | -2/+2 |
* | From Ruud Linders: report errors from "g_module_open()". | Guy Harris | 2002-05-14 | 1 | -3/+9 |
* | Make the "-G" flag take an argument. If no arugment is specified, or if | Guy Harris | 2002-05-14 | 2 | -8/+33 |
* | Add a "tvb_ensure_bytes_exist()", which is like "tvb_bytes_exist()" only | Guy Harris | 2002-05-13 | 2 | -8/+70 |
* | Mark an unused argument as such. | Guy Harris | 2002-05-10 | 1 | -4/+4 |
* | Register FT_UINT_BYTES with correct structure. | Gilbert Ramirez | 2002-05-10 | 1 | -2/+2 |
* | Merge the work in Novell_NCP_branch into the mainline code. | Gilbert Ramirez | 2002-05-09 | 11 | -64/+159 |
* | Added parsing of PORTMAP GETPORT functions. | Ronnie Sahlberg | 2002-05-09 | 1 | -2/+2 |
* | From Joerg Mayer: | Guy Harris | 2002-05-08 | 1 | -0/+1 |
* | Have "tvb_ensure_length_remaining()" directly call | Guy Harris | 2002-05-05 | 1 | -11/+8 |
* | Make "tvb_ensure_length_remaining()" return a "guint" - it can't return | Guy Harris | 2002-05-05 | 2 | -4/+5 |
* | Put the pointer to "tcp_dissect_pdus()" in the function pointer table | Guy Harris | 2002-05-05 | 1 | -2/+3 |
* | Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment, | Guy Harris | 2002-05-05 | 2 | -20/+28 |
* | Move the code to build the balanced tree of fields into "proto_init()", | Guy Harris | 2002-04-29 | 5 | -127/+90 |
* | Note in a comment that the display filter code has its own mechanism for | Guy Harris | 2002-04-28 | 1 | -2/+5 |
* | Use "format_text()" when setting the display representation of string | Guy Harris | 2002-04-28 | 1 | -2/+4 |
* | Add routines to create anonymous handles for new-style dissectors (ones | Guy Harris | 2002-04-28 | 2 | -2/+18 |
* | Use "gfloat" and "gdouble", rather than "float" and "double", as the | Guy Harris | 2002-04-24 | 2 | -20/+18 |
* | Use Ashok's IEEE-float-to-long code as the basis for | Guy Harris | 2002-04-24 | 1 | -29/+170 |
* | Add "stamp-h1", for automake 1.6.1, as per Joerg Mayer's suggestion. | Guy Harris | 2002-04-24 | 1 | -0/+1 |
* | Clean up white space. | Guy Harris | 2002-04-20 | 1 | -35/+39 |
* | proto_registrar_get_nth(hfinfo->id) == hfinfo, so use the latter rather | Guy Harris | 2002-04-19 | 1 | -2/+2 |
* | From Phil Williams: support for looking up fields by name. | Guy Harris | 2002-04-18 | 2 | -14/+39 |
* | Catch attempts to register ett_ values after the array of "tree is | Guy Harris | 2002-04-18 | 1 | -1/+11 |
* | Add (untested) routines to fetch IEEE single-precision and | Guy Harris | 2002-04-12 | 2 | -2/+130 |
* | Add "-" (hyphen) to the pattern for field-name/non-quoted string. | Gilbert Ramirez | 2002-04-11 | 1 | -2/+2 |
* | Make some variables and functions static. | Gilbert Ramirez | 2002-04-08 | 3 | -27/+23 |
* | Before putting an item into a protocol tree, make sure the item above | Guy Harris | 2002-04-04 | 1 | -17/+32 |
* | Start assigning ett_ values at 0, rather than 1; get rid of the reserved | Guy Harris | 2002-04-01 | 2 | -24/+6 |
* | Bump the version to 0.9.3. Update NEWS to be current to | Gerald Combs | 2002-03-29 | 1 | -2/+2 |
* | Initialize the fields of "edt->pi" in order - and initialize some fields | Guy Harris | 2002-03-28 | 1 | -15/+15 |
* | Allow "proto_item_append_text()" to an item that doesn't have a | Guy Harris | 2002-03-19 | 1 | -5/+9 |
* | tvb_get_nstringz() needs to terminate a string with a NUL if the | Gilbert Ramirez | 2002-03-06 | 3 | -28/+86 |
* | Bump the version to 0.9.2. Update NEWS to include everything from February. | Gerald Combs | 2002-03-03 | 1 | -2/+2 |
* | From Heikki Vatiainen: make "get_host_ipaddr()" require dotted-quad IP | Guy Harris | 2002-03-03 | 1 | -1/+10 |
* | From Joerg Mayer: get rid of "-Wno-unused" flag in some configure | Guy Harris | 2002-03-02 | 10 | -29/+34 |
* | Remove unused variables, structure definitions, and functions. | Gilbert Ramirez | 2002-02-27 | 2 | -65/+23 |
* | From Joerg Mayer: | Guy Harris | 2002-02-27 | 4 | -7/+30 |
* | From Joerg Mayer: remove unused variables and declarations of | Guy Harris | 2002-02-27 | 2 | -5/+2 |
* | Fix "create_dissector_handle()" to properly create a handle for an | Guy Harris | 2002-02-27 | 1 | -2/+3 |
* | Allow dissectors to be registered as "old-style" or "new-style" | Guy Harris | 2002-02-26 | 2 | -17/+90 |
* | Note that we could save some overhead if we require the name argument to | Guy Harris | 2002-02-25 | 1 | -1/+6 |
* | Get rid of "init_all_protocols()"; instead, have a routine | Guy Harris | 2002-02-24 | 2 | -7/+18 |
* | From John Mackenzie: put missing initializations of table entries in | Guy Harris | 2002-02-23 | 1 | -4/+20 |
* | Handle TPKT packets split across segment boundaries, and multiple TPKT | Guy Harris | 2002-02-22 | 1 | -1/+5 |
* | Export "conversation_set_dissector()" in the plugin API table. | Guy Harris | 2002-02-20 | 1 | -3/+6 |
* | Have "alloc_field_info()" take a pointer to the field length as an | Guy Harris | 2002-02-18 | 1 | -33/+56 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 8 | -45/+100 |