Ask Your Question

VDP's profile - activity

2023-11-17 14:27:07 +0000 commented question HL7 messages

It seems that I can now get all the segments of an HL7 message with this command: # tshark -i eth0 -l -Y hl7 -T ek -e h

2023-11-17 14:25:39 +0000 commented question HL7 messages

It seems that I can now get all the segments of an HL7 message with this command: # tshark -i eth0 -l -Y hl7 -T ek -e h

2023-11-16 17:25:11 +0000 commented question HL7 messages

On top of the field sequence issue noted above it also seems that my tshark commands output the whole HL7 message on jus

2023-11-16 17:22:01 +0000 commented question HL7 messages

On top of the field sequence issue noted above it also seems that my tshark commands output the whole HL7 message on jus

2023-11-16 14:10:19 +0000 commented question HL7 messages

I've used several, but ended up with HL7 Inspector: https://www.hl7inspector.com/ (old web version) https://bitbucket.

2023-11-16 11:19:07 +0000 commented question HL7 messages

I've used several, but ended up with HL7 Inspector: https://www.hl7inspector.com/ (old web version) https://bitbucket.

2023-11-15 11:27:31 +0000 commented question HL7 messages

Yes, I also tried with -T fields, and it's basically the same data except I have have to replace , with |. I get somethi

2023-11-15 08:32:05 +0000 received badge  Editor (source)
2023-11-15 08:32:05 +0000 edited question HL7 messages

HL7 messages Hi, I'm trying to capture an HL7 message and validate it. I'm running the following: # tshark -i eth0 -l

2023-11-14 13:42:42 +0000 commented question HL7 messages

I translated "," to |, but it does not validate. It seems I'm missing fields. I need to parse/validate on stdout and in

2023-11-14 12:48:36 +0000 asked a question HL7 messages

HL7 messages Hi, I'm trying to capture an HL7 message and validate it. I'm running the following: # tshark -i eth0 -l