aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-05-17From Mark C Brown,:etxrab1-0/+12
2005-05-17From Yuriy Sidelnikov:etxrab1-30/+2
2005-05-17Add some more AVP:s.etxrab1-8/+20
2005-05-16Add TCP port for "radan-http 8088/tcp Radan HTTP" from IANA.etxrab1-0/+2
2005-05-16Add some more media types.etxrab1-0/+9
2005-05-16From Martin Mathieson:etxrab1-150/+1286
2005-05-15 From Tim Endean:etxrab1-1/+1
2005-05-14from martin msahlberg1-6/+6
2005-05-14When we catch an exception, make sure we don't throw the same exception againgerald1-3/+13
2005-05-14from dineshsahlberg1-1/+1
2005-05-14From Guillaume Chazarainsahlberg2-0/+333
2005-05-14Throw an exception if AndXOffset is less than the current offset. Fixes buggerald1-0/+45
2005-05-14add decoding of teh REMOVABLE bit in inquiry datasahlberg1-0/+10
2005-05-14add a missing field to the REPORT LUNS datain pdusahlberg1-0/+13
2005-05-13- make sure contextId and transactionId are added to the tree as filterable f...lego1-68/+327
2005-05-12Squelch a compiler warning (GCC 4.0's data flow analysis isguy1-2/+2
2005-05-12Fix a routine to return the value it's supposed to return.guy1-0/+1
2005-05-12Always set "*success" in "ipxnet_addr_lookup()" before returning (thanksguy1-3/+5
2005-05-11Reinsert Gerards patch (r14342) which was lost.etxrab1-2/+4
2005-05-11pinfo->p2p_dir not set in the new gsm_map dissector causing problems with dis...etxrab1-0/+3
2005-05-11From Viorel Suman:etxrab1-13/+22
2005-05-11From Hannes Gredlersahlberg1-67/+118
2005-05-11Some applications do very naughty things like reusing a port for a different ...sahlberg6-11/+56
2005-05-10- export Audio Codec modes from isup/bicclego3-79/+261
2005-05-10Fix dissection of mo-forwardSMetxrab2-62/+65
2005-05-10make SNMP over UDP a new style dissector and add some heuristics to check if ...sahlberg1-3/+38
2005-05-10Make a field type check more strict. Remove some unnecessary code.gerald1-18/+3
2005-05-10Make sure we don't feed a null string to strncmp(). Fixes bug 161.gerald1-2/+3
2005-05-09I just found a packet with an option e. As the value looked very muchjmayer1-0/+13
2005-05-09Add another sanity check to the new SIP URI parser.lroland1-2/+8
2005-05-09Some fixes for the new SIP contact header parser.lroland1-24/+22
2005-05-09only lower-case ASCII letters, numbers,lroland1-1/+1
2005-05-08Mark a function parameter as unusedlroland1-1/+1
2005-05-08When saying that I remove the trailing white spaces I should do it, too.lroland1-80/+80
2005-05-08Improve dissection of SIP contact header and counting of bindings in REGISTER...lroland1-24/+438
2005-05-08Reindent dissect_sip_common() and remove trailing white spaces from packet-si...lroland1-568/+564
2005-05-08From Javier Acuna:etxrab2-36/+206
2005-05-07Increase size of an integer to prevent an integer overflowlroland1-1/+1
2005-05-06prettify YPSERVsahlberg1-27/+227
2005-05-06A fix for the previous fix for the infinite loop in bootp, bug #160.gram1-3/+3
2005-05-06Check the offset delta while we loop through the options.gram1-2/+11
2005-05-05Change 802.11f -> F, 802.1d -> D, 802.1x -> X, 802.1q -Q, 802.1P -> pjmayer8-13/+13
2005-05-05Change some data types, and add initializations, to squelch compilerguy1-15/+15
2005-05-05Change data types to match those of "iconv()", at least on OS X.guy2-9/+28
2005-05-05Squelch a compiler warning.guy1-1/+1
2005-05-05Re-parenthesize an expression, to squelch a compiler warning.guy1-2/+4
2005-05-05"oid_to_str()" and "oid_to_str_buf()" don't modify what the "oid"guy2-4/+4
2005-05-04Don't try to feed a null pointer to strncmp(). Fixes bug 158.gerald1-0/+2
2005-05-04From Lars Roland:gerald1-1/+1
2005-05-04Don't roll our own buffer-overflow-able string_to_hex() routinegerald1-36/+10