mirror of https://github.com/M66B/NetGuard.git
Show IP version
This commit is contained in:
parent
0878e27560
commit
b6ec289f52
|
@ -134,7 +134,7 @@ public class LogAdapter extends CursorAdapter {
|
||||||
else
|
else
|
||||||
tvProtocol.setText(protocol < 0 ? "" : Integer.toString(protocol));
|
tvProtocol.setText(protocol < 0 ? "" : Integer.toString(protocol));
|
||||||
|
|
||||||
tvFlags.setText(flags);
|
tvFlags.setText(version + flags);
|
||||||
|
|
||||||
tvSPort.setText(sport < 0 ? "" : Integer.toString(sport));
|
tvSPort.setText(sport < 0 ? "" : Integer.toString(sport));
|
||||||
tvDPort.setText(dport < 0 ? "" : Integer.toString(dport));
|
tvDPort.setText(dport < 0 ? "" : Integer.toString(dport));
|
||||||
|
|
Loading…
Reference in New Issue