~ubuntu-branches/ubuntu/utopic/suricata/utopic

« back to all changes in this revision

Viewing changes to src/decode-ipv4.c

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-07-22 22:27:36 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120722222736-s2bcw3ruzenagjam
Tags: 1.3-1
* Imported Upstream version 1.3
* Add build-dependency on libnss3-dev and libnspr4-dev
* Bump Standards Version to 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
597
597
                          IPV4_GET_IPLEN(p) -  IPV4_GET_HLEN(p), pq);
598
598
            }
599
599
            break;
 
600
        default:
 
601
            p->proto = IPV4_GET_IPPROTO(p);
 
602
            break;
600
603
    }
601
604
 
602
605
    return;