summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Rename the function to oncore_payload_cksum_length()... Chris Kuethe2009-07-231-7/+8
* More patches by Hakan JohanssonChris Kuethe2009-07-181-35/+37
* move the oncore packet length tester to where it really should be.Chris Kuethe2009-07-181-4/+59
* Make the oncore sniffer use the known lengths of packets.Chris Kuethe2009-07-161-9/+16
* Rough oncore driver.Chris Kuethe2009-07-161-19/+90
* don't return -1 if ((errno == EAGAIN) || (errno == EINTR));Chris Kuethe2009-07-101-0/+1
* how could i have possibly screwed up superstar2 detection so badly?Chris Kuethe2009-07-041-3/+6
* more TSIP fixesChris Kuethe2009-07-021-1/+3
* accept trimble raw measurementsChris Kuethe2009-06-241-1/+1
* Make the packet getter a bit more explicit about checksum failures.Eric S. Raymond2009-06-171-1/+1
* Comment fixes.Eric S. Raymond2009-06-091-6/+12
* Typo fix in comment.Eric S. Raymond2009-06-071-1/+1
* Cope with broken \r\r\n packet trailers from the Jackson Labs Firefly-1a.Eric S. Raymond2009-06-071-0/+6
* Minor splint cleanups.Eric S. Raymond2009-03-271-1/+1
* Explain a tricky issue that might bite us someday.Eric S. Raymond2009-03-271-1/+18
* Significant simplification of the packet-getter interface. Eric S. Raymond2009-03-271-5/+10
* Garmintxt integration patches from Petr Slansky.Eric S. Raymond2009-03-241-4/+32
* Check in AIVDM regression tests for sentence types 1-4.Eric S. Raymond2009-03-151-1/+3
* The shell of an AIVDM driver.Eric S. Raymond2009-03-091-3/+8
* splint cleanup.Eric S. Raymond2009-03-041-5/+5
* Quiet down the compiler.Eric S. Raymond2009-03-041-0/+3
* Splint cleanup.Eric S. Raymond2009-01-291-1/+3
* 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