summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.cvsignore1
-rw-r--r--ChangeLog7
-rw-r--r--call/.cvsignore3
-rw-r--r--listen/.cvsignore4
-rw-r--r--listen/flexnetdump.c2
5 files changed, 11 insertions, 6 deletions
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000..f3c7a7c
--- /dev/null
+++ b/.cvsignore
@@ -0,0 +1 @@
+Makefile
diff --git a/ChangeLog b/ChangeLog
index abd3b22..1d8013e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,7 @@
-ax25-apps (0.0.7)
- * ax25ipd bug-fixes - Terry Dawson, Ray Wells, et.al.
-
ax25-apps (0.0.6)
* listen can decode INP Packets. Thanks to Jeroen Vreeken
-
- -- Craig Small <csmall@small.dropbear.id.au>
+ * Added \n to flexdump after "Poll". Thanks to Alexandre Fornieles
+ * ax25ipd bug-fixes - Terry Dawson, Ray Wells, et.al.
ax25-apps (0.0.5)
* New rosedump.c from Jean-Paul.
diff --git a/call/.cvsignore b/call/.cvsignore
new file mode 100644
index 0000000..a642653
--- /dev/null
+++ b/call/.cvsignore
@@ -0,0 +1,3 @@
+.libs
+.deps
+call
diff --git a/listen/.cvsignore b/listen/.cvsignore
new file mode 100644
index 0000000..b2231b5
--- /dev/null
+++ b/listen/.cvsignore
@@ -0,0 +1,4 @@
+Makefile
+.deps
+.libs
+listen
diff --git a/listen/flexnetdump.c b/listen/flexnetdump.c
index a96f00f..8b8a3be 100644
--- a/listen/flexnetdump.c
+++ b/listen/flexnetdump.c
@@ -88,7 +88,7 @@ void flexnet_dump(unsigned char *data, int length, int hexdump)
return;
case FLEX_POLL:
- lprintf(T_FLEXNET, " Poll");
+ lprintf(T_FLEXNET, " Poll\n");
return;
case FLEX_ROUT: