aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vcdu.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-22Update display filter names per Bug 2794. Part 1 of many.mmann1-19/+19
2012-07-08UATs could be put into "categories". The categories were defined onlyguy1-1/+1
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-16/+16
2011-06-04From Michael Mann:etxrab1-72/+84
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-1/+1
2010-02-28Added svn:ignore targets.stig1-13/+5
2009-11-09Removed unused code.stig1-5/+0
2009-10-09From Didier Gautheron:etxrab1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-03-19- Move register_dissector(...) from proto_reg_handoff() to proto_register();wmeier1-3/+4
2009-03-18Don't g_assert() in a dissector, just drive on.guy1-2/+2
2009-03-18From Patrick A Baldwin:etxrab1-0/+648