mirror of
				https://github.com/40t/go-sniffer.git
				synced 2025-11-04 11:01:55 +08:00 
			
		
		
		
	fix resolveServerPacket
This commit is contained in:
		@@ -216,6 +216,9 @@ func (stm *stream) findStmtPacket (srv chan *packet, seq int) *packet {
 | 
			
		||||
func (stm *stream) resolveServerPacket(payload []byte, seq int) {
 | 
			
		||||
 | 
			
		||||
	var msg = ""
 | 
			
		||||
	if len(payload) == 0 {
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
	switch payload[0] {
 | 
			
		||||
 | 
			
		||||
		case 0xff:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user