summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* Allow NMEA-style messages prefixed with '!' to be passed in super-raw mode.Chris Kuethe2007-03-111-0/+26
* Fix to a packet-sniffer bug handling $P..Chris Kuethe2007-01-111-1/+7
* remove debug goo. "XXX" stays there until i'm more confident in this codeChris Kuethe2006-12-291-2/+0
* tidier italk hooks. now we checksum and correctly accept/reject packets.Chris Kuethe2006-12-291-16/+19
* more hacking on italk; Chris Kuethe2006-12-281-20/+38
* when a checksum fails, say what kind of packet failed.Chris Kuethe2006-12-261-2/+4
* Christmas Goodies: TSIP and Navcom no longer conflict. Chris Kuethe2006-12-251-7/+7
* Good day to be fixing TSIP.Chris Kuethe2006-12-221-11/+15
* The start of a UBX driver, from Andreas Stricker. Not yetChris Kuethe2006-12-151-0/+78
* Diego Burge's driver builds, but it messes up some regression tests...Eric S. Raymond2006-12-151-0/+72
* Fix a packet-sniffer bug in comment processing. With this, gpscat acquires Eric S. Raymond2006-12-071-2/+2
* Fix a bug in the processing of comment packets.Eric S. Raymond2006-12-071-0/+1
* The TSIP problem is solved.Eric S. Raymond2006-12-061-34/+21
* Another step toward a Python wrapper for packet.c.Eric S. Raymond2006-12-051-5/+13
* Change the way the RTCM decoding is layered... Eric S. Raymond2006-12-041-21/+58
* Fix ALLOW_RECONFIGURE compilation.Eric S. Raymond2006-12-011-1/+14
* Some name changes in formal arguments, No logic changes,Eric S. Raymond2006-11-301-277/+279
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-180/+180
* Wrong size for packet 0x42. Found while testing regression tests.Chris Kuethe2006-11-291-1/+1
* fix detection of packet 0x46Chris Kuethe2006-11-271-1/+1
* allow TSIP "super-packets"Chris Kuethe2006-11-261-1/+3
* comment out unnecessary log - a similar log is now emitted by tsip.cChris Kuethe2006-11-251-0/+2
* move a log statement so that there is a clear indication of whether aChris Kuethe2006-11-251-4/+4
* Recognize a few more packet types and log when we reject a packetChris Kuethe2006-11-251-2/+9
* TSIP works againChris Kuethe2006-11-251-8/+35
* fix single-protocol build for garminChris Kuethe2006-11-151-2/+3
* move the braces inside the ifdef to make it easier to count bracketsChris Kuethe2006-11-151-7/+13
* squelch unused variables in TSIP-only compilesChris Kuethe2006-11-151-1/+2
* Convert some log levels I missed first time around.Eric S. Raymond2006-11-021-2/+2
* Sigh...avoid harmless but *annoying* name collision...Eric S. Raymond2006-11-021-1/+1
* Define uniform log level macros.Eric S. Raymond2006-11-021-14/+16
* making italk have a better chance of working. at least it detects packets now.Chris Kuethe2006-11-021-16/+16
* Convert garmin_usb to run in serial emulation mode...Gary E. Miller2006-10-301-0/+1
* Packet cleanup from Petr Slansky.Eric S. Raymond2006-10-291-4/+0
* splint cleanup.Eric S. Raymond2006-10-271-1/+3
* The ugly code for recognizing DLE-led packets...Eric S. Raymond2006-10-271-125/+144
* The second character if the iTalk leader is '!'Chris Kuethe2006-10-271-1/+1
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-2/+2
* Partial splint cleanup.Eric S. Raymond2006-10-261-5/+6
* Update some documentation.Eric S. Raymond2006-10-241-1/+1
* Improve Garmin Serial binary detection by reducing TSIP false positives.Gary E. Miller2006-10-091-12/+48
* Fix GPGSV output, tweak the file commentsGary E. Miller2006-09-271-1/+1
* Now usually detects Garmin Serial binary and calls proper driver. Gary E. Miller2006-09-261-8/+7
* Garmin serial binary is very similar to TSIP binary.Gary E. Miller2006-09-261-9/+58
* remove redundant toupper() calls...Chris Kuethe2006-09-231-2/+2
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* The big dead-storage elimination: we get rid of the newdata member.Eric S. Raymond2006-09-091-11/+11
* SiRF name cleanup.Chris Kuethe2006-08-171-6/+6
* Jerome Cornet's cleaner fix for the Earthmate.Eric S. Raymond2006-08-161-7/+0
* Kluge to make pre-2003 Earthmates with EARTHA handshake work again.Eric S. Raymond2006-08-161-0/+7