summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* driver for novatel superstar2. Chris Kuethe2009-01-261-0/+64
* Fix misleading comments.Eric S. Raymond2009-01-131-1/+1
* Improve the packet instrumentation slightly.Eric S. Raymond2009-01-121-7/+7
* fix format warningsChris Kuethe2009-01-061-8/+9
* Merge code for Oceanserver compass from Stefan de Konink.Eric S. Raymond2009-01-041-2/+6
* Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers...Chris Kuethe2008-12-271-13/+13
* bunch of fixes to ubx, particularly for the ublox5. from Henk FijnvandraatChris Kuethe2008-10-191-0/+6
* whitespace fixesChris Kuethe2008-08-031-4/+5
* accept tsip packet type 0x48 - system messagesChris Kuethe2008-08-031-0/+4
* also allow trimble packet 0x5a (raw measurements)Chris Kuethe2008-08-031-0/+2
* splint cleanup.Eric S. Raymond2008-07-161-1/+1
* Add a packet.c entry point (actually a macro) for testing... Eric S. Raymond2008-07-151-6/+4
* Avoid erroneously decrementing the input count on a transient error.Eric S. Raymond2008-07-151-5/+11
* Bugs can lurk indefinitely in the damnedest places. Eric S. Raymond2008-07-151-11/+17
* Refactoring step. Eliminate second argument of packet.c::packet_parse().Eric S. Raymond2008-07-151-20/+14
* Revert previous EOF_PACKET change, it was a bad idea.Eric S. Raymond2008-07-141-2/+2
* typo in commentChris Kuethe2008-07-131-1/+1
* Typo fix.Eric S. Raymond2008-07-131-1/+1
* Update some documentation.Eric S. Raymond2008-07-131-11/+29
* Improved debugging message.Eric S. Raymond2008-07-131-5/+8
* splint cleanup.Eric S. Raymond2008-07-131-8/+7
* Packet state machine now recognizes RTCM3 packets correctly.Eric S. Raymond2008-07-131-3/+3
* Enable processing of multiple RTCM3 packets.Eric S. Raymond2008-07-121-4/+5
* 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