aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-17RSYNC: Malformed Packet on rsync-version with length 2Alexis La Goutte1-2/+2
2015-01-17EAPOL-MKA: Included fixes for the distributed sak handling.maisheri3-3/+23
2015-01-17PacketLogger files can be big-endian or little-endian.Guy Harris1-12/+52
2015-01-16USB: do not put usb_address_t structure on stack and initialize it completely...Pascal Quantin1-16/+17
2015-01-16Update a commentPascal Quantin1-2/+2
2015-01-16Update comment to reflect the current reality.Guy Harris1-1/+2
2015-01-16Spaces separate bytes; they don't have to surround them.Guy Harris1-6/+7
2015-01-16IS-IS: Add missing i variable for subclv loop (IS Reachability)Alexis La Goutte1-1/+1
2015-01-16IS-IS: wrong length for SubTLV 18 (TE default Metric)Alexis La Goutte1-1/+1
2015-01-16Kill more unused emem functionsEvan Huus4-60/+1
2015-01-16CMakeList.txt/Makefile.am (root) : fix indent (use tabs)Alexis La Goutte2-124/+137
2015-01-16ZBee ZCL: use tvb_get_guint8() (avoid tvb_get_ptr... !)Alexis La Goutte1-1/+1
2015-01-16Remove se_ alloced memory from packet_list_storeMichael Mann1-3/+3
2015-01-16GSM SIM: enhance dissection of APDU Class bytePascal Quantin1-9/+73
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann26-114/+117
2015-01-16Remove seasonal memory from everything except address resolutionsMichael Mann6-20/+20