aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-04-04Fix indent and add modelinesAlexis La Goutte1-45/+58
2014-04-04Don't do TSN analysis on data chunks embedded in PKTDROP chunks; set in_error...Jeff Morriss1-4/+12
2014-04-04Fix more verbs, and fix one field long name that matches its blurb now.Guy Harris1-9/+9
2014-04-04Clean up some strings - "UTF8" to "UTF-8", etc..Guy Harris3-30/+30
2014-04-04Strengthen the Diameter heuristics to avoid trying to reassemble enormous mes...Jeff Morriss1-8/+19
2014-04-03fix a typoMartin Kaiser1-1/+1
2014-04-03Add a preference to enable loading of the database. EffectivlyAndersBroman1-34/+47
2014-04-03Remove garbage character inadvertantly introduced in the previous commit.Bill Meier1-1/+1
2014-04-03Create/use an extended value-string; Do other minor changes;Bill Meier1-542/+538
2014-04-03(Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...Bill Meier10-518/+524
2014-04-03please checkAPIEvan Huus1-5/+2
2014-04-03Use ENC_UTF_8 for strings, it's faster and *should* be OK.AndersBroman1-15/+15
2014-04-03Make payload type arguments guint rather than guint8.Guy Harris2-10/+10
2014-04-03Handle DLT_USER2 as PKTAP, to handle Mavericks.Guy Harris1-0/+5
2014-04-03Add a capture_pktap() routine and use it.Guy Harris4-0/+36
2014-04-03Fix Bug 9920 Buildbot crash due to SDP/RTP mismatchHadriel Kaplan8-196/+395
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-03Add PKTAP to release notesPascal Quantin1-0/+1
2014-04-02Add a backporting chapter.Gerald Combs1-28/+49
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: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