aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-08-20Whitespace changes. Add modelines.Chris Maynard3-398/+323
2013-08-20Fix for bug #9034: Composite TVBs aren't supported by tvb_find_guint8()Jakub Zawadzki1-6/+31
2013-08-20Composite tvb (tvb_memcpy/tvb_get_ptr): don't assert with offset == tvb->leng...Jakub Zawadzki1-2/+12
2013-08-20Fix clang warnings: Value stored to '[offset|length]' is never read.Chris Maynard1-6/+0
2013-08-20Fix clang warnings: Value stored to '[decrypted_]offset' is never read.Chris Maynard1-13/+8
2013-08-20Fix clang warning: Value stored to 'netl' is never read.Chris Maynard1-427/+436
2013-08-20Fix several instances of clang warnings: Value stored to 'length' is never readChris Maynard1-513/+581
2013-08-20Fix for Jörg Mayer1-0/+5
2013-08-20Mark an unused parameter.Anders Broman1-1/+1
2013-08-20Use g_hash_table() for ipxnet name resolution.Anders Broman2-41/+44
2013-08-20From Tommy Wu:Anders Broman1-6/+49
2013-08-19Another acknowledgment number tweak: If the ACK flag wasn't set such that the...Chris Maynard1-1/+3
2013-08-19When using relative sequence numbers, don't scale acknowledgment numbers unle...Chris Maynard1-1/+3
2013-08-19Someone is bound to miss these expert info items, so add back expert info ite...Chris Maynard1-4/+16
2013-08-19Fix Coverity CID 1063335: Unused pointer value.Chris Maynard1-1/+1
2013-08-19Gather together dedicated DRX configuration, and make sure that itMartin Mathieson1-81/+385
2013-08-19Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9053 :Pascal Quantin2-10/+46
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 Huus3-0/+810
2013-08-18Use g_hastable() for IPv6 name reslution.Anders Broman2-61/+92
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-17Another tv_buff reference.Guy Harris1-1/+1
2013-08-17Just call it a tvbuff, with no underscore.Guy Harris1-1/+1
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 Zawadzki7-183/+225
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-16Introduce new proto_tree API required for hf_ variables removal.Jakub Zawadzki2-18/+67
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