aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FAQ was updatedJörg Mayer2003-03-072-191/+203
* NO_DATA is apparently #defined by some header file when building withGuy Harris2003-03-071-39/+39
* Get rid of CRs.Guy Harris2003-03-061-1999/+1999
* Throw in some additional portability notes about:Guy Harris2003-03-061-4/+37
* Get rid of CRs.Guy Harris2003-03-062-284/+284
* Give a bunch of files RCS IDs.Guy Harris2003-03-067-311/+326
* Move RTP Analysis to Statistics menuLaurent Deniel2003-03-061-3/+3
* - Protect tap_rtp.h against multiple inclusionsLaurent Deniel2003-03-062-1/+11
* From Miha Jemec :Ronnie Sahlberg2003-03-0612-10/+2386
* "transid" values are guint32's, and should be printed with "%u" (onGuy Harris2003-03-061-3/+4
* Declare functions as extern, as some of them are part of the plugin ABI,Guy Harris2003-03-061-11/+11
* From Lars Ronald :Ronnie Sahlberg2003-03-0611-34/+650
* Update and added text to README.tapping based on comments in theRonnie Sahlberg2003-03-061-1/+40
* From Jamie F,Ronnie Sahlberg2003-03-061-4/+4
* From Devin Heitmueller: follow TCP Stream support for showing streamGuy Harris2003-03-062-2/+62
* Make various variables containing unsigned quantities unsigned.Guy Harris2003-03-051-5/+11
* "gtk_box_pack_end()" expects a GtkBox, not a GtkContainer, as its firstGuy Harris2003-03-051-2/+2
* Remove 00:40:96 from manuf.tmpl (Aironet, Ciron).Jörg Mayer2003-03-051-3/+1
* Update manuf to current IEEE entries.Jörg Mayer2003-03-051-3/+31
* Eliminate vertical padding in the IO Stat window.Gerald Combs2003-03-051-3/+3
* From Craig Rodrigues:Gerald Combs2003-03-051-133/+106
* Update for AFS and related protocols so that time between Request andRonnie Sahlberg2003-03-053-13/+61
* From Dinesh Dutt:Guy Harris2003-03-056-41/+99
* Use the reported length, not the captured length, as the fragment lengthGuy Harris2003-03-056-102/+116
* Distinguish between the two directions of X.25 traffic when doingGuy Harris2003-03-051-8/+48
* Update NEWS and ChangeLog to January 31.Gerald Combs2003-03-052-2/+153
* When reassembling, test the correct M bit based on whether it's mod-8 orGuy Harris2003-03-051-32/+47
* Make sure we don't obliterate the UNICODE flag ...Richard Sharpe2003-03-041-2/+5
* From Todd Sabin: allocate the buffer for the decrypted payload, ratherGuy Harris2003-03-041-5/+53
* From Laurent Meyer: reassemble fragmented X.25 packets, and fix up aGuy Harris2003-03-043-7/+109
* There might well be more than 40 bytes of padding in an AAL5 frame - itGuy Harris2003-03-041-8/+12
* When deciding whether we have enough data in a lower-level packet toGuy Harris2003-03-049-25/+28
* Pretty up the handling of SACK. Have tested now, looks OK.Richard Sharpe2003-03-041-7/+7
* Place configuration files (manuf and diameter) inGerald Combs2003-03-041-4/+6
* Bump the version to 0.9.10.Gerald Combs2003-03-043-7/+7
* From Matthew Smart:Guy Harris2003-03-041-37/+457
* Attempt to better handle bogus AAL5 lengths (by assuming that the packetGuy Harris2003-03-041-12/+18
* A captured length bigger than the actual length makes no sense; clip theGuy Harris2003-03-041-2/+11
* Handle the direction bit in SDLC and PPP Sniffer files.Guy Harris2003-03-041-1/+7
* Added tap functionality to UDPRonnie Sahlberg2003-03-034-41/+125
* Handle packet direction information for SDLC Sniffer captures.Guy Harris2003-03-033-10/+64
* Update for tethereal -z io,users, top talkers :Ronnie Sahlberg2003-03-035-5/+83
* - fix FAQ display (faq_help[] was not initialised before strcatLaurent Deniel2003-03-031-59/+70
* packet-rmp.c: Jochen FriedrichJörg Mayer2003-03-031-3/+3
* Put ps.c back in DISTCLEANFILES.Gerald Combs2003-03-031-1/+2
* Add SACK leftedge and rightedge filtering ... Added them as decimalRichard Sharpe2003-03-031-3/+15
* As suggested by Guy, rather than add_uint_hidden, and then add_text,Richard Sharpe2003-03-031-9/+6
* The frame number passed to "goto_frame()" wasn't necessarily explicitlyGuy Harris2003-03-021-4/+4
* Get rid of unneeded includes of "../ui_util.h".Guy Harris2003-03-022-4/+2
* Use "goto_frame()" to go to a given frame number, notGuy Harris2003-03-021-9/+5