aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-05-12Squelch a compiler warning (GCC 4.0's data flow analysis isGuy Harris1-2/+2
2005-05-12Fix a routine to return the value it's supposed to return.Guy Harris1-0/+1
2005-05-12Always set "*success" in "ipxnet_addr_lookup()" before returning (thanksGuy Harris1-3/+5
2005-05-11Reinsert Gerards patch (r14342) which was lost.Anders Broman1-2/+4
2005-05-11pinfo->p2p_dir not set in the new gsm_map dissector causing problems with dis...Anders Broman1-0/+3
2005-05-11From Viorel Suman:Anders Broman1-13/+22
2005-05-11From Hannes GredlerRonnie Sahlberg1-67/+118
2005-05-11Some applications do very naughty things like reusing a port for a different ...Ronnie Sahlberg6-11/+56
2005-05-10- export Audio Codec modes from isup/biccLuis Ontanon3-79/+261
2005-05-10Fix dissection of mo-forwardSMAnders Broman2-62/+65
2005-05-10make SNMP over UDP a new style dissector and add some heuristics to check if ...Ronnie Sahlberg1-3/+38
2005-05-10Make a field type check more strict. Remove some unnecessary code.Gerald Combs1-18/+3
2005-05-10Make sure we don't feed a null string to strncmp(). Fixes bug 161.Gerald Combs1-2/+3
2005-05-09I just found a packet with an option e. As the value looked very muchJörg Mayer1-0/+13
2005-05-09Add another sanity check to the new SIP URI parser.Lars Roland1-2/+8
2005-05-09Some fixes for the new SIP contact header parser.Lars Roland1-24/+22
2005-05-09only lower-case ASCII letters, numbers,Lars Roland1-1/+1
2005-05-08Mark a function parameter as unusedLars Roland1-1/+1
2005-05-08When saying that I remove the trailing white spaces I should do it, too.Lars Roland1-80/+80
2005-05-08Improve dissection of SIP contact header and counting of bindings in REGISTER...Lars Roland1-24/+438
2005-05-08Reindent dissect_sip_common() and remove trailing white spaces from packet-si...Lars Roland1-568/+564
2005-05-08From Javier Acuna:Anders Broman2-36/+206
2005-05-07Increase size of an integer to prevent an integer overflowLars Roland1-1/+1
2005-05-06prettify YPSERVRonnie Sahlberg1-27/+227
2005-05-06A fix for the previous fix for the infinite loop in bootp, bug #160.Gilbert Ramirez1-3/+3
2005-05-06Check the offset delta while we loop through the options.Gilbert Ramirez1-2/+11
2005-05-05Change 802.11f -> F, 802.1d -> D, 802.1x -> X, 802.1q -Q, 802.1P -> pJörg Mayer8-13/+13
2005-05-05Change some data types, and add initializations, to squelch compilerGuy Harris1-15/+15
2005-05-05Change data types to match those of "iconv()", at least on OS X.Guy Harris2-9/+28
2005-05-05Squelch a compiler warning.Guy Harris1-1/+1
2005-05-05Re-parenthesize an expression, to squelch a compiler warning.Guy Harris1-2/+4
2005-05-05"oid_to_str()" and "oid_to_str_buf()" don't modify what the "oid"Guy Harris2-4/+4
2005-05-04Don't try to feed a null pointer to strncmp(). Fixes bug 158.Gerald Combs1-0/+2
2005-05-04From Lars Roland:Gerald Combs1-1/+1
2005-05-04Don't roll our own buffer-overflow-able string_to_hex() routineGerald Combs1-36/+10
2005-05-04Added RPC/ONC SYSTEM_ERROR accept state.Uwe Girlich2-0/+2
2005-05-03Dissect GPRS user data.Anders Broman1-8/+114
2005-05-03In proto_tree_set_string(), don't set a null fvalue or Ethereal will throwGerald Combs1-1/+4
2005-05-03Back out all of the tvb_ensure_bytes_exist() calls. They shouldn't beGerald Combs1-75/+3
2005-05-03Fix two places where we might loop infinitely, including the one found inGerald Combs1-2/+10
2005-05-03From Nils O. Sel?sdal:Anders Broman1-161/+241
2005-05-03move the pn-dcp dissector into the profinet pluginUlf Lamping2-955/+0
2005-05-02From Rich Coe:Gerald Combs1-62/+130
2005-05-02Provide an indication to taps if the verification tag is reflected.Michael Tüxen2-4/+10
2005-05-02Break out of an infinite loop. Fixes bug 154.Gerald Combs1-0/+2
2005-05-02Dissect URLC correctly and add dissection of LCC PDU.Anders Broman1-7/+42
2005-05-02Add dissection of q850 cause.Anders Broman2-4/+20
2005-05-02Correct some AVP:s and minor updates from iana.orgAnders Broman1-47/+62
2005-05-02Use the correct parameters in a function call.Anders Broman1-1/+1
2005-05-02From Cvetan Ivanov:Gerald Combs1-35/+37