Use g_get_charset instead of g_get_codeset.
[metze/wireshark/wip.git] / epan / tfs.c
index 48afa7fb964abde3e43e3006eecf65dce57e5259..dd98f4f052ab7cd54779e286ac0c7f81ce9fffb6 100644 (file)
@@ -51,6 +51,7 @@ const true_false_string tfs_present_not_present = { "Present", "Not Present" };
 const true_false_string tfs_active_inactive = { "Active", "Inactive" };
 const true_false_string tfs_found_not_found = { "Found", "Not found" };
 const true_false_string tfs_command_response = { "Command", "Response" };
+const true_false_string tfs_response_command = { "Response", "Command" };
 const true_false_string tfs_capable_not_capable = { "Capable", "Not capable" };
 const true_false_string tfs_supported_not_supported = { "Supported", "Not supported" };
 const true_false_string tfs_used_notused = { "Used", "Not used" };
@@ -85,10 +86,12 @@ const true_false_string tfs_asynchronous_synchronous = { "Asynchronous", "Synchr
 const true_false_string tfs_protocol_sensative_bit_transparent = { "Protocol sensitive", "Bit transparent" };
 const true_false_string tfs_full_half = { "Full", "Half" };
 const true_false_string tfs_acknowledged_not_acknowledged = { "Acknowledged", "Not Acknowledged" };
+const true_false_string tfs_segmentation_no_segmentation = { "Segmentation", "No segmentation" };
 const true_false_string tfs_response_request = { "Response", "Request" };
 const true_false_string tfs_defined_not_defined = { "Defined", "Not defined" };
 const true_false_string tfs_constructed_primitive = { "Constructed", "Primitive" };
 const true_false_string tfs_client_server = { "Client", "Server" };
 const true_false_string tfs_server_client = { "Server", "Client" };
 const true_false_string tfs_preferred_no_preference = { "Preferred", "No preference" };
+const true_false_string tfs_encrypt_do_not_encrypt = { "Encrypt", "Do Not Encrypt" };