-
Notifications
You must be signed in to change notification settings - Fork 3
/
yatewiresniff.h
33 lines (29 loc) · 997 Bytes
/
yatewiresniff.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/**
* yatewiresniff.h
* This file is part of the YATE Project http://YATE.null.ro
*
* Definition of the tags related to wiresniff module.
*
* Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2018 Null Team
*
* This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing
* information for this specific distribution.
*
* This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
#ifndef __WIRESNIFF_H
#define __WIRESNIFF_H
#define YSNIFF_RESULT 1
#define YSNIFF_THREAD_ADDR 2
#define YSNIFF_THREAD_NAME 3
#define YSNIFF_DATA 4
#define YSNIFF_BROADCAST 5
#define YSNIFF_FINAL_TAG 0
#endif /*__WIRESNIFF_H*/