1. 949aa30 ETHER: Fix bpf filter generation to not generate an invalid filter if only multicast addresses were provided by Mark Pizzolato · 11 years ago
  2. 651780c Remove stray tab characters which crept in over time by Mark Pizzolato · 11 years ago
  3. b755a71 Added sim_ether dynamic libpcap load support for platforms which need to use pcap_setnonblock. by Mark Pizzolato · 12 years ago
  4. 4bd72e6 Compiler and static analyzer fixes from Peter Schorn. by Mark Pizzolato · 12 years ago
  5. 249f40e Compiler indicated cleanup (FreeBSD on PPC) by Mark Pizzolato · 12 years ago
  6. 7217f60 Added OSX on PowerPC support by Mark Pizzolato · 12 years ago
  7. e2bb312 Fixed redundant output in SHOW ETHERNET when ethernet devices are open and added device send/receive stats by Mark Pizzolato · 12 years ago
  8. 933a23e Added support to find dlopen in either libdl or libdld since some platforms package it there. by Mark Pizzolato · 12 years ago
  9. eb101e3 HP-UX port supplied by Mikulas Patocka by Mark Pizzolato · 12 years ago
  10. 4ff56d6 Changed all internal #ifdef's which were conditional on __linux to be conditional on either __linux or __linux__. Some platforms (PPC) don't define __linux when gcc is invoked with -std=c99. by Mark Pizzolato · 12 years ago
  11. 6eb3804 Standardized scp command formatting in help output by Mark Pizzolato · 12 years ago
  12. 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 12 years ago
  13. 51459eb Added ethernet help and cleaned up generic help output by Mark Pizzolato · 12 years ago
  14. d291a6e Fix compiler identified array bounds issues by Mark Pizzolato · 12 years ago
  15. 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
  16. c87c747 Compiler warning cleanup by Mark Pizzolato · 12 years ago
  17. 0450a9b Compiler suggested cleanup by Mark Pizzolato · 12 years ago
  18. b466bdc Compiler warning cleanup by Mark Pizzolato · 12 years ago
  19. c6c6648 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  20. f1e3216 Added MicroVAX I network boot support by Mark Pizzolato · 12 years ago
  21. 2469689 Merge branch 'DMC11' into SerialMux by Mark Pizzolato · 12 years ago
  22. 30ce7fd Revised the socket library sim_sock(.c & .h) to support both IPv4 and IPv6 leveraging the RFC3493 APIs. by Mark Pizzolato · 12 years ago
  23. ffa52ab Changed the display of the contents of the error message buffer to only do so if no devices were returned at all by Mark Pizzolato · 12 years ago
  24. 938450b Added display of warning produced by pcap_findalldevs() where a warning message is provided when no devices are available (OSX). - Sergey Oboguev by Mark Pizzolato · 12 years ago
  25. f77a38c Cleaned up a few compile complaints by Mark Pizzolato · 13 years ago
  26. 8989b11 Fixed declaration of unused parameter to quiet a gcc warning by Mark Pizzolato · 13 years ago
  27. c77bdb2 Added scp SHOW SERIAL command by Mark Pizzolato · 13 years ago
  28. 7929c11 Merge branch 'master' into SerialMux by Mark Pizzolato · 13 years ago
  29. 8317211 Added SHOW ETHERNET command and extended eth_show to track and display open ethernet devices by Mark Pizzolato · 13 years ago
  30. 5f505cc Fixing many compiler identified nits. by Mark Pizzolato · 13 years ago
  31. 4a78242 Cleaner GCC options detection on older GCC versions on varioous platforms by Mark Pizzolato · 13 years ago
  32. 3ccd66d Cleanup potential fault in eth_close if eth_close is called with a NULL argument. by Mark Pizzolato · 13 years ago
  33. 8e76a8d Fixed cygwin build and execution issue, mostly from Tony Nicholson by Mark Pizzolato · 13 years ago
  34. 4f6ad32 Fixed MAC Address Conflict detection support. by Mark Pizzolato · 13 years ago
  35. 4ce92b4 Fixed overrun bug in eth_devices. by Mark Pizzolato · 13 years ago
  36. 98e343f Fixed call to pcap_lookupnet to actually use the device name as the argument. by Mark Pizzolato · 13 years ago
  37. d690603 Updated Windows Network build (in makefile and Visual Studio Projects) to reference WinPcap and pthreads in a consistent parallel directory to the simulator source (i.e. ../windows-build/...). by Mark Pizzolato · 13 years ago
  38. cbcd244 Fix builds on BSD host systems by Mark Pizzolato · 13 years ago
  39. d9f3b66 Fixed line endings to be consistent in dynamically loaded pcap_fileno implementation by Mark Pizzolato · 13 years ago
  40. 9348364 Added pcap_fileno to the dynamically loaded libpcap entry points since it is needed by OS X. by Mark Pizzolato · 13 years ago
  41. 2793d49 Cleanup function prototypes for consistency with newer versions of WinPcap and libpcap. by Mark Pizzolato · 13 years ago
  42. 3b7492d Added dynamic loading of libpcap on *nix platforms. by Mark Pizzolato · 13 years ago
  43. fd5de0d Added support for VDE (Virtual Distributed Ethernet) network packet transport by Mark Pizzolato · 13 years ago
  44. eaddb7d Added support for integrated Tap networking interfaces on OSX by Mark Pizzolato · 13 years ago
  45. 0c4b62f Remove compiler warnings if built with DONT_USE_PCAP_FINDALLDEVS by Mark Pizzolato · 13 years ago
  46. 3a61487 Cleaned up payload length determination. by Mark Pizzolato · 13 years ago
  47. 015f2bb Fixed race condition detecting reflections when threaded reading and writing is enabled. by Mark Pizzolato · 13 years ago
  48. b577841 Fixed bug with self loopback packets in multithreaded environments by Mark Pizzolato · 14 years ago
  49. eb514e2 Merged in new ethernet code to potentially leverage AsynchIO by Mark Pizzolato · 14 years ago
  50. 59aa4a7 Notes For V3.8 by Bob Supnik · 16 years ago v3.8-0
  51. 56a7d31 Notes For V3.7 by Bob Supnik · 17 years ago v3.7-2
  52. 53d02f7 Notes For V3.7-0 by Bob Supnik · 18 years ago v3.7-0
  53. 15919a2 Notes For V3.6-0 by Bob Supnik · 18 years ago v3.6-1
  54. a12e4a1 Notes For V3.5-1 by Bob Supnik · 19 years ago v3.5-2
  55. b7c1eae Notes For V3.5-0 by Bob Supnik · 19 years ago v3.5-0
  56. 26aa6de Notes For V3.2-0 by Bob Supnik · 21 years ago v3.2-0
  57. 1da2d94 Notes For V3.1-0 by Bob Supnik · 21 years ago v3.1-0
  58. 4ffd3be Notes For V3.0-0 by Bob Supnik · 21 years ago v3.0-0
  59. 2bcd1e7 Notes For V2.10-2 by Bob Supnik · 22 years ago v2.10-2
  60. 2c2dd5e Notes For V2.10-0 by Bob Supnik · 22 years ago v2.10-0