aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin16-118/+67
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin2-4/+4
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin11-19/+38
2013-08-19Bugfix SGI Nsym disambiguation is unconditionally displayed when dissecting V...Michael Mann1-2/+11
2013-08-18One more 64/32-conversion fix for rtpproxyEvan Huus1-1/+1
2013-08-18Take another stab atEvan Huus1-1/+1
2013-08-18Add a cast to try and fixEvan Huus1-1/+1
2013-08-18Use epan scope for one XML DTD string to fix a small leak.Evan Huus1-1/+1
2013-08-18From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8326Evan Huus2-0/+809
2013-08-18Bluetooth: HCI: Synchronize and update Voice command. Bug 9050 (https://bugs...Michael Mann3-40/+59
2013-08-18HCI: Full dissection of EIR/AD and little improve filtering, bug 9050 (https:...Michael Mann4-184/+566
2013-08-18Create individual filters for HCI LMP features. Bug 9050 (https://bugs.wires...Michael Mann1-290/+388
2013-08-17Various fixes for dissection bugs from bug 9045 (https://bugs.wireshark.org/b...Michael Mann1-12/+65
2013-08-17Squelch a (bogus) warning about next_tvb being unused initialised.Martin Mathieson1-1/+1
2013-08-17Convert few more dissectors to new proto API.Jakub Zawadzki4-502/+584
2013-08-17Fix subtree ett value.Jakub Zawadzki1-1/+1
2013-08-17Fix few concept of new api tree:Jakub Zawadzki5-166/+198
2013-08-17Move "aggregate" fields containing bit subfields before the bitGuy Harris1-93/+196
2013-08-17Get rid of an unused variable.Guy Harris1-20/+8
2013-08-16Fix typo (failure to remove a %).Guy Harris1-143/+155
2013-08-16Convert my dissectors to new proto API.Jakub Zawadzki5-749/+757
2013-08-16Initialize val_len to avoid Clang warning: The right operand of '-' is a garb...Chris Maynard1-16/+19
2013-08-16Make more filterable items courtesy of convert_proto_tree_add_text.pl.Michael Mann2-509/+340
2013-08-16Fix 5 warnings: Value stored to 'offset' is never read. Also: misc. whitespa...Chris Maynard1-297/+150
2013-08-16Trivial. Fix warning: Value stored to 'str_index' is never read.Chris Maynard1-2/+1
2013-08-16From Chris Pane:Anders Broman1-146/+137
2013-08-16Add one 'volatile' keyword to fix a -Wclobbered and change the tree used in oneEvan Huus1-2/+2
2013-08-16Use convert_proto_tree_add_text.pl to make many filterable items.Michael Mann1-788/+558
2013-08-15Fix Coverity CID 1062616: Unused pointer value.Chris Maynard1-1/+1
2013-08-15Group all "Seconds elapsed appears to be encoded as little-endian" expert inf...Chris Maynard1-3/+3
2013-08-15Get rid of set-but-not-used variable. Link to the tools.ietf.org HTMLGuy Harris1-5/+2
2013-08-15Fix $Id$Guy Harris1-1/+1
2013-08-15Expand $Id$, use native line endings.Guy Harris1-1/+1
2013-08-15Expand $Id$, use native line endings, get rid of CRs (they belong onGuy Harris1-451/+451
2013-08-15A few more improvements:Michael Mann1-697/+537
2013-08-15From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9040Evan Huus1-3/+24
2013-08-15From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9037Evan Huus1-10/+13
2013-08-14use the correct length for the tvbuff of an unknown usb descriptorMartin Kaiser1-1/+1
2013-08-14Nowhere in the RFC's (793 or otherwise) does it indicate that if the URG bit ...Chris Maynard1-28/+12
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-13From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9038Alexis La Goutte1-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 Mann3-887/+840
2013-08-13From Javier Godoy:Anders Broman1-23/+332
2013-08-13From Yaniv Kaul:Anders Broman1-1/+11
2013-08-12Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9031 :Pascal Quantin1-0/+4
2013-08-12coverity 280403 (logically dead code)Martin Kaiser1-0/+1
2013-08-12Check presence of PagingRecordList before trying to fetch the number of Pagin...Pascal Quantin1-1/+2
2013-08-12Fix copy paste error and reinitialize actx->private_data to NULL once usedPascal Quantin1-1/+2