summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gpscat to dump binary packets correctly. Eric S. Raymond2008-07-121-10/+13
* Splint got more capable, or something. Remove some overrides.Eric S. Raymond2008-07-101-1/+1
* CRC24Q checksum works now.Eric S. Raymond2008-06-301-3/+6
* Add a CRC-24Q implementation. It's wrong, but it's a start.Eric S. Raymond2008-06-301-4/+16
* RTCM104v3 packet detection. Eric S. Raymond2008-06-301-32/+61
* More namespace shuffles preparing for RTCM3.Eric S. Raymond2008-06-271-21/+21
* More preparation for RTCM 3. No behavior changes. All regression tests pass.Eric S. Raymond2008-06-271-16/+16
* Documentation fixes.Eric S. Raymond2008-01-171-1/+1
* Fix splint annotations.Eric S. Raymond2008-01-171-3/+2
* Revert 'cosmetic' change from 2 Jun by esr that broke Garmin USB binary.Gary E. Miller2008-01-121-4/+10
* Backed out some recent changes that broke regression tests.Eric S. Raymond2007-12-281-66/+4
* wrap long lineChris Kuethe2007-12-261-1/+2
* Make the packet sniffer a bit more picky... Chris Kuethe2007-12-251-4/+65
* Integrated Garmin Simple Text Protocol driver from Petr Slansky.Eric S. Raymond2007-12-111-2/+2
* Fix a regression failure.Eric S. Raymond2007-12-061-0/+2
* fixes for trimble stuff. gives better results from my lassen iqChris Kuethe2007-10-181-2/+17
* Make debugging a little easierChris Kuethe2007-10-181-1/+1
* whitespace, and wrap some long linesChris Kuethe2007-10-181-102/+105
* More splint cleanups and elimination of another static...Eric S. Raymond2007-06-021-11/+8
* More splint cleanups.Eric S. Raymond2007-06-021-4/+6
* 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