aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-15STUN dissector: fix hf name (stun_... => hf_stun_....)Alexis La Goutte1-140/+140
2014-05-15diameter_3gpp: Dissect Feature-List flags in Gx messageMasayuki Takemura1-0/+111
2014-05-15Do not leave the Options Interfaces Dialog open, when the Main Window is closed.ruengeler1-0/+1
2014-05-15Fix declaration to match definition.Guy Harris1-1/+1
2014-05-15Get rid of some uses of tvb_get_ptr().Guy Harris1-2/+2
2014-05-15Get rid of some uses of tvb_get_ptr().Guy Harris4-2/+10
2014-05-15Get rid of some uses of tvb_get_ptr().Guy Harris1-44/+35
2014-05-15Eliminate some calls to tvb_get_ptr().Guy Harris2-35/+31
2014-05-14wmem documentation updatesEvan Huus1-12/+11
2014-05-14Add an expert info for GT with no digits.AndersBroman1-0/+7
2014-05-14Drop unused voip_bg.xpmBalint Reczey1-179/+0
2014-05-14AMQP: always display its name in protocol column, whatever the protocol versionPascal Quantin1-6/+3
2014-05-14Revert "Don't throw for offset at end of TVB with len -1."Evan Huus3-25/+1
2014-05-14tcp: display calculated checksumPeter Wu1-1/+18
2014-05-14Add a comment indicating that 'PLATFORM' is apparently set only for X64.Bill Meier1-1/+2
2014-05-14- curr_layer_num got wrong for STUN.AndersBroman1-6/+4
2014-05-14Don't use -1 as length in frame dissector.Evan Huus1-4/+4
2014-05-14Update enums to SISO_REF_010-00v20-0 Annex A, section A.1 and A.2Mark Weel1-10/+10
2014-05-14- Replace tvb_length_remaining -> tvb_captured_length_remaining,AndersBroman1-7/+7
2014-05-14The filter string can only be valid, if an interface is selected.ruengeler1-1/+1
2014-05-14pcapng->interface_data is an array of interface_data_t.Guy Harris1-1/+1
2014-05-13Use pre-scan command line parameters with double while(opt=getopt...)Alexis La Goutte1-68/+141
2014-05-13HTTP2 enhance display when priority flag is setAlexis La Goutte1-3/+16
2014-05-13isprint() -> g_ascii_isprint()AndersBroman12-15/+15
2014-05-13In ascii_xx_inplace use g_ascii_isupper/g_ascii_islower directly, itAndersBroman1-2/+4
2014-05-13Reduce the number of calls to tvb_reported_lenght_remaining().AndersBroman1-15/+25
2014-05-13Enhance HTTP2 dissectorAlexis La Goutte1-21/+78
2014-05-13Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+4
2014-05-13LLDP cleanup : Management Address TLVAnish Bhatt1-14/+34
2014-05-13IPsec: fix implicit conversion of pointer warningPascal Quantin1-1/+1
2014-05-13Dumber "simple" wmem allocator.Evan Huus1-39/+41
2014-05-13Allow 16 SAs to be added, but allocate on heap to avoid growing stackMartin Mathieson2-7/+25
2014-05-12Add default paths for the Qt online installer for Windows.Gerald Combs1-0/+7
2014-05-12Save the result of tvb_reported_length_remaining() and use it to reduce the n...AndersBroman1-4/+6
2014-05-12Fix copy-and-paste error with cause value_strings, and change indentation to ...Martin Mathieson2-20/+20
2014-05-12Added dissection of EPHandleDelete Req & Resp packetsSean O. Stalley1-23/+47
2014-05-12Ignore SIGPIPE on systems that have it.Gerald Combs1-0/+7
2014-05-12Do some cleanup related to deprecated function names and revised function ret...Bill Meier1-33/+34
2014-05-12Fix tshark -z follow,tcp stats regression when TCP stream index is > 0Pascal Quantin2-6/+2
2014-05-12Condense DIS dissector to a single file.Michael Mann9-7735/+5992
2014-05-11Minor optimization to packet-frame.cEvan Huus1-1/+1
2014-05-11Increase time permitted when fuzzing with valgrind.Evan Huus1-2/+2
2014-05-11It is possible to check out a source tree that is not co-located withJoerg Mayer2-2/+3
2014-05-11NEWS got updated again. This shows two inconsistencies howJoerg Mayer1-129/+126
2014-05-11Identify client/server by their IP address and port number in follow streams ...Pascal Quantin4-9/+23
2014-05-11Don't build update-sminmpec by default when using CMake.Gerald Combs1-1/+1
2014-05-11Fix display of unidirectional follow TCP/UDP streamsPascal Quantin2-7/+7
2014-05-11packet-dis: SISO-J Link 16 PDU dissector (SISO-STD-002)Peter Ross7-46/+307
2014-05-11Small fixes to Follow Streams dialog box:Pascal Quantin3-7/+7
2014-05-11Simplify IPv4 address hashingEvan Huus1-13/+5