aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris47-229/+177
2005-09-11rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit,Ulf Lamping3-3/+3
2005-09-11Get rid of dependency on format-oid.hAnders Broman1-82/+18
2005-09-11some things fixed, leftover from code cleanup (thanks to the buggy MSVC depen...Ulf Lamping4-6/+6
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping17-60/+1019
2005-09-10Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 andGuy Harris6-8/+49
2005-09-10In "dissect_sip()", return 0 if "dissect_sip_common()" returns aGuy Harris1-48/+79
2005-09-10propperly handle the errors when loading a file fails.Luis Ontanon1-7/+30
2005-09-10don't use fgets() as MSVC does not implement it. use fgetc instead.Luis Ontanon1-6/+7
2005-09-10fix MSVC slash/backslash and other such problems, now getting:Ulf Lamping1-4/+4
2005-09-10Make sure lemon is built before trying to use itLuis Ontanon1-1/+1
2005-09-10fix the dtd_grammar.c ruleLuis Ontanon1-3/+3
2005-09-10nmake does not have the $^ macroLuis Ontanon1-1/+1
2005-09-10the dtd parser (still missing the glue) and few fixes to packet-xml.cLuis Ontanon8-72/+1061
2005-09-10fix DCE/RPC defragmentation, if both middle and last DCE/RPC fragments are in...Ulf Lamping2-16/+66
2005-09-09NSIS warning removed: the label "lbl_winpcap_dont_install" is currently unusedUlf Lamping1-1/+1
2005-09-09Dissect "nbs-9".Anders Broman5-13/+76
2005-09-09Add some 3GPP AVP:sAnders Broman1-0/+71
2005-09-09- dissect_per_choice() creates now only one level tree insted of two levels treeTomas Kukosa1-120/+71
2005-09-09From Bill Meier:Guy Harris2-24/+54
2005-09-09From Didier Gautheron: pass error replies to the tap.Guy Harris1-6/+6
2005-09-09Update new RSVP host list and conversation stats to match recent changesGuy Harris2-6/+9
2005-09-09Don't handle the ETHEREAL_STOCK_CAPTURE_START button if we don't haveGuy Harris1-1/+3
2005-09-09fix MSVC warning: sigcomp_state_hdlr.c(601) : warning C4101: 'partial_state_s...Ulf Lamping1-1/+1
2005-09-08the xml plugin was removedLuis Ontanon2-3/+1
2005-09-08 some content-types are now handled by xml Luis Ontanon1-24/+1
2005-09-08start with fdata->num = -1, so we don't have an uninitialised value while doi...Ulf Lamping1-0/+1
2005-09-08(very minor) issue found while working on a new tapUlf Lamping1-1/+1
2005-09-08forgot the IdLuis Ontanon1-0/+2
2005-09-08Let's migrate the xml dissector...Luis Ontanon5-17/+5
2005-09-08a new version of the xml dissector, look ma no lex!Luis Ontanon1-0/+459
2005-09-08fix the svn keywords and some comments that were out of dateLuis Ontanon2-16/+21
2005-09-08an API for "bufferless" parsing of text tvbsLuis Ontanon2-0/+1085
2005-09-08Fix more problems found by Steve Grubb, along with other changes:Gerald Combs5-15/+26
2005-09-08start making winsrepl into a new style dissector and use tcp_dissect_pdus()Ronnie Sahlberg1-68/+43
2005-09-08from M&Y KaulRonnie Sahlberg2-8/+27
2005-09-08from Michal & Yaniv KaulRonnie Sahlberg1-6/+14
2005-09-08add description of the Windows installer command line parametersUlf Lamping1-2/+33
2005-09-08set the window title of the Win32 debug consoleUlf Lamping1-0/+3
2005-09-07close the capture interfaces dialog if the user pressed "Capture" or "Prepare"Ulf Lamping1-0/+6
2005-09-07don't wait for a keypress if this is a capture child. This was very annoying,...Ulf Lamping1-2/+2
2005-09-07MSVC don't like empty structs, add a dummy element to rsvp_session_ipv6_infoUlf Lamping1-0/+1
2005-09-07Add Valgrind core files to CLEANFILES.Gerald Combs1-1/+2
2005-09-07Add bounds checking in several places to the SigComp UDVM. Use memset()Gerald Combs4-26/+33
2005-09-07From Manu PathakRonnie Sahlberg6-12/+601
2005-09-07If dissect_ber_octet_string() gives us a null tvb, assume we have a malformedGerald Combs1-0/+5
2005-09-07From Metze with minor changes.Ronnie Sahlberg4-0/+959
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs45-135/+140
2005-09-07SIP reassembly using req_resp_hdrs_do_reassembly()Tomas Kukosa1-126/+125
2005-09-06Add a note about PCRE.Gerald Combs1-0/+7