aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-selfm.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-17From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9435 :Pascal Quantin1-1/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+7
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+0
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-09-24From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9180Evan Huus1-2/+59
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-1/+1
2013-07-20Replace wmem slist (singly-linked) with wmem list (doubly-linked).Evan Huus1-14/+14
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-16Fix Coverity CID 1050092: Dereference null return value.Chris Maynard1-3/+4
2013-07-13From Chris Botje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8917Evan Huus1-23/+120
2013-07-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2013-07-06From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8860Evan Huus1-827/+1312
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-41/+15
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-03-19From beroset:Anders Broman1-7/+7
2013-01-07Small updates to the SEL Fast Message dissector.Evan Huus1-16/+33
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+7
2013-01-05From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8089Evan Huus1-0/+2310