Index: /trunk/FACT++/src/magicweather.cc
===================================================================
--- /trunk/FACT++/src/magicweather.cc	(revision 13200)
+++ /trunk/FACT++/src/magicweather.cc	(revision 13201)
@@ -482,4 +482,5 @@
         fWeather.SetVerbose(!conf.Get<bool>("quiet"));
         fWeather.SetInterval(conf.Get<uint16_t>("interval"));
+        fWeather.SetDebugTx(conf.Get<bool>("debug-tx"));
 
         return -1;
@@ -506,4 +507,5 @@
         ("quiet,q", po_bool(true),  "Disable printing contents of all received messages (except dynamic data) in clear text.")
         ("interval,i", var<uint16_t>(25), "Interval between two server requests in seconds")
+        ("debug-tx", po_bool(), "Enable debugging of ethernet transmission.")
         ;
 
