Inheritance
System.Object
tcpParser
Assembly: Tcpheader.dll
public class tcpParser : Parser
Constructors
|
Improve this Doc
View Source
Declaration
public tcpParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
Declaration
public tcpParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
TextWriter |
output |
|
TextWriter |
errorOutput |
|
Fields
|
Improve this Doc
View Source
Declaration
public static readonly ATN _ATN
Field Value
|
Improve this Doc
View Source
Declaration
public const int BYTE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type |
Description |
Antlr4.Runtime.Dfa.DFA[] |
|
|
Improve this Doc
View Source
Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type |
Description |
IVocabulary |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_acknumber = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_byte_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_checksum = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_destinationport = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_dword_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_flags = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_segmentheader = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_sequencenumber = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_sourceport = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_urgent = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_windowsize = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_word_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public static readonly string[] ruleNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type |
Description |
PredictionContextCache |
|
|
Improve this Doc
View Source
Declaration
public const int WS = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
Declaration
public override string GrammarFileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public override string[] RuleNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
Declaration
public override string SerializedAtn { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type |
Description |
IVocabulary |
|
Methods
|
Improve this Doc
View Source
Declaration
public tcpParser.AcknumberContext acknumber()
Returns
|
Improve this Doc
View Source
Declaration
public tcpParser.Byte_Context byte_()
Returns
|
Improve this Doc
View Source
Declaration
public tcpParser.ChecksumContext checksum()
Returns
|
Improve this Doc
View Source
Declaration
public tcpParser.DestinationportContext destinationport()
Returns
|
Improve this Doc
View Source
Declaration
public tcpParser.Dword_Context dword_()
Returns
|
Improve this Doc
View Source
Declaration
public tcpParser.FlagsContext flags()
Returns
|
Improve this Doc
View Source
Declaration
public tcpParser.SegmentheaderContext segmentheader()
Returns
|
Improve this Doc
View Source
Declaration
public tcpParser.SequencenumberContext sequencenumber()
Returns
|
Improve this Doc
View Source
Declaration
public tcpParser.SourceportContext sourceport()
Returns
|
Improve this Doc
View Source
Declaration
public tcpParser.UrgentContext urgent()
Returns
|
Improve this Doc
View Source
Declaration
public tcpParser.WindowsizeContext windowsize()
Returns
|
Improve this Doc
View Source
Declaration
public tcpParser.Word_Context word_()
Returns