aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-03packet-infiniband: Fixed duplicate conversation entriesParav Pandit1-38/+45
2016-06-26conversation: rename shadow variableDario Lombardo1-1/+1
2016-02-08Revert "Create an extended converstaion hastable taking more address informat...Anders Broman1-268/+18
2016-02-02Create an extended converstaion hastable taking more address informationAndersBroman1-18/+268
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-9/+9
2015-12-03Fix address hashing broken in g4f39c60Evan Huus1-12/+12
2015-11-07Remove some unnecessary includes.Guy Harris1-2/+0
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-3/+3
2015-10-30STUN: register a new conversation dissector after receiving a ConnectionBind ...Pascal Quantin1-7/+19
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs1-12/+12
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-8/+8
2015-07-30conversation: fix indent (use tabs)Alexis La Goutte1-403/+403
2015-01-18Update some comments to reflect reality.Guy Harris1-2/+3
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-16Update comment to reflect the current reality.Guy Harris1-1/+2
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-3/+3
2015-01-16Remove seasonal memory from everything except address resolutionsMichael Mann1-3/+3
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-7/+11
2014-08-06we're matching against {any}/port_b, not address_bMartin Kaiser1-1/+1
2014-07-08conversion: do not free conversation memory on updatesPeter Wu1-2/+6
2014-07-06Use g_hash_table_new_full to free some valuesEvan Huus1-13/+9
2014-03-21Add debug printing functions for conversations, sip, sdp, rtpHadriel Kaplan1-0/+54
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2014-01-04(Trivial) explicitely --> explicitlyBill Meier1-1/+1
2013-12-27Fix [-Wmissing-prototypes]Anders Broman1-2/+2
2013-11-01Allow try_conversation_dissector() to pass data to subdissectors.Michael Mann1-2/+2
2013-09-15Our hash function is no longer commutative (yay!). However, this means that weEvan Huus1-1/+7
2013-09-15Add the new hash algorithm to the macro we were already using. Create aEvan Huus1-84/+43
2013-09-15Use a better hash algorithm and add a dialouge to get hastable data.Anders Broman1-9/+132
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs1-2/+6
2013-03-20 From beroset:Bill Meier1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-01Remove debug code left by mistakeAnders Broman1-4/+0
2012-06-01Fix a couple of warningsAnders Broman1-4/+8
2012-04-20From Evan Huus: Clean up conversation list iterator caching. https://bugs.wir...Anders Broman1-23/+28
2012-04-19From Cristian Constantin:Anders Broman1-1/+6
2012-04-19From Evan Huus: Convert a few instances in conversation.c to use the new macr...Anders Broman1-2/+2
2012-04-17From Evan Huus:Anders Broman1-64/+115
2012-04-13From Cristian Constantin:Anders Broman1-2/+2
2012-04-09Mark some function static.Jakub Zawadzki1-1/+1
2012-02-04From Cristian Constantin:Anders Broman1-15/+48
2011-10-20Delay freeing of seasonal memory until after the conversation cleanup routineJeff Morriss1-5/+32
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-0/+24
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-15/+15
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-15/+15
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-15/+15
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-4/+15