aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-04-03Fix a typoAndersBroman1-1/+1
2014-04-03Don't use external function internaly to avoid multiple checks.AndersBroman1-11/+48
2014-04-03In the string handling routines don't call tvb_get_...() inside the loops ins...AndersBroman1-28/+70
2014-04-03For single-precision calculations, use single-precision constants.Guy Harris1-1/+1
2014-04-03For single-precision calculations, use single-precision constants.Guy Harris1-8/+8
2014-04-02dissect gama chunkMartin Kaiser1-1/+18
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:sAndersBroman1-2/+9
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-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 Harris4-0/+327
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 proto.c to pass checkAPIs scriptHadriel Kaplan1-7/+7
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-31Continue to remove $Id$ from top of fileAlexis La Goutte5-10/+4
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte8-9/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte43-79/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte4-8/+0
2014-03-31Doc tweaks and macro parameterizationEvan Huus2-62/+73
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte13-25/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte38-113/+37
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte2-4/+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-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-30[Automatic manuf, services and enterprise-numbers update for 2014-03-30]Gerald Combs1-6/+138
2014-03-29Rename "size" variable to "length", to match other string routines.Guy Harris1-4/+4
2014-03-29Use sized strbufs when extracting tvb stringsEvan Huus1-33/+19
2014-03-29Splay tree implementation for wmemEvan Huus6-1/+711
2014-03-29Tighten the NO_MORE_DATA_CHECK macrosEvan Huus2-2/+2
2014-03-29Fix some compiler issues on windows with Lua 5.2Hadriel Kaplan4-6/+13
2014-03-29Implement finalize() method for wmem strbuf.Evan Huus3-0/+30
2014-03-28Please checkAPI.plPascal Quantin1-3/+3
2014-03-28Add handling of OSC over TCP; fix a bug in the UDP heuristic.Bill Meier1-26/+92
2014-03-28tvb_get_ascii_string is really expensive. On a large capture file which IAndersBroman2-49/+49