-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 >> The easiest way to work around this is to provide a MAC on the UML >> command line. > Except, pcap doesn't have the option. > I am looking at pcap_user.c and pcap_kern.c trying to figure out where I > can add parsing for that. in: check_transport(struct transport *transport, char *eth, int n, void **init_out, char **mac_out)
There is a: if(!transport->setup(eth, mac_out, *init_out)){ So I guess that I should be looking in pcap_setup(char *str, char **mac_out, void *data) in pcap_kern.c? To populate mac_out. Right? -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGMhaVGK2zHPGK1rsRCmiTAJ96Pqxr/ioaDz5ngEfHU4EVHGCgYACfRS4M iT62rIGq6yJ3LiOZOz6WtKM= =Oxzw -----END PGP SIGNATURE----- ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel