summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-13Fix some of the Errors/warnings detected by checkapi.Anders Broman4-25/+23
2008-05-13Fix some of the Errors/warnings detected by checkapi.Bill Meier6-873/+1342
2008-05-12Added an option to limit the list to match the current display filter.Stig Bjørlykke1-4/+47
2008-05-12If we have pcap_open, call it instead of pcap_open_live, otherwise we mightGerald Combs2-26/+38
2008-05-12Update to WpdPack 4.0.2 and NASM 2.02Tomas Kukosa3-6/+6
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 Meier14-37/+37
2008-05-11Sort list before thaw to avoid flicker when doing capture.Stig Bjørlykke3-15/+32
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 Keuter25-0/+2751
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 Broman4-8/+8
2008-05-09Use PROTO_ITEM_SET_HIDDEN().Anders Broman11-38/+73
2008-05-08Run checkAPI in plugins dir.Anders Broman11-101/+123
2008-05-08Stop using deprecated functions identified by checkAPIs script.Martin Mathieson6-59/+69
2008-05-08From Anders: Checkapi enabled for wiretap and more functions converted.Martin Mathieson4-9/+10
2008-05-08Use g_strlcpy() rather than strcpy(), strncpy().Martin Mathieson1-14/+15
2008-05-08Use PROTO_ITEM_SET_HIDDEN().Anders Broman1-6/+10
2008-05-08strncpy -> g_strlcpyAnders Broman6-14/+11
2008-05-07Fix a few typos ....Bill Meier1-14/+14
2008-05-07Enable PCAP_REMOTE by defaultTomas Kukosa1-1/+1
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-07Fix some of the Errors/warnings detected by checkapi.Anders Broman10-67/+74
2008-05-06Removed an unused break.Stig Bjørlykke1-1/+0
2008-05-06From Peter Kjellerstedt (bug 2521):Stig Bjørlykke1-0/+1
2008-05-06Add checkapi target.Anders Broman1-0/+3
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman16-68/+74
2008-05-05Require GLib 2.4 or later.Guy Harris4-157/+3
2008-05-05Boost the automake version required to 1.9.Guy Harris1-2/+2
2008-05-05Require automake 1.9 or later; earlier versions don't support theGuy Harris1-1/+1
2008-05-05Fix some of the Errors/warnings detected by checkapi,Anders Broman9-122226/+123723
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ørlykke3-37/+29
2008-05-05Add Id tag.Anders Broman1-1/+3
2008-05-05Don't use proto_tree_add_item_hidden().Anders Broman2-21/+42
2008-05-05Remove gtk/isprint.h as it's not in use.Stig Bjørlykke3-45/+0
2008-05-05Dount use proto_tree_add_item_hidden().Anders Broman4-10/+19