Home
last modified time | relevance | path

Searched defs:_seq_analysis_item (Results 1 – 4 of 4) sorted by relevance

/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dsequence_analysis.h38 typedef struct _seq_analysis_item { struct
39 guint32 frame_number;
40 address src_addr;
41 guint16 port_src;
42 address dst_addr;
43 guint16 port_dst;
44 gchar *frame_label; /**< the label on top of the arrow */
45 gchar *time_str; /**< timestamp */
54 guint16 line_style; /**< the arrow line width in pixels*/
55 guint32 info_type; /**< type of info for item */
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dsequence_analysis.h38 typedef struct _seq_analysis_item { struct
39 guint32 frame_number;
40 address src_addr;
41 guint16 port_src;
42 address dst_addr;
43 guint16 port_dst;
44 gchar *frame_label; /**< the label on top of the arrow */
45 gchar *time_str; /**< timestamp */
54 guint16 line_style; /**< the arrow line width in pixels*/
55 guint32 info_type; /**< type of info for item */
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/frameworks/av/media/libstagefright/
H A DMetaData.cpp40 MetaData::~MetaData() {
41 clear();
44 void MetaData::clear() {
48 bool MetaData::remove(uint32_t key) {
51 if (i < 0) {
52 return false;
53 }
57 return true;
60 bool MetaData::setCString(uint32_t key, const char *value) {
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dsequence_analysis.h38 typedef struct _seq_analysis_item { struct
39 guint32 frame_number;
40 address src_addr;
41 guint16 port_src;
42 address dst_addr;
43 guint16 port_dst;
44 gchar *frame_label; /**< the label on top of the arrow */
45 gchar *time_str; /**< timestamp */
54 guint16 line_style; /**< the arrow line width in pixels*/
55 guint32 info_type; /**< type of info for item */
[all …]