aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-reload-framing.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-09Only count an ACK if it's part of an existing conversation, otherwise weGerald Combs1-3/+8
2011-05-29- Added new SignatureIdentity values.Anders Broman1-1/+1
2011-05-13From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5863 :Jeff Morriss1-7/+4
2011-05-06From Marc Petit-Huguenin via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Jeff Morriss1-37/+37
2011-03-28From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+3
2011-03-27Fix Coverity 393: "DEADCODE"; Add an XXX commentBill Meier1-2/+2
2011-03-22Allocate correct size of reload_frame.Stig Bjørlykke1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-11-24Tighten the heuristic.Anders Broman1-12/+25
2010-11-22From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+403