| Commit message (Expand) | Author | Age | Files | Lines |
* | Use "tvb_memcpy()", not "tvb_get_ptr()" followed by "memcpy()". | Guy Harris | 2002-04-02 | 1 | -6/+3 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -5/+4 |
* | Convert some "col_add_str()" calls to "col_set_str()". | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -5/+5 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -2/+5 |
* | Fix the rest of the signed/unsigned comparison warnings. | Gilbert Ramirez | 2001-10-26 | 1 | -3/+3 |
* | Use "proto_tree_add_item()", not "proto_tree_add_string()" with a | Guy Harris | 2001-07-16 | 1 | -11/+6 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -28/+28 |
* | Get rid of END_OF_FRAME references in tvbuffified dissectors. | Guy Harris | 2001-04-23 | 1 | -3/+4 |
* | FT_UINTn and FT_INTn fields must always have a base selected for them; | Guy Harris | 2001-04-19 | 1 | -2/+2 |
* | Make tvb_get_ptr() return 'const guint8*', and clean up all the | Gilbert Ramirez | 2001-03-13 | 1 | -2/+2 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -6/+2 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Make the Zebra dissector, and a routine it uses, static, as they're not | Guy Harris | 2001-01-03 | 1 | -3/+3 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Some tvbuffified dissectors weren't setting "pinfo->current_proto", so | Guy Harris | 2000-12-02 | 1 | -1/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Use "memset()" to zero byte arrays, and "memcpy" to copy into them. | Guy Harris | 2000-08-20 | 1 | -9/+7 |
* | - remove ^M | Laurent Deniel | 2000-08-18 | 1 | -655/+657 |
* | Add Zebra dissector from Jochen. | Gilbert Ramirez | 2000-08-18 | 1 | -0/+655 |