aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-03-26move some color_filter related things from file.c to color_filters.cUlf Lamping3-54/+76
2005-03-26Add rules to build xml_lexer.c, and to remove it with "make distclean",Guy Harris1-0/+11
2005-03-26With the recent change that makes the length field for FT_PROTOCOL andGuy Harris1-3/+0
2005-03-26Get rid of boilerplate.Guy Harris1-42/+35
2005-03-26xml_lexer.c is generated by Flex; we don't put files generated by FlexGuy Harris1-1737/+0
2005-03-26There's no need to create a directory just because you're about toGuy Harris1-11/+0
2005-03-26For protocol tree items of type FT_NONE and FT_PROTOCOL, treat negativeGuy Harris1-3/+30
2005-03-26buildbot bugfix: if a length value is below zero, trim it to zeroUlf Lamping1-0/+3
2005-03-26buildbot bugfix: another (un-)signed oneUlf Lamping1-1/+1
2005-03-26code cleanup: use common prefix for all functions in color_filters.hUlf Lamping6-49/+50
2005-03-26Create the directory for the preferences files before writing out theGuy Harris3-18/+29
2005-03-26Add some length checks to the CHAP dissector.Guy Harris1-16/+30
2005-03-25buildbot bugfix: yet another (un-)signed problem.Ulf Lamping1-0/+2
2005-03-25buildbot bugfix: and again, a guint16 will never become lower than zeroUlf Lamping1-1/+1
2005-03-25code cleanup: the term filter_list was used with different meanings throughou...Ulf Lamping7-50/+50
2005-03-25jxta updatesRonnie Sahlberg1-9/+10
2005-03-25updates to SAMRRonnie Sahlberg2-2/+51
2005-03-25bugfix: prevent a negative length, if ah.ah_len is zeroUlf Lamping1-1/+1
2005-03-25For the Bandwidth Allocation Protocol Phone Delta option:Guy Harris1-7/+16
2005-03-25In the cases fixed by the two previous fixes, check to make sure theGuy Harris1-12/+21
2005-03-25Add checks to make sure the packet length hasn't overflowed in a couple ofGerald Combs1-0/+14
2005-03-25bugfix: similar problem than the previous one fixed by GeraldUlf Lamping1-1/+2
2005-03-25Keep the length value from rolling over in CBCP. Add a comment asking ifGerald Combs1-1/+2
2005-03-24Add a few more payload length checks.Gerald Combs1-8/+29
2005-03-24From Jacques Olivier:Anders Broman1-3/+23
2005-03-24From Jacques Olivier add some OID:sAnders Broman1-0/+3
2005-03-24make it possible to use multiple capture files with "duration based switching...Ulf Lamping1-20/+27
2005-03-24The "new" routine for STTYPE_STRING and STTYPE_UNPARSED does aGuy Harris1-5/+6
2005-03-24Keep a list of all the x11_conv_data_t structures, so that when we'reGuy Harris1-21/+33
2005-03-24GtkStyles are reference-counted, and a style returned byGuy Harris2-0/+3
2005-03-24Plug some more small leaks.Guy Harris3-3/+8
2005-03-23Plug a small leak found by the "leaks" tool on OS X.Guy Harris1-0/+1
2005-03-23The correlation ID is a 32-bit integer, not a string.Guy Harris1-1/+13
2005-03-23The DNS name data starts at the beginning of the suboption data, not theGuy Harris1-2/+2
2005-03-23Some more IE stuff and added some ref:sAnders Broman1-4/+116
2005-03-23When checking whether suboption data fits within the option, checkGuy Harris1-4/+4
2005-03-23From Anton Ivanov: add support for Frame Relay over ATM.Guy Harris2-2/+9
2005-03-23Add "cleanup_dissection".Gerald Combs1-0/+1
2005-03-23Add a "cleanup_dissection()" routine, intended to free up dataGuy Harris3-0/+19
2005-03-23Let packet-gsm_a.c dissect L3 messages.Anders Broman1-3/+57
2005-03-23Audit for TLV loops that don't check the length to make sure it's largeGuy Harris1-23/+37
2005-03-23buildbot reported bug fixed: prevent an endless loopUlf Lamping1-1/+6
2005-03-23hf_oampdu_info_state_parser seems to be an uint8 not bool, as it can contain ...Ulf Lamping1-2/+2
2005-03-23"tvb_get_stringz()" and "abs_time_to_str()" don't return null pointers,Guy Harris1-15/+6
2005-03-23Thou shalt not g_assert() in a dissector.Guy Harris1-0/+7
2005-03-23Remind people not to use "g_ntoh[ls]()" or "g_hton[ls]()" to convertGuy Harris1-0/+8
2005-03-23It doesn't matter whether, when building with WinPcap, we haveGuy Harris3-15/+1
2005-03-23If we have "pcap_freecode()", use it to free the instructions for a BPFGuy Harris6-4/+37
2005-03-23use DISSECTOR_ASSERT instead of g_assertUlf Lamping3-70/+70
2005-03-22add a DISSECTOR_ASSERT_NOT_REACHED() macroUlf Lamping1-0/+8