aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-04-02Remove extra parenthesis in EQ_SEQ.Gerald Combs1-1/+1
2014-04-02dissect the chrm chunkMartin Kaiser1-0/+89
2014-04-02redefine proto_tree_add_float_format_value() if we're using the newMartin Kaiser1-0/+5
2014-04-02Scrap wmem splay trees for now.Evan Huus6-719/+0
2014-04-02Add a cople of missing pcap.extension IE:sAndersBroman2-5/+18
2014-04-02Have Infiniband dissector show payload. Bug 9929.Michael Mann1-100/+47
2014-04-02Fix packet-bootp.c:5368:18: error: 'ti' may be used uninitialized in thisAndersBroman1-1/+1
2014-04-02Revert Remove check and inverse code to display a error if there is a $Id$Alexis La Goutte1-1/+4
2014-04-02From Martin Mathieson:AndersBroman1-8/+18
2014-04-02Fix InfiniBand dissector. Bug 9719Bart Van Assche1-5/+5
2014-04-02packet-pdc.c: Add asterix protocol layer to base tree (not to PDC tree).Bill Meier1-9/+9
2014-04-01use tvb_find_guint8() to find the 0 termination in a text chunkMartin Kaiser1-12/+11
2014-04-01Add a dissector for Apple's PKTAP headers.Guy Harris7-0/+335
2014-04-01replace comparing sequence numbers of TCP segments with wrap-firendly XX_SEQ ...Pavel Karneliuk1-37/+37
2014-04-01fix comparing a sequence number of TCP fragment when its value wraps over uin...Pavel Karneliuk1-1/+1
2014-04-01Inlining some tvb function gives a 6% performance gain according toAndersBroman1-9/+9
2014-04-01Fixed display of IIN during reads and writes of IIN object.Graham Bloice1-17/+28
2014-04-01For now use UTF-8 for all strings for performance reasons.AndersBroman1-78/+78
2014-04-01Fix checkApis perl script false positive proto_tree_add with ENC_*Hadriel Kaplan1-1/+2
2014-04-01Fix tshark.c to pass checkAPIs scriptHadriel Kaplan1-3/+3
2014-04-01Fix proto.c to pass checkAPIs scriptHadriel Kaplan1-7/+7
2014-04-01Update encap_table_base.Guy Harris1-0/+24
2014-04-01Copy randpkt.exe & randpkt.pdb to install directory during windows build.Bill Meier1-0/+2
2014-04-01Fix two bugs and do misc other minor changes;Bill Meier1-168/+240
2014-04-01Fix expert_...() calls to not be under 'if (tree)';Do other minor changes;Bill Meier1-117/+122
2014-03-31Remove 3 dups from .gitignoreBill Meier1-3/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte24-47/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte7-14/+5
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte15-17/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte339-634/+6
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte11-22/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte17-33/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte47-47/+0
2014-03-31Doc tweaks and macro parameterizationEvan Huus2-62/+73
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte6-18/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte35-69/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte39-116/+38
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte35-74/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte7-14/+0
2014-03-31Use tvb_get_string_enc() with UTF_8 when checking headers as it's faster.AndersBroman1-1/+1
2014-03-31According to RFC 3261AndersBroman1-50/+51
2014-03-31Inlining wmem_strbuf_grow seems to give better performance.AndersBroman1-1/+1
2014-03-31Add --enable-extra-clang-checks for autotools and CMakeListAlexis La Goutte3-8/+41
2014-03-31Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte1-0/+1
2014-03-31packet-osc dissector bug fix of path validity funcHanspeter Portner1-2/+3
2014-03-30Fix fuzz-test.sh '-b' option so it works again; Do some other tools/*test*.sh...Bill Meier4-36/+44
2014-03-30Fix Bug 9938 'tshark "-Y -2 -w" saves non-dependent frames'Hadriel Kaplan1-3/+10
2014-03-30[Automatic manuf, services and enterprise-numbers update for 2014-03-30]Gerald Combs3-8/+185
2014-03-29Hide unused variable.Guy Harris1-1/+4
2014-03-29Rename "size" variable to "length", to match other string routines.Guy Harris1-4/+4