summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-08Fix the signature of the stub version of ws80211_set_freq().Guy Harris1-1/+1
2016-09-08dumpcap: change types.Dario Lombardo3-8/+8
2016-09-08Add get_ routines to get a guint32, and use them.Guy Harris3-31/+50
2016-09-08editcap: use ws_strtou/i functions.Dario Lombardo1-26/+25
2016-09-08PER: only display internal extension presence bit if activated inPascal Quantin1-0/+2
2016-09-08M2AP: display IP address in a subtreePascal Quantin3-44/+50
2016-09-08U3V: ensure that gencp_transaction_t structure is fully initializedPascal Quantin1-2/+2
2016-09-08QUIC: Add FHOL (Force Head Of Line blocking) tag from Q036Alexis La Goutte1-0/+13
2016-09-08NBT: fix Bad description for NBSS error code 0x81Alexis La Goutte1-1/+1
2016-09-07Changes to the IPP dissector:Michael Sweet2-172/+575
2016-09-07Note recent packaging updates.Gerald Combs1-2/+5
2016-09-07Make the ws_strto* routines more like the strto* routines.Guy Harris4-23/+41
2016-09-07Add M2AP to release notesPascal Quantin1-0/+1
2016-09-07ICMP: Avoid spurious reply not found for broadcast pingJoão Valverde1-6/+18
2016-09-07Add support for TWAN-User-Location-InfoMarius Paliga1-0/+6
2016-09-07extcap: Add tool-specified helppageRoland Knall7-29/+59
2016-09-07M2AP: fix dissection of procedure codesPascal Quantin3-38/+39
2016-09-07M3AP: display short protocol name in protocol columnPascal Quantin2-2/+2
2016-09-07QUIC: Add preference to force decode all payloadAlexis La Goutte1-1/+7
2016-09-07Further ws_strto* cleanups.Guy Harris1-10/+10
2016-09-07OCFS2: dissector incorrectly takes pdu length as little endianMakoto Shimamura1-1/+1
2016-09-07vms: use ws_strtoi function.Dario Lombardo1-1/+7
2016-09-07OCFS2: dissector incorrectly treats keepalive messages as unknown typeMakoto Shimamura1-2/+13
2016-09-07Add some notes about XLC, HP C, and Sun/Oracle C.Guy Harris1-0/+26
2016-09-07Place variable declarations where they're used.Gerald Combs1-5/+8
2016-09-07Autotools: Distribute packaging/wix.Gerald Combs3-2/+24
2016-09-06X2AP: prettify info columnPascal Quantin2-103/+102
2016-09-06X2AP: upgrade dissector to v13.4.0Pascal Quantin12-4149/+12999
2016-09-06ciscodump: fix line parsing and fix memleak.Dario Lombardo1-1/+2
2016-09-06Always set *cint before returning.Guy Harris1-0/+1
2016-09-06Suppress another warning if told not to report failures.Guy Harris1-2/+17
2016-09-06ssl: fix TLS renegotiation, add test for thisPeter Wu3-4/+70
2016-09-06strtoi(.c): fix extra ';' outside of a function [-Wextra-semi]Alexis La Goutte1-6/+6
2016-09-06checkAPI: move atoi from deprecated to soft-deprecated list.Dario Lombardo1-2/+7
2016-09-06ssl: really fix session resumption expert infoPeter Wu4-9/+20
2016-09-06zvt: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2016-09-06SMB2: Always display reserved fieldAlexis La Goutte1-0/+1
2016-09-06smb2: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2016-09-06caputils: add conditional unused (_U_).Dario Lombardo1-1/+5
2016-09-06extcap:Replace self-organized lists with glib onesRoland Knall3-491/+279
2016-09-06We now support C++/C99-style comments.Guy Harris1-1/+1
2016-09-06Allow a lot more C99 featuresPeter Wu5-43/+33
2016-09-06Use ws_strtoi32() in get_natural_int().Guy Harris1-10/+14
2016-09-06Return the maximum or minimum value for ERANGE.Guy Harris1-5/+57
2016-09-06Check for signs in unsigned numbers and fail if we see one.Guy Harris1-0/+7
2016-09-06Use get_positive_int() to parse signed positive arguments.Guy Harris1-3/+3
2016-09-06Return after calling cmdarg_err().Guy Harris1-0/+1
2016-09-06Use get_positive_int() to parse signed positive arguments.Guy Harris1-11/+22
2016-09-05Use get_positive_int() to parse signed positive arguments.Guy Harris1-13/+16
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris13-55/+98