Commit Graph

  • b78dc6673f fixed flowid and traffic class in ipv6 header wangyu- 2018-07-25 02:23:04 -05:00
  • f52385ccd5 fix ipv6 header struct wangyu- 2018-07-25 02:06:20 -05:00
  • 7ad9a6987c trival wangyu- 2018-07-25 01:52:18 -05:00
  • 184b198470 icmpv6 works wangyu- 2018-07-24 08:33:42 -05:00
  • ae9db0eecf syn update of linux version. for aes128cfb and hmac_sha1 U-DESKTOP-T772REH\wangyu 2018-07-24 19:04:57 +08:00
  • 2dc0670266 added function from_addres_t() wangyu- 2018-07-24 05:55:59 -05:00
  • 6ccd056d41 ipv6 faketcp and udp works wangyu- 2018-07-24 05:36:56 -05:00
  • 73daa12db1 implement raw ipv6 recv, refactor peek_raw wangyu- 2018-07-23 13:52:36 -05:00
  • 80d21e56c7 added send_raw_packet() and recv_raw_packet() wangyu- 2018-07-23 09:50:21 -05:00
  • b0d96a3c47 Merge branch 'master' of https://github.com/wangyu-/udp2raw-tunnel wangyu- 2018-07-22 08:59:26 -05:00
  • 0682757631 changed src_ip and dst_ip in conn_info to new data structure wangyu- 2018-07-22 08:59:09 -05:00
  • dfe94448cf
    Merge 71873e490960d2471e70f62b847a6d5a6d968338 into 2f59ce490ecdeb85ba954f2485dbe48cad53a6e0 arkanoid87 2018-07-22 12:30:46 +00:00
  • 52d540df90 use csum_with_header in recv_raw_udp wangyu- 2018-07-22 03:23:53 -05:00
  • 256d1eee69 change IPPROTO_TCP to IPPROTO_RAW for raw socket,deleted IP_HDRINCL code wangyu- 2018-07-21 14:24:55 -05:00
  • 9e9ad56890 avoid MSG_PEEK wangyu- 2018-07-21 14:23:13 -05:00
  • 626926e25c
    changed a typo wangyu- 2018-07-21 20:51:13 +08:00
  • 1e98ae10c2 trival wangyu- 2018-07-21 07:45:10 -05:00
  • fabe2b3558 changed hmac_sha1 keylen to 20, implemented cfb for aesacc wangyu- 2018-07-21 03:19:59 -05:00
  • 565034dbae add aes128cfb, delete unused files wangyu- 2018-07-21 02:06:15 -05:00
  • a7849b3634 revert lru of conn_manager wangyu- 2018-07-20 12:44:41 -05:00
  • 3a372b9eee fix a dead loop, moved some code blocks wangyu- 2018-07-20 11:54:57 -05:00
  • 2e8294ab88 simplify csum, added tcp option parser wangyu- 2018-07-20 09:29:10 -05:00
  • 30eb96608d ipv6 for non-raw end works wangyu- 2018-07-20 04:35:25 -05:00
  • 822a807e58 moved some code blocks wangyu- 2018-07-20 03:45:19 -05:00
  • f90d1abe05 change ip_port to address_t in conn_manager wangyu- 2018-07-20 03:44:53 -05:00
  • 2f59ce490e
    Update README.md wangyu- 2018-07-20 14:45:53 +08:00
  • 4cb60d5997
    Update README.zh-cn.md wangyu- 2018-07-20 14:43:28 +08:00
  • 1155f0547f
    Update README.zh-cn.md wangyu- 2018-07-20 14:42:03 +08:00
  • cac9c56afb
    Update README.md wangyu- 2018-07-20 14:35:22 +08:00
  • f050946ac5 conv_manager_t<address_t> works wangyu- 2018-07-19 05:32:25 -05:00
  • 2f0c02def2 fix port number bug wangyu- 2018-07-19 04:16:57 -05:00
  • c71d256006 added lru collector wangyu- 2018-07-19 03:18:07 -05:00
  • 946b615acf conv_manager_t changed to template wangyu- 2018-07-19 01:23:25 -05:00
  • fef76af3a5 add option --dev to bind to a specific interface wangyu- 2018-07-18 02:02:30 -05:00
  • 736c3f46b6 address_t now works wangyu- 2018-07-17 11:33:02 -05:00
  • bec9c95999 ipv6 prepare wangyu- 2018-07-17 02:31:14 -05:00
  • d639adfbbe fix log format U-DESKTOP-T772REH\wangyu 2018-07-05 16:44:51 +08:00
  • f1e18d4583 support npcap non-compatiable mode U-DESKTOP-T772REH\wangyu 2018-07-01 11:13:50 +08:00
  • f7166bfde3 fix a core in dev detection root 2018-06-30 18:10:59 +00:00
  • 7f848553f5 support linux cooked mode root 2018-06-29 17:54:31 +00:00
  • 7c1b34d5df trival wangyu- 2018-06-24 08:30:00 -05:00
  • 16de522196 trival wangyu- 2018-06-24 08:29:12 -05:00
  • 44d670d113 sync updates from linux version wangyu- 2018-06-24 08:27:25 -05:00
  • 232ec4f339 trival wangyu- 2018-06-24 08:22:26 -05:00
  • d3cbbe8085 implement hkdf wangyu- 2018-06-24 07:58:19 -05:00
  • e51c236c20 update TODOs wangyu- 2018-06-23 20:29:27 -05:00
  • 876649fd74 Merge branch 'master' of https://github.com/wangyu-/udp2raw-tunnel wangyu- 2018-06-23 20:00:20 -05:00
  • 8a6f89be88 add missing files wangyu- 2018-06-23 20:00:03 -05:00
  • 45fca0bbfe
    Update README.zh-cn.md wangyu- 2018-06-24 06:37:02 +08:00
  • d0bd53f087 move images wangyu- 2018-06-23 17:26:25 -05:00
  • cd92410cfe supress compile warning wangyu- 2018-06-23 17:21:39 -05:00
  • 2944e73410 supress compile warning U-DESKTOP-T772REH\wangyu 2018-06-24 06:19:38 +08:00
  • fe64630b30 add missing files wangyu- 2018-06-23 17:13:26 -05:00
  • 62453eaa39 sync update from linux version wangyu- 2018-06-23 17:12:04 -05:00
  • 04eec19ab2 derive 32bytes key for future use wangyu- 2018-06-23 16:56:20 -05:00
  • 423157dbba derive different key for different directions wangyu- 2018-06-23 16:19:15 -05:00
  • d43b9ae98c add .gitattributes U-DESKTOP-T772REH\wangyu 2018-06-23 15:55:37 +08:00
  • 0201d9efe1 trival U-DESKTOP-T772REH\wangyu 2018-06-23 12:34:12 +08:00
  • be20e2250d improve makefile U-DESKTOP-T772REH\wangyu 2018-06-23 12:32:20 +08:00
  • 551dc034da fix compile error wangyu- 2018-06-22 23:14:40 -05:00
  • 4ce3661b01 change assert to log fatal U-DESKTOP-T772REH\wangyu 2018-06-23 12:08:28 +08:00
  • 94e12e6cf5 change print_binary_chars to log_debug wangyu- 2018-06-22 22:28:19 -05:00
  • 61512a15ec changed kdf wangyu- 2018-06-22 22:20:48 -05:00
  • 65943053ff update readme and --help wangyu- 2018-06-22 13:36:09 -05:00
  • 52a911b109 add hmac-sha1 wangyu- 2018-06-22 13:22:26 -05:00
  • 0a53d256b6
    Update README.md wangyu- 2018-06-21 18:25:17 +08:00
  • 3ab2543715
    Update README.zh-cn.md wangyu- 2018-06-21 01:51:53 +08:00
  • b9d0375a72
    Update README.zh-cn.md wangyu- 2018-06-21 01:50:29 +08:00
  • 0fc24b6233
    Update README.md wangyu- 2018-06-21 01:48:32 +08:00
  • 4463e21d9e fixed a log root 2018-06-20 15:13:03 +00:00
  • 955093d26e Merge branch 'portable' of https://github.com/wangyu-/udp2raw-tunnel into portable U-DESKTOP-T772REH\wangyu 2018-06-20 21:07:02 +08:00
  • 46314022b9 add a log U-DESKTOP-T772REH\wangyu 2018-06-20 21:06:31 +08:00
  • 01a793e218 fix print format wangyu 2018-06-20 03:45:36 -07:00
  • 5aafe04f6d --enable-color, fix a segment fault U-DESKTOP-T772REH\wangyu 2018-06-20 00:41:13 +08:00
  • 17910bb9f4 trival U-DESKTOP-T772REH\wangyu 2018-06-19 17:19:56 +08:00
  • d5024a619c fix -g option U-DESKTOP-T772REH\wangyu 2018-06-19 15:40:55 +08:00
  • 086cba4b1d trival U-DESKTOP-T772REH\wangyu 2018-06-19 14:04:57 +08:00
  • db7b43001a simplify pcap_wrapper code U-DESKTOP-T772REH\wangyu 2018-06-19 11:40:22 +08:00
  • e110f759eb fix invalid filter expression U-DESKTOP-T772REH\wangyu 2018-06-19 02:21:31 +08:00
  • d85bb78139 fix broken random device on mingw U-DESKTOP-T772REH\wangyu 2018-06-19 00:48:09 +08:00
  • a1dae3b22e mingw works U-DESKTOP-T772REH\wangyu 2018-06-19 00:36:53 +08:00
  • dfcc799876 debug code U-DESKTOP-T772REH\wangyu 2018-06-19 00:15:58 +08:00
  • 8a5ae7727a delete useless extern c U-DESKTOP-T772REH\wangyu 2018-06-18 22:44:37 +08:00
  • 56727f76b6 fix cygwin compile U-DESKTOP-T772REH\wangyu 2018-06-18 22:32:43 +08:00
  • f75eb798dc mingw compiles but not work yet U-DESKTOP-T772REH\wangyu 2018-06-18 21:50:57 +08:00
  • 26b356866f Merge branch 'portable' of https://github.com/wangyu-/udp2raw-tunnel into portable U-DESKTOP-T772REH\wangyu 2018-06-17 19:54:03 +08:00
  • 570e7173d3 trival U-DESKTOP-T772REH\wangyu 2018-06-17 19:53:53 +08:00
  • 0d6df51ebe remove useless headers wangyu- 2018-06-17 06:50:24 -05:00
  • c03e60be51 packet header print fix U-DESKTOP-T772REH\wangyu 2018-06-17 17:52:33 +08:00
  • e630f81c6e trival wangyu- 2018-06-17 04:21:51 -05:00
  • 8e7aec7b50 Merge branch 'portable' of https://github.com/wangyu-/udp2raw-tunnel into portable wangyu- 2018-06-17 04:18:46 -05:00
  • f43598b423 auto detect device wangyu- 2018-06-17 04:18:33 -05:00
  • 80bcf91712 fix freebsd compile Charlie Root 2018-06-16 17:09:16 +00:00
  • d1f40f334d fix mac compile wangyu 2018-06-16 09:53:45 -07:00
  • 62e78999de fix linux compile wangyu- 2018-06-16 11:44:14 -05:00
  • fc82fe45c7 add missing file for windows U-DESKTOP-T772REH\wangyu 2018-06-17 00:35:54 +08:00
  • 970cd8bac5 windows works U-DESKTOP-T772REH\wangyu 2018-06-17 00:35:31 +08:00
  • a75afc94bb trival wangyu- 2018-06-16 05:53:44 -05:00
  • 976e0495e5 allow to compile without libnet wangyu- 2018-06-15 23:05:32 -05:00
  • 33d96331fe implement dummy socket wangyu- 2018-06-15 11:47:57 -05:00