aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Remove circuit APIMichael Mann1-13/+0
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-03Add function to return version number at run-timeJoão Valverde1-0/+7
2017-05-09Don't have epan_dissect_init() return anything.Michael Mann1-4/+3
2017-04-19Add libxml2 as optional dependencyAhmad Fatoum1-0/+20
2017-04-12Prime the epan_dissect_t with postdissector wanted fields if necessary.Guy Harris1-0/+11
2017-04-12Rename routines to clarify what they do.Guy Harris1-3/+3
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris1-0/+22
2017-04-09Pull the code to save enabled/disabled lists into libwireshark.Guy Harris1-1/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-2/+2
2017-03-06Switch conversations to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-1/+0
2017-02-24dtd: free memory on shutdown.Dario Lombardo1-0/+2
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu1-16/+5
2017-02-10Convert conversation hash tables to use wmem.Michael Mann1-7/+2
2017-02-09Make the capture file's interface description filterableJim Young1-0/+9
2017-02-08Switch stat tap to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-1/+0
2017-02-08Switch follow (tables) to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-1/+0
2017-02-08Switch rtd and srt tables to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-1/+0
2017-02-08Switch export objects to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-1/+0
2017-02-07stats_tree: add cleanup function.Dario Lombardo1-0/+2
2017-02-04tap: add cleanup routine.Dario Lombardo1-0/+1
2017-02-04srt_table: add cleanup function.Dario Lombardo1-0/+2
2017-01-29Register reassembly tablesMichael Mann1-0/+1
2017-01-21reassemble: add cleanup routine.Dario Lombardo1-0/+2
2017-01-21conversation_table: add cleanup function.Dario Lombardo1-0/+2
2017-01-21dissector_filters: add cleanup function.Dario Lombardo1-0/+2
2017-01-21decode_as: clean memory on exit.Dario Lombardo1-0/+2
2017-01-20disabled_protos: add cleanup function.Dario Lombardo1-0/+2
2017-01-20follow-stream: add cleanup function.Dario Lombardo1-0/+2
2017-01-18stat_tap_ui: add cleanup function.Dario Lombardo1-0/+2
2017-01-17exported_object: add cleanup function.Dario Lombardo1-0/+2
2017-01-17exported_pdu: add cleanup function.Dario Lombardo1-0/+1
2016-12-09Set a Libgcrypt log handler on Windows.Gerald Combs1-0/+34
2016-10-17cql: add lz4 and snappy decompressionBenoît Canet1-0/+17
2016-10-13Remove nghttp2 code and use system' nghttp2Balint Reczey1-0/+11
2016-08-09Display Lua release version in about dialogPascal Quantin1-1/+1
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann1-1/+2
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-14/+0
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-0/+14
2016-06-13Convert AT_SS7PC to a "dissector address type"Michael Mann1-0/+2
2016-03-21Remove ADNS supportJoão Valverde1-8/+0
2016-01-04Don't walk the entire protocol tree to extract the value of one field.Guy Harris1-1/+7
2015-12-13Create the capture dissector hash table before registering capture dissectors.Guy Harris1-1/+1
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-0/+3
2015-11-02wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser1-2/+0
2015-10-29EPAN: fix indent (use tab)Alexis La Goutte1-37/+37
2015-10-28epan_init(): make 'status' volatile (to avoid might-be-clobbered warnings).Jeff Morriss1-1/+1
2015-10-28Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris1-13/+43
2015-03-20Reduce epan dependence on dissectors by having print module "cache" the proto...Michael Mann1-0/+2
2015-02-04emem is dead! Long live wmem!Michael Mann1-7/+1