Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,27 @@ Regardless of your traffic [proxy status](/load-balancing/understand-basics/prox
</p>
</td>
</tr>
<tr id="field-asnum">
<td valign="top">
<code>ip.src.asnum</code>
<br />
`Number`
</td>
<td>
<code>AS Number</code>
</td>
<td>
<p>
The 16-bit or 32-bit integer representing the Autonomous System (AS)
number associated with the client IP address.
</p>
<p>
Example value:
<br />
<code class="InlineCode">13335</code>
</p>
</td>
</tr>
</tbody>
</table>

Expand Down
Loading