aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-19convert SEK and SIV to their binary form only once when a new key/iv isMartin Kaiser1-13/+24
2014-05-19change the satellite frequency into a float (freq in GHz)Martin Kaiser1-10/+9
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki21-162/+88
2014-05-19ip: display calculated checksumPeter Wu1-2/+15
2014-05-19udp: display calculated checksumPeter Wu1-1/+14
2014-05-19Use g_ alloced memory (instead of emem) when printing fields. emem shouldn't...Michael Mann4-52/+28
2014-05-19MySQL: fix soft-deprecated APIsAlexis La Goutte1-16/+16
2014-05-19MySQL: add new (extended) Capability flagsAlexis La Goutte1-6/+49
2014-05-19Mysql : add new flag for server status flagsAlexis La Goutte1-2/+19
2014-05-18Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-05-18Only call ep_tcp_port_to_display/ep_udp_port_to_display once for sorce andAndersBroman2-15/+23
2014-05-18- Modify Cisco Compatible Extentions MFP dissectionJoerg Mayer1-8/+28
2014-05-18[Automatic manuf, services and enterprise-numbers update for 2014-05-18]Gerald Combs4-16/+209
2014-05-17Use gsize rather than int, to avoid some complaints about shortening.Guy Harris1-2/+2
2014-05-17Introduce col_add_lstr(), use it instead of slower col_add_fstr.Jakub Zawadzki7-15/+93
2014-05-17lua: fix buffer underrunPeter Wu1-1/+1
2014-05-17wiretap: fix regression, missing initializationPeter Wu1-0/+1
2014-05-17wiretap: remove unused code, drop number_of_interfacesPeter Wu12-183/+70
2014-05-17Fix newly optimized strdup_vprintf.Evan Huus2-5/+11
2014-05-17Fixes after wmem_strdup_vprintf() optimizationJakub Zawadzki1-7/+7
2014-05-17Guard closing capture window with ifdef.Evan Huus1-0/+2
2014-05-17Add casts to fix OSX 10.6 buildbotEvan Huus1-3/+3
2014-05-17Add SAE authentication algorithm in 802.11Chun-Yeow Yeoh1-0/+1
2014-05-17Use a pre allocated buffer in wmem_strdup_vprintf() reduces the functionAndersBroman1-4/+21
2014-05-16Show EMM and ESM causes in the Info columnMartin Mathieson1-0/+10
2014-05-16Build with GTK+ 2.24.23.Gerald Combs6-13/+64
2014-05-16IP Protocol : Update description of IP ProtocolAlexis La Goutte1-6/+6
2014-05-16Add modelines infoAlexis La Goutte2-0/+26
2014-05-16DNS: fix soft-deprecated APIsAlexis La Goutte1-7/+7
2014-05-16DNS: Use acronyms from RFC7218 for DANE / TLSAAlexis La Goutte1-17/+17
2014-05-16Make (almost) all fields filterable and use "normal" dissection functions to ...Michael Mann1-2805/+3082
2014-05-16Try to fix stack-buffer-overflow caught by ASANEvan Huus1-7/+3
2014-05-15STUN dissector: fix (soft) warning about tvb_lengthAlexis La Goutte1-2/+2
2014-05-15STUN dissector: fix hf name (stun_... => hf_stun_....)Alexis La Goutte1-140/+140
2014-05-15diameter_3gpp: Dissect Feature-List flags in Gx messageMasayuki Takemura1-0/+111
2014-05-15Do not leave the Options Interfaces Dialog open, when the Main Window is closed.ruengeler1-0/+1
2014-05-15Fix declaration to match definition.Guy Harris1-1/+1
2014-05-15Get rid of some uses of tvb_get_ptr().Guy Harris1-2/+2
2014-05-15Get rid of some uses of tvb_get_ptr().Guy Harris4-2/+10
2014-05-15Get rid of some uses of tvb_get_ptr().Guy Harris1-44/+35
2014-05-15Eliminate some calls to tvb_get_ptr().Guy Harris2-35/+31
2014-05-14wmem documentation updatesEvan Huus1-12/+11
2014-05-14Add an expert info for GT with no digits.AndersBroman1-0/+7
2014-05-14Drop unused voip_bg.xpmBalint Reczey1-179/+0
2014-05-14AMQP: always display its name in protocol column, whatever the protocol versionPascal Quantin1-6/+3
2014-05-14Revert "Don't throw for offset at end of TVB with len -1."Evan Huus3-25/+1
2014-05-14tcp: display calculated checksumPeter Wu1-1/+18
2014-05-14Add a comment indicating that 'PLATFORM' is apparently set only for X64.Bill Meier1-1/+2
2014-05-14- curr_layer_num got wrong for STUN.AndersBroman1-6/+4
2014-05-14Don't use -1 as length in frame dissector.Evan Huus1-4/+4