aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtn.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke2011-01-301-0/+6
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-4/+4
* Switched to bitwise | instead of logical || in bit operations.Stig Bjørlykke2010-12-171-1/+1
* Corrected pointer types to avoid warnings from clang.Stig Bjørlykke2010-11-041-1/+1
* Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier2010-06-091-8/+8
* Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris2010-05-211-3/+3
* Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris2010-02-271-3/+3
* From Mithun Roy:Anders Broman2010-02-201-8/+6
* Add a protocol reference.Anders Broman2010-02-181-0/+3
* (Trivial changes): Bill Meier2010-02-081-7/+3
* Renamed some reassembled data texts.Stig Bjørlykke2010-02-061-2/+2
* Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke2010-02-021-0/+7
* Fix a number of gcc _Wshadow warningsBill Meier2010-01-181-41/+41
* Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris2009-12-101-3/+3
* From Jakub Zawadzki:Anders Broman2009-12-081-6/+3
* Add an item length check to the DTN dissector. Fixes bugs 4277Gerald Combs2009-11-301-0/+5
* From Mithun Roy:Jaap Keuter2009-11-291-6/+3
* From Jakub Zawadzki:Anders Broman2009-10-251-14/+10
* From Mithun Roy:Jaap Keuter2009-10-241-104/+335
* dissect_udp_bundle(): check if dissect_payload_header() orJeff Morriss2009-10-231-7/+11
* Remove check_col() guardKovarththanan Rajaratnam2009-09-241-3/+1
* Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam2009-09-221-9/+9
* From Don Chirieleison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss2009-09-171-383/+427
* Address the size_t vs. gint issue.Jaap Keuter2009-07-081-16/+16
* Do defragment inits via registered init routineBill Meier2009-07-081-8/+11
* "uint" isn't a standard type, and isn't a type defined by GLib; useGuy Harris2009-07-081-4/+4
* From Don Chirieleison:Jaap Keuter2009-07-081-0/+2309