diff options
author | Michael Mann <mmann78@netscape.net> | 2017-11-11 17:16:13 -0500 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2017-11-13 05:21:36 +0000 |
commit | 800b26edbe34e135cc9be1d4395db2c13ae1213f (patch) | |
tree | fae0a8da631334bde17966a4e7a6a5c0f4491f71 /debian | |
parent | 7c40580584eac67a23633e58810028dddc58781c (diff) | |
download | wireshark-800b26edbe34e135cc9be1d4395db2c13ae1213f.tar.gz wireshark-800b26edbe34e135cc9be1d4395db2c13ae1213f.tar.bz2 wireshark-800b26edbe34e135cc9be1d4395db2c13ae1213f.zip |
Remove circuit API
Replace with conversation API that limits the "endpoint" to a single
uint32 value.
The intention is to eventually have "layered" endpoints, because circuit_id
was used in cases where src/dest port have already been populated (and
are used for layers above). Those src/dest ports should just be treated
as just another endpoint, but we currently only have support for one.
Change-Id: Ic6aa7ef0241275aa4dfde9459194369b48c72960
Reviewed-on: https://code.wireshark.org/review/24369
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/libwireshark0.symbols | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols index 7a641ee7bc..1d08341ea3 100644 --- a/debian/libwireshark0.symbols +++ b/debian/libwireshark0.symbols @@ -96,9 +96,6 @@ libwireshark.so.0 libwireshark0 #MINVER# capture_dissector_get_count@Base 2.1.0 capture_dissector_increment_count@Base 2.1.0 chunk_type_values@Base 2.1.0 - circuit_add_proto_data@Base 1.9.1 - circuit_get_proto_data@Base 1.9.1 - circuit_new@Base 1.9.1 col_add_fstr@Base 1.9.1 col_add_lstr@Base 1.12.0~rc1 col_add_str@Base 1.9.1 @@ -151,9 +148,12 @@ libwireshark.so.0 libwireshark0 #MINVER# column_dump_column_formats@Base 1.12.0~rc1 conv_filter_list@Base 2.0.0 conversation_add_proto_data@Base 1.9.1 + conversation_create_endpoint@Base 2.5.0 + conversation_create_endpoint_by_id@Base 2.5.0 conversation_delete_proto_data@Base 1.9.1 conversation_filter_from_packet@Base 2.2.8 conversation_get_dissector@Base 2.0.0 + conversation_get_endpoint_by_id@Base 2.5.0 conversation_get_html_hash@Base 2.5.0 conversation_get_proto_data@Base 1.9.1 conversation_hash_exact@Base 2.5.0 @@ -162,7 +162,7 @@ libwireshark.so.0 libwireshark0 #MINVER# conversation_key_port1@Base 2.5.0 conversation_key_port2@Base 2.5.0 conversation_new@Base 1.9.1 - conversation_new_simple@Base 2.5.0 + conversation_new_by_id@Base 2.5.0 conversation_pt_to_endpoint_type@Base 2.5.0 conversation_set_dissector@Base 1.9.1 conversation_set_dissector_from_frame_number@Base 2.0.0 @@ -600,9 +600,8 @@ libwireshark.so.0 libwireshark0 #MINVER# filter_expression_new@Base 1.9.1 find_and_mark_frame_depended_upon@Base 1.12.0~rc1 find_capture_dissector@Base 2.3.0 - find_circuit@Base 1.9.1 find_conversation@Base 1.9.1 - find_conversation_simple@Base 2.5.0 + find_conversation_by_id@Base 2.5.0 find_conversation_pinfo@Base 2.5.0 find_conversation_filter@Base 2.0.0 find_depend_dissector_list@Base 2.1.0 |