I'm debugging a dicom link between a client and a server. I suspect that there are two instances of dicom SCP on the server on separate ports and two clients on the client machine. Obviously each server is listening on a separate port and the clients are talking to their respective servers. My question is when I filter by dicom packets how do I know which message 'pairs' are from the same peers? (I don't see the port numbers on the transaction log.) Cheers, asked 10 Jun '14, 20:09 BJOBrien edited 11 Jun '14, 06:03 |
One Answer:
You can add source port and destination port as columns to help you differentiate. Right click a port field (src or dst) in the packet details pane and select "Apply as Column", repeat for the other (src or dst) field). You can also apply display filters to limit the conversation to a particular port, e.g. answered 11 Jun '14, 06:23 grahamb ♦ |
Some questions: