summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki9-14/+30
2013-08-01Squelch a warning by explicitly casting to throw away the upper 32 bitsGuy Harris1-2/+2
2013-08-01remove unused function hash_eth_wka()Martin Kaiser1-39/+0
2013-08-01Use glibs hastables rather than home grown variants for manuf an wka(well kno...Anders Broman3-162/+191
2013-08-01From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9001 :Jeff Morriss1-15/+43
2013-08-01Move some asserts to be triggered sooner.Jakub Zawadzki1-9/+8
2013-08-01tvb: check_offset_length() can calculate remaining length, use it.Jakub Zawadzki1-11/+7
2013-08-01As pointed out in https://www.wireshark.org/lists/wireshark-dev/201307/msg002...Jeff Morriss2-21/+21
2013-07-31Move tvbuff composite structure to their own file.Jakub Zawadzki2-17/+17
2013-07-31Move composite tvbuff to seperate file (with some subtle changes).Jakub Zawadzki4-257/+277
2013-07-31Linux: add support for getting total/rss from /proc/self/statmJakub Zawadzki1-0/+86
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