Commit a73ffde7 authored by nikolajev's avatar nikolajev
Browse files

GTP compilation problem fixes

parent 81aa8a82
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ class GtpDissector : public Dissector {
  virtual const EProtocolType GetUpperLayerType() const;
  //added
  virtual bool IsPacketValid() const;
  virtual bool FinishDissection();

 private:

+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@ enum EProtocolType
	EProtocolType_Udp, // 5
	EProtocolType_Tcp, // 6
	EProtocolType_Sip, // 7
	EProtocolType_Dns // 8
	EProtocolType_Dns, // 8
	EProtocolType_Gtp
};

class ProtocolInfoElement