~ubuntu-branches/ubuntu/precise/tcpdump/precise-updates

« back to all changes in this revision

Viewing changes to print-tcp.c

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-01-05 08:21:25 UTC
  • mfrom: (7.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100105082125-ofykxjkd5adg20iu
Tags: 4.0.0-6ubuntu1
* Merge from debian testing. Remaining changes:
  - add enforcing AppArmor profile
    - create debian/usr.sbin.tcpdump
    - debian/control: suggest apparmor >= 2.3
    - debian/postrm: remove force-complain and disable links on purge
    - debian/rules: update 'binary' target to add profile
    - debian/README.Debian: give information on AppArmor
    - debian/postinst: reload tcpdump profile
    - debian/tcpdump.dirs: added back for AppArmor directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
455
455
#endif
456
456
 
457
457
        length -= hlen;
458
 
        if (vflag > 1 || flags & (TH_SYN | TH_FIN | TH_RST)) {
 
458
        if (vflag > 1 || length > 0 || flags & (TH_SYN | TH_FIN | TH_RST)) {
459
459
                (void)printf(", seq %u", seq);
460
460
 
461
461
                if (length > 0) {