aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-23Fix comment.Guy Harris1-1/+1
2014-05-23Get rid of extra trailing blank lines.Guy Harris1-1/+0
2014-05-23Fix a comment.Guy Harris1-1/+1
2014-05-23Get rid of extra trailing blank lines.Guy Harris1-1/+0
2014-05-23Get rid of trailing blank lines.Guy Harris1-2/+0
2014-05-23Fix the type of i4b_read_rec() to reflect what it actually returns.Guy Harris1-1/+1
2014-05-23Remove trailing blank lines.Guy Harris1-1/+0
2014-05-23Improve handling of short MQTT PDUs.Bill Meier1-1/+17
2014-05-23Fix -WdocumentationAlexis La Goutte1-1/+1
2014-05-23SIP: remove leading spaces/tabs between security parametersPascal Quantin1-0/+3
2014-05-23SIP: parse ports definition in security mechanismPascal Quantin1-2/+63
2014-05-23LISP : error: declaration of 'address' shadows a global declaration [-Werror=...Alexis La Goutte1-4/+4
2014-05-23Dissect Nonce Locator LCAFLorand Jakab1-1/+102
2014-05-23Dissect AS Number LCAFLorand Jakab1-1/+99
2014-05-23Zero out pinfo->src and dst before adding a frag.Guy Martin1-0/+6
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris78-1308/+1187
2014-05-23Revert "Fix some white space issues."Guy Harris1-2/+2
2014-05-23Update comment about -Wunreachable-code and -WdocumentationAlexis La Goutte2-4/+6
2014-05-23Add jumbo-allocation support to wmem fast blockEvan Huus2-5/+57
2014-05-23Add cast to please mac buildbotEvan Huus1-1/+1
2014-05-23Fix some white space issues.Guy Harris1-2/+2
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris78-1187/+1308
2014-05-23tvb parameter should not be NULL as the lengths are nonzero.Michael Mann1-7/+7
2014-05-22Don't use sizeof(guintN) for sizes of data in packets.Guy Harris1-100/+100
2014-05-22RADIUS: Remove double space before type (t=...)Alexis La Goutte1-2/+2
2014-05-22GSM SIM: fix a typo and update obsolete API callsPascal Quantin1-5/+5
2014-05-22Call dissect_ip_tcp_options to save the window scale.ruengeler1-1/+1
2014-05-22Missed update of one dissector_try_heuristic() when merging.AndersBroman1-2/+2
2014-05-22Tighten heuristic checks for IEEE 802.15.4 protocols, and add Decode-As by PA...Owen Kirby7-202/+461
2014-05-22Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+2
2014-05-22Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+2
2014-05-22LLDP Cleanup : 802.3 TLVAnish Bhatt1-26/+68
2014-05-22Wrong length of Modulation Type and Modulation System fields in Satellite Del...Roman Volkov1-2/+2
2014-05-21Print the values in the BSS Load Element in human readable format as well.Joerg Mayer1-8/+14
2014-05-21DIS: implement IFF PDUMark Weel1-0/+532
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman55-150/+299
2014-05-21Remove extra parentheses.Gerald Combs1-1/+1
2014-05-21Dissect Multicast Group Membership Information LCAFLorand Jakab1-4/+222
2014-05-21LISP: Add support for MAC address AFILorand Jakab1-11/+106
2014-05-21Dissect Replication List Entries LCAFLorand Jakab1-0/+134
2014-05-21Add value to correct tree in Key/Value LCAFLorand Jakab1-4/+4
2014-05-21Add MAC address family numbers (RFC 7042)Lorand Jakab2-0/+4
2014-05-21Fix lua directory tests.Evan Huus1-14/+16
2014-05-21Add cast to satisfy buildbotEvan Huus1-1/+1
2014-05-21Dissect Source/Destination 2-Tuple Lookups LCAFLorand Jakab1-0/+167
2014-05-21Fix indent (use tabs)Alexis La Goutte1-8/+8
2014-05-20Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-05-20Don't panic in case of mediaproxy-ng/rtpengine extensionPeter Lemenkov1-1/+14
2014-05-20Fix the SET_ADDRESS_HF() macro.Guy Martin1-1/+1
2014-05-20SSL/TLS: Add Padding Extension (20)Alexis La Goutte2-2/+52