aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-09-11Fix a typo.guy1-1/+1
2005-09-11Frame numbers are unsigned, and they start at 1; 0 is what's used forguy3-3/+6
2005-09-11Add some braces to squelch a compiler warning.guy1-13/+14
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy43-223/+171
2005-09-11rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit,ulfl3-3/+3
2005-09-11Get rid of dependency on format-oid.hetxrab1-82/+18
2005-09-11some things fixed, leftover from code cleanup (thanks to the buggy MSVC depen...ulfl3-4/+4
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...ulfl13-45/+446
2005-09-10Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 andguy5-7/+43
2005-09-10In "dissect_sip()", return 0 if "dissect_sip_common()" returns aguy1-48/+79
2005-09-10propperly handle the errors when loading a file fails.lego1-7/+30
2005-09-10don't use fgets() as MSVC does not implement it. use fgetc instead.lego1-6/+7
2005-09-10fix MSVC slash/backslash and other such problems, now getting:ulfl1-4/+4
2005-09-10Make sure lemon is built before trying to use itlego1-1/+1
2005-09-10fix the dtd_grammar.c rulelego1-3/+3
2005-09-10nmake does not have the $^ macrolego1-1/+1
2005-09-10the dtd parser (still missing the glue) and few fixes to packet-xml.clego8-72/+1061
2005-09-10fix DCE/RPC defragmentation, if both middle and last DCE/RPC fragments are in...ulfl2-16/+66
2005-09-09Dissect "nbs-9".etxrab2-11/+47
2005-09-09Add some 3GPP AVP:setxrab1-0/+71
2005-09-09- dissect_per_choice() creates now only one level tree insted of two levels treekukosa1-120/+71
2005-09-09From Didier Gautheron: pass error replies to the tap.guy1-6/+6
2005-09-09fix MSVC warning: sigcomp_state_hdlr.c(601) : warning C4101: 'partial_state_s...ulfl1-1/+1
2005-09-08 some content-types are now handled by xml lego1-24/+1
2005-09-08forgot the Idlego1-0/+2
2005-09-08Let's migrate the xml dissector...lego2-0/+3
2005-09-08a new version of the xml dissector, look ma no lex!lego1-0/+459
2005-09-08fix the svn keywords and some comments that were out of datelego2-16/+21
2005-09-08an API for "bufferless" parsing of text tvbslego2-0/+1085
2005-09-08Fix more problems found by Steve Grubb, along with other changes:gerald2-8/+14
2005-09-08start making winsrepl into a new style dissector and use tcp_dissect_pdus()sahlberg1-68/+43
2005-09-08from M&Y Kaulsahlberg2-8/+27
2005-09-08from Michal & Yaniv Kaulsahlberg1-6/+14
2005-09-07MSVC don't like empty structs, add a dummy element to rsvp_session_ipv6_infoulfl1-0/+1
2005-09-07Add bounds checking in several places to the SigComp UDVM. Use memset()gerald3-26/+26
2005-09-07From Manu Pathaksahlberg2-11/+415
2005-09-07If dissect_ber_octet_string() gives us a null tvb, assume we have a malformedgerald1-0/+5
2005-09-07From Metze with minor changes.sahlberg3-0/+958
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in ordergerald1-2/+2
2005-09-07SIP reassembly using req_resp_hdrs_do_reassembly()kukosa1-126/+125
2005-09-06Ftam - Use some mofe FN_PAR:setxrab2-9/+44
2005-09-06Make sure we don't overflow the dialedDigits array.guy1-2/+5
2005-09-06Fail somewhat gracefully if malloc() fails.guy1-9/+11
2005-09-06get rid of few warningskukosa4-16/+17
2005-09-06reassembly improvementskukosa1-16/+21
2005-09-06From Graeme Lunt:etxrab1-6/+90
2005-09-05Squelch compiler warnings.guy2-5/+5
2005-09-05Squelch compiler warnings.guy2-5/+5
2005-09-05Squelch a compiler warning.guy2-3/+3
2005-09-05For SNMP, malloc memory that we're going to free later. Fixes bug 406.gerald2-9/+1