summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-reload-framing.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-08-16Add editor modelines;Bill Meier1-33/+45
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-07-21Fix mis-allocated key size as caught by valgrind.Evan Huus1-6/+11
2012-07-21The se_tree_* functions are destructive to the key, so save and restoreEvan Huus1-0/+11
2012-07-21The 32-bit-key tree code assumes that the pointer to the key can be castGuy Harris1-2/+5
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06From Stéphane Bryant: improvements in RELOAD dissectionBill Meier1-58/+186
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-5/+5