Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add template functions for bitwise operations and ipv4 handling #179

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

cbarbian-sap
Copy link
Contributor

Add template functions for bitwise operations:

  • func bitwiseShiftLeft(by any, arg any) (uint64, error)
  • func bitwiseShiftRight(by any, arg any) (uint64, error)
  • func bitwiseAnd(args ...any) (uint64, error)
  • func bitwiseOr(args ...any) (uint64, error)
  • func bitwiseXor(args ...any) (uint64, error)

and functions for IPv4 address handling:

  • func parseIPv4Address(data any) (uint32, error)
  • func formatIPv4Address(data any) (string, error)

@cbarbian-sap cbarbian-sap merged commit 9a01b9e into main Dec 7, 2024
8 checks passed
@cbarbian-sap cbarbian-sap deleted the enhance-templatex branch December 7, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant