aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-14 08:29:29 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-14 08:29:29 +0000
commit8ce8e719e0a4b95b7720841f025918c280ded13d (patch)
tree6dd08df9d5efc4d94faa451f8f0eec242166f25a /epan/dissectors/packet-tcp.h
parentc6c15e8b6b0d431b6da83512984718cd8b072b01 (diff)
rename some structures and defines from the se_tree to the emem_tree prefix
svn path=/trunk/; revision=18894
Diffstat (limited to 'epan/dissectors/packet-tcp.h')
-rw-r--r--epan/dissectors/packet-tcp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-tcp.h b/epan/dissectors/packet-tcp.h
index bbebd6cd4e..3e75b26e01 100644
--- a/epan/dissectors/packet-tcp.h
+++ b/epan/dissectors/packet-tcp.h
@@ -142,7 +142,7 @@ typedef struct _tcp_flow_t {
/* This tree is indexed by sequence number and keeps track of all
* all pdus spanning multiple segments for this flow.
*/
- se_tree_t *multisegment_pdus;
+ emem_tree_t *multisegment_pdus;
} tcp_flow_t;
@@ -178,7 +178,7 @@ struct tcp_analysis {
/* This structure contains a tree containing all the various ta's
* keyed by frame number.
*/
- se_tree_t *acked_table;
+ emem_tree_t *acked_table;
};