summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-09-25remove some redundant code that would always evaluate to true anyway.Ronnie Sahlberg1-3/+3
2005-09-24prettify the previous patchRonnie Sahlberg1-48/+113
2005-09-24refactor the "dissector" for task management flags to dissect the bits properlyRonnie Sahlberg1-52/+130
2005-09-24remove an array from the stack, remove some strcpy() and strcat() callsRonnie Sahlberg1-16/+15
2005-09-24get rid of one array from the stack and convert all strcpy() to pointers to l...Ronnie Sahlberg1-16/+17
2005-09-24Squelch some compiler warnings.Guy Harris1-5/+5
2005-09-24get rid of most dtd leaks.Luis Ontanon3-47/+124
2005-09-24delete the xml pluginLuis Ontanon9-590/+0
2005-09-24That code was never even compiled for testingJörg Mayer1-1/+0
2005-09-24Shoichi Sakane:Jörg Mayer1-25/+60
2005-09-24- There can be '/' in attribute names as wellLuis Ontanon2-29/+79
2005-09-23From MartinMRonnie Sahlberg1-37/+11
2005-09-23Add MANIFESTJörg Mayer1-50/+51
2005-09-23From KaulRonnie Sahlberg2-5/+6
2005-09-23Dont decrement the length by 2 if it is already less than twoRonnie Sahlberg1-0/+1
2005-09-23disable gzip output compression for now, as it won't work in some cases (see ...Ulf Lamping1-1/+5
2005-09-23as tvb functions are frequently used by a lot of dissectors, use DISSECTOR_AS...Ulf Lamping1-55/+55
2005-09-23show the same [Packet size limited during capture] message in the column info...Ulf Lamping1-1/+1
2005-09-23The Ethereal version is 0.10.12 for some time now ...Ulf Lamping1-1/+1
2005-09-23from Jaap Keuter: fixed the package names for yacc and lexx (being bison and ...Ulf Lamping1-3/+31
2005-09-23when I've done the last change here, I wasn't expecting to get an fcs_len val...Ulf Lamping1-1/+3
2005-09-23remove some compiler warningsRonnie Sahlberg1-10/+10
2005-09-23remove some compiler warningsRonnie Sahlberg1-4/+4
2005-09-23Add som 3GPP AVP:sAnders Broman1-17/+30
2005-09-22replace WinPcap devel pack 3.0 with current 3.1 versionUlf Lamping3-3/+3
2005-09-22Remove pidl.1.xml from the distribution.Gerald Combs1-1/+0
2005-09-22fix offset calculation of DataStatus fields if Ethernet FCS (or a similar tra...Ulf Lamping1-3/+4
2005-09-22bugfix: don't crash, if pinfo->match_string == NULLUlf Lamping1-1/+1
2005-09-22bugfix: don't crash, if tag_save_literal == NULLUlf Lamping1-2/+2
2005-09-22bugfix: don't crash, if current_frame->ns == NULLUlf Lamping1-8/+12
2005-09-22enhance heuristics:Ulf Lamping1-0/+11
2005-09-22do freeze/thaw in packet_list_set_selected_row only, if the list must be move...Ulf Lamping1-4/+4
2005-09-22change ConnectCR flag item sequence, so the "most significant" bit will come ...Ulf Lamping1-3/+3
2005-09-22bugfix: don't simply use length field value from packet data, ensure the byte...Ulf Lamping1-0/+1
2005-09-22add two more bind reject reasons from the specsUlf Lamping1-0/+4
2005-09-22Make the private variables for various lexical analyzers static, soGuy Harris3-19/+19
2005-09-22Instead of checking if this is a new packet at every call to avoid recounting...Luis Ontanon3-14/+24
2005-09-22in register_dtd() do not leak the elements hashLuis Ontanon1-0/+21
2005-09-22Call H245 decoding and tunelled protocols decoding at the end of H225 dissect...Tomas Kukosa3-18/+160
2005-09-22Add the cisco url as wellJörg Mayer1-1/+2
2005-09-22Add a comment on packets with opcode 3Jörg Mayer1-0/+6
2005-09-22Update from samba + new file MANIFESTJörg Mayer23-0/+96
2005-09-22replace match_strval with val_to_str, where the output was used by string out...Ulf Lamping1-1/+1
2005-09-22Squelch some compiler warnings.Guy Harris2-6/+6
2005-09-22Libpcap uses u_char; use it in our calls to libpcap routines and in ourGuy Harris2-14/+14
2005-09-22Update to current reality (WinPcap 3.1) the messages shown on Windows ifGuy Harris2-14/+12
2005-09-22prevent output of NULL stringsUlf Lamping1-2/+2
2005-09-22replace match_strval with val_to_str in several places, where the output was ...Ulf Lamping1-10/+6
2005-09-22Fix a bunch of places where we were calling "dissect_ber_octet_string()"Guy Harris9-122/+137
2005-09-21Set svn:eol-style properly, and get rid of a bogus proprty. Fix theGuy Harris1-50/+50