~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to epan/packet_info.h

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* packet_info.h
2
2
 * Definitions for packet info structures and routines
3
3
 *
4
 
 * $Id: packet_info.h 19576 2006-10-17 14:13:49Z sahlberg $
 
4
 * $Id: packet_info.h 19859 2006-11-07 13:19:31Z sahlberg $
5
5
 *
6
6
 * Wireshark - Network traffic analyzer
7
7
 * By Gerald Combs <gerald@wireshark.org>
91
91
                                   or 
92
92
                                   DESEGMENT_ONE_MORE_SEGMENT:
93
93
                                     Desegment one more full segment 
94
 
                                     (not yet implemented)
 
94
                                     (warning! only partially implemented)
95
95
                                   DESEGMENT_UNTIL_FIN:
96
96
                                     Desgment all data for this tcp session 
97
97
                                     until the FIN segment.
175
175
  gchar   annex_a_used;
176
176
  guint16 profinet_type;        /* the type of PROFINET packet (0: not a PROFINET packet) */
177
177
  void *usb_conv_info;
 
178
  void *tcp_tree;               /* proto_tree for the tcp layer */
178
179
} packet_info;
179
180
 
180
181
#endif /* __PACKET_INFO_H__ */