aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-10packet-couchbase.c: dissect more DCP commandsSergey Avseyev1-1/+97
2014-12-10Riemann protocol dissectorSergey Avseyev4-0/+830
2014-12-10ICQ: fix icq.meta_user.found_authorization field registrationPascal Quantin1-1/+1
2014-12-10NFS: do not duplicate field name in blurbPascal Quantin1-3/+3
2014-12-10Eliminate proto_tree_add_text from packet-icq.cMichael Mann1-198/+235
2014-12-10nfs: expert...() shouldn't be called under 'if(tree)'Bill Meier1-3/+7
2014-12-10nfs: decode dCache NFS file handleTigran Mkrtchyan1-1/+70
2014-12-10nfs: fix failure to parse EXCHANGE_ID argumentsJ. Bruce Fields1-8/+7
2014-12-10Qt: Obey main toolbar icon preferences.Gerald Combs7-63/+21
2014-12-09Add media playback icons.Guy Harris1-0/+3
2014-12-09LTE RRC: upgrade dissector to v12.3.0Pascal Quantin6-805/+5028
2014-12-09Qt: Initial VoIP Calls dialog.Gerald Combs33-224/+1304
2014-12-09Fix ranlib "has no symbols" errors in the codecs directory.Gerald Combs1-3/+8
2014-12-09Fix filename matching.Gerald Combs1-1/+1
2014-12-09Qt: Update and rename the summary dialog.Gerald Combs24-1747/+1146
2014-12-09Eliminate proto_tree_add_text from packet-ppp.c.Michael Mann1-267/+351
2014-12-09LTE: Update MAC and RLC dissectors to Release 12Pascal Quantin7-97/+284
2014-12-09Fix copy-and-pasteo.Guy Harris1-1/+1
2014-12-09Fix GTK warning in EXTCAP partsIrene Ruengeler1-4/+7
2014-12-09Eliminate proto_tree_add_text from some dissectors.Michael Mann11-328/+406
2014-12-09SCTP: Missing break in switch (CID 1135556)Alexis La Goutte1-0/+2
2014-12-09GVSP: Missing break in switch (CID 1247683 & 1247684)Alexis La Goutte1-3/+3
2014-12-09Nothing to free there.Guy Harris1-1/+0
2014-12-09Manually fix a pidl bug - that field should be an FT_STRING.Guy Harris1-1/+1
2014-12-09LDAP's DirSyncFlags are a bitfield, so show it as an unsigned integer in hex.Guy Harris2-46/+47
2014-12-09Don't try to look in a non-existent hash table.Guy Harris1-3/+3
2014-12-09Don't put bitmasks under an FT_NONE.Guy Harris1-1/+1
2014-12-09Values in a value_string_ext *must* be sorted.Guy Harris1-94/+102
2014-12-08Don't put bitmasks under an FT_NONE.Guy Harris1-1/+1
2014-12-08Have different MTP2 dissectors for different metadata and CRC.Guy Harris2-28/+45
2014-12-08Add missing build-dependencies for the Debian packageBalint Reczey1-2/+3
2014-12-08It's a reasonable expectation that we will have C++ style comments inGerald Combs1-1/+1
2014-12-08Remove an unnecessary include.Gerald Combs1-2/+0
2014-12-08Use correct expression in a "length too short" message.Guy Harris1-1/+1
2014-12-08Fix full name of NodeId namespace index field, was a copy&pase errorHannes Mezger1-1/+1
2014-12-08Try to improve reassembly when SIP PDU starts in the middle of a segmentAndersBroman1-4/+31
2014-12-08Fix showing error dialog when calling vsimple_error_message_box()Maarten Bezemer1-1/+1
2014-12-08Add proto_tree_add_bitmask_with_flags.Michael Mann4-0/+53
2014-12-08802.11: fix indent (use 2 spaces) and modelines for 802.11 h fileAlexis La Goutte1-11/+24
2014-12-08CAPWAP: Add some IEE802.11 Message Element Type (RFC5416)Alexis La Goutte1-6/+607
2014-12-08802.11: Add ieee80211_supported_rates_vals_ext to be exportedAlexis La Goutte3-1/+4
2014-12-07Add checks for non-null-terminated strings.Guy Harris1-6/+14
2014-12-07Endpoint: wrong filter when select a SCTP endpoint (INVALID == a.x.y.z ...)Alexis La Goutte1-2/+23
2014-12-07dcerpc: Missing break in switch (CID 280449 & 280450 & 284051)Alexis La Goutte1-0/+3
2014-12-07iec104: Missing break in switch (CID 280459)Alexis La Goutte1-0/+1
2014-12-07AFS: Missing break in switch (CID 280434 & 280435)Alexis La Goutte1-0/+2
2014-12-07make our counting a bit clearerMartin Kaiser1-2/+4
2014-12-07don't initialize variables if the first thing we do is assign aMartin Kaiser1-6/+6
2014-12-07make sure that we don't read past the end of the compressed bufferMartin Kaiser1-6/+8
2014-12-07Eliminate proto_tree_add_text from packet-telnet.cMichael Mann1-34/+96