aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2002-04-04Make "dissect_data()" static - it's only called through handles.Guy Harris1-5/+1
2002-02-27Fix the declaration of "addr_call_dissector" to match the functionGuy Harris1-2/+2
2002-02-27From Joerg Mayer:Guy Harris4-8/+8
2002-02-23"is_tpkt()" is always used to check a TCP segment to see if it mightGuy Harris1-2/+2
2002-02-22Handle TPKT packets split across segment boundaries, and multiple TPKTGuy Harris4-5/+29
2002-02-20Export "conversation_set_dissector()" in the plugin API table.Guy Harris4-15/+29
2002-02-19Fix up the declaration of "addr_tvb_new_real_data" to matchGuy Harris1-2/+2
2002-02-02Routines added to the plugin table, and include-once #ifndef/#defineGuy Harris4-5/+39
2002-01-30Updated GIOP plugins, from Frank Singleton.Guy Harris2-349/+286
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris4-4/+9
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris9-21/+21
2002-01-20Fix some problems in protocol preferences blurbs.Guy Harris1-1/+2
2002-01-05Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez4-4/+9
2001-12-19From Bernd Becker: don't clear COL_INFO until the GIOP subdissecrors areGuy Harris2-2/+2
2001-12-17Now that the GIOP dissector sets "pinfo->current_proto" before callingGuy Harris2-4/+0
2001-12-12From Motonori Shindo:Guy Harris4-9/+9
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-8/+8
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris4-23/+23
2001-12-03Remove the no-longer-extant "conv_dissector_add()" from the list ofGuy Harris4-9/+11
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris6-32/+37
2001-11-26This should be the final bit of removing the dissect_data symbolEd Warnicke3-8/+3
2001-11-24Finish removing the pointer to the no-longer-extant global "packet_info"Guy Harris2-5/+2
2001-11-21Remove the pointer to the global packet_info from the table ofGilbert Ramirez2-5/+2
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez4-8/+8
2001-11-04Include "conversation.h", as the plugin API now includes the routines toGuy Harris1-1/+2
2001-11-04Additional routines made available to plugins, from Tomas Kukosa.Guy Harris4-13/+51
2001-11-04In "plugin_api_defs.h", just doGuy Harris2-161/+145
2001-11-01Fix some declarations to match the signatures of "tvb_find_guint8()" andGuy Harris2-6/+6
2001-10-31Sigh. Well, if you make the function declarations external, that meansGuy Harris6-3/+205
2001-10-29Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theGuy Harris3-27/+3
2001-10-17Enable building of the coseventcomm plugin on Win32.Gilbert Ramirez4-18/+106
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-4/+4
2001-09-04From Thomas Wittwer: add "prefs_register_string_preference()" to theGuy Harris3-3/+8
2001-08-29Add a "proto_item_append_text()" routine, which is likeGuy Harris3-3/+7
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris3-13/+3
2001-07-22Add a bunch of routines used by GIOP plugins to the plugin addressGuy Harris3-6/+41
2001-07-21Update .cvsignore.Guy Harris1-0/+3
2001-07-20CosEventComm dissector, from Frank Singleton.Guy Harris4-4/+867
2001-07-20Get rid of zero-length arrays.Guy Harris1-0/+4
2001-07-20Added .cvsignoreEd Warnicke1-0/+19
2001-07-19GIOP CosNaming support, from Frank Singleton.Guy Harris12-4/+2359
2001-07-10Add some additional items to .cvsignore files, for new files built whenGuy Harris2-0/+2
2001-07-10Fixed the make dist problem.Ed Warnicke2-4/+4
2001-07-09C sources are in $(srcdir) and not the current directoryUwe Girlich2-4/+4
2001-07-08Fixed the {tethereal,ethereal}_static targets so that theEd Warnicke5-21/+53
2001-07-08Some additional cleanup.Ed Warnicke2-2/+5
2001-07-05Fixed problem with handling empty parameters.Ed Warnicke2-5/+3
2001-07-04Some minor changes to allow the mgcp plugin to be compiledEd Warnicke1-8/+8
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris2-43/+43
2001-04-25Get rid of support for non-tvbuffified plugin dissectors.Guy Harris3-12/+3