-*- text -*-

mux

* Check what happens if packet timestamps comes in the wrong order in
the input files.

* Check for negative time and print warnings.

* Add -o option for offset from start per file.

* Store IP numbers for rewriting in hash table instead? It's such a
small array. Does the linear search matter? Run some tests.

* Discard IP data from savefile and generate random missing data from
IP packets.

* Identical packet timestamps will build a queue in the
multiplexor. How do we handle this? Do we mind? A real router also has
a queue, of course.

* We pretend 802.3 encapsulation doesn't exist for now. Does it
matter? I think not, but I can't be sure.
