aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-30ssl: use SslSessionHauke Mehrtens1-80/+76
2014-05-30dtls: use SslSessionHauke Mehrtens1-58/+55
2014-05-30ssl: add SslSession structureHauke Mehrtens4-42/+46
2014-05-30cmake: Add feature info for SBCMichal Labedzki1-0/+2
2014-05-30Fix wireshark.pc install destinationBalint Reczey1-1/+1
2014-05-30Honor configured CMAKE_INSTALL_LIBDIR when installing librariesBalint Reczey4-12/+12
2014-05-30EPL: Duplicated framesLukas Emersberger1-16/+225
2014-05-30Detect multiple MAUSB Packets in a single TCP packetSean O. Stalley1-1/+11
2014-05-30fixMartin Kaiser1-0/+2
2014-05-30Set PLUGIN_INSTALL_DIR properly for wireshark.pcBalint Reczey4-9/+6
2014-05-30cmake: Not all system have HtmlViewerMichal Labedzki1-0/+5
2014-05-30Bluetooth: AVDTP: First step to fully support AVDTP sessionMichal Labedzki3-5/+18
2014-05-30Bluetooth: AVDTP: Add support for APT-X configurationMichal Labedzki1-26/+405
2014-05-30Bluetooth: Avoid using macro GPOINTER_TO_UINT()Michal Labedzki5-48/+176
2014-05-30Bluetooth: L2CAP: Another fix for CIDsMichal Labedzki3-67/+64
2014-05-30Bluetooth: AVDTP: Upgrade session logicMichal Labedzki3-3/+12
2014-05-30Bluetooth AVDTP/RTP: Separate the streamsMichal Labedzki6-243/+315
2014-05-30Bluetooth: Add music duration info for SBCMichal Labedzki4-23/+189
2014-05-30Bluetooth: Fix Content Protection call for VDPMichal Labedzki1-1/+1
2014-05-30avoid proto_tree_add_uint_format() when we just want the defaultMartin Kaiser1-5/+5
2014-05-29Introduce 802.11 dissectors with wired-in "FCS present" indications.Guy Harris8-24/+56
2014-05-29add gdb to the list of new protocolsMartin Kaiser1-0/+1
2014-05-29start a dissector for GDB's remote serial protocolMartin Kaiser3-0/+264
2014-05-29convert cable freq, symbol rate into doublesMartin Kaiser1-12/+12
2014-05-29conver sat freq and symbol rate into doubles in order to make theMartin Kaiser1-13/+14
2014-05-29dissect more components of the track header boxMartin Kaiser1-3/+94
2014-05-29Bugfix EIP explicit connection conversation and allow ForwardClose to not be ...Michael Mann1-29/+69
2014-05-29glusterfs: if filename itself will become <EMPTY>Vikhyat Umrao1-1/+3
2014-05-29Have the protocol item cover only the PEEKREMOTE header.Guy Harris1-0/+2
2014-05-29Improve the fix by removing code that miss dissects SPNEGO stuff ... as wellRichard Sharpe2-135/+9
2014-05-29Try to fix the problems with the SPNEGO negTokenInit differences in Microsoft...Richard Sharpe4-146/+213
2014-05-28Add Modelines and use tabs and fix typoAlexis La Goutte2-6/+19
2014-05-28Add ModelinesAlexis La Goutte3-0/+39
2014-05-28packet-kerberos.c: Use tfs_set_notset in hf[] entry instead of a local version.Bill Meier2-12/+8
2014-05-28Update m3ap.cnf to match packet-m3ap.c change done in commit b40cb1adBill Meier1-1/+1
2014-05-28Use Q_UNUSED instead of _U_ruengeler1-1/+2
2014-05-28Update reference for I-Bit support.Michael Tüxen1-1/+1
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier24-515/+727
2014-05-28packet-klerberos.c: Use typedef (true_false_string) to properly define a true...Bill Meier2-4/+4
2014-05-28packet-ppcap.c: Minor cleanupBill Meier1-21/+31
2014-05-28Try to fix Ubuntu buildbot (make dist failed)Alexis La Goutte1-1/+0
2014-05-28Commit 5ff629ec5ac636b901b2a004aa4d5248f68a5d0f requires the minimumJoerg Mayer1-2/+1
2014-05-28Clang complains about the size of empty structs.ruengeler1-1/+2
2014-05-28QIcon is not needed.ruengeler1-1/+0
2014-05-28glusterfs: show filenames in the summary for common proceduresVikhyat Umrao1-3/+12
2014-05-28LLDP Cleanup : 802.1 Qbg TLVAnish Bhatt1-8/+18
2014-05-28Add EtherNet/IP connection conversation filtersMichael Mann4-38/+158
2014-05-28Fix indent (use 4 spaces)Alexis La Goutte1-4/+4
2014-05-27Fix indent (use tabs)Alexis La Goutte1-57/+57
2014-05-27Use proto_tree_add_format_text()Jakub Zawadzki2-9/+3