aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-15Group all "Seconds elapsed appears to be encoded as little-endian" expert inf...Chris Maynard1-3/+3
2013-08-15[trivial] Use g_stpcpy()Jakub Zawadzki1-2/+2
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-15Split the code to convert an ethernet address into an int64 into a functionEvan Huus1-50/+24
2013-08-15Free the old name before we add the new one in case the services file hasEvan Huus1-0/+4
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-14Pre-emptively create the other two hash tables in packet.c for simplicity'sEvan Huus1-15/+5
2013-08-14Include config.h first; it defines _FILE_OFFSET_BITS, and if some systemGuy Harris1-2/+2
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-5/+5
2013-08-14UN*X pathnames + PL/I's comment syntax = surprises. Yay C++ (and C99).Guy Harris1-1/+1
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-2/+2
2013-08-14Use 4-space indentation consistently.Guy Harris1-214/+214
2013-08-14Include config.h first; it defines _FILE_OFFSET_BITS, and if some systemGuy Harris7-12/+15
2013-08-13Add in more comments on the whole "get the path of the executable fromGuy Harris1-26/+72
2013-08-13As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9033Evan Huus2-15/+6
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