Show IP version

This commit is contained in:
M66B 2016-01-25 16:41:54 +01:00
parent 0878e27560
commit b6ec289f52
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ public class LogAdapter extends CursorAdapter {
else
tvProtocol.setText(protocol < 0 ? "" : Integer.toString(protocol));
tvFlags.setText(flags);
tvFlags.setText(version + flags);
tvSPort.setText(sport < 0 ? "" : Integer.toString(sport));
tvDPort.setText(dport < 0 ? "" : Integer.toString(dport));