summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-19Convert OID APIs to use wmem.Michael Mann34-254/+322
2015-01-19Eliminate ep_strdup(), as it's no longer used.Guy Harris4-47/+0
2015-01-19smpp: Prevent crash if invalid date/time field.Bill Meier1-4/+15
2015-01-18Reflect the disappearance of the seasonal allocator.Guy Harris1-2/+0
2015-01-18This currently requires emem.h.Guy Harris1-0/+1
2015-01-18[Qt] Run windeployqt for Qt versions greater than 5.2AndersBroman1-1/+1
2015-01-18Put back ep_alloc0(), accidentally deleted in the removal of the se_ stuff.Guy Harris1-6/+7
2015-01-18This file currently does need emem.h.Guy Harris1-0/+5
2015-01-18Nobody uses se_ allocations, so remove the code for them.Guy Harris5-316/+4
2015-01-18Remove a couple more apparently-no-longer-necessary emem.h includes.Guy Harris2-2/+0
2015-01-18Update some comments to reflect reality.Guy Harris10-24/+29
2015-01-18Replace the last THROW ep_ calls with wmemEvan Huus1-13/+15
2015-01-18replace DISSECTOR_ASSERT ep strings with wmemEvan Huus1-16/+24
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris24-34/+0
2015-01-18CMake: Copy data files to the run directory.Gerald Combs2-39/+191
2015-01-18proto.c: Update some comments to reflect realityBill Meier1-7/+8
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris4-5/+2
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris11-11/+0
2015-01-18Remove seasonal memory from address resolution.Michael Mann1-4/+25
2015-01-18make things a bit easier to read...Martin Kaiser1-3/+4
2015-01-18remove trans_info parameter from dissect_usb_hid_report_item()Martin Kaiser1-6/+3
2015-01-18clean up the functions that dissect the hid requestsMartin Kaiser1-80/+80
2015-01-18remove redundant (and unused) paramter usb_trans_infoMartin Kaiser1-8/+8
2015-01-18[Automatic manuf, services and enterprise-numbers update for 2015-01-18]Gerald Combs4-9/+226
2015-01-18ISUP: add dissection of generic number qualifier indicatorPascal Quantin1-5/+21
2015-01-18HTTP: revert a change done in g0ee179cPascal Quantin1-1/+3
2015-01-18no need for if(tree)Martin Kaiser1-7/+4
2015-01-18ftype (integer): fix Uninitialized argument value found by Clang AnalyzerMichael Mann1-0/+3
2015-01-18asn2wrs: autodetect if 64 bits variant is required for constrained integersPascal Quantin15-304/+205
2015-01-18Update libwireshark0.symbolsPascal Quantin1-1/+12
2015-01-18LDAP: g8c608e6 did not include the changes in template file, that got lost af...Pascal Quantin2-5/+9
2015-01-18ASN.1: regenerate dissectors after g506409dPascal Quantin5-13/+13
2015-01-18We need epan/wmem/wmem.h regardless of whether we have GeoIP.Guy Harris1-4/+6
2015-01-18Fix another dfilter_compile() call.Guy Harris1-1/+1
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris60-542/+698
2015-01-18Try to make Mac OS X Buildbots happyAlexis La Goutte1-2/+2
2015-01-18Miscellaneous ep_strdup_printf replacement.Michael Mann9-22/+35
2015-01-18Remove ep_strndupMichael Mann6-39/+24
2015-01-18Remove emem from GeoIPMichael Mann7-34/+77
2015-01-18Trim down the use of ep_ memory in the display filter code.Michael Mann4-22/+31
2015-01-17Replace the last of ep_alloc and ep_alloc0 with wmem equivalent.Michael Mann4-14/+12
2015-01-17Replace all remaining instances of ep_new with wmem_new and wmem_packet_scope.Michael Mann4-29/+24
2015-01-17DHCP/BOOTP: Option 125 Suboption: (1) option-len always expects 1 but specifi...Alexis La Goutte1-2/+2
2015-01-17X509AF: dissect Certificate Serial Number as INT64 instead of INT32Pascal Quantin2-4/+9
2015-01-17A few more emem replacements with wmem.Michael Mann2-10/+8
2015-01-17Convert proto_construct_match_selected_string to use wmem.Michael Mann6-10/+22
2015-01-17Added Card Application Toolkit Transport Protocol (CATTP) dissectorSebastian Kloeppel4-0/+609
2015-01-17Correct PF field offset when looking for DARussel1-1/+1
2015-01-17dissect CCRC, APRC and the APDU body's dataMartin Kaiser1-2/+28
2015-01-17dissect the serial characters and the CRCMartin Kaiser1-2/+35