aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-05-26use the log features of the GLib to have verbose output of the capturing engi...Ulf Lamping7-48/+267
2005-05-26In some places we call proto_tree_add_item() with hfindex and lengthGerald Combs1-2/+2
2005-05-25the capture child might not respond shortly after bringing it up (especially ...Ulf Lamping3-12/+29
2005-05-25forgot to init savefilestring = NULL;Ulf Lamping1-0/+1
2005-05-25add const to pcap_next_ex() parameter, as WinPcap 3.1 beta 4 (and libpcap 0.8...Ulf Lamping1-3/+4
2005-05-25Back out the two last changes by popular demand :)Anders Broman1-71/+3
2005-05-25fix #199: encapsulate capture filename, to avoid problems with spaces in the ...Ulf Lamping1-5/+16
2005-05-25Update URLs for WinPcap.Guy Harris1-2/+2
2005-05-25Add some more reassembly routines.Guy Harris1-0/+3
2005-05-24fix IRemUnknown2 UUIDUlf Lamping1-2/+2
2005-05-24add values for STDOBJREF flagsUlf Lamping1-1/+16
2005-05-24dissect ORPC this/that of RemoteCreateInstanceUlf Lamping1-3/+34
2005-05-24dissect ServerAlive responseUlf Lamping1-1/+19
2005-05-24Add extra TLV length checks and signedness fixes. Fixes the infinite loop inGerald Combs1-10/+10
2005-05-24Throw an exception instead of calling g_assert_not_reached(). Fixes bug 175.Gerald Combs1-3/+3
2005-05-24Include "webbrowser.h" to declare "browser_open_url()".Guy Harris1-0/+1
2005-05-23Make sure we don't loop when we dissect concatenated PDUs. Make some intGerald Combs1-7/+11
2005-05-23 Warning fix:Anders Broman1-1/+0
2005-05-23Warning fix:Jörg Mayer1-1/+1
2005-05-23Warning fix:Jörg Mayer1-1/+0
2005-05-23Warning fix:Jörg Mayer1-2/+2
2005-05-23From Steve Karg:Anders Broman3-1151/+1634
2005-05-22at this point mate should be working as it did before the grammarLuis Ontanon3-26/+60
2005-05-21PDU, GOP and GOG should be at the same level not nestedLuis Ontanon1-2/+2
2005-05-21don't crash if packet.dll is not available, add some more packet.dll version ...Ulf Lamping2-4/+21
2005-05-21bugfix: prevent a (null pointer access) crash with very early WinPcap version...Ulf Lamping1-1/+3
2005-05-21bugfix: mark pcap_freecode() as optional, as it's not available by WinPcap 2.3Ulf Lamping2-2/+16
2005-05-21as suggested by Loris: add wpcap_packet_get_version() and check the packet.dl...Ulf Lamping3-8/+74
2005-05-21From Javier Acuna:Anders Broman1-3/+70
2005-05-21From Javier Acuna:Anders Broman1-3/+9
2005-05-21don't use LPADAPTER but simply void * as we don't need to look inside the mem...Ulf Lamping2-13/+13
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access to...Ulf Lamping6-3/+1294
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access to...Ulf Lamping4-1/+299
2005-05-20add get_manuf_name_if_known (returns NULL if unknown) in addition to get_manu...Ulf Lamping3-0/+21
2005-05-20bugfix: add the profinet plugin to NSISUlf Lamping1-0/+1
2005-05-20Fix the Id tagLuis Ontanon1-1/+1
2005-05-20dup the filter string so that it can be freed without problems.Luis Ontanon1-6/+4
2005-05-20some cosmetic fixesLuis Ontanon3-42/+46
2005-05-19Use value_string for codec values/strings.Anders Broman1-43/+15
2005-05-19Display version number and product number as strings.Anders Broman1-2/+2
2005-05-19Add Sony and Nokia VendorID:sAnders Broman1-0/+2
2005-05-19Display version number and product number as strings.Anders Broman1-0/+2
2005-05-19Clean up indentation.Guy Harris1-7/+21
2005-05-18insensitive context menu "Expand Subtrees" if no protocol field is currently ...Ulf Lamping2-5/+9
2005-05-18do some code cleanup (from the previous commit) and close the directories ope...Ulf Lamping1-23/+36
2005-05-18- add an isup stats_tree with statistics regarding message types and the dire...Luis Ontanon1-1/+35
2005-05-18Add a dissector for h221 nonstandard data which can easily be expanded with p...Anders Broman2-0/+154
2005-05-18From Albert Chin:Anders Broman1-3/+3
2005-05-18don't crash, if the given filename doesn't contain a dot e.g. 'test123'Ulf Lamping1-1/+1
2005-05-18fix #187: don't crash if using "Expand Subtrees" in an empty area, just do no...Ulf Lamping1-5/+9