aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ccsds.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-27From Yaniv Kaul:wmeier1-4/+2
Some fixes for 'set but not used' errors that GCC 4.6 emits. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36910 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-07Update URL (the document now includes all updates through Technicalguy1-1/+1
Corrigendum 1; presumably that's the "c1"). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35846 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-27From Matt Parrisimo:jake1-25/+171
Calculate packet length and checksum. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34664 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-1/+1
argument indicating whether to include the time zone in the string. If we're constructing a display filter, don't include the time zone, otherwise do. Fixes bug 4756. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32913 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-25Reapply SVN #27273 which was lost when SSVN #27768 was aspplied.wmeier1-2/+3
"http://stationpayloads.jsc.nasa.gov/J-reference/documents/ssp57002B.pdf is a dead link; supply another link, to a document that describes *some* of this." git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32557 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06#include <string.h> not needed.wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32410 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32367 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-28Added svn:ignore targets.stig1-63/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32055 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29342 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-19- Move register_dissector(...) from proto_reg_handoff() to proto_register();wmeier1-3/+3
- Use dissector_add_handle("udp",...) rather than dissector_add(""udp",0,...) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27794 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-18From Patrick A Baldwin:etxrab1-96/+447
Enhancements for CCSDS Dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27768 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-20http://stationpayloads.jsc.nasa.gov/J-reference/documents/ssp57002B.pdfguy1-2/+3
is a dead link; supply another link, to a document that describes *some* of this. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27273 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-18From Matt P:jake1-0/+1
CCSDS packets may reside within an 802.3 packet. This patch provides a way for the CCSDS dissector to be called from the 802.3 dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27257 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-08various code cleanup:ulfl1-4/+0
-use g_snprintf instead of sprintf and snprintf -use g_strdup_printf where appropriate -remove #include "snprintf.h" (as only g_snprintf should be used) -replace some more alloc/realloc/calloc/free with their glib pendants git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15264 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-29README.developer says:gerald1-1/+1
"PROTOABBREV A name for the protocol for use in filter expressions; it should contain only lower-case letters, digits, and hyphens." In proto_register_protocol(), generate a warning if PROTOABBREV contains invalid characters. Along with the list above, allow underscores and periods. Fix up whitespace. Lower-case PROTOABBREV in several dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13967 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+259
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7