why protocol result is 0x8892 not PNIO-PS
in linux environment
if user/test the column protocol is 0x8892
[test@pekphispre03021 test]$ tshark -r test.pcapng -T fields -e _ws.col.Source -e _ws.col.Destination -e _ws.col.Protocol -E header=n -E separator=, -E occurrence=f
RealtekS_68:0f:eb,Broadcast,ARP
RealtekS_68:0f:eb,Broadcast,ARP
RealtekS_68:0f:eb,Broadcast,ARP
NewH3CTe_42:71:39,LLDP_Multicast,LLDP
00:f1:ca:00:c1:33,All-Stations-Address,0x0941
Raisecom_91:03:fd,Broadcast,ARP
Raisecom_d8:32:c2,Broadcast,ARP
RealtekS_68:0f:eb,Broadcast,ARP
B&RIndus_16:4f:22,PN-MC_00:00:00,0x8892
Siemens_77:a5:97,B&RIndus_16:4f:22,0x8892
00:f1:ca:00:c1:33,All-Stations-Address,0x092c
B&RIndus_48:5a:92,PN-MC_00:00:00,0x8892
B&RIndus_48:5a:92,PN-MC_00:00:00,0x8892
B&RIndus_48:5a:92,PN-MC_00:00:00,0x8892
B&RIndus_48:5a:92,PN-MC_00:00:00,0x8892
B&RIndus_48:5a:92,PN-MC_00:00:00,0x8892
if i user/root then the result is PNIO_PS
[root@pekphispre03021 test]# tshark -r test.pcapng -T fields -e _ws.col.Source -e _ws.col.Destination -e _ws.col.Protocol -E header=n -E separator=, -E occurrence=f
Running as user "root" and group "root". This could be dangerous.
RealtekS_68:0f:eb,Broadcast,ARP
RealtekS_68:0f:eb,Broadcast,ARP
RealtekS_68:0f:eb,Broadcast,ARP
NewH3CTe_42:71:39,LLDP_Multicast,LLDP
00:f1:ca:00:c1:33,All-Stations-Address,0x0941
Raisecom_91:03:fd,Broadcast,ARP
Raisecom_d8:32:c2,Broadcast,ARP
RealtekS_68:0f:eb,Broadcast,ARP
B&RIndus_16:4f:22,PN-MC_00:00:00,PN-DCP
Siemens_77:a5:97,B&RIndus_16:4f:22,PN-DCP
00:f1:ca:00:c1:33,All-Stations-Address,0x092c
B&RIndus_48:5a:92,PN-MC_00:00:00,PN-DCP
B&RIndus_48:5a:92,PN-MC_00:00:00,PN-DCP
B&RIndus_48:5a:92,PN-MC_00:00:00,PN-DCP
B&RIndus_48:5a:92,PN-MC_00:00:00,PN-DCP
B&RIndus_48:5a:92,PN-MC_00:00:00,PN-DCP
"use test or root" what are are test and root, different captures?
different linux user
Possibly different configurations per user, are you sure they are running the same tshark binary?
i'm sure they are running the same tshark binary
PN-DCP depends on layer
pn_rt
(see packet-pn-dcp.c)"Possibly different configurations per user" - maybe there is a difference between profiles.
Look at making a profile that works, then copying between users and specifying with
-C
option. (tshark man page)