aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-20If packet was modified fallback to generic cloneJakub Zawadzki1-4/+5
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-20Add a valgrind suppressions file set to suppress the zlib error which otherwiseEvan Huus2-1/+17
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 Mathieson3-88/+648
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 Quantin17-136/+70
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin3-6/+10
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 Mann2-3/+12
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 Huus4-0/+812
2013-08-18addr_resolution_dlg.c: In function 'ipv6_hash_table_to_texbuff':Anders Broman1-1/+1
2013-08-18Use g_hastable() for IPv6 name reslution.Anders Broman3-62/+117
2013-08-18[Automatic manuf, services and enterprise-numbers update for 2013-08-18]Gerald Combs2-15/+53
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-17Commit far from being perfect conversation tool from hfindex to hfinfo.Jakub Zawadzki1-0/+89
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-16Be sure to forward BIN_DIR to the valgrind script, probably also needed on theEvan Huus1-4/+6
2013-08-16packet-dcerpc-pn-io.c: In function 'dissect_PNIO_C_SDU':Anders Broman1-1/+1