aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-05-22Initialize response_time.Stig Bjørlykke1-1/+1
2008-05-22Calculate and display SIP response time.Martin Mathieson1-22/+48
2008-05-21A slightly more complicated have_postdissector() (missed in my previous check...Jeff Morriss1-10/+28
2008-05-21Reword comment a bit ...Bill Meier1-3/+3
2008-05-21boolean -> gbooleanBill Meier2-2/+2
2008-05-21Fix for bug #2470; (don't memcmp past end of g_malloc'd buffer).Bill Meier1-13/+22
2008-05-21Add missing have_postdissector(); (Hopefully what was intended).Bill Meier2-0/+6
2008-05-21Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2549 : make the frame ...Jeff Morriss1-1/+43
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+2
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman1-2/+6
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman5-94/+120
2008-05-20Use the correct name for libwsutilBill Meier1-1/+1
2008-05-20the define INET6_ADDRSTRLEN makes trouble with Microsoft Platform SDK: ws2tcp...Ulf Lamping1-1/+2
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss2-6/+7
2008-05-20Fix for bug 2554:Jaap Keuter1-4/+68
2008-05-20When extending values, extra bits are always m.s.Martin Mathieson1-19/+34
2008-05-20Undo rev 24518 and (re)fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-1/+1
2008-05-20Enable FP R7 support.Martin Mathieson5-63/+213
2008-05-20Minor formatting improvements.Martin Mathieson1-5/+6
2008-05-20From Steve Karg:Jaap Keuter3-13/+68
2008-05-20Add PTV cursor API to Win32 exported functionsJaap Keuter1-1/+15
2008-05-20Clean up PTV cursor documentation.Jaap Keuter1-17/+20
2008-05-17Fix bug #2531: UDP packet on port 8000 incorrectly dissected as OICQ protocol.Stephen Fisher1-3/+10
2008-05-16If H.248 is in otp internal format call the h248_otp dissector, work in progr...Anders Broman1-0/+16
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier5-16/+31
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier9-36/+66
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier3-15/+30
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier18-180/+328
2008-05-14Do not export the depreciated functions proto_tree_add_xx_hidden()Anders Broman1-14/+0
2008-05-14Fix some of the Errors/warnings detected by checkapi.Anders Broman4-19/+36
2008-05-14From Steve Karg:Jaap Keuter6-0/+510
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier31-140/+233
2008-05-13Fix the tcp reassembly routine in epan/follow.c :Sake Blok1-1/+37
2008-05-13Fix some of the Errors/warnings detected by checkapi.Bill Meier6-873/+1342
2008-05-12HS-DSCH type 2 bug fix + prettification.Martin Mathieson1-16/+65
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier7-20/+20
2008-05-11Fix some of the Errors/warnings detected by checkapiBill Meier3-12/+12
2008-05-11Convert C++ style comments ...Bill Meier1-3/+5
2008-05-11Add define for new channel type.Martin Mathieson1-18/+19
2008-05-11Added HS-DSCH data frame type 2 (currently only compile-tested).Martin Mathieson1-6/+250
2008-05-10From Hans-Peter Bock:Jaap Keuter1-0/+8
2008-05-10From Steve Karg:Jaap Keuter1-24/+26
2008-05-09Redo the loops a bit; that fixes an uninitialized variable, and movesGuy Harris1-5/+14
2008-05-09Add a couple of missing HS-DSCH data frame fields.Martin Mathieson1-2/+39
2008-05-09Null-terminate the hex-to-text-converted string.Guy Harris1-0/+2
2008-05-09sprintf() and strtoul() are massive overkill for turning a string of hexGuy Harris1-21/+84
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman10-51/+100
2008-05-09Fix a typo: strl -> strlenStig Bjørlykke1-1/+1
2008-05-09Include string.hStig Bjørlykke1-0/+1
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman3-7/+7