aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-11Remove some dead emem code.Evan Huus2-150/+2
2014-05-11Fix leaking heuristic dissector names.Evan Huus1-0/+1
2014-05-11[Automatic manuf, services and enterprise-numbers update for 2014-05-11]Gerald Combs5-21/+373
2014-05-11packet-dis: fix typosPeter Ross1-1/+1
2014-05-11packet-link16: fix typosPeter Ross1-3/+3
2014-05-11Interpret DHCPv6 option 18 as a byte array. RFC 3315, section 22.18 strongly...Michael Mann1-18/+3
2014-05-11Function to calculate twos complement is quicker and hopefully better underst...Marko Hrastovec1-7/+4
2014-05-10packet-link16: Link 16 message dissector (MIL-STD-6016)Peter Ross5-0/+327
2014-05-09Revert "Use g_ alloced memory (instead of emem) when printing fields. emem s...Evan Huus4-23/+24
2014-05-09Initialize int_seid to 0 in btavdtp dissectorEvan Huus1-2/+3
2014-05-09Add -Q for QtShark and change the dumpcap command to use number ofAndersBroman1-2/+5
2014-05-09Be less aggressive about rebuilding sminmpec.c.Gerald Combs8-43/+43952
2014-05-09Squelch compiler warnings.Guy Harris1-4/+4
2014-05-09Revert "Refactor Wiretap"Guy Harris143-3557/+3089
2014-05-09Revert "Try to fix the build boot by changing the signature of catapult_dct20...Guy Harris1-2/+1
2014-05-09Use g_ alloced memory (instead of emem) when printing fields. emem shouldn't...Michael Mann4-23/+22
2014-05-09Try to fix the build boot by changing the signature ofAndersBroman1-1/+2