summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-08Stop using deprecated functions identified by checkAPIs script.Martin Mathieson6-59/+69
2008-05-08Use PROTO_ITEM_SET_HIDDEN().Anders Broman1-6/+10
2008-05-07Fix a few typos ....Bill Meier1-14/+14
2008-05-07Select correct bytes range for Algorithms tree.Martin Mathieson1-1/+7
2008-05-07Comment out condition which is always true (based on theMichael Tüxen1-0/+2
2008-05-07From Peter Kjellerstedt:Jaap Keuter1-1/+1
2008-05-06From Peter Kjellerstedt (bug 2521):Stig Bjørlykke1-0/+1
2008-05-05Require GLib 2.4 or later.Guy Harris2-12/+0
2008-05-05Fix some of the Errors/warnings detected by checkapi,Anders Broman8-122224/+123720
2008-05-05Change depreciated function g_tree_traverse -> g_tree_foreachAnders Broman2-2/+2
2008-05-05Remove depreciated functions g_string_sprint, g_string_sprintfa.Anders Broman5-20/+20
2008-05-05Handle SSID as binary in WLAN Traffic Statistics.Stig Bjørlykke2-4/+3
2008-05-05From Gerhard Olsson :Anders Broman1-46/+50
2008-05-05Fix a tpyoJörg Mayer1-1/+1
2008-05-04Added a hidden SSID (wlan_mgt.ssid) to be able to filter on the ssid.Stig Bjørlykke1-1/+10
2008-05-03From Abhik Sarkar:Jaap Keuter1-74/+184
2008-05-03From Steve Karg:Jaap Keuter1-1/+1
2008-05-02Initialise variable.Martin Mathieson1-0/+1
2008-05-02Fix (what I presume to be) a typo to prevent compile error.Bill Meier1-1/+1
2008-05-02Fix crash in Bug #2410: restore saved 'packet_info.private_data' for two fail...Bill Meier1-0/+2
2008-05-02More R7 additions.Martin Mathieson1-2/+38
2008-05-02Updated common control messages to R7.Martin Mathieson1-24/+107
2008-05-02From Shinsuke SUZUKI:Jaap Keuter3-8/+8
2008-05-01Removed a debug printf line.Stig Bjørlykke1-82/+81
2008-05-01Try to track SIP responses back to their requests.Martin Mathieson1-13/+188
2008-04-29All versions of GLib 2.x come with g_ascii_strcasecmp(), and we requireGuy Harris4-147/+2
2008-04-29Call se_free_all() in epan_cleanup() so that we will detect per-session (se_)Jeff Morriss1-0/+1
2008-04-29Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1513 : don't tvb_memcp...Jeff Morriss1-12/+12