Try to fix ABI check.

svn path=/trunk/; revision=44107
This commit is contained in:
Jakub Zawadzki 2012-07-29 16:12:17 +00:00
parent e2cd738ca5
commit e66f10b125
3 changed files with 10 additions and 0 deletions

View File

@ -24,6 +24,9 @@
#ifndef PACKET_NBAP_H
#define PACKET_NBAP_H
#include "packet-rlc.h"
#include "packet-umts_mac.h"
/*
* Ericsson specific mapping for various dissector settings.
* Must be altered for other equipment.

View File

@ -32,6 +32,9 @@
#ifndef PACKET_NBAP_H
#define PACKET_NBAP_H
#include "packet-rlc.h"
#include "packet-umts_mac.h"
/*
* Ericsson specific mapping for various dissector settings.
* Must be altered for other equipment.

View File

@ -21,6 +21,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef PACKET_RLC_H
#define PACKET_RLC_H
/* Do not change enum order and append only to keep
backward compatibility with UDP framing format */
enum rlc_mode {
@ -118,3 +121,4 @@ typedef struct rlc_info
/*Tells other functions if this packet i ciphered or not*/
gboolean rlc_is_ciphered(packet_info * pinfo);
#endif /* PACKET_RLC_H */