aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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-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 Sharpe1-84/+9
2014-05-29Try to fix the problems with the SPNEGO negTokenInit differences in Microsoft...Richard Sharpe1-66/+130
2014-05-28Add Modelines and use tabs and fix typoAlexis La Goutte2-6/+19
2014-05-28packet-kerberos.c: Use tfs_set_notset in hf[] entry instead of a local version.Bill Meier1-9/+7
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 Meier1-2/+2
2014-05-28packet-ppcap.c: Minor cleanupBill Meier1-21/+31
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-27Use proto_tree_add_format_text()Jakub Zawadzki2-9/+3
2014-05-27use proto_tree_add_float_format_value() correctlyMartin Kaiser1-5/+5
2014-05-27make cable symbol rate filterableMartin Kaiser1-12/+9
2014-05-27make cable frequency filterableMartin Kaiser1-10/+10
2014-05-27ssl-utils: fix TLS number of padding extensionHauke Mehrtens1-1/+1
2014-05-27make the satellite symbol rate filterableMartin Kaiser1-12/+10
2014-05-27Fix build on my old Windows XP Buildbot (With VS2008EE) (Try 2...)Alexis La Goutte1-5/+7
2014-05-27make satellite orbital position filterableMartin Kaiser1-9/+6
2014-05-26Fix fencepost error in HTTP dissectorEvan Huus1-2/+2
2014-05-26Optimize dissect_eth_common(): cache result of get_ether_name()Jakub Zawadzki1-18/+22
2014-05-26Make packet-ieee80211.c a tiny bit less unreadable.Joerg Mayer1-10/+10
2014-05-26Replace manual string handling with strbufEvan Huus1-11/+20
2014-05-25MAC LTE: fix dissection of Extended Power Headroom control elementPascal Quantin1-19/+36
2014-05-25Fix [-Werror=clobbered] gcc warningBill Meier1-1/+1
2014-05-25Grab-bag of dead initializers and two actual bugs.Evan Huus12-32/+29
2014-05-25GSM RLC MAC: Do not skip too many lines of the CSN_DESCR when the field is mi...Pascal Quantin1-4/+3
2014-05-25[Automatic manuf, services and enterprise-numbers update for 2014-05-25]Gerald Combs2-9/+189
2014-05-25Get rid of trailing blank.Guy Harris1-1/+1
2014-05-25Add support for dissecting pcap-ng file-type-specific blocks.Guy Harris3-0/+72
2014-05-25Add support for dissecting non-packet records.Guy Harris6-78/+145
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris7-9/+42