aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix a return type mismatch for get_CDR_wchar and a parameter type mismatchGerald Combs2002-05-161-3/+3
* Have "is_tpkt()" take a minimum-payload-length argument and checkGuy Harris2002-05-131-2/+2
* Remove the unused "offset_saved" variable, as per the changes toGuy Harris2002-05-062-2/+0
* Fix the declaration of pointers to "tcp_dissect_pdus()".Guy Harris2002-05-051-2/+2
* Put the pointer to "tcp_dissect_pdus()" in the function pointer tableGuy Harris2002-05-054-12/+13
* Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris2002-05-057-457/+286
* Update the dissectors (by hand) to match the changes toGuy Harris2002-05-042-32/+40
* Get rid of unused arguments.Guy Harris2002-05-012-101/+101
* Make more use of "val_to_str()" and "decode_boolean_bitfield()".Guy Harris2002-05-011-133/+85
* Use the bitfield decoding routines for bitfields.Guy Harris2002-05-012-100/+91
* Add desegmentation support.Guy Harris2002-05-012-153/+290
* Mark the "plugin_address_table_t *" argument to "plugin_init()" asGuy Harris2002-04-301-15/+13
* Mark the "plugin_address_table_t *" argument to "plugin_init()" asGuy Harris2002-04-301-2/+6
* Make "dissect_data()" static - it's only called through handles.Guy Harris2002-04-041-5/+1
* Fix the declaration of "addr_call_dissector" to match the functionGuy Harris2002-02-271-2/+2
* From Joerg Mayer:Guy Harris2002-02-274-8/+8
* "is_tpkt()" is always used to check a TCP segment to see if it mightGuy Harris2002-02-231-2/+2
* Handle TPKT packets split across segment boundaries, and multiple TPKTGuy Harris2002-02-224-5/+29
* Export "conversation_set_dissector()" in the plugin API table.Guy Harris2002-02-204-15/+29
* Fix up the declaration of "addr_tvb_new_real_data" to matchGuy Harris2002-02-191-2/+2
* Routines added to the plugin table, and include-once #ifndef/#defineGuy Harris2002-02-024-5/+39
* Updated GIOP plugins, from Frank Singleton.Guy Harris2002-01-302-349/+286
* Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris2002-01-294-4/+9
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-219-21/+21
* Fix some problems in protocol preferences blurbs.Guy Harris2002-01-201-1/+2
* Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez2002-01-054-4/+9
* From Bernd Becker: don't clear COL_INFO until the GIOP subdissecrors areGuy Harris2001-12-192-2/+2
* Now that the GIOP dissector sets "pinfo->current_proto" before callingGuy Harris2001-12-172-4/+0
* From Motonori Shindo:Guy Harris2001-12-124-9/+9
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-8/+8
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-104-23/+23
* Remove the no-longer-extant "conv_dissector_add()" from the list ofGuy Harris2001-12-034-9/+11
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-036-32/+37
* This should be the final bit of removing the dissect_data symbolEd Warnicke2001-11-263-8/+3
* Finish removing the pointer to the no-longer-extant global "packet_info"Guy Harris2001-11-242-5/+2
* Remove the pointer to the global packet_info from the table ofGilbert Ramirez2001-11-212-5/+2
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-134-8/+8
* Include "conversation.h", as the plugin API now includes the routines toGuy Harris2001-11-041-1/+2
* Additional routines made available to plugins, from Tomas Kukosa.Guy Harris2001-11-044-13/+51
* In "plugin_api_defs.h", just doGuy Harris2001-11-042-161/+145
* Fix some declarations to match the signatures of "tvb_find_guint8()" andGuy Harris2001-11-012-6/+6
* Sigh. Well, if you make the function declarations external, that meansGuy Harris2001-10-316-3/+205
* Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theGuy Harris2001-10-293-27/+3
* Enable building of the coseventcomm plugin on Win32.Gilbert Ramirez2001-10-174-18/+106
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-4/+4
* From Thomas Wittwer: add "prefs_register_string_preference()" to theGuy Harris2001-09-043-3/+8
* Add a "proto_item_append_text()" routine, which is likeGuy Harris2001-08-293-3/+7
* Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris2001-08-283-13/+3
* Add a bunch of routines used by GIOP plugins to the plugin addressGuy Harris2001-07-223-6/+41
* Update .cvsignore.Guy Harris2001-07-211-0/+3