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