Skip to content

Commit

Permalink
fix(sinsp): remove wrong unix parsing logic
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
  • Loading branch information
Andreagit97 committed May 10, 2024
1 parent bae8258 commit 86c3708
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions userspace/libsinsp/parsers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3180,11 +3180,6 @@ void sinsp_parser::parse_connect_enter(sinsp_evt *evt){
// Add the friendly name to the fd info
//
evt->get_fd_info()->m_name = evt->get_param_as_str(1, &parstr, sinsp_evt::PF_SIMPLE);

//
// Update the FD with this tuple
//
evt->get_fd_info()->set_unix_info(packed_data);
}

//
Expand Down Expand Up @@ -5775,4 +5770,4 @@ int sinsp_parser::get_fd_location(uint16_t etype)
break;
}
return location;
}
}

0 comments on commit 86c3708

Please sign in to comment.