aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtn.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-21An SDNV length > 8 is also not dissectable. Should fix bug 6601.guy1-1/+1
2011-11-09Fix some [-Wunused-but-set-variable] warningswmeier1-445/+445
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-6/+6
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-16/+16
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-25/+25
2011-09-11From Michael Mann:etxrab1-8/+39
2011-08-10From Johannes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5440 :morriss1-2/+35
2011-04-03Don't assign to a proto_item* if the value won't be used: Coverity 885-889wmeier1-1351/+1320
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-12-17Switched to bitwise | instead of logical || in bit operations.stig1-1/+1
2010-11-04Corrected pointer types to avoid warnings from clang.stig1-1/+1
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.wmeier1-8/+8
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-3/+3
2010-02-28Added svn:ignore targets.stig1-3/+3
2010-02-20From Mithun Roy:etxrab1-8/+6
2010-02-18Add a protocol reference.etxrab1-0/+3
2010-02-08(Trivial changes): wmeier1-7/+3
2010-02-06Renamed some reassembled data texts.stig1-2/+2
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+7
2010-01-18Fix a number of gcc _Wshadow warningswmeier1-41/+41
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-3/+3
2009-12-08From Jakub Zawadzki:etxrab1-6/+3
2009-11-30Add an item length check to the DTN dissector. Fixes bugs 4277gerald1-0/+5
2009-11-29From Mithun Roy:jake1-6/+3
2009-10-25From Jakub Zawadzki:etxrab1-14/+10
2009-10-24From Mithun Roy:jake1-104/+335
2009-10-23dissect_udp_bundle(): check if dissect_payload_header() ormorriss1-7/+11
2009-09-24Remove check_col() guardkrj1-3/+1
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOkrj1-9/+9
2009-09-17From Don Chirieleison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-383/+427
2009-07-08Address the size_t vs. gint issue.jake1-16/+16
2009-07-08Do defragment inits via registered init routinewmeier1-8/+11
2009-07-08"uint" isn't a standard type, and isn't a type defined by GLib; useguy1-4/+4
2009-07-08From Don Chirieleison:jake1-0/+2309