aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-reload-framing.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-10Dissector names are not protocol names.Guy Harris1-1/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-6/+6
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-1/+1
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-2/+1
2017-05-14reload-framing: fix typo (serie -> series)Alexis La Goutte1-1/+1
2017-05-14It's now RFC 6940.Guy Harris1-0/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-06-29Provide new interface for Export PDU.Michael Mann1-5/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-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_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-3/+3
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-3/+3
2015-06-25Add ability to export PDUs for heuristic dissectors alsoPascal Quantin1-1/+1
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-3/+3
2015-05-25reload-framing: add range checks before bit-shiftsStephane Bryant1-8/+7
2015-04-30Fix some cases where we're shifting a signed 1 left.Guy Harris1-6/+6
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-04-18Exported PDU: add support for more than 32 tagsPascal Quantin1-3/+3
2014-03-19Exported PDU: add support for data length on the wirePascal Quantin1-2/+3
2014-03-17Revert "Try to make the heuristic a bit more efficient."Bill Meier1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-13/+8
2013-10-14Try to pptimize heuristics slightly.Anders Broman1-4/+4
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-13Try to make the heuristic a bit more efficient.Anders Broman1-5/+5
2013-08-31Convert another 10 dissectors to wmem.Evan Huus1-11/+11
2013-06-18Add ability to export decrypted SSL/DTLS PDUsPascal Quantin1-5/+37
2013-05-27Batch of filterable expert infosMichael Mann1-1/+10
2013-03-18From beroset:Anders Broman1-8/+8
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-23/+23
2012-12-03Fix 2 bugs in heuristic tests which resulted in various false positives;Bill Meier1-12/+17
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-1/+1