aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldss.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-26/+26
2023-06-21Use `register_dissector()` for more protocolsDavid Perry1-2/+3
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-3/+3
2022-05-15epan: Fix our conversation flagsGerald Combs1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-16/+16
2019-04-03ldss: add checks on file digest.Dario Lombardo1-16/+3
2018-09-08Initialize broadcast_addr at compile time.Guy Harris1-2/+1
2018-04-30LDSS: Fix a read overrun in dissect_ldss_transfer.Darius Davis1-1/+1
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-3/+3
2017-01-26ldss: Ensure ldss_file_request_t structure gets allocatedMichael Mann1-23/+3
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-26/+3
2016-09-22LDSS: fix a memory leak caught by ASanPascal Quantin1-1/+1
2016-07-25LDSS: check if a conversation already exists before recreating itPascal Quantin1-11/+14
2016-06-16LDSS: Add an assertion (CID280539,CID280540)João Valverde1-0/+2
2016-05-01ldss: remove if (tree) checksMartin Kaiser1-151/+138
2016-05-01ldss: return -1 (not 0) if we need more data from TCPMartin Kaiser1-1/+1
2016-04-22Do not mix wmem and glib allocatorsPascal Quantin1-2/+2
2016-04-04Rename "libz" to "zlib"João Valverde1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-8/+8
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-3/+3
2015-08-27Remove calls of tvb_ensure_length_remaining.Michael Mann1-3/+1
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-9/+9
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-2/+2
2015-02-10Do not iterate over reported length when using tvb_find_line_endPascal Quantin1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+1
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-6/+13
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-5/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-11/+11
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-1/+1
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-11/+11
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-4/+17
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Add a MIN() to avoid reading past the end of a buffer in LDSS. Caught byEvan Huus1-1/+1
2013-12-10In dissect_ldss_transfer(), reject the packet if data is NULL. Fix some typos.Chris Maynard1-7/+10
2013-11-02Mark unused arguments.Guy Harris1-1/+1
2013-11-02Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann1-23/+17
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-2/+2
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-7/+8
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-6/+2
2013-03-18From beroset:Anders Broman1-11/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0