aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-07-02NDPS dissector is the poster child for proto_tree_add_subtree[_format].Michael Mann1-831/+558
2014-07-02kafka: fully dissect offset request/response messagesEvan Huus1-0/+120
2014-07-02RSVP checksum is not required if integrity object is presentEvan Huus1-22/+24
2014-07-02Optimize sip dissector: avoid calling tvb_get_string_enc()Jakub Zawadzki1-56/+90
2014-07-01Bump (again) the amount of work we do for wmem's timing testEvan Huus1-1/+1
2014-07-01Fix for Bug 10240.Malcolm Walters1-1/+3
2014-07-01Remove executable bit, from not executable files.Jakub Zawadzki2-0/+0
2014-07-01Remove debugging info from protocol tree for frameGraham Bloice1-16/+0
2014-07-01Optimize epan_new/init_dissectionEvan Huus3-43/+41
2014-07-01sip optimization: avoid calling tvb_get_guint8.Jakub Zawadzki1-56/+83
2014-07-01Init session id to avoid warning using GCC 4.9Balint Reczey1-0/+1
2014-06-30Move stat_menu.h to libui.Guy Harris5-7/+7
2014-06-30Warn about unencrypted HTTP traffic over port 443Evan Huus2-9/+36
2014-06-30From Johan Whahl:AndersBroman1-0/+49
2014-06-30Fix the display of AVP:s that are not fully dissectedAndersBroman1-15/+16
2014-06-30Bluetooth: Add missing connection_handleMichal Labedzki1-0/+1
2014-06-30Fix Bug #10238: Display filter expression dialog items do not expand/display ...Bill Meier1-3/+10
2014-06-29proto_tree_add_subtree[_format]Michael Mann18-625/+367
2014-06-29GSM MAP: ensure that p2p_dir is always initialized before calling GSM SMS dis...Pascal Quantin1-29/+54
2014-06-29[Automatic manuf, services and enterprise-numbers update for 2014-06-29]Gerald Combs3-20/+214
2014-06-29proto_tree_add_subtree[_format]Michael Mann40-825/+505
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann23-1130/+812
2014-06-29Standardize the names of, and document, the taps and heuristic dissector tabl...David Ameiss5-15/+26
2014-06-28Remove unused variables post commit 7bf6862ecf0d0a508bf097f3b52d07bd19128272Graham Bloice2-5/+0
2014-06-28convert to proto_tree_add_subtree[_format]Michael Mann26-399/+223
2014-06-27We're not currently using dissect_rtcp_psfb_remb(); #if 0 it out.Guy Harris1-5/+28
2014-06-27In function 'dissect_rtcp_psfb':AndersBroman1-1/+1
2014-06-27RTCP: Add support for MS-RTPBritt McKinley1-15/+1245
2014-06-27Tighten the dump-glossary test.Evan Huus1-2/+2
2014-06-27If we have no fields, don't try to iterate through them.Evan Huus1-0/+4
2014-06-27show an expert info if a non-control urb contains a setup packetMartin Kaiser1-4/+5
2014-06-27a USB urb of an unknown transfer type does not contain a setup packetMartin Kaiser1-30/+7
2014-06-27Check the validity of fields given to tshark with "-e": complain and exit ifJeff Morriss2-0/+27
2014-06-26Fixed linker flags for MSVC to not attempt to make and link a manifestGraham Bloice1-0/+5
2014-06-26add a cast, the mask makes it safe (stupid compiler)Evan Huus1-1/+1
2014-06-26iSER: Add iSER dissector supportYan Burman3-0/+458
2014-06-26Fix Function call argument is an uninitialized valueMichael Mann1-4/+4
2014-06-26Fix several compilation warningsPascal Quantin3-5/+2
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann34-1249/+642
2014-06-26STUN: Add support of MS-ICE2 (Used by Lync)Britt McKinley1-0/+15
2014-06-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-06-25DLSw: better fix, as suggested by EvanPascal Quantin1-2/+1
2014-06-25DLSw: ett2 proto_item variable is an input parameter for dissect_dlsw_capex()Pascal Quantin1-1/+2
2014-06-25ssl-utils: add missing ett registrationPeter Wu1-8/+22
2014-06-25DTPT: remove unused variablesPascal Quantin1-2/+0
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann26-536/+288
2014-06-25Get rid of an unused variable.Guy Harris1-1/+0
2014-06-24convert to proto_tree_add_subtree[_format]Michael Mann20-736/+443
2014-06-24Add back initializers dropped in g9356d5c689faEvan Huus1-2/+2
2014-06-24Fix two bugs in kafka dissectionEvan Huus1-17/+24