summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-10-09As ths SDP dissector adds /SDP to the protocol column I think thatAnders Broman1-2/+6
2012-10-09From Andrew Kampjes:Anders Broman1-109/+81
2012-10-09Fix dissection of Get Response when not in SIMtrace modePascal Quantin1-4/+16
2012-10-09From Michal Labedzki:Anders Broman2-0/+5
2012-10-09From Michal Labedzki:Anders Broman2-30/+42
2012-10-09From Michal Labedzki:Anders Broman19-8/+243
2012-10-09Replace non ASCII chars.Anders Broman1-5/+5
2012-10-09Comment out unused variable remoce C++ style comments etc.Anders Broman1-7/+8
2012-10-09From Chris Wulff:Anders Broman3-1823/+2585
2012-10-09From Bill Parker:Anders Broman3-14/+14
2012-10-09Fix dissection of Bearer parameters for E-UTRAN / mapped UTRAN packet servicePascal Quantin1-5/+2
2012-10-09Add initial support for three new RTCP packet types: AVB, RSI and TOKEN.Jaap Keuter1-8/+120
2012-10-09Check if Bearer Parameters field is present before displaying itPascal Quantin1-1/+3
2012-10-08Enhance dissection of Open Channel proactive commandPascal Quantin3-15/+375
2012-10-08Actually destroy chunks in emem_free_all. We lose the efficiency of re-usingEvan Huus1-7/+6
2012-10-08Add "gsm_sim.command" and "gsm_sim.response" dissectors and call them in btsa...Pascal Quantin2-40/+79
2012-10-08fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7800Martin Kaiser1-2/+2
2012-10-08Try to clarify some of the ifdefs in emem.c.Evan Huus1-5/+11
2012-10-08From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7796Evan Huus1-9/+15
2012-10-08expert.h needs packet_info.hMartin Kaiser1-0/+1
2012-10-08From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7807Evan Huus3-61/+109
2012-10-08Rename emem_header_t to emem_pool_t to better indicate what it can beGuy Harris3-22/+22
2012-10-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+0
2012-10-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-99/+88
2012-10-08We've already typedef'ed emem_header_t in emem.h. We don't have to do itGerald Combs1-4/+4
2012-10-08col_cleanup is used outside libwireshark, so it needs to be exported.Guy Harris1-0/+1
2012-10-08There's no longer a ep_free_all() routine.Guy Harris1-1/+0
2012-10-08col_cleanup() is undoing the allocations that col_init() does, so it'sGuy Harris2-24/+35
2012-10-08Write a short essay in a comment explaining the weirdness that is now theEvan Huus1-5/+68
2012-10-08col_data is not necessarily set to point to something g_malloc()ated,Guy Harris1-1/+0
2012-10-08Explicitly cast away const-ness to fix windows build-bots.Evan Huus1-2/+2
2012-10-08EDT structures now own their ep_ memory pools. This should finally cleanEvan Huus4-39/+92
2012-10-08Don't leak all of our column data in packet_list_recreate (I think we still leakEvan Huus2-0/+26
2012-10-08Fix unused parameters.Anders Broman1-1/+3
2012-10-08Let ISUP national settings be valid for BICC too.Anders Broman1-24/+251
2012-10-08Patch from Florian Fainelli via bug #7772Jakub Zawadzki1-1/+1
2012-10-08Patch from Florian FainelliJakub Zawadzki1-4/+14
2012-10-08Continuation of r43335Jakub Zawadzki3-3/+3
2012-10-08RFC 4627 allows upper case hex digits as wellJakub Zawadzki1-1/+1
2012-10-08From Martin Isaksson:Anders Broman2-35/+47
2012-10-07Fix a couple of typos.Chris Maynard1-3/+3
2012-10-07+10 ;|Jakub Zawadzki1-2/+2
2012-10-07Unescape JSON strings.Jakub Zawadzki1-8/+82
2012-10-07Fix bug #7805: application/json HTTP packets sometimes isn't decodedJakub Zawadzki1-1/+21
2012-10-07From Tomofumi Hayashi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Evan Huus1-0/+208
2012-10-07Use GPOINTER_TO_UINT macro.Martin Mathieson1-1/+1
2012-10-07Make the channel state key fit into the gpointer to avoid allocations.Martin Mathieson1-40/+50
2012-10-07[Automatic manuf, services and enterprise-numbers update for 2012-10-07]Gerald Combs1-5/+105
2012-10-07From Роман Донченко:Jaap Keuter1-22/+42
2012-10-07Clean up properly when we can't find a radius $INCLUDE regardless of theEvan Huus1-5/+11