summaryrefslogtreecommitdiff
path: root/print-forces.c
Commit message (Expand)AuthorAgeFilesLines
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-91/+94
* ForCES: Fix undefined behaviour in op_valid().Denis Ovsienko2017-09-061-4/+2
* ForCES: Fixup a cppcheck style notice.Denis Ovsienko2017-09-061-1/+1
* fix alignment issues with GCC on Solaris 10 SPARCDenis Ovsienko2016-10-091-18/+18
* Declare some variables as staticFrancois-Xavier Le Bail2016-09-111-1/+1
* Fix used but marked unused parametersFrancois-Xavier Le Bail2016-08-191-1/+1
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-3/+4
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Fix warnings as "comma at end of enumerator list"Francois-Xavier Le Bail2015-08-191-1/+1
* Fix a bunch of de-constifications.Guy Harris2015-04-261-36/+36
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* enumerate F_OP values explicitely, provide reference to where they are defined.Michael Richardson2015-03-101-17/+21
* No OPER-TLV are "empty TLVs".Guy Harris2015-01-081-6/+1
* Properly test ZERO_TTLV flag in otlv_print().Guy Harris2015-01-081-1/+1
* ForCES: update reference from draft to RFC5810Francois-Xavier Le Bail2014-12-171-2/+2
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-85/+85
* NDOize ForCES, MPLS LSP ping and OLSR decodersDenis Ovsienko2014-03-271-300/+314
* refine the previous changeDenis Ovsienko2014-02-261-12/+12
* print-forces: print_metailv(): unused parameter 'len'fxlb2014-02-051-3/+2
* print-forces: remove unused variableMichal Sekletar2014-01-161-1/+0
* Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdumpMichael Richardson2014-01-011-48/+34
|\
| * Use struct toks for various enumerated fields.Guy Harris2013-12-311-48/+34
* | ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-10/+16
* | whitespace changesMichael Richardson2014-01-011-1/+1
|/
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-18/+19
* Not all compilers that can be used support C++/C99-style comments.Guy Harris2013-10-161-1/+3
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-2/+2
* Fix ForCES warnings, clean up a bit.Guy Harris2013-07-231-36/+679
* add support for appending table rowsJamal Hadi Salim2013-07-161-0/+7
* Add support for getting table ranges Fixup get by key formatting while at itJamal Hadi Salim2013-07-161-1/+63
* Print redirect data and metadata details only when verbosity is at least at l...Jamal Hadi Salim2013-07-161-5/+9
* Print redirect packetdata correctlyJamal Hadi Salim2013-07-161-37/+17
* Print redirect Metadata correctlyJamal Hadi Salim2013-07-161-10/+13
* Check the return value of some print routines.Guy Harris2012-06-081-5/+5
* Fix printing of 64-bit quantities.Guy Harris2012-06-071-1/+1
* fixes from Jamal Hadi Salim <hadi@mojatatu.com> for forces: SPARSE data (per ...Michael Richardson2012-03-291-11/+11
* Use proper type (16bit) when extracting path id countJamal Hadi Salim2011-01-251-2/+2
* Fix mixing recursive and flat Path DataJamal Hadi Salim2011-01-251-3/+15
* Fix indent space when we have padded dataJamal Hadi Salim2011-01-251-1/+1
* Use rlen rather than tll as the name of "remaining length" variables.Guy Harris2010-02-071-51/+51
* Check the containing item length in some loops.Guy Harris2010-02-071-26/+161
* Use #defines rather than sizeof.Guy Harris2010-02-071-7/+6
* Constify a bunch of stuff.Guy Harris2010-01-261-23/+24
* Put PRIu64 on the same line as the rest of the format string.Guy Harris2010-01-261-2/+2
* Add TCHECKs, make length variables 32 bits.Guy Harris2010-01-261-37/+151
* Use EXTRACT_16BITS() and EXTRACT_32BITS() to fetch integral values.Guy Harris2010-01-261-56/+56
* Squelch some int-vs-long errors.Guy Harris2010-01-101-8/+11
* Don't use bitfields in on-the-wire structures.Guy Harris2010-01-101-5/+7
* Fix a bunch of warnings in the ForCES printer.Guy Harris2010-01-101-41/+35