aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-10-01Reject frames with no command (too short) or an invalid command.Guy Harris1-108/+94
2003-10-01The PDU length is 3 bytes long in SLPv2.Guy Harris1-3/+16
2003-10-01Filters in Ethereal are usually display filters, not read filters; goGuy Harris1-17/+17
2003-10-01Add ethereal-filter.4.Guy Harris1-0/+1
2003-10-01Put in some missing $(srcdir)/.Guy Harris1-5/+3
2003-10-01Update for the new ethereal-filter man page.Guy Harris1-4/+16
2003-10-01dfilter2pod.pl and ethereal-filter.pod.template are in $(srcdir) (whichGuy Harris1-2/+2
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-1/+0
2003-10-01Put the display-filter elements into it's own manpage (ethereal-filter.4)Jörg Mayer2-6/+14
2003-10-01Put the display-filter elements into it's own manpage (ethereal-filter.4)Jörg Mayer5-41/+85
2003-10-01The max count high field is 32 bits, and, in order to compare itGuy Harris1-4/+5
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris28-218/+610
2003-09-30From Giles Scott: add some new hardware types.Guy Harris1-2/+18
2003-09-29Clean up a bunch of length processing - use the reported length ratherGuy Harris1-69/+59
2003-09-29From Michael Lum: fix some val_to_str calls to have a non-null formatGuy Harris1-3/+3
2003-09-29xyzzyJörg Mayer1-0/+1
2003-09-29use mkstemp instead of tmpnamJörg Mayer1-5/+9
2003-09-29Whitespace changes in order to make diff produce more readable resultsJörg Mayer2-14/+13
2003-09-29Added comment: XXX Argh maxcnt_high is guint16 and thus 16 bit -> always falseJörg Mayer1-1/+2
2003-09-29From Emanuele Caratti:Guy Harris2-4/+5
2003-09-29- in show_relations() : select the first row of the relation_list whenOlivier Abad1-3/+11
2003-09-29More operation names updates from Jean-Baptiste Marchand.Tim Potter4-130/+192
2003-09-28It appears that, at least for gigabit pod captures, there are time stampGuy Harris1-21/+52
2003-09-28"compute_offset_length()" must, if it returns FALSE, and "exception" isGuy Harris1-5/+5
2003-09-28Operation name updates for winreg pipe from Jean-Baptiste Marchand.Tim Potter2-73/+89
2003-09-28Prettify NFSv2 decorate COL_INFO and the tree pane as has already been do...Ronnie Sahlberg4-71/+410
2003-09-28in ReadAndXRonnie Sahlberg1-2/+10
2003-09-28Update to SMB service response time stats.Ronnie Sahlberg2-8/+18
2003-09-27From Anders Broman: further dissect APM messages containing BICC stuff,Guy Harris1-28/+631
2003-09-27From JBM update some function names in NetlogonRonnie Sahlberg2-106/+118
2003-09-27From JBM update the function names for MessengerRonnie Sahlberg1-3/+9
2003-09-27From Jean-Baptiste Marchand: add names of operations in WKSSVC.Guy Harris2-18/+74
2003-09-27From Jean-Baptiste Marchand: add names of DFS-related operations inGuy Harris2-10/+43
2003-09-26From Nathan Jennings:Guy Harris2-328/+186
2003-09-26Get the RTP payload types from rtp_pt.h rather than defining themGuy Harris1-37/+3
2003-09-26From Tomas Kukosa:Guy Harris9-533/+802
2003-09-26For (non-heuristic) SIP-over-TCP, dissect stuff that's neither a requestGuy Harris1-131/+118
2003-09-26Make the non-heuristic SIP dissector reject the packet if it doesn'tGuy Harris1-23/+25
2003-09-26The LAPB dissector can be called from the Ethernet dissector; don'tGuy Harris1-14/+59
2003-09-26This commit refactors the dcerpc authentication subdissectors forTim Potter3-178/+141
2003-09-26Use zero to mean we haven't seen any authentication level informationTim Potter1-7/+7
2003-09-26Assorted GUI cleanups.Guy Harris11-230/+580
2003-09-25RTP analysis updates from Lars Ruoff:Guy Harris2-264/+405
2003-09-25Add PT_CN_OLD, so the RTP analysis code can get the RTP payload types itGuy Harris1-1/+2
2003-09-25In "nds_defrag()", handle "request_value->ncp_rec" being null.Guy Harris1-6/+7
2003-09-25Correctly handle the case where the selected frame doesn't pass theGuy Harris1-11/+18
2003-09-25If the currently selected frame doesn't pass the display filter, selectGuy Harris1-14/+80
2003-09-25When showing a fragment subtree, put spaces after colons to make thingsTim Potter1-3/+3
2003-09-25From Laurent Rabret:Guy Harris1-8/+38
2003-09-25From Matthijs Melchior: check whether the ring buffer timeout hasGuy Harris1-11/+23