aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtn.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-17Switched to bitwise | instead of logical || in bit operations.Stig Bjørlykke1-1/+1
2010-11-04Corrected pointer types to avoid warnings from clang.Stig Bjørlykke1-1/+1
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier1-8/+8
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-3/+3
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-3/+3
2010-02-20From Mithun Roy:Anders Broman1-8/+6
2010-02-18Add a protocol reference.Anders Broman1-0/+3
2010-02-08(Trivial changes): Bill Meier1-7/+3
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-2/+2
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+7
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-41/+41
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-3/+3
2009-12-08From Jakub Zawadzki:Anders Broman1-6/+3
2009-11-30Add an item length check to the DTN dissector. Fixes bugs 4277Gerald Combs1-0/+5
2009-11-29From Mithun Roy:Jaap Keuter1-6/+3
2009-10-25From Jakub Zawadzki:Anders Broman1-14/+10
2009-10-24From Mithun Roy:Jaap Keuter1-104/+335
2009-10-23dissect_udp_bundle(): check if dissect_payload_header() orJeff Morriss1-7/+11
2009-09-24Remove check_col() guardKovarththanan Rajaratnam1-3/+1
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam1-9/+9
2009-09-17From Don Chirieleison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-383/+427
2009-07-08Address the size_t vs. gint issue.Jaap Keuter1-16/+16
2009-07-08Do defragment inits via registered init routineBill Meier1-8/+11
2009-07-08"uint" isn't a standard type, and isn't a type defined by GLib; useGuy Harris1-4/+4
2009-07-08From Don Chirieleison:Jaap Keuter1-0/+2309