if ((flags & TH_RST) && vflag) {
print_tcp_rst_data(bp, length);
return;
- }
+ }
if (packettype) {
switch (packettype) {
if (TTEST(rp->rm_direction)) {
direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
if (dport == NFS_PORT && direction == SUNRPC_CALL) {
- (void)printf(" | ");
+ (void)printf(": NFS request xid %u ", EXTRACT_32BITS(&rp->rm_xid));
nfsreq_print_noaddr((u_char *)rp, fraglen, (u_char *)ip);
return;
}
if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
- (void)printf(" | ");
+ (void)printf(": NFS reply xid %u ", EXTRACT_32BITS(&rp->rm_xid));
nfsreply_print_noaddr((u_char *)rp, fraglen, (u_char *)ip);
return;
}