aboutsummaryrefslogtreecommitdiffstats
path: root/epan/libwireshark.def
blob: 0fd22c734280a9047bdf4fe4bdf940e21ccc7091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
; libwireshark.def
; $Id$

; Add symbols that should be exported out of libwireshark.dll,
; e.g. when used inside the GUI.
;
; DATA symbols must be declared WS_VAR_IMPORT in the header file!
;
; NOTE: TABS DON'T WORK IN THIS FILE, USE SPACES INSTEAD!!!
;
EXPORTS
abs_time_secs_to_str
abs_time_to_str
add_new_data_source
address_to_str
address_to_str_buf
AdmissionRejectReason_vals      DATA
airpdcap_ctx                    DATA
AirPDcapDestroyContext
AirPDcapInitContext
ansi_a_bsmap_strings     DATA
ansi_a_dtap_strings     DATA
ansi_a_ios401_bsmap_strings     DATA
ansi_a_ios401_dtap_strings      DATA
ansi_a_ios501_bsmap_strings     DATA
ansi_a_ios501_dtap_strings      DATA
ansi_map_opr_code_strings       DATA
asn1_ctx_init
BandRejectReason_vals           DATA
ber_decode_as
ber_decode_as_foreach
ber_set_filename
build_column_format_array
build_follow_filter
byte_array_dup
byte_array_equal
bytes_to_str
bytes_to_str_punct
bytestring_to_str
call_dissector
camel_opr_code_strings          DATA
camelSRTtype_naming             DATA
capture_ap1394
capture_arcnet
capture_atm
capture_chdlc
capture_clip
capture_enc
capture_eth
capture_fddi
capture_fr
capture_ieee80211
capture_ipfc
capture_llap
capture_null
capture_ppi
capture_ppp_hdlc
capture_prism
capture_radiotap
capture_raw
capture_sll
capture_tr
capture_wlancap
check_col
circuit_add_proto_data
circuit_get_proto_data
circuit_new
cleanup_dissection
codec_init
codec_decode
codec_release
col_add_fstr
col_add_str
col_append_fstr
col_append_sep_fstr
col_append_sep_str
col_append_str
col_clear
col_format_desc
col_format_to_string
col_get_writable
col_prepend_fence_fstr
col_prepend_fstr
col_set_cls_time
col_set_fence
col_set_str
col_set_time
col_set_writable
col_setup
CommandCode_vals	DATA
conversation_add_proto_data
conversation_delete_proto_data
conversation_get_proto_data
conversation_new
conversation_set_dissector
convert_string_case
convert_string_to_hex
copy_prefs
crc16_ccitt_tvb
create_dissector_handle
create_persconffile_dir
create_persconffile_profile
data_out_file                   DATA
dcerpc_add_conv_to_bind_table
dcerpc_get_proto_hf_opnum
dcerpc_get_proto_name
dcerpc_get_proto_sub_dissector
dcerpc_get_transport_salt
dcerpc_hooks_init_protos        DATA
dcerpc_init_uuid
dcerpc_uuids                    DATA
dcom_hresult_vals				DATA
dcom_interface_find
dcom_interface_new
dcom_variant_type_vals			DATA
decode_bitfield_value
decode_boolean_bitfield
decode_enumerated_bitfield_shifted
decode_enumerated_bitfield
decode_numeric_bitfield
delete_persconffile_profile
deletefile
dfilter_apply_edt
dfilter_compile
dfilter_dump
dfilter_error_msg               DATA
dfilter_free
dfilter_macro_build_ftv_cache
dfilter_macro_foreach
dfilter_macro_get_uat
DisengageReason_vals            DATA
DisengageRejectReason_vals      DATA
display_epoch_time
display_signed_time
dissect_ber_bitstring
dissect_ber_boolean
dissect_ber_choice
dissect_ber_GeneralizedTime
dissect_ber_identifier
dissect_ber_integer
dissect_ber_integer64
dissect_ber_length
dissect_ber_null
dissect_ber_object_identifier
dissect_ber_object_identifier_str
dissect_ber_octet_string
dissect_ber_old_choice
dissect_ber_old_sequence_of
dissect_ber_old_sequence
dissect_ber_restricted_string
dissect_ber_sequence_of
dissect_ber_sequence
dissect_ber_set_of
dissect_ber_tagged_type
dissect_dcerpc_uint16
dissect_dcerpc_uint32
dissect_dcerpc_uint64
dissect_dcerpc_uint8
dissect_dcerpc_uuid_t
dissect_dcom_BSTR
dissect_dcom_dcerpc_pointer
dissect_dcom_dcerpc_array_size
dissect_dcom_HRESULT_item
dissect_dcom_HRESULT
dissect_dcom_indexed_HRESULT
dissect_dcom_indexed_LPWSTR
dissect_dcom_indexed_DWORD
dissect_dcom_LPWSTR
dissect_dcom_MInterfacePointer
dissect_dcom_PMInterfacePointer
dissect_dcom_SAFEARRAY
dissect_dcom_simple_rqst
dissect_dcom_simple_resp
dissect_dcom_that
dissect_dcom_this
dissect_dcom_VARIANT
dissect_dcom_VARTYPE
dissect_h245_H223Capability
dissect_IDispatch_GetIDsOfNames_resp
dissect_IDispatch_GetTypeInfo_resp
dissect_IDispatch_GetTypeInfo_rqst
dissect_IDispatch_GetTypeInfoCount_resp
dissect_IDispatch_GetIDsOfNames_rqst
dissect_IDispatch_Invoke_rqst
dissect_IDispatch_Invoke_resp
dissect_ndr_double
dissect_ndr_duint32
dissect_ndr_uint16
dissect_ndr_uint32
dissect_ndr_uint8
dissect_ndr_uuid_t
dissect_nt_64bit_time
dissect_per_bit_string
dissect_per_bit_string_containing_pdu
dissect_per_bit_string_containing_pdu_new
dissect_per_BMPString
dissect_per_boolean
dissect_per_choice
dissect_per_constrained_sequence_of
dissect_per_constrained_set_of
dissect_per_constrained_integer
dissect_per_enumerated
dissect_per_external_type
dissect_per_GeneralString
dissect_per_IA5String
dissect_per_integer
dissect_per_null
dissect_per_NumericString
dissect_per_object_identifier_str
dissect_per_object_identifier
dissect_per_octet_string
dissect_per_octet_string_containing_pdu
dissect_per_octet_string_containing_pdu_new
dissect_per_open_type
dissect_per_open_type_pdu
dissect_per_open_type_pdu_new
dissect_per_PrintableString
dissect_per_real
dissect_per_restricted_character_string
dissect_per_sequence_of
dissect_per_sequence
dissect_per_set_of
dissect_per_VisibleString
dissect_q932_PartyNumber              
dissect_q932_PartySubaddress        
dissect_q932_PresentedNumberUnscreened
dissect_q932_PresentedNumberScreened  
dissect_qsig_na_Name
dissect_rpc_array
dissect_rpc_bool
dissect_rpc_bytes
dissect_rpc_data
dissect_rpc_indir_call
dissect_rpc_indir_reply
dissect_rpc_list
dissect_rpc_opaque_data
dissect_rpc_string
dissect_rpc_uint32
dissect_rpc_uint64
dissect_tpkt_encap
dissect_unknown_ber
dissect_xdlc_control
dissector_add
dissector_add_handle
dissector_add_string
dissector_all_tables_foreach_changed
dissector_all_tables_foreach_table
dissector_change
dissector_change_string
dissector_delete
dissector_delete_string
dissector_dump_decodes
dissector_filter_list           DATA
dissector_get_port_handle
dissector_get_string_handle
dissector_handle_get_protocol_index
dissector_handle_get_short_name
dissector_reset
dissector_reset_string
dissector_table_foreach_handle
dissector_try_heuristic
dissector_try_port
dissector_try_string
draw_tap_listeners
dscp_vals						DATA
dtbl_entry_get_handle
dtbl_entry_get_initial_handle
EBCDIC_to_ASCII
EBCDIC_to_ASCII1
eap_code_vals                 DATA
eap_type_vals                 DATA
emem_tree_insert32
emem_tree_insert32_array
emem_tree_insert_string
emem_tree_lookup32
emem_tree_lookup32_array
emem_tree_lookup32_le
emem_tree_lookup_string
empty_tcp_stream           DATA
ep_alloc
ep_alloc0
ep_free_all
ep_init_chunk
ep_memdup
ep_stack_new
ep_stack_pop
ep_stack_push
ep_strdup
ep_strdup_printf
ep_strdup_vprintf
ep_strndup
ep_strsplit
ep_tvb_memdup
epan_base64_decode
epan_cleanup
epan_dissect_fill_in_columns
epan_dissect_free
epan_dissect_new
epan_dissect_prime_dfilter
epan_dissect_run
epan_get_version
epan_init
epan_strcasestr
eth_stdio_fopen
ether_to_str
ex_opt_add
ex_opt_count
ex_opt_get_next
ex_opt_get_nth
except_alloc
except_deinit
except_free
except_init
except_pop
except_rethrow
except_set_allocator
except_setup_try
except_take_data
except_throw
except_throwd
except_throwf
except_unhandled_catcher
expert_add_info_format
expert_get_highest_severity
expert_group_vals               DATA
expert_severity_vals            DATA
FacilityReason_vals             DATA
fc_fc4_val                      DATA
fetch_tapped_data
file_exists
file_open_error_message
file_write_error_message
files_identical
filesystem_opt
find_circuit
find_codec
find_conversation
find_dissector
find_dissector_table
find_protocol_by_id
find_stream_circ
find_tap_id
find_val_for_string
flags_set_truth                 DATA
follow_stats
format_text
format_uri
fragment_add
fragment_add_check
fragment_add_multiple_ok
fragment_add_seq
fragment_add_seq_check
fragment_add_seq_next
fragment_delete
fragment_end_seq_next
fragment_get
fragment_get_reassembled_id
fragment_get_tot_len
fragment_set_partial_reassembly
fragment_set_tot_len
fragment_table_init
free_prefs
ftype_can_contains
ftype_can_eq
ftype_can_ge
ftype_can_gt
ftype_can_le
ftype_can_lt
ftype_can_matches
ftype_can_ne
ftype_can_slice
ftype_pretty_name
funnel_get_funnel_ops
funnel_register_all_menus
funnel_register_menu
funnel_set_funnel_ops
fvalue_from_unparsed
fvalue_get
fvalue_get_floating
fvalue_get_integer64
fvalue_get_sinteger
fvalue_get_uinteger
fvalue_t_free_list              DATA
fvalue_to_string_repr
g_resolv_flags                  DATA
GatekeeperRejectReason_vals     DATA
gcamel_StatSRT                  DATA
get_addr_name
get_asn1_ctx
get_basename
get_ber_identifier
get_ber_length
get_CDR_any
get_CDR_boolean
get_CDR_char
get_CDR_double
get_CDR_encap_info
get_CDR_enum
get_CDR_fixed
get_CDR_float
get_CDR_interface
get_CDR_long
get_CDR_long_long
get_CDR_object
get_CDR_octet
get_CDR_octet_seq
get_CDR_short
get_CDR_string
get_CDR_typeCode
get_CDR_ulong
get_CDR_ulong_long
get_CDR_ushort
get_CDR_wchar
get_CDR_wstring
get_column_char_width
get_column_format
get_column_format_from_str
get_column_format_matches
get_column_longest_string
get_column_title
get_column_width_string
get_credential_info
get_cur_groupname
get_cur_username
get_datafile_dir
get_datafile_path
get_dirname
get_dissector_table_selector_type
get_dissector_table_ui_name
get_dissector_table_base
get_ether_name
get_host_ipaddr
get_host_ipaddr6
get_hostname
get_hostname6
get_key_string
get_manuf_name_if_known
get_persconffile_path
get_persdatafile_dir
get_plugin_dir
get_plugins_pers_dir
get_profile_name
get_profiles_dir
get_progfile_dir
get_rose_ctx
get_systemfile_dir
get_tcp_port
get_tempfile_path
get_udp_port
getenv_utf8
golay_decode
golay_encode
golay_errors
gsm_a_bssmap_msg_strings        DATA
gsm_a_dtap_msg_cc_strings       DATA
gsm_a_dtap_msg_gmm_strings      DATA
gsm_a_dtap_msg_mm_strings       DATA
gsm_a_dtap_msg_rr_strings       DATA
gsm_a_dtap_msg_sm_strings       DATA
gsm_a_dtap_msg_sms_strings      DATA
gsm_a_dtap_msg_ss_strings       DATA
gsm_a_pd_str                    DATA
gsm_map_opr_code_strings        DATA
gtcap_StatSRT                   DATA
guid_to_str
guids_add_guid
guids_get_guid_name
guids_init
guids_resolve_guid_to_str
h225_RasMessage_vals                 DATA
h225_ReleaseCompleteReason_vals      DATA
h245_set_h223_add_lc_handle
h245_set_h223_set_mc_handle
have_tap_listeners
heur_dissector_add
hex_str_to_bytes
hf_frame_arrival_time           DATA
hf_frame_capture_len            DATA
hf_frame_number                 DATA
hf_frame_packet_len             DATA
hf_text_only                    DATA
host_ip_af
host_name_lookup_process
http_dissector_add
ieee80211_chan_to_mhz
ieee80211_mhz_to_chan
ieee80211_mhz_to_str
ieee802a_add_oui
incomplete_tcp_stream           DATA
InfoRequestNakReason_vals       DATA
init_dissection
init_progfile_dir
ip6_to_str
ip_to_str
ipprotostr
ipv4_get_net_order_addr
is_big_endian
is_tpkt
isup_message_type_value_acro    DATA
isup_message_type_value         DATA
list_stat_cmd_args
llc_add_oui
LocationRejectReason_vals       DATA
make_printable_string
match_strrval
match_strrval_idx
match_strval
match_strval_idx
md5_append
md5_finish
md5_hmac
md5_init
mkstemp
mtp3_addr_to_str_buf
mtp3_service_indicator_code_short_vals DATA
new_create_dissector_handle
new_register_dissector
npf_sys_is_running
nstime_cmp
nstime_delta
nstime_is_unset
nstime_is_zero
nstime_set_unset
nstime_set_zero
nstime_sum
nstime_to_msec
nstime_to_sec
nt_cmd_vals                     DATA
num_tap_filters                 DATA
num_tree_types                  DATA
offset_from_real_beginning
oid_add
oid_add_from_encoded
oid_add_from_string
oid_both
oid_both_from_encoded
oid_both_from_string
oid_encoded2string
oid_encoded2subid
oid_get
oid_get_default_mib_path
oid_get_from_encoded
oid_get_from_string
oid_has_dissector
oid_resolved
oid_resolved_from_encoded
oid_resolved_from_string
oid_string2encoded
oid_string2subid
oid_subid2encoded
oid_subid2string
other_decode_bitfield_value
p_add_proto_data
p_get_proto_data
parse_key_string
pe_tree_create
plugin_list                     DATA
postseq_cleanup_all_protocols
prefs                           DATA
prefs_apply
prefs_apply_all
prefs_find_module
prefs_get_title_by_name
prefs_is_registered_protocol
prefs_module_has_submodules
prefs_modules_foreach
prefs_modules_foreach_submodules
prefs_pref_foreach
prefs_register_bool_preference
prefs_register_enum_preference
prefs_register_modules
prefs_register_obsolete_preference
prefs_register_protocol
prefs_register_range_preference
prefs_register_static_text_preference
prefs_register_string_preference
prefs_register_uat_preference
prefs_register_uint_preference
prefs_reset
prefs_set_pref
process_reassembled_data
process_stat_cmd_arg
profile_exists
proto_all_finfos
proto_can_match_selected
proto_can_toggle_protocol
proto_construct_match_selected_string
proto_data                      DATA
proto_enable_all
proto_find_field_from_offset
proto_find_finfo
proto_frame                     DATA
proto_get_finfo_ptr_array
proto_get_first_protocol_field
proto_get_first_protocol 
proto_get_id
proto_get_id_by_filter_name
proto_get_next_protocol
proto_get_next_protocol_field
proto_get_protocol_filter_name
proto_get_protocol_name
proto_get_protocol_short_name
proto_is_protocol_enabled
proto_item_add_subtree
proto_item_append_text
proto_item_fill_label
proto_item_get_len
proto_item_get_parent_nth
proto_item_get_parent
proto_item_get_subtree
proto_item_set_end
proto_item_set_expert_flags
proto_item_set_len
proto_item_set_text
proto_malformed
proto_register_field_array
proto_register_protocol
proto_register_subtree_array
proto_registrar_dump_protocols
proto_registrar_dump_values
proto_registrar_dump_fields
proto_registrar_get_ftype
proto_registrar_get_byname
proto_registrar_get_nth
proto_registrar_get_parent
proto_registrar_get_abbrev
proto_registrar_is_protocol
proto_registrar_n
proto_set_cant_toggle
proto_set_decoding
proto_tree_add_bitmask
proto_tree_add_boolean_format
proto_tree_add_boolean_hidden
proto_tree_add_boolean_format_value
proto_tree_add_boolean
proto_tree_add_bytes_hidden
proto_tree_add_bytes_format
proto_tree_add_bytes_format_value
proto_tree_add_bytes
proto_tree_add_debug_text
proto_tree_add_double
proto_tree_add_double_format
proto_tree_add_double_format_value
proto_tree_add_double_hidden
proto_tree_add_ether_format
proto_tree_add_ether
proto_tree_add_ether_hidden
proto_tree_add_ether_format_value
proto_tree_add_float_format
proto_tree_add_float_format_value
proto_tree_add_float_hidden
proto_tree_add_float
proto_tree_add_guid
proto_tree_add_guid_hidden
proto_tree_add_guid_format_value
proto_tree_add_guid_format
proto_tree_add_int
proto_tree_add_int64_format_value
proto_tree_add_int64
proto_tree_add_int64_format
proto_tree_add_int_format
proto_tree_add_int_format_value
proto_tree_add_int_hidden
proto_tree_add_ipv4
proto_tree_add_ipv4_hidden
proto_tree_add_ipv4_format
proto_tree_add_ipv4_format_value
proto_tree_add_ipv6
proto_tree_add_ipv6_format_value
proto_tree_add_ipv6_hidden
proto_tree_add_ipv6_format
proto_tree_add_ipxnet
proto_tree_add_ipxnet_format
proto_tree_add_ipxnet_hidden
proto_tree_add_ipxnet_format_value
proto_tree_add_item
proto_tree_add_item_hidden
proto_tree_add_none_format
proto_tree_add_protocol_format
proto_tree_add_string_format
proto_tree_add_string_format_value
proto_tree_add_string_hidden
proto_tree_add_string
proto_tree_add_text
proto_tree_add_time
proto_tree_add_time_hidden
proto_tree_add_time_format
proto_tree_add_time_format_value
proto_tree_add_uint
proto_tree_add_uint64
proto_tree_add_uint64_format
proto_tree_add_uint64_format_value
proto_tree_add_uint_format_value
proto_tree_add_uint_format
proto_tree_add_uint_hidden
proto_tree_children_foreach
proto_tree_get_parent
proto_tree_get_root
proto_tree_move_item
protocols_module                DATA
q850_cause_code_vals           DATA		
q931_cause_code_vals           DATA
q931_message_type_vals         DATA
range_convert_range
range_convert_str
range_copy
range_empty
range_foreach
ranges_are_equal
read_prefs
read_prefs_file
reassembled_table_init
register_all_plugin_tap_listeners
register_all_protocols
register_all_protocol_handoffs
register_all_protocol_handoffs
register_all_wiretap_modules
register_ber_oid_syntax
register_ber_syntax_dissector
register_codec
register_count
register_dissector
register_dissector_filter
register_dissector_table
register_final_registration_routine
register_giop_user
register_giop_user_module
register_heur_dissector_list
register_init_routine
register_postdissector
register_postseq_cleanup_routine
register_stat_cmd_arg
register_tap
register_tap_listener
RegistrationRejectReason_vals   DATA
rel_time_to_secs_str
rel_time_to_str
relinquish_special_privs_perm
remove_tap_listener
rename_persconffile_profile
report_failure
report_open_failure
report_read_failure
reset_tap_listeners
reset_tcp_reassembly
rose_ctx_clean_data
rose_ctx_init
rpc_init_proc_table
rpc_init_prog
rpc_proc_name
rpc_procs                       DATA
rpc_prog_hf
rpc_prog_name
rpc_progs                       DATA
rpc_roundup
rtcp_add_address
rtp_add_address
rtp_free_hash_dyn_payload
rtp_payload_type_short_vals    DATA
rtp_payload_type_vals           DATA
running_in_build_directory
running_with_special_privs
rval_to_str
sccp_message_type_acro_values		DATA
scsi_mmc_vals					DATA
scsi_osd_vals					DATA
scsi_sbc_vals					DATA
scsi_smc_vals					DATA
scsi_ssc_vals					DATA
se_alloc
se_alloc0
se_init_chunk
se_memdup
se_strdup
se_strdup_printf
se_strdup_vprintf
se_strndup
se_tree_create
se_tree_create_non_persistent
set_actual_length
set_profile_name
show_fragment_seq_tree
show_fragment_tree
sid_name_snooping               DATA
sid_name_table                  DATA
smb2_cmd_vals                    DATA
smb_cmd_vals                    DATA
sminmpec_values                 DATA
ssl_dissector_add
ssl_dissector_delete
ssl_set_master_secret
start_requested_stats
started_with_special_privs
stats_tree_branch_max_namelen
stats_tree_branch_to_str
stats_tree_create_node
stats_tree_create_node_by_pname
stats_tree_create_pivot_by_pname
stats_tree_create_pivot
stats_tree_create_range_node
stats_tree_free
stats_tree_get_abbr
stats_tree_get_cfg_by_abbr
stats_tree_get_strs_from_node
stats_tree_manip_node
stats_tree_new
stats_tree_node_to_str
stats_tree_packet
stats_tree_parent_id_by_name
stats_tree_presentation
stats_tree_range_node_with_pname
stats_tree_register
stats_tree_reinit
stats_tree_reset
stats_tree_tick_pivot
stats_tree_tick_range
stream_add_frag
stream_find_frag
stream_new_circ
stream_process_reassembled
string_to_name_resolve
sua_co_class_type_acro_values	DATA
swaptab
t30_facsimile_control_field_vals_short  DATA
t30_facsimile_control_field_vals        DATA
t38_T30_data_vals                   DATA
t38_T30_indicator_vals		DATA
T_h323_message_body_vals	DATA
tap_push_tapped_queue
tap_queue_init
tap_queue_packet
tcp_dissect_pdus
test_for_directory
test_for_fifo
tfs_accept_reject               DATA
tfs_ack_nack                    DATA
tfs_active_inactive             DATA
tfs_allow_block                 DATA
tfs_capable_not_capable         DATA
tfs_command_response            DATA
tfs_enabled_disabled            DATA
tfs_found_not_found             DATA
tfs_more_nomore                 DATA
tfs_odd_even                    DATA
tfs_ok_error                    DATA
tfs_on_off                      DATA
tfs_present_absent              DATA
tfs_restricted_allowed          DATA
tfs_set_notset                  DATA
tfs_success_fail                DATA
tfs_supported_not_supported     DATA
tfs_true_false                  DATA
tfs_yes_no                      DATA
time_msecs_to_str
time_secs_to_str
timestamp_get_precision
timestamp_get_type
timestamp_set_precision
timestamp_set_type
trans2_cmd_vals                 DATA
tree_is_expanded                DATA
tvb_bytes_exist
tvb_bytes_to_str
tvb_bytes_to_str_punct
tvb_ensure_bytes_exist
tvb_ensure_length_remaining
tvb_fake_unicode
tvb_find_guint8
tvb_find_line_end
tvb_find_line_end_unquoted
tvb_format_text
tvb_format_text_wsp
tvb_get_ephemeral_faked_unicode
tvb_get_ephemeral_string
tvb_get_ephemeral_stringz
tvb_get_guid
tvb_get_guint8
tvb_get_ipv4
tvb_get_ipv6
tvb_get_letoh24
tvb_get_letoh64
tvb_get_letohguid
tvb_get_letohieee_double
tvb_get_letohieee_float
tvb_get_letohl
tvb_get_letohs
tvb_get_nstringz
tvb_get_nstringz0
tvb_get_ntoh24
tvb_get_ntoh64
tvb_get_ntohguid
tvb_get_ntohieee_double
tvb_get_ntohieee_float
tvb_get_ntohl
tvb_get_ntohs
tvb_get_ptr
tvb_get_string
tvb_get_stringz
tvb_length
tvb_length_remaining
tvb_memcpy
tvb_memdup
tvb_new_real_data
tvb_new_subset
tvb_offset_exists
tvb_pbrk_guint8
tvb_reported_length
tvb_reported_length_remaining
tvb_set_child_real_data_tvbuff
tvb_set_free_cb
tvb_set_reported_length
tvb_skip_wsp
tvb_skip_wsp_return
tvb_strncaseeql
tvb_strneql
tvb_strnlen
tvb_strsize
tvb_uncompress
uat_add_record
uat_clear
uat_fld_chk_enum
uat_fld_chk_num_dec
uat_fld_chk_num_hex
uat_fld_chk_proto
uat_fld_chk_range
uat_fld_chk_str
uat_fld_chk_str_isalpha
uat_fld_chk_str_isalnum
uat_fld_chk_str_isdigit
uat_fld_chk_str_isprint
uat_fld_chk_str_isxdigit
uat_foreach_table
uat_load
uat_new
uat_reload_all
uat_remove_record_idx
uat_save
uat_swap
UnregRejectReason_vals          DATA
UnregRequestReason_vals         DATA
uri_str_to_bytes
utf_16to8
utf_8to16
val_to_str
vals_pdu_type                   DATA
vals_status                     DATA
value_is_in_range
write_prefs
ws_strsplit
wtap_nstime_to_sec
xml_escape