summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-07-31Add some very basic framework to fetch statistics of memory usage per component.Jakub Zawadzki3-8/+119
2013-07-31As noticed by Anders: move a wmem include outside of the #ifdef, we want itEvan Huus1-2/+1
2013-07-31From Richard Sharpe:Jeff Morriss1-4/+4
2013-07-31Don't use emem or wmem in base_custom functions, just use a buffer on the stack,Evan Huus1-14/+7
2013-07-31Add the URL of a document from VSS Monitoring that gives details of theGuy Harris1-0/+7
2013-07-31Some cleanup prepping for convert_proto_tree_add_text.pl. Major issue was ma...Michael Mann1-1098/+1175
2013-07-31Fix the most egregious of the newly exposed leaks, about 28KB.Evan Huus1-1/+1
2013-07-31Convert preferences to wmem. Exposes some more memory leaks that didn't show upEvan Huus2-20/+21
2013-07-31Add wmem_tree_is_empty(). Also permit lookups on a NULL tree for compatibilityEvan Huus3-1/+16
2013-07-31Revert one tiny bit of r51043 where UAT code got wmemed by accident.Evan Huus1-1/+1
2013-07-31Convert SSL and TCP dissectors to wmem (with the exception of UAT).Evan Huus7-83/+88
2013-07-31Convert the USB dissectors to wmem.Evan Huus5-54/+54
2013-07-30Remove interface_id, pack_flags from frame_data structure.Jakub Zawadzki3-31/+23
2013-07-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8883 :Pascal Quantin1-85/+140
2013-07-30Reorder field_info structure to remove paddings on 64 bits (8B less).Jakub Zawadzki1-1/+1
2013-07-30From Roman DontschenkoMartin Kaiser1-10/+99
2013-07-30provide a mechnism to exclude some CI+ SAC messages from beingMartin Kaiser1-14/+48
2013-07-30Optimize marking label as truncated in proto_tree_set_representation_*()Jakub Zawadzki1-22/+14
2013-07-30Remove dirty (and not compiling) code from app_mem_usage.c, need rewrite if r...Jakub Zawadzki1-78/+1
2013-07-30Add app_mem_usage.h.Guy Harris1-1/+2
2013-07-30Add a newline to the end of the file.Guy Harris1-1/+1
2013-07-30Remove useless includePascal Quantin1-1/+0
2013-07-30Dissect more of the Kafka protocol.Evan Huus1-0/+151
2013-07-30Move a few variables inside the appropriate ifdefs.Evan Huus1-3/+5
2013-07-30Add missing includes.Anders Broman3-2/+11
2013-07-30Add request/response tracking to COPS dissector. Bug 8947 (https://bugs.wire...Michael Mann1-6/+200
2013-07-30From Marko Hrastovec viaStig Bjørlykke1-75/+75
2013-07-30Building app_mem_usage fails on *nix, missing include(s)?Anders Broman2-3/+0
2013-07-30Add a routine to get application memory usage to epan.Anders Broman5-1/+163
2013-07-29add a NULL check to report_type_length_mismatch()Martin Kaiser1-6/+8
2013-07-29support exporting decrypted DVB-CI/CI+ SAC messagesMartin Kaiser6-110/+327
2013-07-29More little optimizations.Evan Huus1-5/+3
2013-07-29Another little optimization.Evan Huus1-18/+11
2013-07-29Clean up white space a bit, make the description of the capture columnGuy Harris1-58/+63
2013-07-28Add support for 64 bit value string in Lua.Stig Bjørlykke1-12/+78
2013-07-28Much simpler (and possibly faster) fix for the 64-bit value string label issue.Evan Huus1-24/+8
2013-07-28As caught by Stig: 64-bit value strings could print the field name twice.Evan Huus1-18/+25
2013-07-28Update to handle version 9.Anders Broman3-18/+132
2013-07-28Added more build artefacts to the clean targetGraham Bloice2-2/+2
2013-07-28Align info column for UM MCCH/MTCH PDUsPascal Quantin1-1/+6
2013-07-28Don't force the allocator choice in the data-structure tests, we want to be ableEvan Huus1-10/+10
2013-07-28Fix a bug in the gc routine discovered while formally working out parts of theEvan Huus2-11/+29
2013-07-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8841 :Pascal Quantin1-3/+37
2013-07-28From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-0/+2
2013-07-28Store protocol fields in single linked list, saves about 1 MB of memory.Jakub Zawadzki1-11/+12
2013-07-28Improved info column with multiple pdu's in a frameGraham Bloice1-5/+17
2013-07-28Get rid of some unused variables.Guy Harris1-207/+395
2013-07-28dfilter: move convertion to byte to seperate functionJakub Zawadzki1-33/+23
2013-07-28Fix compile error that resulted from whitespace cleanup.Michael Mann1-1/+1
2013-07-28Make many items filterable for Vines dissectors.Michael Mann5-490/+448