aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-jxta.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-21 18:42:54 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-21 18:42:54 +0000
commitfeb7601668d66312178f94804e3196928bbc7c56 (patch)
tree6128399a761b25fcc9c92ecfeabc8d64c6332bb3 /epan/dissectors/packet-jxta.h
parentd80a4e7995a4e61acf921b1fccb259e215dfc0e6 (diff)
From Mike Duigou:
A patch to the JXTA dissector. It's purpose is to improve the behaviour of the dissector when dissecting captures that do not include the whole conversation. The dissector is now more capable of isolating a conversation without seeing the beginning of the conversation. It's still not always able to pick up all conversations (suggestions, patches and hints welcome). improved some of the doxygen docs and comments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15500 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-jxta.h')
-rw-r--r--epan/dissectors/packet-jxta.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/epan/dissectors/packet-jxta.h b/epan/dissectors/packet-jxta.h
index 0f4cecd036..0af4610914 100644
--- a/epan/dissectors/packet-jxta.h
+++ b/epan/dissectors/packet-jxta.h
@@ -38,10 +38,9 @@
/**
* Stream Conversation data
**/
-typedef struct jxta_tap_header{
+typedef struct jxta_tap_header {
address src_address;
address dest_address;
guint32 size;
-}jxta_tap_header;
+} jxta_tap_header;
#endif
-