summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-27Allow "circuit dissectors" to pass data between dissectors. Not sure if this...Michael Mann4-6/+6
2013-10-27[Automatic manuf, services and enterprise-numbers update for 2013-10-27]Gerald Combs3-3/+73
2013-10-27From Zoltán Lajos Kis:Anders Broman1-3/+866
2013-10-27From Zoltán Lajos Kis:Anders Broman1-20/+364
2013-10-27Various updates - go into a little depth now.Jörg Mayer1-33/+277
2013-10-27Treat IE 173 (symbol proprietary) like we treat the vendor IEJörg Mayer1-0/+1
2013-10-27Have ANSI TCAP dissector pass data through subdissector parameter instead of ...Michael Mann4-149/+125
2013-10-27More SVN properties cleanup.Jeff Morriss12-9/+15
2013-10-27Remove use of pinfo->private_data and just pass the data around through funct...Michael Mann2-183/+163
2013-10-27Fix up some more svn properties.Jeff Morriss19-19/+19
2013-10-27Don't set svn:keywords on .pod files. Remove it from those that have it.Jeff Morriss1-7/+3
2013-10-26From robionekenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=93...Pascal Quantin3-9/+12
2013-10-26Updates to radiotap-iter licensing terms. The upstream version has a COPYINGEvan Huus3-6/+27
2013-10-26From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9330:Pascal Quantin1-1/+35
2013-10-26Don't use private_data for pwatm_private_data_t and instead pass it into the ...Michael Mann2-130/+98
2013-10-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2013-10-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+1
2013-10-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2013-10-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-18/+18
2013-10-26Remove unused variableAlexis La Goutte1-1/+1
2013-10-26Fix indent and add modelines infoAlexis La Goutte1-67/+78
2013-10-26Convert some emem to wmem. It took some manual flow analysis, but they are onlyEvan Huus2-4/+4
2013-10-26Bluetooth: SDP: Decode custom 128bit UUIDs and minor fixes. Bug 9327 (https:...Michael Mann1-11/+55
2013-10-26Bluetooth: OBEX: PBAP: Fix Filter parameter. Bug 9327 (https://bugs.wireshar...Michael Mann1-34/+34
2013-10-26Convert to value_str_ext in a couple of places.Anders Broman1-7/+17
2013-10-26Fix several [-Wunused-const-variable] warnings (using '#if 0').Bill Meier2-0/+4
2013-10-26Cleanups to the TPNCP database parser/loader:Evan Huus1-21/+56
2013-10-26Bluetooth: SDP: Decode all types of UUIDs. Bug 9327 (https://bugs.wireshark....Michael Mann5-103/+116
2013-10-26Bluetooth: Use items for logical block objects. Bug 9327 (https://bugs.wires...Michael Mann12-163/+663
2013-10-26Fix some [-Wunused-const-variable] warnings (using '#if 0')Bill Meier2-3/+99
2013-10-26Bluetooth: SDP: Add MultiProfile UUIDs. Bug 9327 (https://bugs.wireshark.org...Michael Mann1-0/+2
2013-10-26Mark a bunch of no-longer-used parameters as unused. Remove a couple ofJeff Morriss3-22/+22
2013-10-26Bluetooth: SDP: Fix PBAP features presentation. Bug 9327 (https://bugs.wires...Michael Mann1-2/+2
2013-10-26OBEX: Fix Presentation of Reserved Fields. Bug 9327 (https://bugs.wireshark....Michael Mann1-8/+8
2013-10-26Replace tabs by spaces. Bug 9327 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann6-10/+8
2013-10-25Remove SMB's use of private_data and just pass the data through all of the di...Michael Mann7-531/+364
2013-10-25More sequence dialog updates.Gerald Combs10-46/+286
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus22-76/+87
2013-10-25Exit if we're building with Qt and we can't find macdeployqt.Gerald Combs1-2/+2
2013-10-25Sync up with packet-pana.c.Chris Maynard1-6/+6
2013-10-25wmemify.Chris Maynard1-10/+9
2013-10-25Fix CID 281375 (dead code) while hopefully fixing detection of Class-2 ERRJeff Morriss1-2/+27
2013-10-25Add an exception to the license-checker for Samba's special IDL license whichEvan Huus1-0/+6
2013-10-25Fix up some formatting and white space.Jeff Morriss1-67/+136
2013-10-25Fix CID 715143: assert that the preference we were looking for was found. ItJeff Morriss1-0/+1
2013-10-25Fix CID 715144: assert that the preference we were looking for was found. ItJeff Morriss1-0/+2
2013-10-25Kafka's CRC is 4 bytes long and is added with ENC_BIG_ENDIAN. Make the hfJeff Morriss1-1/+1
2013-10-25Fix CID 1080758: be prepared for tvb_child_uncompress() failing (and returningJeff Morriss1-2/+8
2013-10-25Fix CID 280081: ENC_NULL can't be used as an array index into ciphers[], ratherJeff Morriss1-1/+1
2013-10-25Fix CID 1111806: it's not safe to check if "tag < sizeof(tag_to_type)" beforeJeff Morriss1-4/+5