aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtn.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-16Constify a character array;Bill Meier1-196/+260
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-10/+12
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-3/+3
2013-09-22More emem -> wmem conversion:Pascal Quantin1-6/+6
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-5/+10
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-27/+27
2013-08-15Get rid of set-but-not-used variable. Link to the tools.ietf.org HTMLGuy Harris1-5/+2
2013-08-15A few more improvements:Michael Mann1-697/+537
2013-08-13Make what appear to be the intended changes so that all variables are used orEvan Huus1-3/+1
2013-08-13Fix intended proto_tree_add_item() call that mistakenly calledGuy Harris1-1/+1
2013-08-13Use start_offset to set the item length in the usual pattern (assuming this wasEvan Huus1-0/+1
2013-08-13Some improvements to the bundle protocol:Michael Mann1-885/+836
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-05-25Batch of filterable expert_infos.Michael Mann1-1/+10
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-8/+7
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+1
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-4/+16
2012-12-18Get rid of another tvb_get_ptr() abuse (just like r46577 but in a differentJeff Morriss1-5/+7
2012-12-18Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss1-6/+7
2012-11-25Fix several [-Wshadow] warnings;Bill Meier1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-23From Jim Wright:Anders Broman1-13/+103
2012-05-08From Jim Wright:Anders Broman1-34/+144
2012-05-02From Jim Wright:Anders Broman1-44/+142
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-27/+27
2011-11-21An SDNV length > 8 is also not dissectable. Should fix bug 6601.Guy Harris1-1/+1
2011-11-09Fix some [-Wunused-but-set-variable] warningsBill Meier1-445/+445
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-6/+6
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-16/+16
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-25/+25
2011-09-11From Michael Mann:Anders Broman1-8/+39
2011-08-10From Johannes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5440 :Jeff Morriss1-2/+35
2011-04-03Don't assign to a proto_item* if the value won't be used: Coverity 885-889Bill Meier1-1351/+1320
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
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