aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppcap.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2022-02-04Trivial: change some formatting in hf item definitionsMartin Mathieson1-3/+3
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-1/+1
2021-07-13ppcap: Remove unused preference codeAnders Broman1-4/+0
2021-07-11More mask checks and some fixes.Martin Mathieson1-6/+6
2021-04-24Fix more item lengths.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-3/+2
2016-06-13Convert AT_SS7PC to a "dissector address type"Michael Mann1-6/+10
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-10/+10
2016-03-03[PPCAP] SCTP association ID IE is alwas 16 octets long including padding.AndersBroman1-4/+2
2016-01-12[PPCAP] Add dissection of IE SCTP Association.AndersBroman1-0/+16
2015-12-23[PPCAP] Handle SGSAP and GTPv2 messages.AndersBroman1-31/+41
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-6/+6
2015-10-27PPCAP: don't pass by local variable for display addressAlexis La Goutte1-9/+4
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-11/+11
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-2/+2
2015-01-08PPCAP: Nesting level does not match indendation (CID 1259218)Alexis La Goutte1-1/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-2/+2
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-3/+2
2014-06-23Fix a typo.AndersBroman1-1/+1
2014-05-28packet-ppcap.c: Minor cleanupBill Meier1-21/+31
2014-05-04Update some soft-deprecated APIs.AndersBroman1-4/+4
2014-04-10Update to the latest packet format.AndersBroman1-30/+148
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-15A few more dissectors converted to wmemPascal Quantin1-4/+5
2013-03-18From beroset:Anders Broman1-8/+8
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-4/+4
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-4/+4
2012-12-21Use TVB_SET_ADDRESS() and COPY_ADDRESS_SHALLOW() instead of tvb_get_ptr()Jeff Morriss1-29/+12
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-25Minor cleanup:Bill Meier1-201/+201
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-03-20On behalf of Ericsson a dissector for output from a log tool.Anders Broman1-0/+589