aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-12-07Fix oroperties, get rid of CRs.Guy Harris1-3630/+3630
2005-12-07Squelch a narrowing-conversion warning.Guy Harris1-1/+1
2005-12-07Clear up const vs. non-const warnings.Guy Harris1-1/+1
2005-12-07Why duplicate the code of "tvb_get_string()" when you could just useGuy Harris1-29/+29
2005-12-07Don't export stuff if no other dissector uses it. "Static unlessGuy Harris1-152/+152
2005-12-07Fix indentation.Guy Harris1-36/+53
2005-12-07Unicode considered unnecessary and non-portable. Avoid using non-ASCIIGuy Harris1-597/+591
2005-12-07From Martin M various updates and fixesRonnie Sahlberg3-4/+12
2005-12-07From Jelmer V AIM bugfixRonnie Sahlberg1-6/+4
2005-12-06Squelch some compiler const vs. non-const warnings.Guy Harris13-34/+46
2005-12-06Clean up capture_enc(), export it, and use it in the capture window.Guy Harris4-17/+43
2005-12-06The keys for entries in the OID-to-name hash table are g_mallocated, soGuy Harris1-0/+6
2005-12-06Set svn:keywords to Id to get RCS IDs expanded.Guy Harris2-137/+137
2005-12-06g_hash_table_new_full() does not exist for glib1Ronnie Sahlberg1-1/+1
2005-12-06It crashed when keep_persistent_data == FALSELuis Ontanon3-38/+55
2005-12-06we can even get error messages while we are capturing (e.g. when a network ca...Ulf Lamping1-3/+3
2005-12-06- Fix few issues with context analysisLuis Ontanon5-636/+925
2005-12-06Fill in Column info, Dissect some more user info.Anders Broman1-23/+121
2005-12-06Dissect Cause and use %(DEFAULT_BODY)s use import for IMSI.Anders Broman4-93/+112
2005-12-06mark unused parameterTomas Kukosa1-1/+1
2005-12-06OBJECT IDENTIFIER name resolution moved to oid_resolv.cTomas Kukosa8-68/+165
2005-12-06protocol discriminator byte has to be taken into info_element_lenTomas Kukosa1-1/+1
2005-12-06both the buildbot and I have problems with setargv.objUlf Lamping1-1/+3
2005-12-06Note what we have to be careful of before we start using Unicode in theGuy Harris1-1/+8
2005-12-06Make $(command_line_OBJECTS) a dependency of the stuff that links withGuy Harris1-9/+9
2005-12-06from Kyle HarmsRonnie Sahlberg1-341/+285
2005-12-06add a short comment to cant_load_winpcap_err() and use it in gtk/capture_dlg.cUlf Lamping2-16/+6
2005-12-06objectid updatesRonnie Sahlberg1-15/+14
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping19-30/+30
2005-12-05requested by Cory Perry:Ulf Lamping1-1/+2
2005-12-05From Grame Lunt:Anders Broman16-155/+2676
2005-12-05fixed a typoUlf Lamping1-1/+1
2005-12-05move some GTK only function declarations from ui_util.h to the appropriate he...Ulf Lamping5-23/+26
2005-12-05enhance the commentsUlf Lamping1-7/+25
2005-12-05replace all appearances of 'fprintf(stderr, "tethereal: ' with 'cmdarg_err("'...Ulf Lamping1-154/+117
2005-12-05no more usage of Ethereal.lib in dumpcap any longer :-)Ulf Lamping3-39/+68
2005-12-05add capture_opts_trim(), as this sequence is used three times now (will repla...Ulf Lamping3-14/+23
2005-12-05updates for FILE_OBJECTID_BUFFER and have smb call this (no more unknown by...Ronnie Sahlberg3-49/+39
2005-12-05From Kyle J HarmsRonnie Sahlberg3-0/+8587
2005-12-05If we don't have the OID name let the SNMP dissector try to get it from the M...Anders Broman2-5/+37
2005-12-05I've forgot to put one line under _WIN32, should fix the unix buildUlf Lamping1-5/+5
2005-12-05Analysis starts to workLuis Ontanon1-43/+88
2005-12-05Win32: fix signal_pipe handling if we run dumpcap as a standalone application...Ulf Lamping1-22/+39
2005-12-04We need AF_INET6 on linux, so include netdb.h if available.Jörg Mayer1-0/+4
2005-12-04Connection and name manager uses data type hdrAnders Broman1-38/+240
2005-12-04Work in progress an asn2eth generated snmp dissector.Anders Broman7-0/+1767
2005-12-04Update to samba svn revision 12055:Jörg Mayer4-11/+12
2005-12-04Check for a null blurb pointer for a field, as is done in some otherGuy Harris2-16/+29
2005-12-04Declare "capture_info_packet()"'s as static, to match the definition.Guy Harris1-3/+3
2005-12-04Squelch a GCC complaint.Guy Harris1-0/+1