aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-03-13Remove unused bgp_route_refresh structAlexis La Goutte1-11/+0
2013-03-13From chaitanya via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8354 A...Alexis La Goutte1-4/+242
2013-03-13Add interface options preferences.Irene RĂ¼ngeler2-0/+5
2013-03-12- [-Wmissing-prototypes]Anders Broman13-19/+55
2013-03-12dissect Application Signalling DescriptorMartin Kaiser1-0/+32
2013-03-12svn path=/trunk/; revision=48272Anders Broman30-9/+89
2013-03-12use correct data type in the castMartin Kaiser1-1/+1
2013-03-12- [-Wmissing-prototypes]Anders Broman14-7/+51
2013-03-12Introduce a preference to select how Websocket text should be dissected.Anders Broman1-3/+57
2013-03-12Detect HTTP/1.1 heuristically.Anders Broman1-0/+33
2013-03-12From David Arnold:Jaap Keuter8-12/+12
2013-03-12Use explicit casts.Anders Broman6-43/+43
2013-03-12From beroset:Anders Broman13-20/+20
2013-03-12SPC-3 and later has a 16-bit allocation length for the INQUIRY allocationRonnie Sahlberg1-2/+2
2013-03-11Fix Coverity CID 989732: Structurally dead code.Chris Maynard1-8/+18
2013-03-11Fix Coverity CID 990224 and 990225: Unused pointer value.Chris Maynard1-11/+11
2013-03-11Improve heuristics for gmtrailer.Anders Broman1-1/+3
2013-03-11Dissect GRE Key and Service Selection.Anders Broman1-4/+35
2013-03-11Dissect Contractor Number digits.Anders Broman1-2/+9
2013-03-11Minor improvements to block allocator debugging.Evan Huus1-4/+5
2013-03-11From: Erik Hugne Anders Broman1-13/+4
2013-03-10Allocate zeroed memory instead of manually zeroing some of the fields. We wereEvan Huus1-5/+14
2013-03-10Use col_append_sep_str instead of col_set_str. Fixes another piece ofEvan Huus1-1/+1
2013-03-10Off by one error in name length.Anders Broman1-1/+1
2013-03-10r30032 again, actually make emem_verify_pointer() works with glib chunks.Jakub Zawadzki1-2/+2
2013-03-10Actually remove slab.h from the makefile.Evan Huus1-1/+0
2013-03-10Glib docs recommend using the slice API if you know you won't need to realloc.Evan Huus3-14/+14
2013-03-10Remove slab.h and replace its last remaining usage with glib slices.Evan Huus4-93/+3
2013-03-10[Automatic manuf, services and enterprise-numbers update for 2013-03-10]Gerald Combs1-6/+106
2013-03-10Add two missing NULL checks, fixes most ofEvan Huus1-14/+31
2013-03-09Add the appropriate new WS_DLL_* declarations to the wmem API.Evan Huus5-0/+29
2013-03-09Remove the wmem slab. It was an optimization mimicking the emem slabEvan Huus7-212/+6
2013-03-09Remove the emem slab feature (sl_* functions) completely, replacing it withEvan Huus5-150/+8
2013-03-09Use explicit casts.Anders Broman1-17/+17
2013-03-09Make checkAPIs HappyAlexis La Goutte1-1/+0
2013-03-09From Jose Pico via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8377 N...Alexis La Goutte4-149/+598
2013-03-09Put items in the tree we just created, mark an unused param as _U_.Evan Huus1-2/+2
2013-03-09RTPS Cleanup, Part 2Michael Mann4-3814/+1167
2013-03-09From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8414Evan Huus1-1/+1
2013-03-08Dissect the DCCP header by stepping through it a field at a time andGuy Harris1-170/+162
2013-03-08Add a debug function (ifdef'ed out by default) and fix another two bugs found byEvan Huus1-1/+56
2013-03-08Add another pair of assertions.Evan Huus1-0/+2
2013-03-08Update to V11.5.0 (2012-12).Anders Broman1-86/+679
2013-03-08Use only simple allocators until I can work out the kinks with the blockEvan Huus1-2/+2
2013-03-08Should fix assertion failure seen by Anders on -dev.Evan Huus1-1/+17
2013-03-08Add new SIP headers.Anders Broman1-278/+343
2013-03-08From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8414Evan Huus3-0/+3253
2013-03-08Prettify a bit dissection of sr-ProhibitTimer-r9 and drxShortCycleTimerPascal Quantin1-4/+8
2013-03-08From beroset:Anders Broman1-42/+42
2013-03-07From Max Baker via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8431Evan Huus2-9/+29