aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-pcap/wireformat.h
AgeCommit message (Collapse)AuthorFilesLines
2015-12-03client: Deal with external representation for pcap filesHolger Hans Peter Freyther1-0/+12
We need to convert the 64bit timeval on a 64bit userspace (or on OpenBSD) into a 32bit truncated value for being able to write the file. This means we have 2038 issue here?
2011-06-01wireformat: Send the length in the network order..Holger Hans Peter Freyther1-2/+2
this is a format change. but it is necessary now.
2011-05-31osmo-pcap-client: Connect to a server, send the data to itHolger Hans Peter Freyther1-0/+46