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

« back to all changes in this revision

Viewing changes to epan/sigcomp_state_hdlr.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:
3
3
 * used for Signaling Compression (SigComp) dissection.
4
4
 * Copyright 2004, Anders Broman <anders.broman@ericsson.com>
5
5
 *
6
 
 * $Id: sigcomp_state_hdlr.h 18197 2006-05-21 05:12:17Z sahlberg $
 
6
 * $Id: sigcomp_state_hdlr.h 20041 2006-12-05 06:43:47Z etxrab $
7
7
 *
8
8
 * Wireshark - Network traffic analyzer
9
9
 * By Gerald Combs <gerald@wireshark.org>
43
43
extern void sigcomp_init_udvm(void);
44
44
 
45
45
#define STATE_BUFFER_SIZE 20
 
46
#define STATE_MIN_ACCESS_LEN 6
46
47
 
47
48
#endif 
48
49
/* SIGCOMP_STATE_HDLR_H */