tcpbridge.1 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  1. .TH TCPBRIDGE 1 2009-06-25 "(tcpbridge )" "Programmer's Manual"
  2. .\" DO NOT EDIT THIS FILE (tcpbridge.1)
  3. .\"
  4. .\" It has been AutoGen-ed Thursday June 25, 2009 at 12:25:11 PM PDT
  5. .\" From the definitions tcpbridge_opts.def
  6. .\" and the template file agman1.tpl
  7. .\"
  8. .SH NAME
  9. tcpbridge \- Bridge network traffic across two interfaces
  10. .SH SYNOPSIS
  11. .B tcpbridge
  12. .\" Mixture of short (flag) options and long options
  13. .RB [ \-\fIflag\fP " [\fIvalue\fP]]... [" \--\fIopt-name\fP " [[=| ]\fIvalue\fP]]..."
  14. .PP
  15. All arguments must be options.
  16. .PP
  17. tcpbridge is a tool for selectively briding network traffic across two interfaces
  18. and optionally modifying the packets in betweeen
  19. .SH "DESCRIPTION"
  20. This manual page briefly documents the \fBtcpbridge\fP command.
  21. The basic operation of tcpbridge is to be a network bridge between two
  22. subnets. All packets received on one interface are sent via the other.
  23. Optionally, packets can be edited in a variety of ways according to your needs.
  24. For more details, please see the Tcpreplay Manual at:
  25. http://tcpreplay.synfin.net/trac/wiki/manual
  26. .SH OPTIONS
  27. .SS ""
  28. .TP
  29. .BR \-r " \fIstring\fP, " \--portmap "=" \fIstring\fP
  30. Rewrite TCP/UDP ports.
  31. This option may appear up to 1 times.
  32. .sp
  33. Specify a list of comma delimited port mappingings consisting of
  34. colon delimited port number pairs. Each colon delimited port pair
  35. consists of the port to match followed by the port number to rewrite.
  36. Example:
  37. .nf
  38. \--portmap=80:8000,8080:80
  39. .fi
  40. .TP
  41. .BR \-s " \fInumber\fP, " \--seed "=" \fInumber\fP
  42. Randomize src/dst IPv4/v6 addresses w/ given seed.
  43. This option may appear up to 1 times.
  44. This option takes an integer number as its argument.
  45. .sp
  46. Causes the source and destination IPv4/v6 addresses to be pseudo
  47. randomized but still maintain client/server relationships.
  48. Since the randomization is deterministic based on the seed,
  49. you can reuse the same seed value to recreate the traffic.
  50. .TP
  51. .BR \-N " \fIstring\fP, " \--pnat "=" \fIstring\fP
  52. Rewrite IPv4/v6 addresses using pseudo-NAT.
  53. This option may appear up to 2 times.
  54. This option must not appear in combination with any of the following options:
  55. srcipmap.
  56. .sp
  57. Takes a comma delimited series of colon delimited CIDR
  58. netblock pairs. Each netblock pair is evaluated in order against
  59. the IP addresses. If the IP address in the packet matches the
  60. first netblock, it is rewriten using the second netblock as a
  61. mask against the high order bits.
  62. IPv4 Example:
  63. .nf
  64. \--pnat=192.168.0.0/16:10.77.0.0/16,172.16.0.0/12:10.1.0.0/24
  65. .fi
  66. IPv6 Example:
  67. .nf
  68. \--pnat=[2001:db8::/32]:[dead::/16],[2001:db8::/32]:[::ffff:0:0/96]
  69. .fi
  70. .TP
  71. .BR \-S " \fIstring\fP, " \--srcipmap "=" \fIstring\fP
  72. Rewrite source IPv4/v6 addresses using pseudo-NAT.
  73. This option may appear up to 1 times.
  74. This option must not appear in combination with any of the following options:
  75. pnat.
  76. .sp
  77. Works just like the \--pnat option, but only affects the source IP
  78. addresses in the IPv4/v6 header.
  79. .TP
  80. .BR \-D " \fIstring\fP, " \--dstipmap "=" \fIstring\fP
  81. Rewrite destination IPv4/v6 addresses using pseudo-NAT.
  82. This option may appear up to 1 times.
  83. This option must not appear in combination with any of the following options:
  84. pnat.
  85. .sp
  86. Works just like the \--pnat option, but only affects the destination IP
  87. addresses in the IPv4/v6 header.
  88. .TP
  89. .BR \-e " \fIstring\fP, " \--endpoints "=" \fIstring\fP
  90. Rewrite IP addresses to be between two endpoints.
  91. This option may appear up to 1 times.
  92. This option must appear in combination with the following options:
  93. cachefile.
  94. .sp
  95. Takes a pair of colon delimited IPv4/v6 addresses which will be used to rewrite
  96. all traffic to appear to be between the two IP's.
  97. IPv4 Example:
  98. .nf
  99. \--endpoints=172.16.0.1:172.16.0.2
  100. .fi
  101. IPv6 Example:
  102. .nf
  103. \--endpoints=[2001:db8::dead:beef]:[::ffff:0:0:ac:f:0:2]
  104. .fi
  105. .TP
  106. .BR \-b ", " \--skipbroadcast
  107. Skip rewriting broadcast/multicast IPv4/v6 addresses.
  108. .sp
  109. By default \--seed, \--pnat and \--endpoints will rewrite
  110. broadcast and multicast IPv4/v6 and MAC addresses. Setting this flag
  111. will keep broadcast/multicast IPv4/v6 and MAC addresses from being rewritten.
  112. .TP
  113. .BR \-C ", " \--fixcsum
  114. Force recalculation of IPv4/TCP/UDP header checksums.
  115. .sp
  116. Causes each IPv4/v6 packet to have it's checksums recalcualted and
  117. fixed. Automatically enabled for packets modified with \fB--seed\fP,
  118. \fB--pnat\fP, \fB--endpoints\fP or \fB--fixlen\fP.
  119. .TP
  120. .BR \-m " \fInumber\fP, " \--mtu "=" \fInumber\fP
  121. Override default MTU length (1500 bytes).
  122. This option may appear up to 1 times.
  123. This option takes an integer number as its argument.
  124. The value of \fInumber\fP is constrained to being:
  125. .in +4
  126. .nf
  127. .na
  128. in the range 1 through MAXPACKET
  129. .fi
  130. .in -4
  131. .sp
  132. Override the default 1500 byte MTU size for determining the maximum padding length
  133. (--fixlen=pad) or when truncating (--mtu-trunc).
  134. .TP
  135. .BR \--mtu-trunc
  136. Truncate packets larger then specified MTU.
  137. This option may appear up to 1 times.
  138. .sp
  139. Similar to \--fixlen, this option will truncate data in packets from Layer 3 and above to be
  140. no larger then the MTU.
  141. .TP
  142. .BR \-E ", " \--efcs
  143. Remove Ethernet checksums (FCS) from end of frames.
  144. .sp
  145. Note, this option is pretty dangerous! We don't actually check to see if a FCS
  146. actually exists in the frame, we just blindly delete the last two bytes. Hence,
  147. you should only use this if you know know that your OS provides the FCS when
  148. reading raw packets.
  149. .TP
  150. .BR \--ttl "=\fIstring\fP"
  151. Modify the IPv4/v6 TTL/Hop Limit.
  152. .sp
  153. Allows you to modify the TTL/Hop Limit of all the IPv4/v6 packets. Specify a number to hard-code
  154. the value or +/-value to increase or decrease by the value provided (limited to 1-255).
  155. Examples:
  156. .nf
  157. \--ttl=10
  158. \--ttl=+7
  159. \--ttl=-64
  160. .fi
  161. .TP
  162. .BR \--tos "=\fInumber\fP"
  163. Set the IPv4 TOS/DiffServ/ECN byte.
  164. This option may appear up to 1 times.
  165. This option takes an integer number as its argument.
  166. The value of \fInumber\fP is constrained to being:
  167. .in +4
  168. .nf
  169. .na
  170. in the range 0 through 255
  171. .fi
  172. .in -4
  173. .sp
  174. Allows you to override the TOS (also known as DiffServ/ECN) value in IPv4.
  175. .TP
  176. .BR \--tclass "=\fInumber\fP"
  177. Set the IPv6 Traffic Class byte.
  178. This option may appear up to 1 times.
  179. This option takes an integer number as its argument.
  180. The value of \fInumber\fP is constrained to being:
  181. .in +4
  182. .nf
  183. .na
  184. in the range 0 through 255
  185. .fi
  186. .in -4
  187. .sp
  188. Allows you to override the IPv6 Traffic Class field.
  189. .TP
  190. .BR \--flowlabel "=\fInumber\fP"
  191. Set the IPv6 Flow Label.
  192. This option may appear up to 1 times.
  193. This option takes an integer number as its argument.
  194. The value of \fInumber\fP is constrained to being:
  195. .in +4
  196. .nf
  197. .na
  198. in the range 0 through 1048575
  199. .fi
  200. .in -4
  201. .sp
  202. Allows you to override the 20bit IPv6 Flow Label field. Has no effect on IPv4
  203. packets.
  204. .TP
  205. .BR \-F " \fIstring\fP, " \--fixlen "=" \fIstring\fP
  206. Pad or truncate packet data to match header length.
  207. This option may appear up to 1 times.
  208. .sp
  209. Packets may be truncated during capture if the snaplen is smaller then the
  210. packet. This option allows you to modify the packet to pad the packet back
  211. out to the size stored in the IPv4/v6 header or rewrite the IP header total length
  212. to reflect the stored packet length.
  213. .sp 1
  214. \fBpad\fP
  215. Truncated packets will be padded out so that the packet length matches the
  216. IPv4 total length
  217. .sp 1
  218. \fBtrunc\fP
  219. Truncated packets will have their IPv4 total length field rewritten to match
  220. the actual packet length
  221. .sp 1
  222. \fBdel\fP
  223. Delete the packet
  224. .TP
  225. .BR \--skipl2broadcast
  226. Skip rewriting broadcast/multicast Layer 2 addresses.
  227. .sp
  228. By default, editing Layer 2 addresses will rewrite
  229. broadcast and multicast MAC addresses. Setting this flag
  230. will keep broadcast/multicast MAC addresses from being rewritten.
  231. .TP
  232. .BR \--dlt "=\fIstring\fP"
  233. Override output DLT encapsulation.
  234. This option may appear up to 1 times.
  235. .sp
  236. By default, no DLT (data link type) conversion will be made.
  237. To change the DLT type of the output pcap, select one of the following values:
  238. .sp 1
  239. \fBenet\fP
  240. Ethernet aka DLT_EN10MB
  241. .sp 1
  242. \fBhdlc\fP
  243. Cisco HDLC aka DLT_C_HDLC
  244. .sp 1
  245. \fBuser\fP
  246. User specified Layer 2 header and DLT type
  247. .br
  248. .TP
  249. .BR \--enet-dmac "=\fIstring\fP"
  250. Override destination ethernet MAC addresses.
  251. This option may appear up to 1 times.
  252. .sp
  253. Takes a pair of comma deliminated ethernet MAC addresses which
  254. will replace the destination MAC address of outbound packets.
  255. The first MAC address will be used for the server to client traffic
  256. and the optional second MAC address will be used for the client
  257. to server traffic.
  258. Example:
  259. .nf
  260. \--enet-dmac=00:12:13:14:15:16,00:22:33:44:55:66
  261. .fi
  262. .TP
  263. .BR \--enet-smac "=\fIstring\fP"
  264. Override source ethernet MAC addresses.
  265. This option may appear up to 1 times.
  266. .sp
  267. Takes a pair of comma deliminated ethernet MAC addresses which
  268. will replace the source MAC address of outbound packets.
  269. The first MAC address will be used for the server to client traffic
  270. and the optional second MAC address will be used for the client
  271. to server traffic.
  272. Example:
  273. .nf
  274. \--enet-smac=00:12:13:14:15:16,00:22:33:44:55:66
  275. .fi
  276. .TP
  277. .BR \--enet-vlan "=\fIstring\fP"
  278. Specify ethernet 802.1q VLAN tag mode.
  279. This option may appear up to 1 times.
  280. .sp
  281. Allows you to rewrite ethernet frames to add a 802.1q header to standard 802.3
  282. ethernet headers or remove the 802.1q VLAN tag information.
  283. .sp 1
  284. \fBadd\fP
  285. Rewrites the existing 802.3 ethernet header as an 802.1q VLAN header
  286. .sp 1
  287. \fBdel\fP
  288. Rewrites the existing 802.1q VLAN header as an 802.3 ethernet header
  289. .TP
  290. .BR \--enet-vlan-tag "=\fInumber\fP"
  291. Specify the new ethernet 802.1q VLAN tag value.
  292. This option may appear up to 1 times.
  293. This option must appear in combination with the following options:
  294. enet-vlan.
  295. This option takes an integer number as its argument.
  296. The value of \fInumber\fP is constrained to being:
  297. .in +4
  298. .nf
  299. .na
  300. in the range 0 through 4095
  301. .fi
  302. .in -4
  303. .sp
  304. .TP
  305. .BR \--enet-vlan-cfi "=\fInumber\fP"
  306. Specify the ethernet 802.1q VLAN CFI value.
  307. This option may appear up to 1 times.
  308. This option must appear in combination with the following options:
  309. enet-vlan.
  310. This option takes an integer number as its argument.
  311. The value of \fInumber\fP is constrained to being:
  312. .in +4
  313. .nf
  314. .na
  315. in the range 0 through 1
  316. .fi
  317. .in -4
  318. .sp
  319. .TP
  320. .BR \--enet-vlan-pri "=\fInumber\fP"
  321. Specify the ethernet 802.1q VLAN priority.
  322. This option may appear up to 1 times.
  323. This option must appear in combination with the following options:
  324. enet-vlan.
  325. This option takes an integer number as its argument.
  326. The value of \fInumber\fP is constrained to being:
  327. .in +4
  328. .nf
  329. .na
  330. in the range 0 through 7
  331. .fi
  332. .in -4
  333. .sp
  334. .TP
  335. .BR \--hdlc-control "=\fInumber\fP"
  336. Specify HDLC control value.
  337. This option may appear up to 1 times.
  338. This option takes an integer number as its argument.
  339. .sp
  340. The Cisco HDLC header has a 1 byte "control" field. Apparently this should
  341. always be 0, but if you can use any 1 byte value.
  342. .TP
  343. .BR \--hdlc-address "=\fInumber\fP"
  344. Specify HDLC address.
  345. This option may appear up to 1 times.
  346. This option takes an integer number as its argument.
  347. .sp
  348. The Cisco HDLC header has a 1 byte "address" field which has two valid
  349. values:
  350. .sp 1
  351. \fB0x0F\fP
  352. Unicast
  353. .sp 1
  354. \fB0xBF\fP
  355. Broadcast
  356. .br
  357. You can however specify any single byte value.
  358. .TP
  359. .BR \--user-dlt "=\fInumber\fP"
  360. Set output file DLT type.
  361. This option may appear up to 1 times.
  362. This option takes an integer number as its argument.
  363. .sp
  364. Set the DLT value of the output pcap file.
  365. .TP
  366. .BR \--user-dlink "=\fIstring\fP"
  367. Rewrite Data-Link layer with user specified data.
  368. This option may appear up to 2 times.
  369. .sp
  370. Provide a series of comma deliminated hex values which will be
  371. used to rewrite or create the Layer 2 header of the packets.
  372. The first instance of this argument will rewrite both server
  373. and client traffic, but if this argument is specified a second
  374. time, it will be used for the client traffic.
  375. Example:
  376. .nf
  377. \--user-dlink=01,02,03,04,05,06,00,1A,2B,3C,4D,5E,6F,08,00
  378. .fi
  379. .TP
  380. .BR \-d " \fInumber\fP, " \--dbug "=" \fInumber\fP
  381. Enable debugging output.
  382. This option may appear up to 1 times.
  383. This option takes an integer number as its argument.
  384. The value of \fInumber\fP is constrained to being:
  385. .in +4
  386. .nf
  387. .na
  388. in the range 0 through 5
  389. .fi
  390. .in -4
  391. The default \fInumber\fP for this option is:
  392. .ti +4
  393. 0
  394. .sp
  395. If configured with \--enable-debug, then you can specify a verbosity
  396. level for debugging output. Higher numbers increase verbosity.
  397. .TP
  398. .BR \-i " \fIstring\fP, " \--intf1 "=" \fIstring\fP
  399. Primary interface (listen in uni-directional mode).
  400. This option may appear up to 1 times.
  401. .sp
  402. .TP
  403. .BR \-I " \fIstring\fP, " \--intf2 "=" \fIstring\fP
  404. Secondary interface (send in uni-directional mode).
  405. This option may appear up to 1 times.
  406. .sp
  407. .TP
  408. .BR \-u ", " \--unidir
  409. Send and receive in only one direction.
  410. This option may appear up to 1 times.
  411. .sp
  412. Normally, tcpbridge will send and receive traffic in both directions
  413. (bi-directionally). However, if you choose this option, traffic will
  414. be sent uni-directionally.
  415. .TP
  416. .BR \--listnics
  417. List available network interfaces and exit.
  418. .sp
  419. .TP
  420. .BR \-L " \fInumber\fP, " \--limit "=" \fInumber\fP
  421. Limit the number of packets to send.
  422. This option may appear up to 1 times.
  423. This option takes an integer number as its argument.
  424. The value of \fInumber\fP is constrained to being:
  425. .in +4
  426. .nf
  427. .na
  428. greater than or equal to 1
  429. .fi
  430. .in -4
  431. The default \fInumber\fP for this option is:
  432. .ti +4
  433. \-1
  434. .sp
  435. By default, tcpbridge will send packets forever or until Ctrl-C. Alternatively,
  436. you can specify a maximum number of packets to send.
  437. .TP
  438. .BR \-M " \fIstring\fP, " \--mac "=" \fIstring\fP
  439. MAC addresses of local NIC's.
  440. This option may appear up to 2 times.
  441. .sp
  442. tcpbridge does not support detecting the MAC addresses of the local network
  443. interfaces under Windows. Please specify both MAC addresses of the interfaces
  444. used in the bridge: \-M <intf1 mac> \-M <intf2 mac>
  445. .TP
  446. .BR \-x " \fIstring\fP, " \--include "=" \fIstring\fP
  447. Include only packets matching rule.
  448. This option may appear up to 1 times.
  449. This option must not appear in combination with any of the following options:
  450. exclude.
  451. .sp
  452. Override default of sending all packets stored in the capture file and only
  453. send packets which match the provided rule. Rules can be one of:
  454. .sp
  455. .IR "S:<CIDR1>,... "
  456. - Source IP must match specified CIDR(s)
  457. .sp
  458. .IR "D:<CIDR1>,... "
  459. - Destination IP must match specified CIDR(s)
  460. .sp
  461. .IR "B:<CIDR1>,... "
  462. - Both source and destination IP must match specified CIDR(s)
  463. .sp
  464. .IR "E:<CIDR1>,... "
  465. - Either IP must match specified CIDR(s)
  466. .sp
  467. .IR "P:<LIST> "
  468. - Must be one of the listed packets where the list
  469. corresponds to the packet number in the capture file.
  470. .nf
  471. \--include=P:1-5,9,15,72-
  472. .fi
  473. would send packets 1 thru 5, the 9th and 15th packet, and packets 72 until the
  474. end of the file
  475. .sp
  476. .IR "F:'<bpf>'"
  477. - BPF filter. See the \fItcpdump(8)\fP man page for syntax.
  478. .br
  479. .TP
  480. .BR \-X " \fIstring\fP, " \--exclude "=" \fIstring\fP
  481. Exclude any packet matching this rule.
  482. This option may appear up to 1 times.
  483. This option must not appear in combination with any of the following options:
  484. include.
  485. .sp
  486. Override default of sending all packets stored in the capture file and only
  487. send packets which do not match the provided rule. Rules can be one of:
  488. .sp
  489. .IR "S:<CIDR1>,... "
  490. - Source IP must not match specified CIDR(s)
  491. .sp
  492. .IR "D:<CIDR1>,... "
  493. - Destination IP must not match specified CIDR(s)
  494. .sp
  495. .IR "B:<CIDR1>,... "
  496. - Both source and destination IP must not match specified CIDR(s)
  497. .sp
  498. .IR "E:<CIDR1>,... "
  499. - Either IP must not match specified CIDR(s)
  500. .sp
  501. .IR "P:<LIST> "
  502. - Must not be one of the listed packets where the list
  503. corresponds to the packet number in the capture file.
  504. .nf
  505. \--exclude=P:1-5,9,15,72-
  506. .fi
  507. would drop packets 1 thru 5, the 9th and 15th packet, and packets 72 until the
  508. end of the file
  509. .br
  510. .TP
  511. .BR \-P ", " \--pid
  512. Print the PID of tcpbridge at startup.
  513. .sp
  514. .TP
  515. .BR \-v ", " \--verbose
  516. Print decoded packets via tcpdump to STDOUT.
  517. This option may appear up to 1 times.
  518. .sp
  519. .TP
  520. .BR \-A " \fIstring\fP, " \--decode "=" \fIstring\fP
  521. Arguments passed to tcpdump decoder.
  522. This option may appear up to 1 times.
  523. This option must appear in combination with the following options:
  524. verbose.
  525. .sp
  526. When enabling verbose mode (\fB-v\fP) you may also specify one or more
  527. additional arguments to pass to \fBtcpdump\fP to modify the way packets
  528. are decoded. By default, \-n and \-l are used. Be sure to
  529. quote the arguments like: \--verbose="-axxx" so that they are not interpreted
  530. by tcpbridge. The following arguments are vaild:
  531. [ \-aAeNqRStuvxX ]
  532. [ \-E spi@ipaddr algo:secret,... ]
  533. [ \-s snaplen ]
  534. .TP
  535. .BR \-V ", " \--version
  536. Print version information.
  537. .sp
  538. .TP
  539. .BR \-h ", " \--less-help
  540. Display less usage information and exit.
  541. .sp
  542. .TP
  543. .BR \-H , " \--help"
  544. Display usage information and exit.
  545. .TP
  546. .BR \-! , " \--more-help"
  547. Extended usage information passed thru pager.
  548. .TP
  549. .BR \- " [\fIrcfile\fP]," " \--save-opts" "[=\fIrcfile\fP]"
  550. Save the option state to \fIrcfile\fP. The default is the \fIlast\fP
  551. configuration file listed in the \fBOPTION PRESETS\fP section, below.
  552. .TP
  553. .BR \- " \fIrcfile\fP," " \--load-opts" "=\fIrcfile\fP," " \--no-load-opts"
  554. Load options from \fIrcfile\fP.
  555. The \fIno-load-opts\fP form will disable the loading
  556. of earlier RC/INI files. \fI--no-load-opts\fP is handled early,
  557. out of order.
  558. .SH OPTION PRESETS
  559. Any option that is not marked as \fInot presettable\fP may be preset
  560. by loading values from configuration ("RC" or ".INI") file(s).
  561. The \fIhomerc\fP file is "\fI$$/\fP", unless that is a directory.
  562. In that case, the file "\fI.tcpbridgerc\fP"
  563. is searched for within that directory.
  564. .SH "SIGNALS"
  565. tcpbridge understands the following signals:
  566. .sp
  567. .IR "\fBSIGUSR1\fP"
  568. Suspend tcpbridge
  569. .sp
  570. .IR "\fBSIGCONT\fP"
  571. Restart tcpbridge
  572. .br
  573. .SH "SEE ALSO"
  574. tcpdump(1), tcpprep(1), tcprewrite(1), tcpreplay(1)
  575. .SH "BUGS"
  576. tcpbridge can only send packets as fast as your computer's interface,
  577. processor and system bus will allow.
  578. Connecting both interfaces to the same subnet may create a broadcast storm and
  579. take down the network. Improper use of the packet editing functions may have
  580. other undefined and possible negative consequences.
  581. Some operating systems by default do not allow for forging source MAC
  582. addresses. Please consult your operating system's documentation and the
  583. tcpreplay FAQ if you experiance this issue.
  584. .SH AUTHOR
  585. Copyright 2000-2008 Aaron Turner
  586. For support please use the tcpreplay-users@lists.sourceforge.net mailing list.
  587. The latest version of this software is always available from:
  588. http://tcpreplay.synfin.net/
  589. .PP
  590. Released under the Free BSD License.
  591. .PP
  592. This manual page was \fIAutoGen\fP-erated from the \fBtcpbridge\fP
  593. option definitions.