aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-reload-framing.c
AgeCommit message (Expand)AuthorFilesLines
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