aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-10-06Build the h223 pluginAnders Broman6-0/+19
2005-10-06From Richard van der Hoff:Anders Broman5-108/+1013
2005-10-06add missing -E parameter to the Options sectionUlf Lamping1-0/+4
2005-10-06add missing #include "capture_errs.h"Ulf Lamping1-0/+1
2005-10-06fix a packet_list_freeze / thaw pair, if a return comes in it's wayUlf Lamping4-2/+42
2005-10-06bugfix: reset the packet counter to zero, if switching to the next "multiple ...Ulf Lamping1-0/+2
2005-10-05fix 369: we must do some more GUI stuff in capture_update_started(),Ulf Lamping1-0/+14
2005-10-05from Jaap Keuter:Ulf Lamping1-14/+52
2005-10-05Don't try to strip the last byte from a zero-byte OID. Fixes bug 503.Guy Harris1-30/+37
2005-10-05Don't reinvent the wheel, use val_to_str/match_strvalJörg Mayer2-29/+8
2005-10-05Add two Enterasys STP multicast MACsJörg Mayer2-2/+32
2005-10-05add the licence file for the samba4 copied filesRonnie Sahlberg1-0/+9
2005-10-05dissect one more bitfieldRonnie Sahlberg1-68/+96
2005-10-05add dissection of another bitfield and remove some strcpy()Ronnie Sahlberg1-44/+79
2005-10-05rewrite dissection of service options flags to proper booleans and get rid of...Ronnie Sahlberg1-37/+80
2005-10-05bugfix: don't crash, if not enough bytes of the header availableUlf Lamping1-0/+3
2005-10-05fix cant_load_winpcap_err() parameterUlf Lamping3-3/+3
2005-10-04Get rid of an unused variable.Guy Harris1-1/+0
2005-10-04From Richard van der HoffAnders Broman1-54/+88
2005-10-04Grr.. yet another missing fileAnders Broman1-0/+49
2005-10-04Add two missing files.Anders Broman2-0/+275
2005-10-04Even a null object has a non-zero length (for the BER identifier andGuy Harris1-1/+1
2005-10-04the t38 tap would only initialize the t38_info structure when called from UDPRonnie Sahlberg1-23/+32
2005-10-04in svn 15335 the tcp analysis was changed to do its stuff and to populate (...Ronnie Sahlberg4-14/+71
2005-10-04Fix a typo.Guy Harris1-1/+1
2005-10-04Get rid of // comments - not all C compilers like them.Guy Harris1-2/+6
2005-10-04Don't ensure all the bytes of a security descriptor exist before callingGuy Harris6-41/+104
2005-10-04We can just use "get_ber_identifier()" and "get_ber_length()" to fetchGuy Harris1-18/+22
2005-10-04A heuristic that only treats packets that appear to be LANE-encapsulatedGuy Harris1-21/+7
2005-10-04Include <glib.h> to declare "g_strdup_printf()".Guy Harris2-1/+3
2005-10-04Add a "capture_errs.c" routine to cough up error messages for captureGuy Harris6-51/+116
2005-10-04From Rene Piltz:Anders Broman2-1/+32
2005-10-04From John Sullivan:Anders Broman2-27/+149
2005-10-04Add some requested items.Anders Broman1-0/+4
2005-10-04Preparations for h223Anders Broman2-1/+13
2005-10-04From Dave RichardsAnders Broman2-301/+327
2005-10-04Add a note about 64-bit support in WinPcap to the capture errors onGuy Harris2-1/+20
2005-10-04Grr. Without the right version of the SDK, we can't even compile codeGuy Harris1-12/+8
2005-10-04Remove an extra " from a command, and fix indentation.Guy Harris1-4/+4
2005-10-04Cope with NT 6.0, and with the x86-64 version of XP being NT 5.2 ratherGuy Harris1-1/+26
2005-10-04Don't assume that every packet has a non-null "call_data" value. FixesGuy Harris1-4/+17
2005-10-03Properly terminate some value_string tables.Guy Harris1-4/+5
2005-10-03Include "gui_stat_menu.h" to declare "register_stat_menu_item()".Guy Harris1-1/+2
2005-10-03A hash table doesn't *have* to have a value destroy function - and, inGuy Harris1-16/+3
2005-10-03It's "svn:keywords", not "svn:Keywords".Guy Harris0-0/+0
2005-10-03The "extern" in "struct _fragment_items" doesn't do anything, as dataGuy Harris1-1/+1
2005-10-03Win32: don't crash if Capture/Start is clicked and WinPcap is not installed.Ulf Lamping1-0/+23
2005-10-03move the list down to the latest message while new messages rush in. We might...Ulf Lamping1-0/+2
2005-10-03major Win32 bugfix: when getting messages from the capture slave, only one me...Ulf Lamping1-23/+40
2005-10-03minor bugfix: hide main widgets, if command line file couldn't be loadedUlf Lamping1-0/+1