aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann63-311/+313
2014-04-06make sure that we always finalize the composite setup_tvbMartin Kaiser1-9/+13
2014-04-06Bugfix AFP dissection within MDSSRV. Part of bug 9950.Michael Mann2-2/+2
2014-04-06Partly revert fdeed480bf89a1f43f7b3d4be67fa0e4333f7120Pascal Quantin8-22/+26
2014-04-06Bugfix for ASTERIX category 021.Marko Hrastovec1-4/+2
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann17-93/+89
2014-04-06Added support for BSS header in ED-137A RTP headerMichael Mann1-20/+125
2014-04-05ssl-utils: add signed_certificate_timestamp tls hello extensionHauke Mehrtens1-0/+1
2014-04-05ssl-utils: add constants defined for draft-ietf-tls-oob-pubkey-11Hauke Mehrtens1-0/+3
2014-04-05ssl-utils: add named brainpool ecc curvesHauke Mehrtens1-0/+3
2014-04-05ssl-utils: add detection of Supplemental DataHauke Mehrtens2-0/+2
2014-04-05Upgrade Windows builds to Lua 5.2.3Pascal Quantin4-8/+8
2014-04-05ssl-utils: add support for tls cipher suites from draft-mcgrew-tls-aes-ccm-ec...Hauke Mehrtens1-0/+14
2014-04-05Get it compiling again: packet-asterix.c has unused const variable.Hadriel Kaplan1-0/+3
2014-04-05Rework debug_print_hash logic so that it's supported by older versions of perl.Michael Mann1-1/+2
2014-04-05Decoder for category 021 added to ASTERIX dissector. Bug 9953.Michael Mann1-2/+1561
2014-04-04New DCE/RPC MDSSVC dissector. Bug 9950Michael Mann6-0/+957
2014-04-04Expose dissect_spotlight as its own dissector. Needed for DCE/RPC MDSSVCMichael Mann1-16/+19
2014-04-04Get it compiling again.Jeff Morriss1-1/+1
2014-04-04Change tvb_get_string() -> tvb_get_string_enc and ENC_ASCII -> ENC_UTF_8AndersBroman5-37/+36
2014-04-04Remove $Id$ in wsluaAlexis La Goutte3-4/+1
2014-04-04Remember to destroy the pinfo pool cacheEvan Huus1-0/+6
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