aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-07[Automatic manuf, services and enterprise-numbers update for 2014-12-07]Gerald Combs5-3223/+3597
2014-12-07The packet encapsulation is in pkt_encap, not rec_type.Guy Harris1-1/+1
2014-12-06Remove annex_a_used from packet_info structure.Michael Mann4-11/+3
2014-12-06Don't go past the end of the "extra data".Guy Harris1-69/+69
2014-12-06RPKI-RTR: Missing break in switch (CID 1233099)Alexis La Goutte1-0/+1
2014-12-06PCEP: Missing break in switch (CID 1247685)Alexis La Goutte1-0/+1
2014-12-06BT obex: Missing break in switch (CID 1132031)Alexis La Goutte1-0/+1
2014-12-05Fix some copy-and-pasteos in error messages.Guy Harris1-3/+3
2014-12-05Get rid of a trailing blank.Guy Harris1-1/+1
2014-12-05Fix varargs handling in col_{add,append}_lstr().Guy Harris1-4/+8
2014-12-05Strengthen association matching when we haven't seen the INIT/INIT-ACK.Jeff Morriss1-17/+26