summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* Bug submitter suggested an off-by-one error.Eric S. Raymond2013-01-221-1/+1
* Address Savannah bug #38077: TSIP parser doesn't handle packet id 0x38.Eric S. Raymond2013-01-151-1/+4
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-1/+1
* Split gpsd_hexdump() so AIS dumping will be invertible.Eric S. Raymond2012-06-201-4/+4
* Add BS talker ID (used by AIS base stations)Christian Gagneraud2012-06-201-0/+18
* Zero Coverity defects!Eric S. Raymond2012-05-131-2/+2
* Still working on pacifying Coverity. All regression tests pass.Eric S. Raymond2012-05-111-1/+2
* Pacify Coverity some more.Eric S. Raymond2012-05-111-0/+1
* Add new NMEA talker ID (WI, HC and TI)Christian Gagneraud2012-04-211-0/+27
* Added support for SDDBT sentences from a depth sounder.Eric S. Raymond2012-03-091-0/+9
* splint cleanup.Eric S. Raymond2011-09-221-1/+1
* Cycle-start detection by timing works on a SiRF at 9600bps.Eric S. Raymond2011-09-211-0/+3
* Additional explanation.Eric S. Raymond2011-09-081-3/+7
* Update list of recognized talker prefixes.Eric S. Raymond2011-09-081-2/+3
* Enable packet sniffer to recognize ECDIS NMEA packets with $EC leader.Eric S. Raymond2011-09-081-0/+9
* Typo fixes and scan-build cleanup.Eric S. Raymond2011-08-111-1/+1
* Make JSON support a full driver to avoid a crash bug in gpsmon.Eric S. Raymond2011-06-201-1/+6
* Improve the code for making sensor data and command strings visible...Eric S. Raymond2011-06-171-4/+4
* Elimination of gpsd_hexdump_level.Eric S. Raymond2011-06-171-17/+17
* Remove more duplicative logging. All regression tests pass.Eric S. Raymond2011-06-171-11/+2
* Cut down on gpsd_hexdump_wrapper() calls.Eric S. Raymond2011-06-171-3/+0
* First xut at JSON passthrough code.Eric S. Raymond2011-06-141-0/+112
* Clean up more scan-build warnings, from the raw logs this time.Eric S. Raymond2011-03-301-2/+2
* scan-build and splint cleanup. All regression tests pass.Eric S. Raymond2011-03-291-8/+9
* Drop scope of a couple of garmin-only parametersJon Schlueter2011-03-221-2/+3
* More fossil #ifdef removal. All regression tests pass.Eric S. Raymond2011-03-041-14/+0
* Sniffer wasn't going to ground state properly afer an RTCM3 packet.Eric S. Raymond2011-03-021-3/+2
* Add explanatory comments.Eric S. Raymond2011-03-011-0/+2
* Hide something that doesn't have to be globally visible.Eric S. Raymond2011-02-281-57/+58
* Reverse an earlier error, and harden RTCM2 decoding a bit.Eric S. Raymond2011-02-261-21/+41
* Make sure ISGPS packets are available raw in the output buffer.Eric S. Raymond2011-02-261-2/+12
* Match debug levels passed into gpsd_hexdump_wrapper with gpsd_report() calls.Jon Schlueter2011-02-261-4/+4
* Avoid any possibility of rejecting a $PASHR due to bad checksum.Eric S. Raymond2011-02-231-31/+40
* More deheader testing. All regressions pass, codebase splints clean.Eric S. Raymond2011-01-131-1/+2
* Rename the bits.h macros to be explicit about operand length.Eric S. Raymond2010-12-261-2/+2
* sizeof(long) doesn't always equal 4Chris Kuethe2010-12-251-1/+1
* Experimentally revert ckuethe's change to not accept comment packets...Eric S. Raymond2010-12-251-2/+2
* More fixes for the packet snifferChris Kuethe2010-12-241-6/+3
* disable detection of comment packetsChris Kuethe2010-12-241-1/+6
* Total splint cleanup. All regressionm tests pass.Eric S. Raymond2010-12-161-1/+1
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2010-12-151-1/+0
* missing headers for openbsdChris Kuethe2010-12-141-0/+2
* Still more simplification of configuration and header handling.Eric S. Raymond2010-12-141-9/+1
* Wow, I totally baked the geostar import...Chris Kuethe2010-12-111-0/+91
* update inbufptr when skipping NMEA junkChris Kuethe2010-12-111-2/+6
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-2/+0
* trailing whitespace cleanupJon Schlueter2010-11-061-11/+11
* Accept AIVDO as well as AIVDM packets.Eric S. Raymond2010-10-091-0/+2
* Backing out the 16-byte read limit, as it breaks the regression tests.Eric S. Raymond2010-05-311-24/+1
* Limit reads in packet_get to 16 bytes.Jon Schlueter2010-05-281-1/+24