blob: f700ca0e4eaaf700b30efc74d16bc806ed16c64c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/**********************************************************************
*
* packet-rsvp.h
*
* (C) Ashok Narayanan <ashokn@cisco.com>
*
* $Id: packet-rsvp.h,v 1.8 2000/02/15 21:03:03 gram Exp $
*
* For license details, see the COPYING file with this distribution
*
**********************************************************************/
void dissect_rsvp(const u_char *, int, frame_data *, proto_tree *);
|