| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a return type mismatch for get_CDR_wchar and a parameter type mismatch | Gerald Combs | 2002-05-16 | 1 | -3/+3 |
* | Have "is_tpkt()" take a minimum-payload-length argument and check | Guy Harris | 2002-05-13 | 1 | -2/+2 |
* | Remove the unused "offset_saved" variable, as per the changes to | Guy Harris | 2002-05-06 | 2 | -2/+0 |
* | Fix the declaration of pointers to "tcp_dissect_pdus()". | Guy Harris | 2002-05-05 | 1 | -2/+2 |
* | Put the pointer to "tcp_dissect_pdus()" in the function pointer table | Guy Harris | 2002-05-05 | 4 | -12/+13 |
* | Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment, | Guy Harris | 2002-05-05 | 7 | -457/+286 |
* | Update the dissectors (by hand) to match the changes to | Guy Harris | 2002-05-04 | 2 | -32/+40 |
* | Get rid of unused arguments. | Guy Harris | 2002-05-01 | 2 | -101/+101 |
* | Make more use of "val_to_str()" and "decode_boolean_bitfield()". | Guy Harris | 2002-05-01 | 1 | -133/+85 |
* | Use the bitfield decoding routines for bitfields. | Guy Harris | 2002-05-01 | 2 | -100/+91 |
* | Add desegmentation support. | Guy Harris | 2002-05-01 | 2 | -153/+290 |
* | Mark the "plugin_address_table_t *" argument to "plugin_init()" as | Guy Harris | 2002-04-30 | 1 | -15/+13 |
* | Mark the "plugin_address_table_t *" argument to "plugin_init()" as | Guy Harris | 2002-04-30 | 1 | -2/+6 |
* | Make "dissect_data()" static - it's only called through handles. | Guy Harris | 2002-04-04 | 1 | -5/+1 |
* | Fix the declaration of "addr_call_dissector" to match the function | Guy Harris | 2002-02-27 | 1 | -2/+2 |
* | From Joerg Mayer: | Guy Harris | 2002-02-27 | 4 | -8/+8 |
* | "is_tpkt()" is always used to check a TCP segment to see if it might | Guy Harris | 2002-02-23 | 1 | -2/+2 |
* | Handle TPKT packets split across segment boundaries, and multiple TPKT | Guy Harris | 2002-02-22 | 4 | -5/+29 |
* | Export "conversation_set_dissector()" in the plugin API table. | Guy Harris | 2002-02-20 | 4 | -15/+29 |
* | Fix up the declaration of "addr_tvb_new_real_data" to match | Guy Harris | 2002-02-19 | 1 | -2/+2 |
* | Routines added to the plugin table, and include-once #ifndef/#define | Guy Harris | 2002-02-02 | 4 | -5/+39 |
* | Updated GIOP plugins, from Frank Singleton. | Guy Harris | 2002-01-30 | 2 | -349/+286 |
* | Support for capturing on, and reading captures from, OpenBSD firewall | Guy Harris | 2002-01-29 | 4 | -4/+9 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 9 | -21/+21 |
* | Fix some problems in protocol preferences blurbs. | Guy Harris | 2002-01-20 | 1 | -1/+2 |
* | Long NCP traces can easily have many packets whose "uniqueness" | Gilbert Ramirez | 2002-01-05 | 4 | -4/+9 |
* | From Bernd Becker: don't clear COL_INFO until the GIOP subdissecrors are | Guy Harris | 2001-12-19 | 2 | -2/+2 |
* | Now that the GIOP dissector sets "pinfo->current_proto" before calling | Guy Harris | 2001-12-17 | 2 | -4/+0 |
* | From Motonori Shindo: | Guy Harris | 2001-12-12 | 4 | -9/+9 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -8/+8 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 4 | -23/+23 |
* | Remove the no-longer-extant "conv_dissector_add()" from the list of | Guy Harris | 2001-12-03 | 4 | -9/+11 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 6 | -32/+37 |
* | This should be the final bit of removing the dissect_data symbol | Ed Warnicke | 2001-11-26 | 3 | -8/+3 |
* | Finish removing the pointer to the no-longer-extant global "packet_info" | Guy Harris | 2001-11-24 | 2 | -5/+2 |
* | Remove the pointer to the global packet_info from the table of | Gilbert Ramirez | 2001-11-21 | 2 | -5/+2 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 4 | -8/+8 |
* | Include "conversation.h", as the plugin API now includes the routines to | Guy Harris | 2001-11-04 | 1 | -1/+2 |
* | Additional routines made available to plugins, from Tomas Kukosa. | Guy Harris | 2001-11-04 | 4 | -13/+51 |
* | In "plugin_api_defs.h", just do | Guy Harris | 2001-11-04 | 2 | -161/+145 |
* | Fix some declarations to match the signatures of "tvb_find_guint8()" and | Guy Harris | 2001-11-01 | 2 | -6/+6 |
* | Sigh. Well, if you make the function declarations external, that means | Guy Harris | 2001-10-31 | 6 | -3/+205 |
* | Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as the | Guy Harris | 2001-10-29 | 3 | -27/+3 |
* | Enable building of the coseventcomm plugin on Win32. | Gilbert Ramirez | 2001-10-17 | 4 | -18/+106 |
* | Make the resolution for time values be nanoseconds rather than | Guy Harris | 2001-09-14 | 1 | -4/+4 |
* | From Thomas Wittwer: add "prefs_register_string_preference()" to the | Guy Harris | 2001-09-04 | 3 | -3/+8 |
* | Add a "proto_item_append_text()" routine, which is like | Guy Harris | 2001-08-29 | 3 | -3/+7 |
* | Get rid of "proto_tree_add_notext()" - if you create a subtree using it, | Guy Harris | 2001-08-28 | 3 | -13/+3 |
* | Add a bunch of routines used by GIOP plugins to the plugin address | Guy Harris | 2001-07-22 | 3 | -6/+41 |
* | Update .cvsignore. | Guy Harris | 2001-07-21 | 1 | -0/+3 |